@charset "UTF-8";
/* line 1, app/assets/stylesheets/_custom.scss */
.timeline {
  border-left: 3px solid #727cf5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/_custom.scss */
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
}

/* line 23, app/assets/stylesheets/_custom.scss */
.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

/* line 28, app/assets/stylesheets/_custom.scss */
.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* line 35, app/assets/stylesheets/_custom.scss */
.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/_custom.scss */
  .timeline .event {
    padding-top: 30px;
  }
}

/* line 48, app/assets/stylesheets/_custom.scss */
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

/* line 54, app/assets/stylesheets/_custom.scss */
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

/* line 61, app/assets/stylesheets/_custom.scss */
.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/_custom.scss */
  .timeline .event:before {
    left: 0px;
    text-align: left;
  }
}

/* line 77, app/assets/stylesheets/_custom.scss */
.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #727cf5;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/_custom.scss */
  .timeline .event:after {
    left: -31.8px;
  }
}

/* line 95, app/assets/stylesheets/_custom.scss */
.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

/* line 105, app/assets/stylesheets/_custom.scss */
.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

/* line 110, app/assets/stylesheets/_custom.scss */
.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

/* line 115, app/assets/stylesheets/_custom.scss */
.tracking {
  background-color: #FFF !important;
  width: 100% !important;
}

/* line 120, app/assets/stylesheets/_custom.scss */
.text-a-center {
  text-align: center;
}

/* line 124, app/assets/stylesheets/_custom.scss */
.padding-2 {
  padding: 20px;
}

/* line 128, app/assets/stylesheets/_custom.scss */
.fixed-footer {
  position: fixed !important;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3000000;
}

/* line 136, app/assets/stylesheets/_custom.scss */
.pt-8-force {
  padding-top: 8em !important;
}

/* line 140, app/assets/stylesheets/_custom.scss */
.filter-invert-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* line 145, app/assets/stylesheets/_custom.scss */
.filter-invert-dark {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

/* line 150, app/assets/stylesheets/_custom.scss */
.bg-gray-400 {
  background-color: #C4CDD5;
}

/* line 154, app/assets/stylesheets/_custom.scss */
.smooth-shadow-sm {
  box-shadow: 0px 2px 4px rgba(0, 0, 20, 0.08), 0px 1px 2px rgba(0, 0, 20, 0.08) !important;
}

/* line 158, app/assets/stylesheets/_custom.scss */
.smooth-shadow-md {
  box-shadow: 0 1px 2px rgba(21, 30, 40, 0.07), 0 2px 4px rgba(21, 30, 40, 0.07), 0 4px 8px rgba(21, 30, 40, 0.07), 0 8px 16px rgba(21, 30, 40, 0.07), 0 16px 32px rgba(21, 30, 40, 0.07), 0 32px 64px rgba(21, 30, 40, 0.07) !important;
}

/* line 162, app/assets/stylesheets/_custom.scss */
.smooth-shadow-lg {
  box-shadow: 0 1px 1px rgba(21, 30, 40, 0.11), 0 2px 2px rgba(21, 30, 40, 0.11), 0 4px 4px rgba(21, 30, 40, 0.11), 0 8px 8px rgba(21, 30, 40, 0.11), 0 16px 16px rgba(21, 30, 40, 0.11), 0 32px 32px rgba(21, 30, 40, 0.11) !important;
}

/* line 166, app/assets/stylesheets/_custom.scss */
.top-0 {
  top: 0;
}

/* line 170, app/assets/stylesheets/_custom.scss */
.right-0 {
  right: 0;
}

/* line 174, app/assets/stylesheets/_custom.scss */
.bottom-0 {
  bottom: 0;
}

/* line 178, app/assets/stylesheets/_custom.scss */
.left-0 {
  left: 0;
}

/* line 182, app/assets/stylesheets/_custom.scss */
.top-1 {
  top: 1;
}

/* line 186, app/assets/stylesheets/_custom.scss */
.right-1 {
  right: 1;
}

/* line 190, app/assets/stylesheets/_custom.scss */
.bottom-1 {
  bottom: 1;
}

/* line 194, app/assets/stylesheets/_custom.scss */
.left-1 {
  left: 1;
}

/* line 198, app/assets/stylesheets/_custom.scss */
.top-2 {
  top: 2;
}

/* line 202, app/assets/stylesheets/_custom.scss */
.right-2 {
  right: 2;
}

/* line 206, app/assets/stylesheets/_custom.scss */
.bottom-2 {
  bottom: 2;
}

/* line 210, app/assets/stylesheets/_custom.scss */
.left-2 {
  left: 2;
}

/* line 214, app/assets/stylesheets/_custom.scss */
.top-50 {
  top: 50%;
}

/* line 218, app/assets/stylesheets/_custom.scss */
.right-50 {
  right: 50%;
}

/* line 222, app/assets/stylesheets/_custom.scss */
.bottom-50 {
  bottom: 50%;
}

/* line 226, app/assets/stylesheets/_custom.scss */
.left-50 {
  left: 50%;
}

/* line 230, app/assets/stylesheets/_custom.scss */
.top-100 {
  top: 100%;
}

/* line 234, app/assets/stylesheets/_custom.scss */
.right-100 {
  right: 100%;
}

/* line 238, app/assets/stylesheets/_custom.scss */
.bottom-100 {
  bottom: 100%;
}

/* line 242, app/assets/stylesheets/_custom.scss */
.left-100 {
  left: 100%;
}

/* line 246, app/assets/stylesheets/_custom.scss */
.z-index-1030 {
  z-index: 1030;
}

/* line 250, app/assets/stylesheets/_custom.scss */
.border-white-color-40 {
  border-color: rgba(233, 236, 239, 0.4) !important;
}

/* line 254, app/assets/stylesheets/_custom.scss */
.border-dashed {
  border: 1px dashed #DFE3E8 !important;
}

/* line 258, app/assets/stylesheets/_custom.scss */
.divider {
  display: flex;
  align-items: center;
}

/* line 263, app/assets/stylesheets/_custom.scss */
.divider::after,
.divider::before {
  flex: 1 1 0%;
  border-top: 0.0625rem solid #C4CDD5;
  content: "";
  margin-top: 0.0625rem;
}

/* line 271, app/assets/stylesheets/_custom.scss */
.divider::before {
  margin-right: 1.5rem;
}

/* line 275, app/assets/stylesheets/_custom.scss */
.divider::after {
  margin-left: 1.5rem;
}

/* line 279, app/assets/stylesheets/_custom.scss */
.icon-xxs {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}

/* line 285, app/assets/stylesheets/_custom.scss */
.icon-xs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

/* line 291, app/assets/stylesheets/_custom.scss */
.icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

/* line 297, app/assets/stylesheets/_custom.scss */
.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* line 303, app/assets/stylesheets/_custom.scss */
.icon-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

/* line 309, app/assets/stylesheets/_custom.scss */
.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

/* line 315, app/assets/stylesheets/_custom.scss */
.icon-xxl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

/* line 321, app/assets/stylesheets/_custom.scss */
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

/* line 329, app/assets/stylesheets/_custom.scss */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  letter-spacing: -0.02rem;
}

/* line 340, app/assets/stylesheets/_custom.scss */
.text-inherit {
  color: #161C24;
}

/* line 344, app/assets/stylesheets/_custom.scss */
.text-primary-hover:hover {
  color: #624BFF !important;
}

/* line 348, app/assets/stylesheets/_custom.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #637381;
  --bs-gray-dark: #212B36;
  --bs-gray-100: #F9FAFB;
  --bs-gray-200: #F4F6F8;
  --bs-gray-300: #DFE3E8;
  --bs-gray-400: #C4CDD5;
  --bs-gray-500: #919EAB;
  --bs-gray-600: #637381;
  --bs-gray-700: #454F5B;
  --bs-gray-800: #212B36;
  --bs-gray-900: #161C24;
  --bs-primary: #624BFF;
  --bs-secondary: #637381;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F9FAFB;
  --bs-dark: #212B36;
  --bs-white: #fff;
  --bs-light-primary: #E0DCFE;
  --bs-light-danger: #FBEBEC;
  --bs-light-info: #E7FAFE;
  --bs-light-warning: #FFF3CD;
  --bs-light-secondary: #e9ecef;
  --bs-light-success: #EAF6EC;
  --bs-light-dark: #d1cfd8;
  --bs-dark-primary: #593cc1;
  --bs-dark-warning: #c28135;
  --bs-dark-info: #51a0c2;
  --bs-dark-danger: #ae302e;
  --bs-dark-success: #139a74;
  --bs-dark-secondary: #5c596d;
  --bs-primary-rgb: 98, 75, 255;
  --bs-secondary-rgb: 99, 115, 129;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 249, 250, 251;
  --bs-dark-rgb: 33, 43, 54;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-primary-rgb: 224, 220, 254;
  --bs-light-danger-rgb: 251, 235, 236;
  --bs-light-info-rgb: 231, 250, 254;
  --bs-light-warning-rgb: 255, 243, 205;
  --bs-light-secondary-rgb: 233, 236, 239;
  --bs-light-success-rgb: 234, 246, 236;
  --bs-light-dark-rgb: 209, 207, 216;
  --bs-dark-primary-rgb: 89, 60, 193;
  --bs-dark-warning-rgb: 194, 129, 53;
  --bs-dark-info-rgb: 81, 160, 194;
  --bs-dark-danger-rgb: 174, 48, 46;
  --bs-dark-success-rgb: 19, 154, 116;
  --bs-dark-secondary-rgb: 92, 89, 109;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 99, 115, 129;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Inter", "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: Inter, sans-serif;
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #637381;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  /* line 437, app/assets/stylesheets/_custom.scss */
  :root {
    scroll-behavior: smooth;
  }
}

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

/* line 455, app/assets/stylesheets/_custom.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 463, app/assets/stylesheets/_custom.scss */
hr:not([size]) {
  height: 1px;
}

/* line 467, app/assets/stylesheets/_custom.scss */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212B36;
}

/* line 486, app/assets/stylesheets/_custom.scss */
h1,
.h1 {
  font-size: calc(1.35rem + 1.2vw);
}

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

/* line 499, app/assets/stylesheets/_custom.scss */
h2,
.h2 {
  font-size: calc(1.3125rem + 0.75vw);
}

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

/* line 512, app/assets/stylesheets/_custom.scss */
h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}

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

/* line 525, app/assets/stylesheets/_custom.scss */
h4,
.h4 {
  font-size: 1.125rem;
}

/* line 530, app/assets/stylesheets/_custom.scss */
h5,
.h5 {
  font-size: 0.938rem;
}

/* line 535, app/assets/stylesheets/_custom.scss */
h6,
.h6 {
  font-size: 0.75rem;
}

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

/* line 545, app/assets/stylesheets/_custom.scss */
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

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

/* line 579, app/assets/stylesheets/_custom.scss */
dt {
  font-weight: 700;
}

/* line 583, app/assets/stylesheets/_custom.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

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

/* line 592, app/assets/stylesheets/_custom.scss */
b,
strong {
  font-weight: bolder;
}

/* line 597, app/assets/stylesheets/_custom.scss */
small,
.small {
  font-size: 0.875em;
}

/* line 602, app/assets/stylesheets/_custom.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

/* line 616, app/assets/stylesheets/_custom.scss */
sub {
  bottom: -0.25em;
}

/* line 620, app/assets/stylesheets/_custom.scss */
sup {
  top: -0.5em;
}

/* line 624, app/assets/stylesheets/_custom.scss */
a {
  color: #624BFF;
  text-decoration: none;
}

/* line 629, app/assets/stylesheets/_custom.scss */
a:hover {
  color: #4e3ccc;
  text-decoration: none;
}

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

/* line 640, app/assets/stylesheets/_custom.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

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

/* line 666, app/assets/stylesheets/_custom.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

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

/* line 676, app/assets/stylesheets/_custom.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #161C24;
  border-radius: 0.2rem;
}

/* line 684, app/assets/stylesheets/_custom.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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

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

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

/* line 704, app/assets/stylesheets/_custom.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #637381;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

/* line 767, app/assets/stylesheets/_custom.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 847, app/assets/stylesheets/_custom.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* line 855, app/assets/stylesheets/_custom.scss */
::-webkit-file-upload-button {
  font: inherit;
}

/* line 859, app/assets/stylesheets/_custom.scss */
::file-selector-button {
  font: inherit;
}

/* line 863, app/assets/stylesheets/_custom.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

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

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

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

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

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

/* line 889, app/assets/stylesheets/_custom.scss */
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 984, app/assets/stylesheets/_custom.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 989, app/assets/stylesheets/_custom.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

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

/* line 998, app/assets/stylesheets/_custom.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #637381;
}

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

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

/* line 1014, app/assets/stylesheets/_custom.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #DFE3E8;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

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

/* line 1027, app/assets/stylesheets/_custom.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 1032, app/assets/stylesheets/_custom.scss */
.figure-caption {
  font-size: 0.875em;
  color: #637381;
}

/* line 1037, app/assets/stylesheets/_custom.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

/* line 1101, app/assets/stylesheets/_custom.scss */
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1298, app/assets/stylesheets/_custom.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 1303, app/assets/stylesheets/_custom.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 1308, app/assets/stylesheets/_custom.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.25rem;
}

/* line 1313, app/assets/stylesheets/_custom.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.25rem;
}

/* line 1318, app/assets/stylesheets/_custom.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 1.5rem;
}

/* line 1323, app/assets/stylesheets/_custom.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 1.5rem;
}

/* line 1328, app/assets/stylesheets/_custom.scss */
.g-6,
.gx-6 {
  --bs-gutter-x: 2rem;
}

/* line 1333, app/assets/stylesheets/_custom.scss */
.g-6,
.gy-6 {
  --bs-gutter-y: 2rem;
}

/* line 1338, app/assets/stylesheets/_custom.scss */
.g-7,
.gx-7 {
  --bs-gutter-x: 2.5rem;
}

/* line 1343, app/assets/stylesheets/_custom.scss */
.g-7,
.gy-7 {
  --bs-gutter-y: 2.5rem;
}

/* line 1348, app/assets/stylesheets/_custom.scss */
.g-8,
.gx-8 {
  --bs-gutter-x: 3rem;
}

/* line 1353, app/assets/stylesheets/_custom.scss */
.g-8,
.gy-8 {
  --bs-gutter-y: 3rem;
}

/* line 1358, app/assets/stylesheets/_custom.scss */
.g-9,
.gx-9 {
  --bs-gutter-x: 3.5rem;
}

/* line 1363, app/assets/stylesheets/_custom.scss */
.g-9,
.gy-9 {
  --bs-gutter-y: 3.5rem;
}

/* line 1368, app/assets/stylesheets/_custom.scss */
.g-10,
.gx-10 {
  --bs-gutter-x: 4rem;
}

/* line 1373, app/assets/stylesheets/_custom.scss */
.g-10,
.gy-10 {
  --bs-gutter-y: 4rem;
}

/* line 1378, app/assets/stylesheets/_custom.scss */
.g-11,
.gx-11 {
  --bs-gutter-x: 4.5rem;
}

/* line 1383, app/assets/stylesheets/_custom.scss */
.g-11,
.gy-11 {
  --bs-gutter-y: 4.5rem;
}

/* line 1388, app/assets/stylesheets/_custom.scss */
.g-12,
.gx-12 {
  --bs-gutter-x: 5rem;
}

/* line 1393, app/assets/stylesheets/_custom.scss */
.g-12,
.gy-12 {
  --bs-gutter-y: 5rem;
}

/* line 1398, app/assets/stylesheets/_custom.scss */
.g-13,
.gx-13 {
  --bs-gutter-x: 5.5rem;
}

/* line 1403, app/assets/stylesheets/_custom.scss */
.g-13,
.gy-13 {
  --bs-gutter-y: 5.5rem;
}

/* line 1408, app/assets/stylesheets/_custom.scss */
.g-14,
.gx-14 {
  --bs-gutter-x: 6rem;
}

/* line 1413, app/assets/stylesheets/_custom.scss */
.g-14,
.gy-14 {
  --bs-gutter-y: 6rem;
}

/* line 1418, app/assets/stylesheets/_custom.scss */
.g-15,
.gx-15 {
  --bs-gutter-x: 6.5rem;
}

/* line 1423, app/assets/stylesheets/_custom.scss */
.g-15,
.gy-15 {
  --bs-gutter-y: 6.5rem;
}

/* line 1428, app/assets/stylesheets/_custom.scss */
.g-16,
.gx-16 {
  --bs-gutter-x: 7rem;
}

/* line 1433, app/assets/stylesheets/_custom.scss */
.g-16,
.gy-16 {
  --bs-gutter-y: 7rem;
}

/* line 1438, app/assets/stylesheets/_custom.scss */
.g-17,
.gx-17 {
  --bs-gutter-x: 7.5rem;
}

/* line 1443, app/assets/stylesheets/_custom.scss */
.g-17,
.gy-17 {
  --bs-gutter-y: 7.5rem;
}

/* line 1448, app/assets/stylesheets/_custom.scss */
.g-18,
.gx-18 {
  --bs-gutter-x: 8rem;
}

/* line 1453, app/assets/stylesheets/_custom.scss */
.g-18,
.gy-18 {
  --bs-gutter-y: 8rem;
}

/* line 1458, app/assets/stylesheets/_custom.scss */
.g-19,
.gx-19 {
  --bs-gutter-x: 8.5rem;
}

/* line 1463, app/assets/stylesheets/_custom.scss */
.g-19,
.gy-19 {
  --bs-gutter-y: 8.5rem;
}

/* line 1468, app/assets/stylesheets/_custom.scss */
.g-20,
.gx-20 {
  --bs-gutter-x: 9rem;
}

/* line 1473, app/assets/stylesheets/_custom.scss */
.g-20,
.gy-20 {
  --bs-gutter-y: 9rem;
}

/* line 1478, app/assets/stylesheets/_custom.scss */
.g-21,
.gx-21 {
  --bs-gutter-x: 9.5rem;
}

/* line 1483, app/assets/stylesheets/_custom.scss */
.g-21,
.gy-21 {
  --bs-gutter-y: 9.5rem;
}

/* line 1488, app/assets/stylesheets/_custom.scss */
.g-22,
.gx-22 {
  --bs-gutter-x: 10rem;
}

/* line 1493, app/assets/stylesheets/_custom.scss */
.g-22,
.gy-22 {
  --bs-gutter-y: 10rem;
}

/* line 1498, app/assets/stylesheets/_custom.scss */
.g-23,
.gx-23 {
  --bs-gutter-x: 12rem;
}

/* line 1503, app/assets/stylesheets/_custom.scss */
.g-23,
.gy-23 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 576px) {
  /* line 1509, app/assets/stylesheets/_custom.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 1513, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1518, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1523, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1528, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1533, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1538, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1543, app/assets/stylesheets/_custom.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1548, app/assets/stylesheets/_custom.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1553, app/assets/stylesheets/_custom.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1558, app/assets/stylesheets/_custom.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1563, app/assets/stylesheets/_custom.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1568, app/assets/stylesheets/_custom.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1573, app/assets/stylesheets/_custom.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1578, app/assets/stylesheets/_custom.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1583, app/assets/stylesheets/_custom.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1588, app/assets/stylesheets/_custom.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1593, app/assets/stylesheets/_custom.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1598, app/assets/stylesheets/_custom.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1603, app/assets/stylesheets/_custom.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1608, app/assets/stylesheets/_custom.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1613, app/assets/stylesheets/_custom.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1617, app/assets/stylesheets/_custom.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 1621, app/assets/stylesheets/_custom.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 1625, app/assets/stylesheets/_custom.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1629, app/assets/stylesheets/_custom.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 1633, app/assets/stylesheets/_custom.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 1637, app/assets/stylesheets/_custom.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1641, app/assets/stylesheets/_custom.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 1645, app/assets/stylesheets/_custom.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 1649, app/assets/stylesheets/_custom.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1653, app/assets/stylesheets/_custom.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 1657, app/assets/stylesheets/_custom.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 1661, app/assets/stylesheets/_custom.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 1666, app/assets/stylesheets/_custom.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 1671, app/assets/stylesheets/_custom.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1676, app/assets/stylesheets/_custom.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1681, app/assets/stylesheets/_custom.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1686, app/assets/stylesheets/_custom.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1691, app/assets/stylesheets/_custom.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1696, app/assets/stylesheets/_custom.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1701, app/assets/stylesheets/_custom.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 1706, app/assets/stylesheets/_custom.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 1711, app/assets/stylesheets/_custom.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1716, app/assets/stylesheets/_custom.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1721, app/assets/stylesheets/_custom.scss */
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 1726, app/assets/stylesheets/_custom.scss */
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 1731, app/assets/stylesheets/_custom.scss */
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 1736, app/assets/stylesheets/_custom.scss */
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 1741, app/assets/stylesheets/_custom.scss */
  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 1746, app/assets/stylesheets/_custom.scss */
  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 1751, app/assets/stylesheets/_custom.scss */
  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 1756, app/assets/stylesheets/_custom.scss */
  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 1761, app/assets/stylesheets/_custom.scss */
  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 1766, app/assets/stylesheets/_custom.scss */
  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 1771, app/assets/stylesheets/_custom.scss */
  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 1776, app/assets/stylesheets/_custom.scss */
  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 1781, app/assets/stylesheets/_custom.scss */
  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 1786, app/assets/stylesheets/_custom.scss */
  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 1791, app/assets/stylesheets/_custom.scss */
  .g-sm-13,
.gx-sm-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 1796, app/assets/stylesheets/_custom.scss */
  .g-sm-13,
.gy-sm-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 1801, app/assets/stylesheets/_custom.scss */
  .g-sm-14,
.gx-sm-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 1806, app/assets/stylesheets/_custom.scss */
  .g-sm-14,
.gy-sm-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 1811, app/assets/stylesheets/_custom.scss */
  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 1816, app/assets/stylesheets/_custom.scss */
  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 1821, app/assets/stylesheets/_custom.scss */
  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 1826, app/assets/stylesheets/_custom.scss */
  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 1831, app/assets/stylesheets/_custom.scss */
  .g-sm-17,
.gx-sm-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 1836, app/assets/stylesheets/_custom.scss */
  .g-sm-17,
.gy-sm-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 1841, app/assets/stylesheets/_custom.scss */
  .g-sm-18,
.gx-sm-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 1846, app/assets/stylesheets/_custom.scss */
  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 1851, app/assets/stylesheets/_custom.scss */
  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 1856, app/assets/stylesheets/_custom.scss */
  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 1861, app/assets/stylesheets/_custom.scss */
  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 1866, app/assets/stylesheets/_custom.scss */
  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 1871, app/assets/stylesheets/_custom.scss */
  .g-sm-21,
.gx-sm-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 1876, app/assets/stylesheets/_custom.scss */
  .g-sm-21,
.gy-sm-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 1881, app/assets/stylesheets/_custom.scss */
  .g-sm-22,
.gx-sm-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 1886, app/assets/stylesheets/_custom.scss */
  .g-sm-22,
.gy-sm-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 1891, app/assets/stylesheets/_custom.scss */
  .g-sm-23,
.gx-sm-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 1896, app/assets/stylesheets/_custom.scss */
  .g-sm-23,
.gy-sm-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 768px) {
  /* line 1903, app/assets/stylesheets/_custom.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 1907, app/assets/stylesheets/_custom.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1912, app/assets/stylesheets/_custom.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1917, app/assets/stylesheets/_custom.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1922, app/assets/stylesheets/_custom.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1927, app/assets/stylesheets/_custom.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1932, app/assets/stylesheets/_custom.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1937, app/assets/stylesheets/_custom.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1942, app/assets/stylesheets/_custom.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1947, app/assets/stylesheets/_custom.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1952, app/assets/stylesheets/_custom.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1957, app/assets/stylesheets/_custom.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1962, app/assets/stylesheets/_custom.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1967, app/assets/stylesheets/_custom.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1972, app/assets/stylesheets/_custom.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1977, app/assets/stylesheets/_custom.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1982, app/assets/stylesheets/_custom.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1987, app/assets/stylesheets/_custom.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1992, app/assets/stylesheets/_custom.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1997, app/assets/stylesheets/_custom.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2002, app/assets/stylesheets/_custom.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2007, app/assets/stylesheets/_custom.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 2011, app/assets/stylesheets/_custom.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 2015, app/assets/stylesheets/_custom.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 2019, app/assets/stylesheets/_custom.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 2023, app/assets/stylesheets/_custom.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 2027, app/assets/stylesheets/_custom.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 2031, app/assets/stylesheets/_custom.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 2035, app/assets/stylesheets/_custom.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 2039, app/assets/stylesheets/_custom.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 2043, app/assets/stylesheets/_custom.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 2047, app/assets/stylesheets/_custom.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 2051, app/assets/stylesheets/_custom.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 2055, app/assets/stylesheets/_custom.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 2060, app/assets/stylesheets/_custom.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 2065, app/assets/stylesheets/_custom.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 2070, app/assets/stylesheets/_custom.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 2075, app/assets/stylesheets/_custom.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 2080, app/assets/stylesheets/_custom.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 2085, app/assets/stylesheets/_custom.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 2090, app/assets/stylesheets/_custom.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 2095, app/assets/stylesheets/_custom.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 2100, app/assets/stylesheets/_custom.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 2105, app/assets/stylesheets/_custom.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 2110, app/assets/stylesheets/_custom.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 2115, app/assets/stylesheets/_custom.scss */
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 2120, app/assets/stylesheets/_custom.scss */
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 2125, app/assets/stylesheets/_custom.scss */
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 2130, app/assets/stylesheets/_custom.scss */
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 2135, app/assets/stylesheets/_custom.scss */
  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 2140, app/assets/stylesheets/_custom.scss */
  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 2145, app/assets/stylesheets/_custom.scss */
  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 2150, app/assets/stylesheets/_custom.scss */
  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 2155, app/assets/stylesheets/_custom.scss */
  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 2160, app/assets/stylesheets/_custom.scss */
  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 2165, app/assets/stylesheets/_custom.scss */
  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 2170, app/assets/stylesheets/_custom.scss */
  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 2175, app/assets/stylesheets/_custom.scss */
  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 2180, app/assets/stylesheets/_custom.scss */
  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 2185, app/assets/stylesheets/_custom.scss */
  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 2190, app/assets/stylesheets/_custom.scss */
  .g-md-13,
.gy-md-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 2195, app/assets/stylesheets/_custom.scss */
  .g-md-14,
.gx-md-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 2200, app/assets/stylesheets/_custom.scss */
  .g-md-14,
.gy-md-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 2205, app/assets/stylesheets/_custom.scss */
  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 2210, app/assets/stylesheets/_custom.scss */
  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 2215, app/assets/stylesheets/_custom.scss */
  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 2220, app/assets/stylesheets/_custom.scss */
  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 2225, app/assets/stylesheets/_custom.scss */
  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 2230, app/assets/stylesheets/_custom.scss */
  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 2235, app/assets/stylesheets/_custom.scss */
  .g-md-18,
.gx-md-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 2240, app/assets/stylesheets/_custom.scss */
  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 2245, app/assets/stylesheets/_custom.scss */
  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 2250, app/assets/stylesheets/_custom.scss */
  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 2255, app/assets/stylesheets/_custom.scss */
  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 2260, app/assets/stylesheets/_custom.scss */
  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 2265, app/assets/stylesheets/_custom.scss */
  .g-md-21,
.gx-md-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 2270, app/assets/stylesheets/_custom.scss */
  .g-md-21,
.gy-md-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 2275, app/assets/stylesheets/_custom.scss */
  .g-md-22,
.gx-md-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 2280, app/assets/stylesheets/_custom.scss */
  .g-md-22,
.gy-md-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 2285, app/assets/stylesheets/_custom.scss */
  .g-md-23,
.gx-md-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 2290, app/assets/stylesheets/_custom.scss */
  .g-md-23,
.gy-md-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 992px) {
  /* line 2297, app/assets/stylesheets/_custom.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 2301, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2306, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2311, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2316, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 2321, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2326, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2331, app/assets/stylesheets/_custom.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 2336, app/assets/stylesheets/_custom.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2341, app/assets/stylesheets/_custom.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2346, app/assets/stylesheets/_custom.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2351, app/assets/stylesheets/_custom.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2356, app/assets/stylesheets/_custom.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2361, app/assets/stylesheets/_custom.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2366, app/assets/stylesheets/_custom.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2371, app/assets/stylesheets/_custom.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2376, app/assets/stylesheets/_custom.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2381, app/assets/stylesheets/_custom.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2386, app/assets/stylesheets/_custom.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2391, app/assets/stylesheets/_custom.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2396, app/assets/stylesheets/_custom.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2401, app/assets/stylesheets/_custom.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 2405, app/assets/stylesheets/_custom.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 2409, app/assets/stylesheets/_custom.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 2413, app/assets/stylesheets/_custom.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 2417, app/assets/stylesheets/_custom.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 2421, app/assets/stylesheets/_custom.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 2425, app/assets/stylesheets/_custom.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 2429, app/assets/stylesheets/_custom.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 2433, app/assets/stylesheets/_custom.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 2437, app/assets/stylesheets/_custom.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 2441, app/assets/stylesheets/_custom.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 2445, app/assets/stylesheets/_custom.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 2449, app/assets/stylesheets/_custom.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 2454, app/assets/stylesheets/_custom.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 2459, app/assets/stylesheets/_custom.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 2464, app/assets/stylesheets/_custom.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 2469, app/assets/stylesheets/_custom.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 2474, app/assets/stylesheets/_custom.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 2479, app/assets/stylesheets/_custom.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 2484, app/assets/stylesheets/_custom.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 2489, app/assets/stylesheets/_custom.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 2494, app/assets/stylesheets/_custom.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 2499, app/assets/stylesheets/_custom.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 2504, app/assets/stylesheets/_custom.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 2509, app/assets/stylesheets/_custom.scss */
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 2514, app/assets/stylesheets/_custom.scss */
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 2519, app/assets/stylesheets/_custom.scss */
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 2524, app/assets/stylesheets/_custom.scss */
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 2529, app/assets/stylesheets/_custom.scss */
  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 2534, app/assets/stylesheets/_custom.scss */
  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 2539, app/assets/stylesheets/_custom.scss */
  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 2544, app/assets/stylesheets/_custom.scss */
  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 2549, app/assets/stylesheets/_custom.scss */
  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 2554, app/assets/stylesheets/_custom.scss */
  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 2559, app/assets/stylesheets/_custom.scss */
  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 2564, app/assets/stylesheets/_custom.scss */
  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 2569, app/assets/stylesheets/_custom.scss */
  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 2574, app/assets/stylesheets/_custom.scss */
  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 2579, app/assets/stylesheets/_custom.scss */
  .g-lg-13,
.gx-lg-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 2584, app/assets/stylesheets/_custom.scss */
  .g-lg-13,
.gy-lg-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 2589, app/assets/stylesheets/_custom.scss */
  .g-lg-14,
.gx-lg-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 2594, app/assets/stylesheets/_custom.scss */
  .g-lg-14,
.gy-lg-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 2599, app/assets/stylesheets/_custom.scss */
  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 2604, app/assets/stylesheets/_custom.scss */
  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 2609, app/assets/stylesheets/_custom.scss */
  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 2614, app/assets/stylesheets/_custom.scss */
  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 2619, app/assets/stylesheets/_custom.scss */
  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 2624, app/assets/stylesheets/_custom.scss */
  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 2629, app/assets/stylesheets/_custom.scss */
  .g-lg-18,
.gx-lg-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 2634, app/assets/stylesheets/_custom.scss */
  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 2639, app/assets/stylesheets/_custom.scss */
  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 2644, app/assets/stylesheets/_custom.scss */
  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 2649, app/assets/stylesheets/_custom.scss */
  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 2654, app/assets/stylesheets/_custom.scss */
  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 2659, app/assets/stylesheets/_custom.scss */
  .g-lg-21,
.gx-lg-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 2664, app/assets/stylesheets/_custom.scss */
  .g-lg-21,
.gy-lg-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 2669, app/assets/stylesheets/_custom.scss */
  .g-lg-22,
.gx-lg-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 2674, app/assets/stylesheets/_custom.scss */
  .g-lg-22,
.gy-lg-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 2679, app/assets/stylesheets/_custom.scss */
  .g-lg-23,
.gx-lg-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 2684, app/assets/stylesheets/_custom.scss */
  .g-lg-23,
.gy-lg-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 1200px) {
  /* line 2691, app/assets/stylesheets/_custom.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 2695, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2700, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2705, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2710, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 2715, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2720, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2725, app/assets/stylesheets/_custom.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 2730, app/assets/stylesheets/_custom.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2735, app/assets/stylesheets/_custom.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2740, app/assets/stylesheets/_custom.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2745, app/assets/stylesheets/_custom.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2750, app/assets/stylesheets/_custom.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2755, app/assets/stylesheets/_custom.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2760, app/assets/stylesheets/_custom.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2765, app/assets/stylesheets/_custom.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2770, app/assets/stylesheets/_custom.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2775, app/assets/stylesheets/_custom.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2780, app/assets/stylesheets/_custom.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2785, app/assets/stylesheets/_custom.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2790, app/assets/stylesheets/_custom.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2795, app/assets/stylesheets/_custom.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 2799, app/assets/stylesheets/_custom.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 2803, app/assets/stylesheets/_custom.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 2807, app/assets/stylesheets/_custom.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 2811, app/assets/stylesheets/_custom.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 2815, app/assets/stylesheets/_custom.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 2819, app/assets/stylesheets/_custom.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 2823, app/assets/stylesheets/_custom.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 2827, app/assets/stylesheets/_custom.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 2831, app/assets/stylesheets/_custom.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 2835, app/assets/stylesheets/_custom.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 2839, app/assets/stylesheets/_custom.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 2843, app/assets/stylesheets/_custom.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 2848, app/assets/stylesheets/_custom.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 2853, app/assets/stylesheets/_custom.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 2858, app/assets/stylesheets/_custom.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 2863, app/assets/stylesheets/_custom.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 2868, app/assets/stylesheets/_custom.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 2873, app/assets/stylesheets/_custom.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 2878, app/assets/stylesheets/_custom.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 2883, app/assets/stylesheets/_custom.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 2888, app/assets/stylesheets/_custom.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 2893, app/assets/stylesheets/_custom.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 2898, app/assets/stylesheets/_custom.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 2903, app/assets/stylesheets/_custom.scss */
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 2908, app/assets/stylesheets/_custom.scss */
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 2913, app/assets/stylesheets/_custom.scss */
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 2918, app/assets/stylesheets/_custom.scss */
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 2923, app/assets/stylesheets/_custom.scss */
  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 2928, app/assets/stylesheets/_custom.scss */
  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 2933, app/assets/stylesheets/_custom.scss */
  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 2938, app/assets/stylesheets/_custom.scss */
  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 2943, app/assets/stylesheets/_custom.scss */
  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 2948, app/assets/stylesheets/_custom.scss */
  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 2953, app/assets/stylesheets/_custom.scss */
  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 2958, app/assets/stylesheets/_custom.scss */
  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 2963, app/assets/stylesheets/_custom.scss */
  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 2968, app/assets/stylesheets/_custom.scss */
  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 2973, app/assets/stylesheets/_custom.scss */
  .g-xl-13,
.gx-xl-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 2978, app/assets/stylesheets/_custom.scss */
  .g-xl-13,
.gy-xl-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 2983, app/assets/stylesheets/_custom.scss */
  .g-xl-14,
.gx-xl-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 2988, app/assets/stylesheets/_custom.scss */
  .g-xl-14,
.gy-xl-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 2993, app/assets/stylesheets/_custom.scss */
  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 2998, app/assets/stylesheets/_custom.scss */
  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 3003, app/assets/stylesheets/_custom.scss */
  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 3008, app/assets/stylesheets/_custom.scss */
  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 3013, app/assets/stylesheets/_custom.scss */
  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 3018, app/assets/stylesheets/_custom.scss */
  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 3023, app/assets/stylesheets/_custom.scss */
  .g-xl-18,
.gx-xl-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 3028, app/assets/stylesheets/_custom.scss */
  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 3033, app/assets/stylesheets/_custom.scss */
  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 3038, app/assets/stylesheets/_custom.scss */
  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 3043, app/assets/stylesheets/_custom.scss */
  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 3048, app/assets/stylesheets/_custom.scss */
  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 3053, app/assets/stylesheets/_custom.scss */
  .g-xl-21,
.gx-xl-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 3058, app/assets/stylesheets/_custom.scss */
  .g-xl-21,
.gy-xl-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 3063, app/assets/stylesheets/_custom.scss */
  .g-xl-22,
.gx-xl-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 3068, app/assets/stylesheets/_custom.scss */
  .g-xl-22,
.gy-xl-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 3073, app/assets/stylesheets/_custom.scss */
  .g-xl-23,
.gx-xl-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 3078, app/assets/stylesheets/_custom.scss */
  .g-xl-23,
.gy-xl-23 {
    --bs-gutter-y: 12rem;
  }
}

@media (min-width: 1400px) {
  /* line 3085, app/assets/stylesheets/_custom.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 3089, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 3094, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 3099, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 3104, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 3109, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 3114, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 3119, app/assets/stylesheets/_custom.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 3124, app/assets/stylesheets/_custom.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 3129, app/assets/stylesheets/_custom.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 3134, app/assets/stylesheets/_custom.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 3139, app/assets/stylesheets/_custom.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 3144, app/assets/stylesheets/_custom.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 3149, app/assets/stylesheets/_custom.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 3154, app/assets/stylesheets/_custom.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 3159, app/assets/stylesheets/_custom.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 3164, app/assets/stylesheets/_custom.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 3169, app/assets/stylesheets/_custom.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 3174, app/assets/stylesheets/_custom.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 3179, app/assets/stylesheets/_custom.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 3184, app/assets/stylesheets/_custom.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 3189, app/assets/stylesheets/_custom.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 3193, app/assets/stylesheets/_custom.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 3197, app/assets/stylesheets/_custom.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 3201, app/assets/stylesheets/_custom.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 3205, app/assets/stylesheets/_custom.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 3209, app/assets/stylesheets/_custom.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 3213, app/assets/stylesheets/_custom.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 3217, app/assets/stylesheets/_custom.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 3221, app/assets/stylesheets/_custom.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 3225, app/assets/stylesheets/_custom.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 3229, app/assets/stylesheets/_custom.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 3233, app/assets/stylesheets/_custom.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 3237, app/assets/stylesheets/_custom.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 3242, app/assets/stylesheets/_custom.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 3247, app/assets/stylesheets/_custom.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 3252, app/assets/stylesheets/_custom.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 3257, app/assets/stylesheets/_custom.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 3262, app/assets/stylesheets/_custom.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 3267, app/assets/stylesheets/_custom.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 3272, app/assets/stylesheets/_custom.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 3277, app/assets/stylesheets/_custom.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 3282, app/assets/stylesheets/_custom.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 3287, app/assets/stylesheets/_custom.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 3292, app/assets/stylesheets/_custom.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 3297, app/assets/stylesheets/_custom.scss */
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 2rem;
  }
  /* line 3302, app/assets/stylesheets/_custom.scss */
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 2rem;
  }
  /* line 3307, app/assets/stylesheets/_custom.scss */
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 3312, app/assets/stylesheets/_custom.scss */
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 2.5rem;
  }
  /* line 3317, app/assets/stylesheets/_custom.scss */
  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 3322, app/assets/stylesheets/_custom.scss */
  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 3rem;
  }
  /* line 3327, app/assets/stylesheets/_custom.scss */
  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 3.5rem;
  }
  /* line 3332, app/assets/stylesheets/_custom.scss */
  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 3.5rem;
  }
  /* line 3337, app/assets/stylesheets/_custom.scss */
  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 4rem;
  }
  /* line 3342, app/assets/stylesheets/_custom.scss */
  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 4rem;
  }
  /* line 3347, app/assets/stylesheets/_custom.scss */
  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 4.5rem;
  }
  /* line 3352, app/assets/stylesheets/_custom.scss */
  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 4.5rem;
  }
  /* line 3357, app/assets/stylesheets/_custom.scss */
  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 5rem;
  }
  /* line 3362, app/assets/stylesheets/_custom.scss */
  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 5rem;
  }
  /* line 3367, app/assets/stylesheets/_custom.scss */
  .g-xxl-13,
.gx-xxl-13 {
    --bs-gutter-x: 5.5rem;
  }
  /* line 3372, app/assets/stylesheets/_custom.scss */
  .g-xxl-13,
.gy-xxl-13 {
    --bs-gutter-y: 5.5rem;
  }
  /* line 3377, app/assets/stylesheets/_custom.scss */
  .g-xxl-14,
.gx-xxl-14 {
    --bs-gutter-x: 6rem;
  }
  /* line 3382, app/assets/stylesheets/_custom.scss */
  .g-xxl-14,
.gy-xxl-14 {
    --bs-gutter-y: 6rem;
  }
  /* line 3387, app/assets/stylesheets/_custom.scss */
  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 6.5rem;
  }
  /* line 3392, app/assets/stylesheets/_custom.scss */
  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 6.5rem;
  }
  /* line 3397, app/assets/stylesheets/_custom.scss */
  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 7rem;
  }
  /* line 3402, app/assets/stylesheets/_custom.scss */
  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 7rem;
  }
  /* line 3407, app/assets/stylesheets/_custom.scss */
  .g-xxl-17,
.gx-xxl-17 {
    --bs-gutter-x: 7.5rem;
  }
  /* line 3412, app/assets/stylesheets/_custom.scss */
  .g-xxl-17,
.gy-xxl-17 {
    --bs-gutter-y: 7.5rem;
  }
  /* line 3417, app/assets/stylesheets/_custom.scss */
  .g-xxl-18,
.gx-xxl-18 {
    --bs-gutter-x: 8rem;
  }
  /* line 3422, app/assets/stylesheets/_custom.scss */
  .g-xxl-18,
.gy-xxl-18 {
    --bs-gutter-y: 8rem;
  }
  /* line 3427, app/assets/stylesheets/_custom.scss */
  .g-xxl-19,
.gx-xxl-19 {
    --bs-gutter-x: 8.5rem;
  }
  /* line 3432, app/assets/stylesheets/_custom.scss */
  .g-xxl-19,
.gy-xxl-19 {
    --bs-gutter-y: 8.5rem;
  }
  /* line 3437, app/assets/stylesheets/_custom.scss */
  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 9rem;
  }
  /* line 3442, app/assets/stylesheets/_custom.scss */
  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 9rem;
  }
  /* line 3447, app/assets/stylesheets/_custom.scss */
  .g-xxl-21,
.gx-xxl-21 {
    --bs-gutter-x: 9.5rem;
  }
  /* line 3452, app/assets/stylesheets/_custom.scss */
  .g-xxl-21,
.gy-xxl-21 {
    --bs-gutter-y: 9.5rem;
  }
  /* line 3457, app/assets/stylesheets/_custom.scss */
  .g-xxl-22,
.gx-xxl-22 {
    --bs-gutter-x: 10rem;
  }
  /* line 3462, app/assets/stylesheets/_custom.scss */
  .g-xxl-22,
.gy-xxl-22 {
    --bs-gutter-y: 10rem;
  }
  /* line 3467, app/assets/stylesheets/_custom.scss */
  .g-xxl-23,
.gx-xxl-23 {
    --bs-gutter-x: 12rem;
  }
  /* line 3472, app/assets/stylesheets/_custom.scss */
  .g-xxl-23,
.gy-xxl-23 {
    --bs-gutter-y: 12rem;
  }
}

/* line 3478, app/assets/stylesheets/_custom.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #637381;
  --bs-table-striped-bg: #f9fafb;
  --bs-table-active-color: #637381;
  --bs-table-active-bg: #f9fafb;
  --bs-table-hover-color: #637381;
  --bs-table-hover-bg: rgba(249, 250, 251, 0.7);
  width: 100%;
  margin-bottom: 1rem;
  color: #637381;
  vertical-align: top;
  border-color: #DFE3E8;
}

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

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

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

/* line 3509, app/assets/stylesheets/_custom.scss */
.table > :not(:first-child) {
  border-top: 2px solid #F4F6F8;
}

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

/* line 3517, app/assets/stylesheets/_custom.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.3rem 0.6rem;
}

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

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

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

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

/* line 3537, app/assets/stylesheets/_custom.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 3542, app/assets/stylesheets/_custom.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

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

/* line 3552, app/assets/stylesheets/_custom.scss */
.table-primary {
  --bs-table-bg: #e0dbff;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #cfcbec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cac5e6;
}

/* line 3564, app/assets/stylesheets/_custom.scss */
.table-secondary {
  --bs-table-bg: #e0e3e6;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #cfd2d5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cacccf;
}

/* line 3576, app/assets/stylesheets/_custom.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3588, app/assets/stylesheets/_custom.scss */
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

/* line 3600, app/assets/stylesheets/_custom.scss */
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 3612, app/assets/stylesheets/_custom.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3624, app/assets/stylesheets/_custom.scss */
.table-light {
  --bs-table-bg: #F9FAFB;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: black;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e6e7e8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0e1e2;
}

/* line 3636, app/assets/stylesheets/_custom.scss */
.table-dark {
  --bs-table-bg: #212B36;
  --bs-table-striped-bg: white;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: white;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #323b45;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #37404a;
}

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

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

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

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

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

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

/* line 3688, app/assets/stylesheets/_custom.scss */
.form-label {
  margin-bottom: 0.5rem;
  color: #161C24;
}

/* line 3693, app/assets/stylesheets/_custom.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #161C24;
}

/* line 3702, app/assets/stylesheets/_custom.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.171875rem;
}

/* line 3708, app/assets/stylesheets/_custom.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8203125rem;
}

/* line 3714, app/assets/stylesheets/_custom.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #637381;
}

/* line 3720, app/assets/stylesheets/_custom.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C4CDD5;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3738, app/assets/stylesheets/_custom.scss */
  .form-control {
    transition: none;
  }
}

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

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

/* line 3751, app/assets/stylesheets/_custom.scss */
.form-control:focus {
  color: #637381;
  background-color: #fff;
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

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

/* line 3763, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-input-placeholder {
  color: #637381;
  opacity: 1;
}

/* line 3768, app/assets/stylesheets/_custom.scss */
.form-control:-ms-input-placeholder {
  color: #637381;
  opacity: 1;
}

/* line 3773, app/assets/stylesheets/_custom.scss */
.form-control::placeholder {
  color: #637381;
  opacity: 1;
}

/* line 3778, app/assets/stylesheets/_custom.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #F4F6F8;
  opacity: 1;
}

/* line 3784, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #637381;
  background-color: #F4F6F8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 3801, app/assets/stylesheets/_custom.scss */
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #637381;
  background-color: #F4F6F8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3818, app/assets/stylesheets/_custom.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  /* line 3823, app/assets/stylesheets/_custom.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 3828, app/assets/stylesheets/_custom.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e8eaec;
}

/* line 3832, app/assets/stylesheets/_custom.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e8eaec;
}

/* line 3836, app/assets/stylesheets/_custom.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #637381;
  background-color: #F4F6F8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3854, app/assets/stylesheets/_custom.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3860, app/assets/stylesheets/_custom.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e8eaec;
}

/* line 3864, app/assets/stylesheets/_custom.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #637381;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

/* line 3882, app/assets/stylesheets/_custom.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

/* line 3889, app/assets/stylesheets/_custom.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 3896, app/assets/stylesheets/_custom.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 3903, app/assets/stylesheets/_custom.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 3910, app/assets/stylesheets/_custom.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 3917, app/assets/stylesheets/_custom.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 3924, app/assets/stylesheets/_custom.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 3931, app/assets/stylesheets/_custom.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

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

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

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

/* line 3950, app/assets/stylesheets/_custom.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}

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

/* line 3960, app/assets/stylesheets/_custom.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.375rem;
}

/* line 3965, app/assets/stylesheets/_custom.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.375rem;
}

/* line 3970, app/assets/stylesheets/_custom.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #C4CDD5;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3992, app/assets/stylesheets/_custom.scss */
  .form-select {
    transition: none;
  }
}

/* line 3997, app/assets/stylesheets/_custom.scss */
.form-select:focus {
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

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

/* line 4009, app/assets/stylesheets/_custom.scss */
.form-select:disabled {
  background-color: #F4F6F8;
}

/* line 4013, app/assets/stylesheets/_custom.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #637381;
}

/* line 4018, app/assets/stylesheets/_custom.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

/* line 4026, app/assets/stylesheets/_custom.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 4034, app/assets/stylesheets/_custom.scss */
.form-check {
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 4041, app/assets/stylesheets/_custom.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 4046, app/assets/stylesheets/_custom.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

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

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

/* line 4075, app/assets/stylesheets/_custom.scss */
.form-check-input:focus {
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4081, app/assets/stylesheets/_custom.scss */
.form-check-input:checked {
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 4086, app/assets/stylesheets/_custom.scss */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

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

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

/* line 4100, app/assets/stylesheets/_custom.scss */
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

/* line 4107, app/assets/stylesheets/_custom.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 4112, app/assets/stylesheets/_custom.scss */
.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 4126, app/assets/stylesheets/_custom.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 4131, app/assets/stylesheets/_custom.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b1a5ff'/%3e%3c/svg%3e");
}

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

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

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

/* line 4151, app/assets/stylesheets/_custom.scss */
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

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

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

/* line 4172, app/assets/stylesheets/_custom.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4176, app/assets/stylesheets/_custom.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

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

/* line 4184, app/assets/stylesheets/_custom.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #624BFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4198, app/assets/stylesheets/_custom.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4204, app/assets/stylesheets/_custom.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #d0c9ff;
}

/* line 4208, app/assets/stylesheets/_custom.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE3E8;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4218, app/assets/stylesheets/_custom.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #624BFF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4230, app/assets/stylesheets/_custom.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4236, app/assets/stylesheets/_custom.scss */
.form-range::-moz-range-thumb:active {
  background-color: #d0c9ff;
}

/* line 4240, app/assets/stylesheets/_custom.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE3E8;
  border-color: transparent;
  border-radius: 1rem;
}

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

/* line 4254, app/assets/stylesheets/_custom.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #919EAB;
}

/* line 4258, app/assets/stylesheets/_custom.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #919EAB;
}

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

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

/* line 4272, app/assets/stylesheets/_custom.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4288, app/assets/stylesheets/_custom.scss */
  .form-floating > label {
    transition: none;
  }
}

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

/* line 4297, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 4301, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

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

/* line 4309, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4314, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4320, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4325, app/assets/stylesheets/_custom.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 4330, app/assets/stylesheets/_custom.scss */
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

/* line 4365, app/assets/stylesheets/_custom.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

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

/* line 4375, app/assets/stylesheets/_custom.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 4379, app/assets/stylesheets/_custom.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  text-align: center;
  white-space: nowrap;
  background-color: #F4F6F8;
  border: 1px solid #C4CDD5;
  border-radius: 0.375rem;
}

/* line 4394, app/assets/stylesheets/_custom.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 4403, app/assets/stylesheets/_custom.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

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

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

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

/* line 4429, app/assets/stylesheets/_custom.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 4435, app/assets/stylesheets/_custom.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 4443, app/assets/stylesheets/_custom.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8203125rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

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

/* line 4464, app/assets/stylesheets/_custom.scss */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 4474, app/assets/stylesheets/_custom.scss */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 4480, app/assets/stylesheets/_custom.scss */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 4486, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

/* line 4491, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select[size="1"]:valid:not([multiple]),
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid[size="1"]:not([multiple]) {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 4501, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 4507, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

/* line 4512, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 4517, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 4522, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

/* line 4531, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

/* line 4538, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

/* line 4545, app/assets/stylesheets/_custom.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 4553, app/assets/stylesheets/_custom.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8203125rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

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

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

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

/* line 4590, app/assets/stylesheets/_custom.scss */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 4596, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}

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

/* line 4611, app/assets/stylesheets/_custom.scss */
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 4617, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 4622, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 4627, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 4632, app/assets/stylesheets/_custom.scss */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

/* line 4641, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

/* line 4648, app/assets/stylesheets/_custom.scss */
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/* line 4655, app/assets/stylesheets/_custom.scss */
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #637381;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4675, app/assets/stylesheets/_custom.scss */
  .btn {
    transition: none;
  }
}

/* line 4680, app/assets/stylesheets/_custom.scss */
.btn:hover {
  color: #637381;
}

/* line 4684, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 4690, app/assets/stylesheets/_custom.scss */
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 4697, app/assets/stylesheets/_custom.scss */
.btn-primary {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 4703, app/assets/stylesheets/_custom.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #5340d9;
  border-color: #4e3ccc;
}

/* line 4709, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #5340d9;
  border-color: #4e3ccc;
  box-shadow: 0 0 0 0.25rem rgba(122, 102, 255, 0.5);
}

/* line 4717, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4e3ccc;
  border-color: #4a38bf;
}

/* line 4727, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 102, 255, 0.5);
}

/* line 4735, app/assets/stylesheets/_custom.scss */
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 4742, app/assets/stylesheets/_custom.scss */
.btn-secondary {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 4748, app/assets/stylesheets/_custom.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #54626e;
  border-color: #4f5c67;
}

/* line 4754, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #54626e;
  border-color: #4f5c67;
  box-shadow: 0 0 0 0.25rem rgba(122, 136, 148, 0.5);
}

/* line 4762, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4f5c67;
  border-color: #4a5661;
}

/* line 4772, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 136, 148, 0.5);
}

/* line 4780, app/assets/stylesheets/_custom.scss */
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 4787, app/assets/stylesheets/_custom.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 4793, app/assets/stylesheets/_custom.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 4799, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 4807, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 4817, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 4825, app/assets/stylesheets/_custom.scss */
.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 4832, app/assets/stylesheets/_custom.scss */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 4838, app/assets/stylesheets/_custom.scss */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 4844, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 4852, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 4862, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 4870, app/assets/stylesheets/_custom.scss */
.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 4877, app/assets/stylesheets/_custom.scss */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 4883, app/assets/stylesheets/_custom.scss */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 4889, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 4897, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 4907, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 4915, app/assets/stylesheets/_custom.scss */
.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 4922, app/assets/stylesheets/_custom.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 4928, app/assets/stylesheets/_custom.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 4934, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 4942, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 4952, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 4960, app/assets/stylesheets/_custom.scss */
.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 4967, app/assets/stylesheets/_custom.scss */
.btn-light {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 4973, app/assets/stylesheets/_custom.scss */
.btn-light:hover {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
}

/* line 4979, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}

/* line 4987, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
}

/* line 4997, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}

/* line 5005, app/assets/stylesheets/_custom.scss */
.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5012, app/assets/stylesheets/_custom.scss */
.btn-dark {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 5018, app/assets/stylesheets/_custom.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c252e;
  border-color: #1a222b;
}

/* line 5024, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c252e;
  border-color: #1a222b;
  box-shadow: 0 0 0 0.25rem rgba(66, 75, 84, 0.5);
}

/* line 5032, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a222b;
  border-color: #192029;
}

/* line 5042, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 75, 84, 0.5);
}

/* line 5050, app/assets/stylesheets/_custom.scss */
.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 5057, app/assets/stylesheets/_custom.scss */
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 5063, app/assets/stylesheets/_custom.scss */
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}

/* line 5069, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-white,
.btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

/* line 5077, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}

/* line 5087, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

/* line 5095, app/assets/stylesheets/_custom.scss */
.btn-white:disabled,
.btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 5102, app/assets/stylesheets/_custom.scss */
.btn-light-primary {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 5108, app/assets/stylesheets/_custom.scss */
.btn-light-primary:hover {
  color: #000;
  background-color: #e5e1fe;
  border-color: #e3e0fe;
}

/* line 5114, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-primary,
.btn-light-primary:focus {
  color: #000;
  background-color: #e5e1fe;
  border-color: #e3e0fe;
  box-shadow: 0 0 0 0.25rem rgba(190, 187, 216, 0.5);
}

/* line 5122, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-primary,
.btn-check:active + .btn-light-primary,
.btn-light-primary:active,
.btn-light-primary.active,
.show > .btn-light-primary.dropdown-toggle {
  color: #000;
  background-color: #e6e3fe;
  border-color: #e3e0fe;
}

/* line 5132, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-primary:focus,
.btn-check:active + .btn-light-primary:focus,
.btn-light-primary:active:focus,
.btn-light-primary.active:focus,
.show > .btn-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 187, 216, 0.5);
}

/* line 5140, app/assets/stylesheets/_custom.scss */
.btn-light-primary:disabled,
.btn-light-primary.disabled {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 5147, app/assets/stylesheets/_custom.scss */
.btn-light-danger {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 5153, app/assets/stylesheets/_custom.scss */
.btn-light-danger:hover {
  color: #000;
  background-color: #fceeef;
  border-color: #fbedee;
}

/* line 5159, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-danger,
.btn-light-danger:focus {
  color: #000;
  background-color: #fceeef;
  border-color: #fbedee;
  box-shadow: 0 0 0 0.25rem rgba(213, 200, 201, 0.5);
}

/* line 5167, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-danger,
.btn-check:active + .btn-light-danger,
.btn-light-danger:active,
.btn-light-danger.active,
.show > .btn-light-danger.dropdown-toggle {
  color: #000;
  background-color: #fceff0;
  border-color: #fbedee;
}

/* line 5177, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-danger:focus,
.btn-check:active + .btn-light-danger:focus,
.btn-light-danger:active:focus,
.btn-light-danger.active:focus,
.show > .btn-light-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 200, 201, 0.5);
}

/* line 5185, app/assets/stylesheets/_custom.scss */
.btn-light-danger:disabled,
.btn-light-danger.disabled {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 5192, app/assets/stylesheets/_custom.scss */
.btn-light-info {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 5198, app/assets/stylesheets/_custom.scss */
.btn-light-info:hover {
  color: #000;
  background-color: #ebfbfe;
  border-color: #e9fbfe;
}

/* line 5204, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-info,
.btn-light-info:focus {
  color: #000;
  background-color: #ebfbfe;
  border-color: #e9fbfe;
  box-shadow: 0 0 0 0.25rem rgba(196, 213, 216, 0.5);
}

/* line 5212, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-info,
.btn-check:active + .btn-light-info,
.btn-light-info:active,
.btn-light-info.active,
.show > .btn-light-info.dropdown-toggle {
  color: #000;
  background-color: #ecfbfe;
  border-color: #e9fbfe;
}

/* line 5222, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-info:focus,
.btn-check:active + .btn-light-info:focus,
.btn-light-info:active:focus,
.btn-light-info.active:focus,
.show > .btn-light-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 213, 216, 0.5);
}

/* line 5230, app/assets/stylesheets/_custom.scss */
.btn-light-info:disabled,
.btn-light-info.disabled {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 5237, app/assets/stylesheets/_custom.scss */
.btn-light-warning {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 5243, app/assets/stylesheets/_custom.scss */
.btn-light-warning:hover {
  color: #000;
  background-color: #fff5d5;
  border-color: #fff4d2;
}

/* line 5249, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-warning,
.btn-light-warning:focus {
  color: #000;
  background-color: #fff5d5;
  border-color: #fff4d2;
  box-shadow: 0 0 0 0.25rem rgba(217, 207, 174, 0.5);
}

/* line 5257, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-warning,
.btn-check:active + .btn-light-warning,
.btn-light-warning:active,
.btn-light-warning.active,
.show > .btn-light-warning.dropdown-toggle {
  color: #000;
  background-color: #fff5d7;
  border-color: #fff4d2;
}

/* line 5267, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-warning:focus,
.btn-check:active + .btn-light-warning:focus,
.btn-light-warning:active:focus,
.btn-light-warning.active:focus,
.show > .btn-light-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 207, 174, 0.5);
}

/* line 5275, app/assets/stylesheets/_custom.scss */
.btn-light-warning:disabled,
.btn-light-warning.disabled {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 5282, app/assets/stylesheets/_custom.scss */
.btn-light-secondary {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 5288, app/assets/stylesheets/_custom.scss */
.btn-light-secondary:hover {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
}

/* line 5294, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-secondary,
.btn-light-secondary:focus {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

/* line 5302, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-secondary,
.btn-check:active + .btn-light-secondary,
.btn-light-secondary:active,
.btn-light-secondary.active,
.show > .btn-light-secondary.dropdown-toggle {
  color: #000;
  background-color: #edf0f2;
  border-color: #ebeef1;
}

/* line 5312, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-secondary:focus,
.btn-check:active + .btn-light-secondary:focus,
.btn-light-secondary:active:focus,
.btn-light-secondary.active:focus,
.show > .btn-light-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}

/* line 5320, app/assets/stylesheets/_custom.scss */
.btn-light-secondary:disabled,
.btn-light-secondary.disabled {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 5327, app/assets/stylesheets/_custom.scss */
.btn-light-success {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 5333, app/assets/stylesheets/_custom.scss */
.btn-light-success:hover {
  color: #000;
  background-color: #edf7ef;
  border-color: #ecf7ee;
}

/* line 5339, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-success,
.btn-light-success:focus {
  color: #000;
  background-color: #edf7ef;
  border-color: #ecf7ee;
  box-shadow: 0 0 0 0.25rem rgba(199, 209, 201, 0.5);
}

/* line 5347, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-success,
.btn-check:active + .btn-light-success,
.btn-light-success:active,
.btn-light-success.active,
.show > .btn-light-success.dropdown-toggle {
  color: #000;
  background-color: #eef8f0;
  border-color: #ecf7ee;
}

/* line 5357, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-success:focus,
.btn-check:active + .btn-light-success:focus,
.btn-light-success:active:focus,
.btn-light-success.active:focus,
.show > .btn-light-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(199, 209, 201, 0.5);
}

/* line 5365, app/assets/stylesheets/_custom.scss */
.btn-light-success:disabled,
.btn-light-success.disabled {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 5372, app/assets/stylesheets/_custom.scss */
.btn-light-dark {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 5378, app/assets/stylesheets/_custom.scss */
.btn-light-dark:hover {
  color: #000;
  background-color: #d8d6de;
  border-color: #d6d4dc;
}

/* line 5384, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-light-dark,
.btn-light-dark:focus {
  color: #000;
  background-color: #d8d6de;
  border-color: #d6d4dc;
  box-shadow: 0 0 0 0.25rem rgba(178, 176, 184, 0.5);
}

/* line 5392, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-dark,
.btn-check:active + .btn-light-dark,
.btn-light-dark:active,
.btn-light-dark.active,
.show > .btn-light-dark.dropdown-toggle {
  color: #000;
  background-color: #dad9e0;
  border-color: #d6d4dc;
}

/* line 5402, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-light-dark:focus,
.btn-check:active + .btn-light-dark:focus,
.btn-light-dark:active:focus,
.btn-light-dark.active:focus,
.show > .btn-light-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 176, 184, 0.5);
}

/* line 5410, app/assets/stylesheets/_custom.scss */
.btn-light-dark:disabled,
.btn-light-dark.disabled {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 5417, app/assets/stylesheets/_custom.scss */
.btn-dark-primary {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 5423, app/assets/stylesheets/_custom.scss */
.btn-dark-primary:hover {
  color: #fff;
  background-color: #4c33a4;
  border-color: #47309a;
}

/* line 5429, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-primary,
.btn-dark-primary:focus {
  color: #fff;
  background-color: #4c33a4;
  border-color: #47309a;
  box-shadow: 0 0 0 0.25rem rgba(114, 89, 202, 0.5);
}

/* line 5437, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-primary,
.btn-check:active + .btn-dark-primary,
.btn-dark-primary:active,
.btn-dark-primary.active,
.show > .btn-dark-primary.dropdown-toggle {
  color: #fff;
  background-color: #47309a;
  border-color: #432d91;
}

/* line 5447, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-primary:focus,
.btn-check:active + .btn-dark-primary:focus,
.btn-dark-primary:active:focus,
.btn-dark-primary.active:focus,
.show > .btn-dark-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 89, 202, 0.5);
}

/* line 5455, app/assets/stylesheets/_custom.scss */
.btn-dark-primary:disabled,
.btn-dark-primary.disabled {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 5462, app/assets/stylesheets/_custom.scss */
.btn-dark-warning {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 5468, app/assets/stylesheets/_custom.scss */
.btn-dark-warning:hover {
  color: #000;
  background-color: #cb9453;
  border-color: #c88e49;
}

/* line 5474, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-warning,
.btn-dark-warning:focus {
  color: #000;
  background-color: #cb9453;
  border-color: #c88e49;
  box-shadow: 0 0 0 0.25rem rgba(165, 110, 45, 0.5);
}

/* line 5482, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-warning,
.btn-check:active + .btn-dark-warning,
.btn-dark-warning:active,
.btn-dark-warning.active,
.show > .btn-dark-warning.dropdown-toggle {
  color: #000;
  background-color: #ce9a5d;
  border-color: #c88e49;
}

/* line 5492, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-warning:focus,
.btn-check:active + .btn-dark-warning:focus,
.btn-dark-warning:active:focus,
.btn-dark-warning.active:focus,
.show > .btn-dark-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 110, 45, 0.5);
}

/* line 5500, app/assets/stylesheets/_custom.scss */
.btn-dark-warning:disabled,
.btn-dark-warning.disabled {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 5507, app/assets/stylesheets/_custom.scss */
.btn-dark-info {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 5513, app/assets/stylesheets/_custom.scss */
.btn-dark-info:hover {
  color: #000;
  background-color: #6baecb;
  border-color: #62aac8;
}

/* line 5519, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-info,
.btn-dark-info:focus {
  color: #000;
  background-color: #6baecb;
  border-color: #62aac8;
  box-shadow: 0 0 0 0.25rem rgba(69, 136, 165, 0.5);
}

/* line 5527, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-info,
.btn-check:active + .btn-dark-info,
.btn-dark-info:active,
.btn-dark-info.active,
.show > .btn-dark-info.dropdown-toggle {
  color: #000;
  background-color: #74b3ce;
  border-color: #62aac8;
}

/* line 5537, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-info:focus,
.btn-check:active + .btn-dark-info:focus,
.btn-dark-info:active:focus,
.btn-dark-info.active:focus,
.show > .btn-dark-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(69, 136, 165, 0.5);
}

/* line 5545, app/assets/stylesheets/_custom.scss */
.btn-dark-info:disabled,
.btn-dark-info.disabled {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 5552, app/assets/stylesheets/_custom.scss */
.btn-dark-danger {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 5558, app/assets/stylesheets/_custom.scss */
.btn-dark-danger:hover {
  color: #fff;
  background-color: #942927;
  border-color: #8b2625;
}

/* line 5564, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-danger,
.btn-dark-danger:focus {
  color: #fff;
  background-color: #942927;
  border-color: #8b2625;
  box-shadow: 0 0 0 0.25rem rgba(186, 79, 77, 0.5);
}

/* line 5572, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-danger,
.btn-check:active + .btn-dark-danger,
.btn-dark-danger:active,
.btn-dark-danger.active,
.show > .btn-dark-danger.dropdown-toggle {
  color: #fff;
  background-color: #8b2625;
  border-color: #832423;
}

/* line 5582, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-danger:focus,
.btn-check:active + .btn-dark-danger:focus,
.btn-dark-danger:active:focus,
.btn-dark-danger.active:focus,
.show > .btn-dark-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 79, 77, 0.5);
}

/* line 5590, app/assets/stylesheets/_custom.scss */
.btn-dark-danger:disabled,
.btn-dark-danger.disabled {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 5597, app/assets/stylesheets/_custom.scss */
.btn-dark-success {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 5603, app/assets/stylesheets/_custom.scss */
.btn-dark-success:hover {
  color: #000;
  background-color: #36a989;
  border-color: #2ba482;
}

/* line 5609, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-success,
.btn-dark-success:focus {
  color: #000;
  background-color: #36a989;
  border-color: #2ba482;
  box-shadow: 0 0 0 0.25rem rgba(16, 131, 99, 0.5);
}

/* line 5617, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-success,
.btn-check:active + .btn-dark-success,
.btn-dark-success:active,
.btn-dark-success.active,
.show > .btn-dark-success.dropdown-toggle {
  color: #000;
  background-color: #42ae90;
  border-color: #2ba482;
}

/* line 5627, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-success:focus,
.btn-check:active + .btn-dark-success:focus,
.btn-dark-success:active:focus,
.btn-dark-success.active:focus,
.show > .btn-dark-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 131, 99, 0.5);
}

/* line 5635, app/assets/stylesheets/_custom.scss */
.btn-dark-success:disabled,
.btn-dark-success.disabled {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 5642, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 5648, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary:hover {
  color: #fff;
  background-color: #4e4c5d;
  border-color: #4a4757;
}

/* line 5654, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-dark-secondary,
.btn-dark-secondary:focus {
  color: #fff;
  background-color: #4e4c5d;
  border-color: #4a4757;
  box-shadow: 0 0 0 0.25rem rgba(116, 114, 131, 0.5);
}

/* line 5662, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-secondary,
.btn-check:active + .btn-dark-secondary,
.btn-dark-secondary:active,
.btn-dark-secondary.active,
.show > .btn-dark-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4a4757;
  border-color: #454352;
}

/* line 5672, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-dark-secondary:focus,
.btn-check:active + .btn-dark-secondary:focus,
.btn-dark-secondary:active:focus,
.btn-dark-secondary.active:focus,
.show > .btn-dark-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 114, 131, 0.5);
}

/* line 5680, app/assets/stylesheets/_custom.scss */
.btn-dark-secondary:disabled,
.btn-dark-secondary.disabled {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 5687, app/assets/stylesheets/_custom.scss */
.btn-outline-primary {
  color: #624BFF;
  border-color: #624BFF;
}

/* line 5692, app/assets/stylesheets/_custom.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 5698, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.5);
}

/* line 5703, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 5713, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.5);
}

/* line 5721, app/assets/stylesheets/_custom.scss */
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #624BFF;
  background-color: transparent;
}

/* line 5727, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary {
  color: #637381;
  border-color: #637381;
}

/* line 5732, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 5738, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 115, 129, 0.5);
}

/* line 5743, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #637381;
  border-color: #637381;
}

/* line 5753, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 115, 129, 0.5);
}

/* line 5761, app/assets/stylesheets/_custom.scss */
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #637381;
  background-color: transparent;
}

/* line 5767, app/assets/stylesheets/_custom.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 5772, app/assets/stylesheets/_custom.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 5778, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 5783, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 5793, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 5801, app/assets/stylesheets/_custom.scss */
.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 5807, app/assets/stylesheets/_custom.scss */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 5812, app/assets/stylesheets/_custom.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 5818, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 5823, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 5833, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 5841, app/assets/stylesheets/_custom.scss */
.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 5847, app/assets/stylesheets/_custom.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 5852, app/assets/stylesheets/_custom.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 5858, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 5863, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 5873, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 5881, app/assets/stylesheets/_custom.scss */
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 5887, app/assets/stylesheets/_custom.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 5892, app/assets/stylesheets/_custom.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 5898, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 5903, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 5913, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 5921, app/assets/stylesheets/_custom.scss */
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 5927, app/assets/stylesheets/_custom.scss */
.btn-outline-light {
  color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5932, app/assets/stylesheets/_custom.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5938, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}

/* line 5943, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}

/* line 5953, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}

/* line 5961, app/assets/stylesheets/_custom.scss */
.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #F9FAFB;
  background-color: transparent;
}

/* line 5967, app/assets/stylesheets/_custom.scss */
.btn-outline-dark {
  color: #212B36;
  border-color: #212B36;
}

/* line 5972, app/assets/stylesheets/_custom.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 5978, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 43, 54, 0.5);
}

/* line 5983, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212B36;
  border-color: #212B36;
}

/* line 5993, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 43, 54, 0.5);
}

/* line 6001, app/assets/stylesheets/_custom.scss */
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212B36;
  background-color: transparent;
}

/* line 6007, app/assets/stylesheets/_custom.scss */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 6012, app/assets/stylesheets/_custom.scss */
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 6018, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 6023, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* line 6033, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 6041, app/assets/stylesheets/_custom.scss */
.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

/* line 6047, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary {
  color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 6052, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary:hover {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 6058, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-primary,
.btn-outline-light-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 220, 254, 0.5);
}

/* line 6063, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-primary,
.btn-check:active + .btn-outline-light-primary,
.btn-outline-light-primary:active,
.btn-outline-light-primary.active,
.btn-outline-light-primary.dropdown-toggle.show {
  color: #000;
  background-color: #E0DCFE;
  border-color: #E0DCFE;
}

/* line 6073, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-primary:focus,
.btn-check:active + .btn-outline-light-primary:focus,
.btn-outline-light-primary:active:focus,
.btn-outline-light-primary.active:focus,
.btn-outline-light-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 220, 254, 0.5);
}

/* line 6081, app/assets/stylesheets/_custom.scss */
.btn-outline-light-primary:disabled,
.btn-outline-light-primary.disabled {
  color: #E0DCFE;
  background-color: transparent;
}

/* line 6087, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger {
  color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 6092, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger:hover {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 6098, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-danger,
.btn-outline-light-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(251, 235, 236, 0.5);
}

/* line 6103, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-danger,
.btn-check:active + .btn-outline-light-danger,
.btn-outline-light-danger:active,
.btn-outline-light-danger.active,
.btn-outline-light-danger.dropdown-toggle.show {
  color: #000;
  background-color: #FBEBEC;
  border-color: #FBEBEC;
}

/* line 6113, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-danger:focus,
.btn-check:active + .btn-outline-light-danger:focus,
.btn-outline-light-danger:active:focus,
.btn-outline-light-danger.active:focus,
.btn-outline-light-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(251, 235, 236, 0.5);
}

/* line 6121, app/assets/stylesheets/_custom.scss */
.btn-outline-light-danger:disabled,
.btn-outline-light-danger.disabled {
  color: #FBEBEC;
  background-color: transparent;
}

/* line 6127, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info {
  color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 6132, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info:hover {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 6138, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-info,
.btn-outline-light-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 250, 254, 0.5);
}

/* line 6143, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-info,
.btn-check:active + .btn-outline-light-info,
.btn-outline-light-info:active,
.btn-outline-light-info.active,
.btn-outline-light-info.dropdown-toggle.show {
  color: #000;
  background-color: #E7FAFE;
  border-color: #E7FAFE;
}

/* line 6153, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-info:focus,
.btn-check:active + .btn-outline-light-info:focus,
.btn-outline-light-info:active:focus,
.btn-outline-light-info.active:focus,
.btn-outline-light-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 250, 254, 0.5);
}

/* line 6161, app/assets/stylesheets/_custom.scss */
.btn-outline-light-info:disabled,
.btn-outline-light-info.disabled {
  color: #E7FAFE;
  background-color: transparent;
}

/* line 6167, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning {
  color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 6172, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning:hover {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 6178, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-warning,
.btn-outline-light-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 243, 205, 0.5);
}

/* line 6183, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-warning,
.btn-check:active + .btn-outline-light-warning,
.btn-outline-light-warning:active,
.btn-outline-light-warning.active,
.btn-outline-light-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FFF3CD;
  border-color: #FFF3CD;
}

/* line 6193, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-warning:focus,
.btn-check:active + .btn-outline-light-warning:focus,
.btn-outline-light-warning:active:focus,
.btn-outline-light-warning.active:focus,
.btn-outline-light-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 243, 205, 0.5);
}

/* line 6201, app/assets/stylesheets/_custom.scss */
.btn-outline-light-warning:disabled,
.btn-outline-light-warning.disabled {
  color: #FFF3CD;
  background-color: transparent;
}

/* line 6207, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary {
  color: #e9ecef;
  border-color: #e9ecef;
}

/* line 6212, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary:hover {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 6218, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-secondary,
.btn-outline-light-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}

/* line 6223, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-secondary,
.btn-check:active + .btn-outline-light-secondary,
.btn-outline-light-secondary:active,
.btn-outline-light-secondary.active,
.btn-outline-light-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 6233, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-secondary:focus,
.btn-check:active + .btn-outline-light-secondary:focus,
.btn-outline-light-secondary:active:focus,
.btn-outline-light-secondary.active:focus,
.btn-outline-light-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}

/* line 6241, app/assets/stylesheets/_custom.scss */
.btn-outline-light-secondary:disabled,
.btn-outline-light-secondary.disabled {
  color: #e9ecef;
  background-color: transparent;
}

/* line 6247, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success {
  color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 6252, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success:hover {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 6258, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-success,
.btn-outline-light-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 246, 236, 0.5);
}

/* line 6263, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-success,
.btn-check:active + .btn-outline-light-success,
.btn-outline-light-success:active,
.btn-outline-light-success.active,
.btn-outline-light-success.dropdown-toggle.show {
  color: #000;
  background-color: #EAF6EC;
  border-color: #EAF6EC;
}

/* line 6273, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-success:focus,
.btn-check:active + .btn-outline-light-success:focus,
.btn-outline-light-success:active:focus,
.btn-outline-light-success.active:focus,
.btn-outline-light-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 246, 236, 0.5);
}

/* line 6281, app/assets/stylesheets/_custom.scss */
.btn-outline-light-success:disabled,
.btn-outline-light-success.disabled {
  color: #EAF6EC;
  background-color: transparent;
}

/* line 6287, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark {
  color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 6292, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark:hover {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 6298, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-light-dark,
.btn-outline-light-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 207, 216, 0.5);
}

/* line 6303, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-dark,
.btn-check:active + .btn-outline-light-dark,
.btn-outline-light-dark:active,
.btn-outline-light-dark.active,
.btn-outline-light-dark.dropdown-toggle.show {
  color: #000;
  background-color: #d1cfd8;
  border-color: #d1cfd8;
}

/* line 6313, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-light-dark:focus,
.btn-check:active + .btn-outline-light-dark:focus,
.btn-outline-light-dark:active:focus,
.btn-outline-light-dark.active:focus,
.btn-outline-light-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 207, 216, 0.5);
}

/* line 6321, app/assets/stylesheets/_custom.scss */
.btn-outline-light-dark:disabled,
.btn-outline-light-dark.disabled {
  color: #d1cfd8;
  background-color: transparent;
}

/* line 6327, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary {
  color: #593cc1;
  border-color: #593cc1;
}

/* line 6332, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary:hover {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 6338, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-primary,
.btn-outline-dark-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 60, 193, 0.5);
}

/* line 6343, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-primary,
.btn-check:active + .btn-outline-dark-primary,
.btn-outline-dark-primary:active,
.btn-outline-dark-primary.active,
.btn-outline-dark-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #593cc1;
  border-color: #593cc1;
}

/* line 6353, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-primary:focus,
.btn-check:active + .btn-outline-dark-primary:focus,
.btn-outline-dark-primary:active:focus,
.btn-outline-dark-primary.active:focus,
.btn-outline-dark-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 60, 193, 0.5);
}

/* line 6361, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-primary:disabled,
.btn-outline-dark-primary.disabled {
  color: #593cc1;
  background-color: transparent;
}

/* line 6367, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning {
  color: #c28135;
  border-color: #c28135;
}

/* line 6372, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning:hover {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 6378, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-warning,
.btn-outline-dark-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 129, 53, 0.5);
}

/* line 6383, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-warning,
.btn-check:active + .btn-outline-dark-warning,
.btn-outline-dark-warning:active,
.btn-outline-dark-warning.active,
.btn-outline-dark-warning.dropdown-toggle.show {
  color: #000;
  background-color: #c28135;
  border-color: #c28135;
}

/* line 6393, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-warning:focus,
.btn-check:active + .btn-outline-dark-warning:focus,
.btn-outline-dark-warning:active:focus,
.btn-outline-dark-warning.active:focus,
.btn-outline-dark-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 129, 53, 0.5);
}

/* line 6401, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-warning:disabled,
.btn-outline-dark-warning.disabled {
  color: #c28135;
  background-color: transparent;
}

/* line 6407, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info {
  color: #51a0c2;
  border-color: #51a0c2;
}

/* line 6412, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info:hover {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 6418, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-info,
.btn-outline-dark-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 160, 194, 0.5);
}

/* line 6423, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-info,
.btn-check:active + .btn-outline-dark-info,
.btn-outline-dark-info:active,
.btn-outline-dark-info.active,
.btn-outline-dark-info.dropdown-toggle.show {
  color: #000;
  background-color: #51a0c2;
  border-color: #51a0c2;
}

/* line 6433, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-info:focus,
.btn-check:active + .btn-outline-dark-info:focus,
.btn-outline-dark-info:active:focus,
.btn-outline-dark-info.active:focus,
.btn-outline-dark-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 160, 194, 0.5);
}

/* line 6441, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-info:disabled,
.btn-outline-dark-info.disabled {
  color: #51a0c2;
  background-color: transparent;
}

/* line 6447, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger {
  color: #ae302e;
  border-color: #ae302e;
}

/* line 6452, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger:hover {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 6458, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-danger,
.btn-outline-dark-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 48, 46, 0.5);
}

/* line 6463, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-danger,
.btn-check:active + .btn-outline-dark-danger,
.btn-outline-dark-danger:active,
.btn-outline-dark-danger.active,
.btn-outline-dark-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #ae302e;
  border-color: #ae302e;
}

/* line 6473, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-danger:focus,
.btn-check:active + .btn-outline-dark-danger:focus,
.btn-outline-dark-danger:active:focus,
.btn-outline-dark-danger.active:focus,
.btn-outline-dark-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 48, 46, 0.5);
}

/* line 6481, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-danger:disabled,
.btn-outline-dark-danger.disabled {
  color: #ae302e;
  background-color: transparent;
}

/* line 6487, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success {
  color: #139a74;
  border-color: #139a74;
}

/* line 6492, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success:hover {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 6498, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-success,
.btn-outline-dark-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 154, 116, 0.5);
}

/* line 6503, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-success,
.btn-check:active + .btn-outline-dark-success,
.btn-outline-dark-success:active,
.btn-outline-dark-success.active,
.btn-outline-dark-success.dropdown-toggle.show {
  color: #000;
  background-color: #139a74;
  border-color: #139a74;
}

/* line 6513, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-success:focus,
.btn-check:active + .btn-outline-dark-success:focus,
.btn-outline-dark-success:active:focus,
.btn-outline-dark-success.active:focus,
.btn-outline-dark-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 154, 116, 0.5);
}

/* line 6521, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-success:disabled,
.btn-outline-dark-success.disabled {
  color: #139a74;
  background-color: transparent;
}

/* line 6527, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary {
  color: #5c596d;
  border-color: #5c596d;
}

/* line 6532, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary:hover {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 6538, app/assets/stylesheets/_custom.scss */
.btn-check:focus + .btn-outline-dark-secondary,
.btn-outline-dark-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(92, 89, 109, 0.5);
}

/* line 6543, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-secondary,
.btn-check:active + .btn-outline-dark-secondary,
.btn-outline-dark-secondary:active,
.btn-outline-dark-secondary.active,
.btn-outline-dark-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #5c596d;
  border-color: #5c596d;
}

/* line 6553, app/assets/stylesheets/_custom.scss */
.btn-check:checked + .btn-outline-dark-secondary:focus,
.btn-check:active + .btn-outline-dark-secondary:focus,
.btn-outline-dark-secondary:active:focus,
.btn-outline-dark-secondary.active:focus,
.btn-outline-dark-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(92, 89, 109, 0.5);
}

/* line 6561, app/assets/stylesheets/_custom.scss */
.btn-outline-dark-secondary:disabled,
.btn-outline-dark-secondary.disabled {
  color: #5c596d;
  background-color: transparent;
}

/* line 6567, app/assets/stylesheets/_custom.scss */
.btn-link {
  font-weight: 400;
  color: #624BFF;
  text-decoration: none;
}

/* line 6573, app/assets/stylesheets/_custom.scss */
.btn-link:hover {
  color: #4e3ccc;
  text-decoration: none;
}

/* line 6578, app/assets/stylesheets/_custom.scss */
.btn-link:focus {
  text-decoration: none;
}

/* line 6582, app/assets/stylesheets/_custom.scss */
.btn-link:disabled,
.btn-link.disabled {
  color: #637381;
}

/* line 6587, app/assets/stylesheets/_custom.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.171875rem;
  border-radius: 0.5rem;
}

/* line 6594, app/assets/stylesheets/_custom.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
  border-radius: 0.2rem;
}

/* line 6601, app/assets/stylesheets/_custom.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6606, app/assets/stylesheets/_custom.scss */
  .fade {
    transition: none;
  }
}

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

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

/* line 6619, app/assets/stylesheets/_custom.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6626, app/assets/stylesheets/_custom.scss */
  .collapsing {
    transition: none;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 6638, app/assets/stylesheets/_custom.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 6643, app/assets/stylesheets/_custom.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

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

/* line 6669, app/assets/stylesheets/_custom.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #637381;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}

/* line 6686, app/assets/stylesheets/_custom.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

@media (min-width: 576px) {
  /* line 6711, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 6715, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6720, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 6724, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6731, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 6735, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6740, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 6744, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6751, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 6755, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6760, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 6764, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6771, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 6775, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6780, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 6784, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 6791, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 6795, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6800, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 6804, app/assets/stylesheets/_custom.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 6810, app/assets/stylesheets/_custom.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

/* line 6832, app/assets/stylesheets/_custom.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

/* line 6859, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

/* line 6896, app/assets/stylesheets/_custom.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 6903, app/assets/stylesheets/_custom.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #161C24;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6916, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #141920;
  background-color: #F4F6F8;
}

/* line 6922, app/assets/stylesheets/_custom.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #624BFF;
}

/* line 6929, app/assets/stylesheets/_custom.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #919EAB;
  pointer-events: none;
  background-color: transparent;
}

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

/* line 6940, app/assets/stylesheets/_custom.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8203125rem;
  color: #637381;
  white-space: nowrap;
}

/* line 6949, app/assets/stylesheets/_custom.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #161C24;
}

/* line 6955, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark {
  color: #DFE3E8;
  background-color: #212B36;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6961, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item {
  color: #DFE3E8;
}

/* line 6965, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 6971, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #624BFF;
}

/* line 6977, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #919EAB;
}

/* line 6982, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6986, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #DFE3E8;
}

/* line 6990, app/assets/stylesheets/_custom.scss */
.dropdown-menu-dark .dropdown-header {
  color: #919EAB;
}

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

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

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

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

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

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

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

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

/* line 7050, app/assets/stylesheets/_custom.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

/* line 7105, app/assets/stylesheets/_custom.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 7113, app/assets/stylesheets/_custom.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #624BFF;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7121, app/assets/stylesheets/_custom.scss */
  .nav-link {
    transition: none;
  }
}

/* line 7126, app/assets/stylesheets/_custom.scss */
.nav-link:hover,
.nav-link:focus {
  color: #4e3ccc;
}

/* line 7131, app/assets/stylesheets/_custom.scss */
.nav-link.disabled {
  color: #637381;
  pointer-events: none;
  cursor: default;
}

/* line 7137, app/assets/stylesheets/_custom.scss */
.nav-tabs {
  border-bottom: 1px solid #DFE3E8;
}

/* line 7141, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 7149, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #F4F6F8 #F4F6F8 #DFE3E8;
  isolation: isolate;
}

/* line 7155, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link.disabled {
  color: #637381;
  background-color: transparent;
  border-color: transparent;
}

/* line 7161, app/assets/stylesheets/_custom.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #454F5B;
  background-color: #fff;
  border-color: #DFE3E8 #DFE3E8 #fff;
}

/* line 7168, app/assets/stylesheets/_custom.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 7174, app/assets/stylesheets/_custom.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}

/* line 7180, app/assets/stylesheets/_custom.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #624BFF;
}

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

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

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

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

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

/* line 7212, app/assets/stylesheets/_custom.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 7235, app/assets/stylesheets/_custom.scss */
.navbar-brand {
  padding-top: 0.32421875rem;
  padding-bottom: 0.32421875rem;
  margin-right: 1rem;
  font-size: 1.171875rem;
  white-space: nowrap;
}

/* line 7243, app/assets/stylesheets/_custom.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 7251, app/assets/stylesheets/_custom.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 7260, app/assets/stylesheets/_custom.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 7271, app/assets/stylesheets/_custom.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.171875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7282, app/assets/stylesheets/_custom.scss */
  .navbar-toggler {
    transition: none;
  }
}

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

/* line 7291, app/assets/stylesheets/_custom.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

/* line 7297, app/assets/stylesheets/_custom.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

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

@media (min-width: 576px) {
  /* line 7313, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7318, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 7322, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7326, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7331, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7335, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7340, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 7344, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 7348, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7362, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7369, app/assets/stylesheets/_custom.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 7378, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7383, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 7387, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7391, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7396, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7400, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7405, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 7409, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 7413, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7427, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7434, app/assets/stylesheets/_custom.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 7443, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7448, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 7452, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7456, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7461, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7465, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7470, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 7474, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 7478, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7492, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7499, app/assets/stylesheets/_custom.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 7508, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7513, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 7517, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7521, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7526, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7530, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7535, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 7539, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 7543, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7557, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7564, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 7573, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 7578, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 7582, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 7586, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 7591, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 7595, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 7600, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 7604, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 7608, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 7622, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 7629, app/assets/stylesheets/_custom.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

/* line 7650, app/assets/stylesheets/_custom.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

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

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

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

/* line 7672, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  -webkit-transform: none;
  transform: none;
}

/* line 7686, app/assets/stylesheets/_custom.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

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

/* line 7700, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7704, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7709, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 7713, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 7718, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 7722, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7727, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 7736, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 7740, app/assets/stylesheets/_custom.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 7746, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 7750, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 7755, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 7759, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 7764, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 7768, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 7773, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 7778, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: 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 7782, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 7786, app/assets/stylesheets/_custom.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 7792, app/assets/stylesheets/_custom.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}

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

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

/* line 7814, app/assets/stylesheets/_custom.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 7820, app/assets/stylesheets/_custom.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

/* line 7831, app/assets/stylesheets/_custom.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

/* line 7836, app/assets/stylesheets/_custom.scss */
.card-title {
  margin-bottom: 1.5rem;
}

/* line 7840, app/assets/stylesheets/_custom.scss */
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

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

/* line 7849, app/assets/stylesheets/_custom.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 7853, app/assets/stylesheets/_custom.scss */
.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 7860, app/assets/stylesheets/_custom.scss */
.card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 7864, app/assets/stylesheets/_custom.scss */
.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 7870, app/assets/stylesheets/_custom.scss */
.card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

/* line 7874, app/assets/stylesheets/_custom.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 7881, app/assets/stylesheets/_custom.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 7886, app/assets/stylesheets/_custom.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0.5rem;
}

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

/* line 7902, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 7908, app/assets/stylesheets/_custom.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 7914, app/assets/stylesheets/_custom.scss */
.card-group > .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  /* line 7919, app/assets/stylesheets/_custom.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 7924, app/assets/stylesheets/_custom.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 7929, app/assets/stylesheets/_custom.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 7934, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 7939, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 7944, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 7949, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 7954, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 7959, app/assets/stylesheets/_custom.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 7965, app/assets/stylesheets/_custom.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  color: #637381;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7982, app/assets/stylesheets/_custom.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 7987, app/assets/stylesheets/_custom.scss */
.accordion-button:not(.collapsed) {
  color: #5844e6;
  background-color: #efedff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 7993, app/assets/stylesheets/_custom.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235844e6'%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");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 7999, app/assets/stylesheets/_custom.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23637381'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8014, app/assets/stylesheets/_custom.scss */
  .accordion-button::after {
    transition: none;
  }
}

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

/* line 8023, app/assets/stylesheets/_custom.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #b1a5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

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

/* line 8034, app/assets/stylesheets/_custom.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 8039, app/assets/stylesheets/_custom.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 8044, app/assets/stylesheets/_custom.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

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

/* line 8053, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8058, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

/* line 8063, app/assets/stylesheets/_custom.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8068, app/assets/stylesheets/_custom.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

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

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

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

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

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

/* line 8094, app/assets/stylesheets/_custom.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 8102, app/assets/stylesheets/_custom.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 8106, app/assets/stylesheets/_custom.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #637381;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 8115, app/assets/stylesheets/_custom.scss */
.breadcrumb-item.active {
  color: #637381;
}

/* line 8119, app/assets/stylesheets/_custom.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 8125, app/assets/stylesheets/_custom.scss */
.page-link {
  position: relative;
  display: block;
  color: #624BFF;
  background-color: #fff;
  border: 1px solid #DFE3E8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8135, app/assets/stylesheets/_custom.scss */
  .page-link {
    transition: none;
  }
}

/* line 8140, app/assets/stylesheets/_custom.scss */
.page-link:hover {
  z-index: 2;
  color: #4e3ccc;
  background-color: #F4F6F8;
  border-color: #DFE3E8;
}

/* line 8147, app/assets/stylesheets/_custom.scss */
.page-link:focus {
  z-index: 3;
  color: #4e3ccc;
  background-color: #F4F6F8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}

/* line 8155, app/assets/stylesheets/_custom.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 8159, app/assets/stylesheets/_custom.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

/* line 8166, app/assets/stylesheets/_custom.scss */
.page-item.disabled .page-link {
  color: #637381;
  pointer-events: none;
  background-color: #fff;
  border-color: #DFE3E8;
}

/* line 8173, app/assets/stylesheets/_custom.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 8177, app/assets/stylesheets/_custom.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 8182, app/assets/stylesheets/_custom.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 8187, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.171875rem;
}

/* line 8192, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 8197, app/assets/stylesheets/_custom.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 8202, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8203125rem;
}

/* line 8207, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 8212, app/assets/stylesheets/_custom.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 8217, app/assets/stylesheets/_custom.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}

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

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

/* line 8239, app/assets/stylesheets/_custom.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

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

/* line 8251, app/assets/stylesheets/_custom.scss */
.alert-link {
  font-weight: 700;
}

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

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

/* line 8267, app/assets/stylesheets/_custom.scss */
.alert-primary {
  color: #3b2d99;
  background-color: #e0dbff;
  border-color: #d0c9ff;
}

/* line 8273, app/assets/stylesheets/_custom.scss */
.alert-primary .alert-link {
  color: #2f247a;
}

/* line 8277, app/assets/stylesheets/_custom.scss */
.alert-secondary {
  color: #3b454d;
  background-color: #e0e3e6;
  border-color: #d0d5d9;
}

/* line 8283, app/assets/stylesheets/_custom.scss */
.alert-secondary .alert-link {
  color: #2f373e;
}

/* line 8287, app/assets/stylesheets/_custom.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 8293, app/assets/stylesheets/_custom.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 8297, app/assets/stylesheets/_custom.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 8303, app/assets/stylesheets/_custom.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 8307, app/assets/stylesheets/_custom.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 8313, app/assets/stylesheets/_custom.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 8317, app/assets/stylesheets/_custom.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 8323, app/assets/stylesheets/_custom.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 8327, app/assets/stylesheets/_custom.scss */
.alert-light {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfefe;
}

/* line 8333, app/assets/stylesheets/_custom.scss */
.alert-light .alert-link {
  color: #505050;
}

/* line 8337, app/assets/stylesheets/_custom.scss */
.alert-dark {
  color: #141a20;
  background-color: #d3d5d7;
  border-color: #bcbfc3;
}

/* line 8343, app/assets/stylesheets/_custom.scss */
.alert-dark .alert-link {
  color: #10151a;
}

/* line 8347, app/assets/stylesheets/_custom.scss */
.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}

/* line 8353, app/assets/stylesheets/_custom.scss */
.alert-white .alert-link {
  color: #525252;
}

/* line 8357, app/assets/stylesheets/_custom.scss */
.alert-light-primary {
  color: #5a5866;
  background-color: #f9f8ff;
  border-color: #f6f5ff;
}

/* line 8363, app/assets/stylesheets/_custom.scss */
.alert-light-primary .alert-link {
  color: #484652;
}

/* line 8367, app/assets/stylesheets/_custom.scss */
.alert-light-danger {
  color: #645e5e;
  background-color: #fefbfb;
  border-color: #fef9f9;
}

/* line 8373, app/assets/stylesheets/_custom.scss */
.alert-light-danger .alert-link {
  color: #504b4b;
}

/* line 8377, app/assets/stylesheets/_custom.scss */
.alert-light-info {
  color: #5c6466;
  background-color: #fafeff;
  border-color: #f8feff;
}

/* line 8383, app/assets/stylesheets/_custom.scss */
.alert-light-info .alert-link {
  color: #4a5052;
}

/* line 8387, app/assets/stylesheets/_custom.scss */
.alert-light-warning {
  color: #666152;
  background-color: #fffdf5;
  border-color: #fffbf0;
}

/* line 8393, app/assets/stylesheets/_custom.scss */
.alert-light-warning .alert-link {
  color: #524e42;
}

/* line 8397, app/assets/stylesheets/_custom.scss */
.alert-light-secondary {
  color: #5d5e60;
  background-color: #fbfbfc;
  border-color: #f8f9fa;
}

/* line 8403, app/assets/stylesheets/_custom.scss */
.alert-light-secondary .alert-link {
  color: #4a4b4d;
}

/* line 8407, app/assets/stylesheets/_custom.scss */
.alert-light-success {
  color: #5e625e;
  background-color: #fbfdfb;
  border-color: #f9fcf9;
}

/* line 8413, app/assets/stylesheets/_custom.scss */
.alert-light-success .alert-link {
  color: #4b4e4b;
}

/* line 8417, app/assets/stylesheets/_custom.scss */
.alert-light-dark {
  color: #545356;
  background-color: #f6f5f7;
  border-color: #f1f1f3;
}

/* line 8423, app/assets/stylesheets/_custom.scss */
.alert-light-dark .alert-link {
  color: #434245;
}

/* line 8427, app/assets/stylesheets/_custom.scss */
.alert-dark-primary {
  color: #352474;
  background-color: #ded8f3;
  border-color: #cdc5ec;
}

/* line 8433, app/assets/stylesheets/_custom.scss */
.alert-dark-primary .alert-link {
  color: #2a1d5d;
}

/* line 8437, app/assets/stylesheets/_custom.scss */
.alert-dark-warning {
  color: #744d20;
  background-color: #f3e6d7;
  border-color: #edd9c2;
}

/* line 8443, app/assets/stylesheets/_custom.scss */
.alert-dark-warning .alert-link {
  color: #5d3e1a;
}

/* line 8447, app/assets/stylesheets/_custom.scss */
.alert-dark-info {
  color: #316074;
  background-color: #dcecf3;
  border-color: #cbe3ed;
}

/* line 8453, app/assets/stylesheets/_custom.scss */
.alert-dark-info .alert-link {
  color: #274d5d;
}

/* line 8457, app/assets/stylesheets/_custom.scss */
.alert-dark-danger {
  color: #681d1c;
  background-color: #efd6d5;
  border-color: #e7c1c0;
}

/* line 8463, app/assets/stylesheets/_custom.scss */
.alert-dark-danger .alert-link {
  color: #531716;
}

/* line 8467, app/assets/stylesheets/_custom.scss */
.alert-dark-success {
  color: #0b5c46;
  background-color: #d0ebe3;
  border-color: #b8e1d5;
}

/* line 8473, app/assets/stylesheets/_custom.scss */
.alert-dark-success .alert-link {
  color: #094a38;
}

/* line 8477, app/assets/stylesheets/_custom.scss */
.alert-dark-secondary {
  color: #373541;
  background-color: #dedee2;
  border-color: #cecdd3;
}

/* line 8483, app/assets/stylesheets/_custom.scss */
.alert-dark-secondary .alert-link {
  color: #2c2a34;
}

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

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

/* line 8499, app/assets/stylesheets/_custom.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #F4F6F8;
  border-radius: 0.375rem;
}

/* line 8508, app/assets/stylesheets/_custom.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #624BFF;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8521, app/assets/stylesheets/_custom.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 8526, app/assets/stylesheets/_custom.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 8537, app/assets/stylesheets/_custom.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 8543, app/assets/stylesheets/_custom.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
}

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

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

/* line 8561, app/assets/stylesheets/_custom.scss */
.list-group-item-action {
  width: 100%;
  color: #454F5B;
  text-align: inherit;
}

/* line 8567, app/assets/stylesheets/_custom.scss */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #454F5B;
  text-decoration: none;
  background-color: #F9FAFB;
}

/* line 8575, app/assets/stylesheets/_custom.scss */
.list-group-item-action:active {
  color: #637381;
  background-color: #F4F6F8;
}

/* line 8580, app/assets/stylesheets/_custom.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #161C24;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

/* line 8599, app/assets/stylesheets/_custom.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #637381;
  pointer-events: none;
  background-color: #fff;
}

/* line 8606, app/assets/stylesheets/_custom.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #624BFF;
  border-color: #624BFF;
}

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

/* line 8617, app/assets/stylesheets/_custom.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

/* line 8626, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 8631, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

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

/* line 8640, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 8645, app/assets/stylesheets/_custom.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 8651, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 8655, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8660, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8665, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8669, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8674, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 8681, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 8685, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8690, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8695, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8699, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8704, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 8711, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 8715, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8720, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8725, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8729, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8734, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 8741, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 8745, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8750, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8755, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8759, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8764, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 8771, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 8775, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 8780, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 8785, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 8789, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 8794, app/assets/stylesheets/_custom.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

/* line 8804, app/assets/stylesheets/_custom.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

/* line 8812, app/assets/stylesheets/_custom.scss */
.list-group-item-primary {
  color: #3b2d99;
  background-color: #e0dbff;
}

/* line 8817, app/assets/stylesheets/_custom.scss */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #3b2d99;
  background-color: #cac5e6;
}

/* line 8823, app/assets/stylesheets/_custom.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3b2d99;
  border-color: #3b2d99;
}

/* line 8829, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary {
  color: #3b454d;
  background-color: #e0e3e6;
}

/* line 8834, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3b454d;
  background-color: #cacccf;
}

/* line 8840, app/assets/stylesheets/_custom.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3b454d;
  border-color: #3b454d;
}

/* line 8846, app/assets/stylesheets/_custom.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 8851, app/assets/stylesheets/_custom.scss */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 8857, app/assets/stylesheets/_custom.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 8863, app/assets/stylesheets/_custom.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 8868, app/assets/stylesheets/_custom.scss */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 8874, app/assets/stylesheets/_custom.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 8880, app/assets/stylesheets/_custom.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 8885, app/assets/stylesheets/_custom.scss */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 8891, app/assets/stylesheets/_custom.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 8897, app/assets/stylesheets/_custom.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 8902, app/assets/stylesheets/_custom.scss */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 8908, app/assets/stylesheets/_custom.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 8914, app/assets/stylesheets/_custom.scss */
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}

/* line 8919, app/assets/stylesheets/_custom.scss */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #646464;
  background-color: #e5e5e5;
}

/* line 8925, app/assets/stylesheets/_custom.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

/* line 8931, app/assets/stylesheets/_custom.scss */
.list-group-item-dark {
  color: #141a20;
  background-color: #d3d5d7;
}

/* line 8936, app/assets/stylesheets/_custom.scss */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141a20;
  background-color: #bec0c2;
}

/* line 8942, app/assets/stylesheets/_custom.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141a20;
  border-color: #141a20;
}

/* line 8948, app/assets/stylesheets/_custom.scss */
.list-group-item-white {
  color: #666666;
  background-color: white;
}

/* line 8953, app/assets/stylesheets/_custom.scss */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}

/* line 8959, app/assets/stylesheets/_custom.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

/* line 8965, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary {
  color: #5a5866;
  background-color: #f9f8ff;
}

/* line 8970, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary.list-group-item-action:hover,
.list-group-item-light-primary.list-group-item-action:focus {
  color: #5a5866;
  background-color: #e0dfe6;
}

/* line 8976, app/assets/stylesheets/_custom.scss */
.list-group-item-light-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5a5866;
  border-color: #5a5866;
}

/* line 8982, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger {
  color: #645e5e;
  background-color: #fefbfb;
}

/* line 8987, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger.list-group-item-action:hover,
.list-group-item-light-danger.list-group-item-action:focus {
  color: #645e5e;
  background-color: #e5e2e2;
}

/* line 8993, app/assets/stylesheets/_custom.scss */
.list-group-item-light-danger.list-group-item-action.active {
  color: #fff;
  background-color: #645e5e;
  border-color: #645e5e;
}

/* line 8999, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info {
  color: #5c6466;
  background-color: #fafeff;
}

/* line 9004, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info.list-group-item-action:hover,
.list-group-item-light-info.list-group-item-action:focus {
  color: #5c6466;
  background-color: #e1e5e6;
}

/* line 9010, app/assets/stylesheets/_custom.scss */
.list-group-item-light-info.list-group-item-action.active {
  color: #fff;
  background-color: #5c6466;
  border-color: #5c6466;
}

/* line 9016, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning {
  color: #666152;
  background-color: #fffdf5;
}

/* line 9021, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning.list-group-item-action:hover,
.list-group-item-light-warning.list-group-item-action:focus {
  color: #666152;
  background-color: #e6e4dd;
}

/* line 9027, app/assets/stylesheets/_custom.scss */
.list-group-item-light-warning.list-group-item-action.active {
  color: #fff;
  background-color: #666152;
  border-color: #666152;
}

/* line 9033, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary {
  color: #5d5e60;
  background-color: #fbfbfc;
}

/* line 9038, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary.list-group-item-action:hover,
.list-group-item-light-secondary.list-group-item-action:focus {
  color: #5d5e60;
  background-color: #e2e2e3;
}

/* line 9044, app/assets/stylesheets/_custom.scss */
.list-group-item-light-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5d5e60;
  border-color: #5d5e60;
}

/* line 9050, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success {
  color: #5e625e;
  background-color: #fbfdfb;
}

/* line 9055, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success.list-group-item-action:hover,
.list-group-item-light-success.list-group-item-action:focus {
  color: #5e625e;
  background-color: #e2e4e2;
}

/* line 9061, app/assets/stylesheets/_custom.scss */
.list-group-item-light-success.list-group-item-action.active {
  color: #fff;
  background-color: #5e625e;
  border-color: #5e625e;
}

/* line 9067, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark {
  color: #545356;
  background-color: #f6f5f7;
}

/* line 9072, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark.list-group-item-action:hover,
.list-group-item-light-dark.list-group-item-action:focus {
  color: #545356;
  background-color: #ddddde;
}

/* line 9078, app/assets/stylesheets/_custom.scss */
.list-group-item-light-dark.list-group-item-action.active {
  color: #fff;
  background-color: #545356;
  border-color: #545356;
}

/* line 9084, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary {
  color: #352474;
  background-color: #ded8f3;
}

/* line 9089, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary.list-group-item-action:hover,
.list-group-item-dark-primary.list-group-item-action:focus {
  color: #352474;
  background-color: #c8c2db;
}

/* line 9095, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-primary.list-group-item-action.active {
  color: #fff;
  background-color: #352474;
  border-color: #352474;
}

/* line 9101, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning {
  color: #744d20;
  background-color: #f3e6d7;
}

/* line 9106, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning.list-group-item-action:hover,
.list-group-item-dark-warning.list-group-item-action:focus {
  color: #744d20;
  background-color: #dbcfc2;
}

/* line 9112, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-warning.list-group-item-action.active {
  color: #fff;
  background-color: #744d20;
  border-color: #744d20;
}

/* line 9118, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info {
  color: #316074;
  background-color: #dcecf3;
}

/* line 9123, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info.list-group-item-action:hover,
.list-group-item-dark-info.list-group-item-action:focus {
  color: #316074;
  background-color: #c6d4db;
}

/* line 9129, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-info.list-group-item-action.active {
  color: #fff;
  background-color: #316074;
  border-color: #316074;
}

/* line 9135, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger {
  color: #681d1c;
  background-color: #efd6d5;
}

/* line 9140, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger.list-group-item-action:hover,
.list-group-item-dark-danger.list-group-item-action:focus {
  color: #681d1c;
  background-color: #d7c1c0;
}

/* line 9146, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-danger.list-group-item-action.active {
  color: #fff;
  background-color: #681d1c;
  border-color: #681d1c;
}

/* line 9152, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success {
  color: #0b5c46;
  background-color: #d0ebe3;
}

/* line 9157, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success.list-group-item-action:hover,
.list-group-item-dark-success.list-group-item-action:focus {
  color: #0b5c46;
  background-color: #bbd4cc;
}

/* line 9163, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-success.list-group-item-action.active {
  color: #fff;
  background-color: #0b5c46;
  border-color: #0b5c46;
}

/* line 9169, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary {
  color: #373541;
  background-color: #dedee2;
}

/* line 9174, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary.list-group-item-action:hover,
.list-group-item-dark-secondary.list-group-item-action:focus {
  color: #373541;
  background-color: #c8c8cb;
}

/* line 9180, app/assets/stylesheets/_custom.scss */
.list-group-item-dark-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #373541;
  border-color: #373541;
}

/* line 9186, app/assets/stylesheets/_custom.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 9198, app/assets/stylesheets/_custom.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 9204, app/assets/stylesheets/_custom.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
  opacity: 1;
}

/* line 9210, app/assets/stylesheets/_custom.scss */
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

/* line 9219, app/assets/stylesheets/_custom.scss */
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 9224, app/assets/stylesheets/_custom.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 9237, app/assets/stylesheets/_custom.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 9253, app/assets/stylesheets/_custom.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 9258, app/assets/stylesheets/_custom.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

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

/* line 9268, app/assets/stylesheets/_custom.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

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

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

/* line 9281, app/assets/stylesheets/_custom.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 9287, app/assets/stylesheets/_custom.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

/* line 9300, app/assets/stylesheets/_custom.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

/* line 9314, app/assets/stylesheets/_custom.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 9318, app/assets/stylesheets/_custom.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DFE3E8;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 9329, app/assets/stylesheets/_custom.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 9334, app/assets/stylesheets/_custom.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 9339, app/assets/stylesheets/_custom.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 9345, app/assets/stylesheets/_custom.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DFE3E8;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 9357, app/assets/stylesheets/_custom.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 9362, app/assets/stylesheets/_custom.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 9367, app/assets/stylesheets/_custom.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 9371, app/assets/stylesheets/_custom.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 9375, app/assets/stylesheets/_custom.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  /* line 9420, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9427, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9433, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 9437, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 9441, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 9447, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9454, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9460, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 9464, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 9468, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 9474, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9481, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9487, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 9491, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 9495, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 9501, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9508, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9514, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 9518, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 9522, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 9528, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 9535, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 9541, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 9545, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 9549, app/assets/stylesheets/_custom.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 9554, app/assets/stylesheets/_custom.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Inter", "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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 9578, app/assets/stylesheets/_custom.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 9582, app/assets/stylesheets/_custom.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

/* line 9596, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

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

/* line 9606, app/assets/stylesheets/_custom.scss */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 9613, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

/* line 9618, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9625, app/assets/stylesheets/_custom.scss */
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 9632, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

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

/* line 9642, app/assets/stylesheets/_custom.scss */
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 9649, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

/* line 9654, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 9661, app/assets/stylesheets/_custom.scss */
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 9668, app/assets/stylesheets/_custom.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

/* line 9677, app/assets/stylesheets/_custom.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Inter", "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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8203125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

/* line 9708, app/assets/stylesheets/_custom.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

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

/* line 9724, app/assets/stylesheets/_custom.scss */
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 9729, app/assets/stylesheets/_custom.scss */
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 9736, app/assets/stylesheets/_custom.scss */
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 9743, app/assets/stylesheets/_custom.scss */
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 9750, app/assets/stylesheets/_custom.scss */
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 9757, app/assets/stylesheets/_custom.scss */
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 9764, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 9769, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 9776, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 9783, app/assets/stylesheets/_custom.scss */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 9795, app/assets/stylesheets/_custom.scss */
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 9802, app/assets/stylesheets/_custom.scss */
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 9809, app/assets/stylesheets/_custom.scss */
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 9816, app/assets/stylesheets/_custom.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #212B36;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

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

/* line 9831, app/assets/stylesheets/_custom.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #637381;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 9870, app/assets/stylesheets/_custom.scss */
  .carousel-item {
    transition: none;
  }
}

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

/* rtl:begin:ignore */
/* line 9882, app/assets/stylesheets/_custom.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
/* line 9895, app/assets/stylesheets/_custom.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 9918, app/assets/stylesheets/_custom.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 9945, app/assets/stylesheets/_custom.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 9987, app/assets/stylesheets/_custom.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

/* line 9995, app/assets/stylesheets/_custom.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 10010, app/assets/stylesheets/_custom.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10030, app/assets/stylesheets/_custom.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

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

/* line 10039, app/assets/stylesheets/_custom.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 10050, app/assets/stylesheets/_custom.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

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

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

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

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

/* line 10086, app/assets/stylesheets/_custom.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

/* line 10098, app/assets/stylesheets/_custom.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

/* line 10130, app/assets/stylesheets/_custom.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 10149, app/assets/stylesheets/_custom.scss */
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 10156, app/assets/stylesheets/_custom.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10173, app/assets/stylesheets/_custom.scss */
  .offcanvas {
    transition: none;
  }
}

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

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

/* line 10192, app/assets/stylesheets/_custom.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 10196, app/assets/stylesheets/_custom.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 10203, app/assets/stylesheets/_custom.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 10210, app/assets/stylesheets/_custom.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 10215, app/assets/stylesheets/_custom.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 10221, app/assets/stylesheets/_custom.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 10230, app/assets/stylesheets/_custom.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 10239, app/assets/stylesheets/_custom.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 10250, app/assets/stylesheets/_custom.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 10260, app/assets/stylesheets/_custom.scss */
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}

/* line 10265, app/assets/stylesheets/_custom.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

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

/* line 10279, app/assets/stylesheets/_custom.scss */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 10283, app/assets/stylesheets/_custom.scss */
.placeholder-sm {
  min-height: 0.8em;
}

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

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

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

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

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

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

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

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

/* line 10337, app/assets/stylesheets/_custom.scss */
.link-primary {
  color: #624BFF;
}

/* line 10341, app/assets/stylesheets/_custom.scss */
.link-primary:hover,
.link-primary:focus {
  color: #4e3ccc;
}

/* line 10346, app/assets/stylesheets/_custom.scss */
.link-secondary {
  color: #637381;
}

/* line 10350, app/assets/stylesheets/_custom.scss */
.link-secondary:hover,
.link-secondary:focus {
  color: #4f5c67;
}

/* line 10355, app/assets/stylesheets/_custom.scss */
.link-success {
  color: #198754;
}

/* line 10359, app/assets/stylesheets/_custom.scss */
.link-success:hover,
.link-success:focus {
  color: #146c43;
}

/* line 10364, app/assets/stylesheets/_custom.scss */
.link-info {
  color: #0dcaf0;
}

/* line 10368, app/assets/stylesheets/_custom.scss */
.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

/* line 10373, app/assets/stylesheets/_custom.scss */
.link-warning {
  color: #ffc107;
}

/* line 10377, app/assets/stylesheets/_custom.scss */
.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

/* line 10382, app/assets/stylesheets/_custom.scss */
.link-danger {
  color: #dc3545;
}

/* line 10386, app/assets/stylesheets/_custom.scss */
.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

/* line 10391, app/assets/stylesheets/_custom.scss */
.link-light {
  color: #F9FAFB;
}

/* line 10395, app/assets/stylesheets/_custom.scss */
.link-light:hover,
.link-light:focus {
  color: #fafbfc;
}

/* line 10400, app/assets/stylesheets/_custom.scss */
.link-dark {
  color: #212B36;
}

/* line 10404, app/assets/stylesheets/_custom.scss */
.link-dark:hover,
.link-dark:focus {
  color: #1a222b;
}

/* line 10409, app/assets/stylesheets/_custom.scss */
.link-white {
  color: #fff;
}

/* line 10413, app/assets/stylesheets/_custom.scss */
.link-white:hover,
.link-white:focus {
  color: white;
}

/* line 10418, app/assets/stylesheets/_custom.scss */
.link-light-primary {
  color: #E0DCFE;
}

/* line 10422, app/assets/stylesheets/_custom.scss */
.link-light-primary:hover,
.link-light-primary:focus {
  color: #e6e3fe;
}

/* line 10427, app/assets/stylesheets/_custom.scss */
.link-light-danger {
  color: #FBEBEC;
}

/* line 10431, app/assets/stylesheets/_custom.scss */
.link-light-danger:hover,
.link-light-danger:focus {
  color: #fceff0;
}

/* line 10436, app/assets/stylesheets/_custom.scss */
.link-light-info {
  color: #E7FAFE;
}

/* line 10440, app/assets/stylesheets/_custom.scss */
.link-light-info:hover,
.link-light-info:focus {
  color: #ecfbfe;
}

/* line 10445, app/assets/stylesheets/_custom.scss */
.link-light-warning {
  color: #FFF3CD;
}

/* line 10449, app/assets/stylesheets/_custom.scss */
.link-light-warning:hover,
.link-light-warning:focus {
  color: #fff5d7;
}

/* line 10454, app/assets/stylesheets/_custom.scss */
.link-light-secondary {
  color: #e9ecef;
}

/* line 10458, app/assets/stylesheets/_custom.scss */
.link-light-secondary:hover,
.link-light-secondary:focus {
  color: #edf0f2;
}

/* line 10463, app/assets/stylesheets/_custom.scss */
.link-light-success {
  color: #EAF6EC;
}

/* line 10467, app/assets/stylesheets/_custom.scss */
.link-light-success:hover,
.link-light-success:focus {
  color: #eef8f0;
}

/* line 10472, app/assets/stylesheets/_custom.scss */
.link-light-dark {
  color: #d1cfd8;
}

/* line 10476, app/assets/stylesheets/_custom.scss */
.link-light-dark:hover,
.link-light-dark:focus {
  color: #dad9e0;
}

/* line 10481, app/assets/stylesheets/_custom.scss */
.link-dark-primary {
  color: #593cc1;
}

/* line 10485, app/assets/stylesheets/_custom.scss */
.link-dark-primary:hover,
.link-dark-primary:focus {
  color: #47309a;
}

/* line 10490, app/assets/stylesheets/_custom.scss */
.link-dark-warning {
  color: #c28135;
}

/* line 10494, app/assets/stylesheets/_custom.scss */
.link-dark-warning:hover,
.link-dark-warning:focus {
  color: #ce9a5d;
}

/* line 10499, app/assets/stylesheets/_custom.scss */
.link-dark-info {
  color: #51a0c2;
}

/* line 10503, app/assets/stylesheets/_custom.scss */
.link-dark-info:hover,
.link-dark-info:focus {
  color: #74b3ce;
}

/* line 10508, app/assets/stylesheets/_custom.scss */
.link-dark-danger {
  color: #ae302e;
}

/* line 10512, app/assets/stylesheets/_custom.scss */
.link-dark-danger:hover,
.link-dark-danger:focus {
  color: #8b2625;
}

/* line 10517, app/assets/stylesheets/_custom.scss */
.link-dark-success {
  color: #139a74;
}

/* line 10521, app/assets/stylesheets/_custom.scss */
.link-dark-success:hover,
.link-dark-success:focus {
  color: #42ae90;
}

/* line 10526, app/assets/stylesheets/_custom.scss */
.link-dark-secondary {
  color: #5c596d;
}

/* line 10530, app/assets/stylesheets/_custom.scss */
.link-dark-secondary:hover,
.link-dark-secondary:focus {
  color: #4a4757;
}

/* line 10535, app/assets/stylesheets/_custom.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 10540, app/assets/stylesheets/_custom.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 10546, app/assets/stylesheets/_custom.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10554, app/assets/stylesheets/_custom.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 10558, app/assets/stylesheets/_custom.scss */
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 10562, app/assets/stylesheets/_custom.scss */
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 10566, app/assets/stylesheets/_custom.scss */
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 10570, app/assets/stylesheets/_custom.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 10578, app/assets/stylesheets/_custom.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 10586, app/assets/stylesheets/_custom.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 10594, app/assets/stylesheets/_custom.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 10603, app/assets/stylesheets/_custom.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 10612, app/assets/stylesheets/_custom.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 10621, app/assets/stylesheets/_custom.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 10630, app/assets/stylesheets/_custom.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 10638, app/assets/stylesheets/_custom.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 10645, app/assets/stylesheets/_custom.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 10652, app/assets/stylesheets/_custom.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 10665, app/assets/stylesheets/_custom.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 10675, app/assets/stylesheets/_custom.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10681, app/assets/stylesheets/_custom.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 10690, app/assets/stylesheets/_custom.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 10694, app/assets/stylesheets/_custom.scss */
.align-top {
  vertical-align: top !important;
}

/* line 10698, app/assets/stylesheets/_custom.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 10702, app/assets/stylesheets/_custom.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 10706, app/assets/stylesheets/_custom.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 10710, app/assets/stylesheets/_custom.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 10714, app/assets/stylesheets/_custom.scss */
.float-start {
  float: left !important;
}

/* line 10718, app/assets/stylesheets/_custom.scss */
.float-end {
  float: right !important;
}

/* line 10722, app/assets/stylesheets/_custom.scss */
.float-none {
  float: none !important;
}

/* line 10726, app/assets/stylesheets/_custom.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 10730, app/assets/stylesheets/_custom.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 10734, app/assets/stylesheets/_custom.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 10738, app/assets/stylesheets/_custom.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 10742, app/assets/stylesheets/_custom.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 10746, app/assets/stylesheets/_custom.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 10750, app/assets/stylesheets/_custom.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 10754, app/assets/stylesheets/_custom.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 10758, app/assets/stylesheets/_custom.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 10762, app/assets/stylesheets/_custom.scss */
.d-inline {
  display: inline !important;
}

/* line 10766, app/assets/stylesheets/_custom.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 10770, app/assets/stylesheets/_custom.scss */
.d-block {
  display: block !important;
}

/* line 10774, app/assets/stylesheets/_custom.scss */
.d-grid {
  display: grid !important;
}

/* line 10778, app/assets/stylesheets/_custom.scss */
.d-table {
  display: table !important;
}

/* line 10782, app/assets/stylesheets/_custom.scss */
.d-table-row {
  display: table-row !important;
}

/* line 10786, app/assets/stylesheets/_custom.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 10790, app/assets/stylesheets/_custom.scss */
.d-flex {
  display: flex !important;
}

/* line 10794, app/assets/stylesheets/_custom.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 10798, app/assets/stylesheets/_custom.scss */
.d-none {
  display: none !important;
}

/* line 10802, app/assets/stylesheets/_custom.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 10806, app/assets/stylesheets/_custom.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 10810, app/assets/stylesheets/_custom.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 10814, app/assets/stylesheets/_custom.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 10818, app/assets/stylesheets/_custom.scss */
.position-static {
  position: static !important;
}

/* line 10822, app/assets/stylesheets/_custom.scss */
.position-relative {
  position: relative !important;
}

/* line 10826, app/assets/stylesheets/_custom.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10830, app/assets/stylesheets/_custom.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10834, app/assets/stylesheets/_custom.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10839, app/assets/stylesheets/_custom.scss */
.top-0 {
  top: 0 !important;
}

/* line 10843, app/assets/stylesheets/_custom.scss */
.top-1 {
  top: 1 !important;
}

/* line 10847, app/assets/stylesheets/_custom.scss */
.top-2 {
  top: 2 !important;
}

/* line 10851, app/assets/stylesheets/_custom.scss */
.top-50 {
  top: 50% !important;
}

/* line 10855, app/assets/stylesheets/_custom.scss */
.top-100 {
  top: 100% !important;
}

/* line 10859, app/assets/stylesheets/_custom.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 10863, app/assets/stylesheets/_custom.scss */
.bottom-1 {
  bottom: 1 !important;
}

/* line 10867, app/assets/stylesheets/_custom.scss */
.bottom-2 {
  bottom: 2 !important;
}

/* line 10871, app/assets/stylesheets/_custom.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 10875, app/assets/stylesheets/_custom.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 10879, app/assets/stylesheets/_custom.scss */
.start-0 {
  left: 0 !important;
}

/* line 10883, app/assets/stylesheets/_custom.scss */
.start-1 {
  left: 1 !important;
}

/* line 10887, app/assets/stylesheets/_custom.scss */
.start-2 {
  left: 2 !important;
}

/* line 10891, app/assets/stylesheets/_custom.scss */
.start-50 {
  left: 50% !important;
}

/* line 10895, app/assets/stylesheets/_custom.scss */
.start-100 {
  left: 100% !important;
}

/* line 10899, app/assets/stylesheets/_custom.scss */
.end-0 {
  right: 0 !important;
}

/* line 10903, app/assets/stylesheets/_custom.scss */
.end-1 {
  right: 1 !important;
}

/* line 10907, app/assets/stylesheets/_custom.scss */
.end-2 {
  right: 2 !important;
}

/* line 10911, app/assets/stylesheets/_custom.scss */
.end-50 {
  right: 50% !important;
}

/* line 10915, app/assets/stylesheets/_custom.scss */
.end-100 {
  right: 100% !important;
}

/* line 10919, app/assets/stylesheets/_custom.scss */
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

/* line 10924, app/assets/stylesheets/_custom.scss */
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

/* line 10929, app/assets/stylesheets/_custom.scss */
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* line 10934, app/assets/stylesheets/_custom.scss */
.border {
  border: 1px solid #DFE3E8 !important;
}

/* line 10938, app/assets/stylesheets/_custom.scss */
.border-0 {
  border: 0 !important;
}

/* line 10942, app/assets/stylesheets/_custom.scss */
.border-top {
  border-top: 1px solid #DFE3E8 !important;
}

/* line 10946, app/assets/stylesheets/_custom.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 10950, app/assets/stylesheets/_custom.scss */
.border-end {
  border-right: 1px solid #DFE3E8 !important;
}

/* line 10954, app/assets/stylesheets/_custom.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 10958, app/assets/stylesheets/_custom.scss */
.border-bottom {
  border-bottom: 1px solid #DFE3E8 !important;
}

/* line 10962, app/assets/stylesheets/_custom.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 10966, app/assets/stylesheets/_custom.scss */
.border-start {
  border-left: 1px solid #DFE3E8 !important;
}

/* line 10970, app/assets/stylesheets/_custom.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 10974, app/assets/stylesheets/_custom.scss */
.border-primary {
  border-color: #624BFF !important;
}

/* line 10978, app/assets/stylesheets/_custom.scss */
.border-secondary {
  border-color: #637381 !important;
}

/* line 10982, app/assets/stylesheets/_custom.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 10986, app/assets/stylesheets/_custom.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 10990, app/assets/stylesheets/_custom.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 10994, app/assets/stylesheets/_custom.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 10998, app/assets/stylesheets/_custom.scss */
.border-light {
  border-color: #F9FAFB !important;
}

/* line 11002, app/assets/stylesheets/_custom.scss */
.border-dark {
  border-color: #212B36 !important;
}

/* line 11006, app/assets/stylesheets/_custom.scss */
.border-white {
  border-color: #fff !important;
}

/* line 11010, app/assets/stylesheets/_custom.scss */
.border-light-primary {
  border-color: #E0DCFE !important;
}

/* line 11014, app/assets/stylesheets/_custom.scss */
.border-light-danger {
  border-color: #FBEBEC !important;
}

/* line 11018, app/assets/stylesheets/_custom.scss */
.border-light-info {
  border-color: #E7FAFE !important;
}

/* line 11022, app/assets/stylesheets/_custom.scss */
.border-light-warning {
  border-color: #FFF3CD !important;
}

/* line 11026, app/assets/stylesheets/_custom.scss */
.border-light-secondary {
  border-color: #e9ecef !important;
}

/* line 11030, app/assets/stylesheets/_custom.scss */
.border-light-success {
  border-color: #EAF6EC !important;
}

/* line 11034, app/assets/stylesheets/_custom.scss */
.border-light-dark {
  border-color: #d1cfd8 !important;
}

/* line 11038, app/assets/stylesheets/_custom.scss */
.border-dark-primary {
  border-color: #593cc1 !important;
}

/* line 11042, app/assets/stylesheets/_custom.scss */
.border-dark-warning {
  border-color: #c28135 !important;
}

/* line 11046, app/assets/stylesheets/_custom.scss */
.border-dark-info {
  border-color: #51a0c2 !important;
}

/* line 11050, app/assets/stylesheets/_custom.scss */
.border-dark-danger {
  border-color: #ae302e !important;
}

/* line 11054, app/assets/stylesheets/_custom.scss */
.border-dark-success {
  border-color: #139a74 !important;
}

/* line 11058, app/assets/stylesheets/_custom.scss */
.border-dark-secondary {
  border-color: #5c596d !important;
}

/* line 11062, app/assets/stylesheets/_custom.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 11066, app/assets/stylesheets/_custom.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 11070, app/assets/stylesheets/_custom.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 11074, app/assets/stylesheets/_custom.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 11078, app/assets/stylesheets/_custom.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 11082, app/assets/stylesheets/_custom.scss */
.w-15 {
  width: 15% !important;
}

/* line 11086, app/assets/stylesheets/_custom.scss */
.w-25 {
  width: 25% !important;
}

/* line 11090, app/assets/stylesheets/_custom.scss */
.w-30 {
  width: 30% !important;
}

/* line 11094, app/assets/stylesheets/_custom.scss */
.w-40 {
  width: 40% !important;
}

/* line 11098, app/assets/stylesheets/_custom.scss */
.w-50 {
  width: 50% !important;
}

/* line 11102, app/assets/stylesheets/_custom.scss */
.w-65 {
  width: 65% !important;
}

/* line 11106, app/assets/stylesheets/_custom.scss */
.w-75 {
  width: 75% !important;
}

/* line 11110, app/assets/stylesheets/_custom.scss */
.w-100 {
  width: 100% !important;
}

/* line 11114, app/assets/stylesheets/_custom.scss */
.w-auto {
  width: auto !important;
}

/* line 11118, app/assets/stylesheets/_custom.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 11122, app/assets/stylesheets/_custom.scss */
.mw-30 {
  max-width: 30% !important;
}

/* line 11126, app/assets/stylesheets/_custom.scss */
.mw-40 {
  max-width: 40% !important;
}

/* line 11130, app/assets/stylesheets/_custom.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 11134, app/assets/stylesheets/_custom.scss */
.mw-65 {
  max-width: 65% !important;
}

/* line 11138, app/assets/stylesheets/_custom.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 11142, app/assets/stylesheets/_custom.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 11146, app/assets/stylesheets/_custom.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 11150, app/assets/stylesheets/_custom.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 11154, app/assets/stylesheets/_custom.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 11158, app/assets/stylesheets/_custom.scss */
.h-25 {
  height: 25% !important;
}

/* line 11162, app/assets/stylesheets/_custom.scss */
.h-30 {
  height: 30% !important;
}

/* line 11166, app/assets/stylesheets/_custom.scss */
.h-40 {
  height: 40% !important;
}

/* line 11170, app/assets/stylesheets/_custom.scss */
.h-50 {
  height: 50% !important;
}

/* line 11174, app/assets/stylesheets/_custom.scss */
.h-65 {
  height: 65% !important;
}

/* line 11178, app/assets/stylesheets/_custom.scss */
.h-75 {
  height: 75% !important;
}

/* line 11182, app/assets/stylesheets/_custom.scss */
.h-100 {
  height: 100% !important;
}

/* line 11186, app/assets/stylesheets/_custom.scss */
.h-auto {
  height: auto !important;
}

/* line 11190, app/assets/stylesheets/_custom.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 11194, app/assets/stylesheets/_custom.scss */
.mh-30 {
  max-height: 30% !important;
}

/* line 11198, app/assets/stylesheets/_custom.scss */
.mh-40 {
  max-height: 40% !important;
}

/* line 11202, app/assets/stylesheets/_custom.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 11206, app/assets/stylesheets/_custom.scss */
.mh-65 {
  max-height: 65% !important;
}

/* line 11210, app/assets/stylesheets/_custom.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 11214, app/assets/stylesheets/_custom.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 11218, app/assets/stylesheets/_custom.scss */
.mh-auto {
  max-height: auto !important;
}

/* line 11222, app/assets/stylesheets/_custom.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11226, app/assets/stylesheets/_custom.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 11230, app/assets/stylesheets/_custom.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 11234, app/assets/stylesheets/_custom.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 11238, app/assets/stylesheets/_custom.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 11242, app/assets/stylesheets/_custom.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 11246, app/assets/stylesheets/_custom.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 11250, app/assets/stylesheets/_custom.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 11254, app/assets/stylesheets/_custom.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 11258, app/assets/stylesheets/_custom.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 11262, app/assets/stylesheets/_custom.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 11266, app/assets/stylesheets/_custom.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 11270, app/assets/stylesheets/_custom.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 11274, app/assets/stylesheets/_custom.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 11278, app/assets/stylesheets/_custom.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 11282, app/assets/stylesheets/_custom.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 11286, app/assets/stylesheets/_custom.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 11290, app/assets/stylesheets/_custom.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 11294, app/assets/stylesheets/_custom.scss */
.gap-4 {
  gap: 1.25rem !important;
}

/* line 11298, app/assets/stylesheets/_custom.scss */
.gap-5 {
  gap: 1.5rem !important;
}

/* line 11302, app/assets/stylesheets/_custom.scss */
.gap-6 {
  gap: 2rem !important;
}

/* line 11306, app/assets/stylesheets/_custom.scss */
.gap-7 {
  gap: 2.5rem !important;
}

/* line 11310, app/assets/stylesheets/_custom.scss */
.gap-8 {
  gap: 3rem !important;
}

/* line 11314, app/assets/stylesheets/_custom.scss */
.gap-9 {
  gap: 3.5rem !important;
}

/* line 11318, app/assets/stylesheets/_custom.scss */
.gap-10 {
  gap: 4rem !important;
}

/* line 11322, app/assets/stylesheets/_custom.scss */
.gap-11 {
  gap: 4.5rem !important;
}

/* line 11326, app/assets/stylesheets/_custom.scss */
.gap-12 {
  gap: 5rem !important;
}

/* line 11330, app/assets/stylesheets/_custom.scss */
.gap-13 {
  gap: 5.5rem !important;
}

/* line 11334, app/assets/stylesheets/_custom.scss */
.gap-14 {
  gap: 6rem !important;
}

/* line 11338, app/assets/stylesheets/_custom.scss */
.gap-15 {
  gap: 6.5rem !important;
}

/* line 11342, app/assets/stylesheets/_custom.scss */
.gap-16 {
  gap: 7rem !important;
}

/* line 11346, app/assets/stylesheets/_custom.scss */
.gap-17 {
  gap: 7.5rem !important;
}

/* line 11350, app/assets/stylesheets/_custom.scss */
.gap-18 {
  gap: 8rem !important;
}

/* line 11354, app/assets/stylesheets/_custom.scss */
.gap-19 {
  gap: 8.5rem !important;
}

/* line 11358, app/assets/stylesheets/_custom.scss */
.gap-20 {
  gap: 9rem !important;
}

/* line 11362, app/assets/stylesheets/_custom.scss */
.gap-21 {
  gap: 9.5rem !important;
}

/* line 11366, app/assets/stylesheets/_custom.scss */
.gap-22 {
  gap: 10rem !important;
}

/* line 11370, app/assets/stylesheets/_custom.scss */
.gap-23 {
  gap: 12rem !important;
}

/* line 11374, app/assets/stylesheets/_custom.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 11378, app/assets/stylesheets/_custom.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 11382, app/assets/stylesheets/_custom.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 11386, app/assets/stylesheets/_custom.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 11390, app/assets/stylesheets/_custom.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 11394, app/assets/stylesheets/_custom.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 11398, app/assets/stylesheets/_custom.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 11402, app/assets/stylesheets/_custom.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 11406, app/assets/stylesheets/_custom.scss */
.align-items-center {
  align-items: center !important;
}

/* line 11410, app/assets/stylesheets/_custom.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 11414, app/assets/stylesheets/_custom.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 11418, app/assets/stylesheets/_custom.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 11422, app/assets/stylesheets/_custom.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 11426, app/assets/stylesheets/_custom.scss */
.align-content-center {
  align-content: center !important;
}

/* line 11430, app/assets/stylesheets/_custom.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 11434, app/assets/stylesheets/_custom.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 11438, app/assets/stylesheets/_custom.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 11442, app/assets/stylesheets/_custom.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 11446, app/assets/stylesheets/_custom.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 11450, app/assets/stylesheets/_custom.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 11454, app/assets/stylesheets/_custom.scss */
.align-self-center {
  align-self: center !important;
}

/* line 11458, app/assets/stylesheets/_custom.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 11462, app/assets/stylesheets/_custom.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 11466, app/assets/stylesheets/_custom.scss */
.order-first {
  order: -1 !important;
}

/* line 11470, app/assets/stylesheets/_custom.scss */
.order-0 {
  order: 0 !important;
}

/* line 11474, app/assets/stylesheets/_custom.scss */
.order-1 {
  order: 1 !important;
}

/* line 11478, app/assets/stylesheets/_custom.scss */
.order-2 {
  order: 2 !important;
}

/* line 11482, app/assets/stylesheets/_custom.scss */
.order-3 {
  order: 3 !important;
}

/* line 11486, app/assets/stylesheets/_custom.scss */
.order-4 {
  order: 4 !important;
}

/* line 11490, app/assets/stylesheets/_custom.scss */
.order-5 {
  order: 5 !important;
}

/* line 11494, app/assets/stylesheets/_custom.scss */
.order-last {
  order: 6 !important;
}

/* line 11498, app/assets/stylesheets/_custom.scss */
.m-0 {
  margin: 0 !important;
}

/* line 11502, app/assets/stylesheets/_custom.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 11506, app/assets/stylesheets/_custom.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 11510, app/assets/stylesheets/_custom.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 11514, app/assets/stylesheets/_custom.scss */
.m-4 {
  margin: 1.25rem !important;
}

/* line 11518, app/assets/stylesheets/_custom.scss */
.m-5 {
  margin: 1.5rem !important;
}

/* line 11522, app/assets/stylesheets/_custom.scss */
.m-6 {
  margin: 2rem !important;
}

/* line 11526, app/assets/stylesheets/_custom.scss */
.m-7 {
  margin: 2.5rem !important;
}

/* line 11530, app/assets/stylesheets/_custom.scss */
.m-8 {
  margin: 3rem !important;
}

/* line 11534, app/assets/stylesheets/_custom.scss */
.m-9 {
  margin: 3.5rem !important;
}

/* line 11538, app/assets/stylesheets/_custom.scss */
.m-10 {
  margin: 4rem !important;
}

/* line 11542, app/assets/stylesheets/_custom.scss */
.m-11 {
  margin: 4.5rem !important;
}

/* line 11546, app/assets/stylesheets/_custom.scss */
.m-12 {
  margin: 5rem !important;
}

/* line 11550, app/assets/stylesheets/_custom.scss */
.m-13 {
  margin: 5.5rem !important;
}

/* line 11554, app/assets/stylesheets/_custom.scss */
.m-14 {
  margin: 6rem !important;
}

/* line 11558, app/assets/stylesheets/_custom.scss */
.m-15 {
  margin: 6.5rem !important;
}

/* line 11562, app/assets/stylesheets/_custom.scss */
.m-16 {
  margin: 7rem !important;
}

/* line 11566, app/assets/stylesheets/_custom.scss */
.m-17 {
  margin: 7.5rem !important;
}

/* line 11570, app/assets/stylesheets/_custom.scss */
.m-18 {
  margin: 8rem !important;
}

/* line 11574, app/assets/stylesheets/_custom.scss */
.m-19 {
  margin: 8.5rem !important;
}

/* line 11578, app/assets/stylesheets/_custom.scss */
.m-20 {
  margin: 9rem !important;
}

/* line 11582, app/assets/stylesheets/_custom.scss */
.m-21 {
  margin: 9.5rem !important;
}

/* line 11586, app/assets/stylesheets/_custom.scss */
.m-22 {
  margin: 10rem !important;
}

/* line 11590, app/assets/stylesheets/_custom.scss */
.m-23 {
  margin: 12rem !important;
}

/* line 11594, app/assets/stylesheets/_custom.scss */
.m-auto {
  margin: auto !important;
}

/* line 11598, app/assets/stylesheets/_custom.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 11603, app/assets/stylesheets/_custom.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 11608, app/assets/stylesheets/_custom.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 11613, app/assets/stylesheets/_custom.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 11618, app/assets/stylesheets/_custom.scss */
.mx-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 11623, app/assets/stylesheets/_custom.scss */
.mx-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 11628, app/assets/stylesheets/_custom.scss */
.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 11633, app/assets/stylesheets/_custom.scss */
.mx-7 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 11638, app/assets/stylesheets/_custom.scss */
.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 11643, app/assets/stylesheets/_custom.scss */
.mx-9 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 11648, app/assets/stylesheets/_custom.scss */
.mx-10 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 11653, app/assets/stylesheets/_custom.scss */
.mx-11 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 11658, app/assets/stylesheets/_custom.scss */
.mx-12 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 11663, app/assets/stylesheets/_custom.scss */
.mx-13 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

/* line 11668, app/assets/stylesheets/_custom.scss */
.mx-14 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 11673, app/assets/stylesheets/_custom.scss */
.mx-15 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

/* line 11678, app/assets/stylesheets/_custom.scss */
.mx-16 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 11683, app/assets/stylesheets/_custom.scss */
.mx-17 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 11688, app/assets/stylesheets/_custom.scss */
.mx-18 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 11693, app/assets/stylesheets/_custom.scss */
.mx-19 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

/* line 11698, app/assets/stylesheets/_custom.scss */
.mx-20 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

/* line 11703, app/assets/stylesheets/_custom.scss */
.mx-21 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

/* line 11708, app/assets/stylesheets/_custom.scss */
.mx-22 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 11713, app/assets/stylesheets/_custom.scss */
.mx-23 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 11718, app/assets/stylesheets/_custom.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 11723, app/assets/stylesheets/_custom.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 11728, app/assets/stylesheets/_custom.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 11733, app/assets/stylesheets/_custom.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 11738, app/assets/stylesheets/_custom.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 11743, app/assets/stylesheets/_custom.scss */
.my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 11748, app/assets/stylesheets/_custom.scss */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 11753, app/assets/stylesheets/_custom.scss */
.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 11758, app/assets/stylesheets/_custom.scss */
.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 11763, app/assets/stylesheets/_custom.scss */
.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 11768, app/assets/stylesheets/_custom.scss */
.my-9 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 11773, app/assets/stylesheets/_custom.scss */
.my-10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 11778, app/assets/stylesheets/_custom.scss */
.my-11 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 11783, app/assets/stylesheets/_custom.scss */
.my-12 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 11788, app/assets/stylesheets/_custom.scss */
.my-13 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 11793, app/assets/stylesheets/_custom.scss */
.my-14 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 11798, app/assets/stylesheets/_custom.scss */
.my-15 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 11803, app/assets/stylesheets/_custom.scss */
.my-16 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 11808, app/assets/stylesheets/_custom.scss */
.my-17 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 11813, app/assets/stylesheets/_custom.scss */
.my-18 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 11818, app/assets/stylesheets/_custom.scss */
.my-19 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

/* line 11823, app/assets/stylesheets/_custom.scss */
.my-20 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* line 11828, app/assets/stylesheets/_custom.scss */
.my-21 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

/* line 11833, app/assets/stylesheets/_custom.scss */
.my-22 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 11838, app/assets/stylesheets/_custom.scss */
.my-23 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 11843, app/assets/stylesheets/_custom.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 11848, app/assets/stylesheets/_custom.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 11852, app/assets/stylesheets/_custom.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 11856, app/assets/stylesheets/_custom.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 11860, app/assets/stylesheets/_custom.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 11864, app/assets/stylesheets/_custom.scss */
.mt-4 {
  margin-top: 1.25rem !important;
}

/* line 11868, app/assets/stylesheets/_custom.scss */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 11872, app/assets/stylesheets/_custom.scss */
.mt-6 {
  margin-top: 2rem !important;
}

/* line 11876, app/assets/stylesheets/_custom.scss */
.mt-7 {
  margin-top: 2.5rem !important;
}

/* line 11880, app/assets/stylesheets/_custom.scss */
.mt-8 {
  margin-top: 3rem !important;
}

/* line 11884, app/assets/stylesheets/_custom.scss */
.mt-9 {
  margin-top: 3.5rem !important;
}

/* line 11888, app/assets/stylesheets/_custom.scss */
.mt-10 {
  margin-top: 4rem !important;
}

/* line 11892, app/assets/stylesheets/_custom.scss */
.mt-11 {
  margin-top: 4.5rem !important;
}

/* line 11896, app/assets/stylesheets/_custom.scss */
.mt-12 {
  margin-top: 5rem !important;
}

/* line 11900, app/assets/stylesheets/_custom.scss */
.mt-13 {
  margin-top: 5.5rem !important;
}

/* line 11904, app/assets/stylesheets/_custom.scss */
.mt-14 {
  margin-top: 6rem !important;
}

/* line 11908, app/assets/stylesheets/_custom.scss */
.mt-15 {
  margin-top: 6.5rem !important;
}

/* line 11912, app/assets/stylesheets/_custom.scss */
.mt-16 {
  margin-top: 7rem !important;
}

/* line 11916, app/assets/stylesheets/_custom.scss */
.mt-17 {
  margin-top: 7.5rem !important;
}

/* line 11920, app/assets/stylesheets/_custom.scss */
.mt-18 {
  margin-top: 8rem !important;
}

/* line 11924, app/assets/stylesheets/_custom.scss */
.mt-19 {
  margin-top: 8.5rem !important;
}

/* line 11928, app/assets/stylesheets/_custom.scss */
.mt-20 {
  margin-top: 9rem !important;
}

/* line 11932, app/assets/stylesheets/_custom.scss */
.mt-21 {
  margin-top: 9.5rem !important;
}

/* line 11936, app/assets/stylesheets/_custom.scss */
.mt-22 {
  margin-top: 10rem !important;
}

/* line 11940, app/assets/stylesheets/_custom.scss */
.mt-23 {
  margin-top: 12rem !important;
}

/* line 11944, app/assets/stylesheets/_custom.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 11948, app/assets/stylesheets/_custom.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 11952, app/assets/stylesheets/_custom.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 11956, app/assets/stylesheets/_custom.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 11960, app/assets/stylesheets/_custom.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 11964, app/assets/stylesheets/_custom.scss */
.me-4 {
  margin-right: 1.25rem !important;
}

/* line 11968, app/assets/stylesheets/_custom.scss */
.me-5 {
  margin-right: 1.5rem !important;
}

/* line 11972, app/assets/stylesheets/_custom.scss */
.me-6 {
  margin-right: 2rem !important;
}

/* line 11976, app/assets/stylesheets/_custom.scss */
.me-7 {
  margin-right: 2.5rem !important;
}

/* line 11980, app/assets/stylesheets/_custom.scss */
.me-8 {
  margin-right: 3rem !important;
}

/* line 11984, app/assets/stylesheets/_custom.scss */
.me-9 {
  margin-right: 3.5rem !important;
}

/* line 11988, app/assets/stylesheets/_custom.scss */
.me-10 {
  margin-right: 4rem !important;
}

/* line 11992, app/assets/stylesheets/_custom.scss */
.me-11 {
  margin-right: 4.5rem !important;
}

/* line 11996, app/assets/stylesheets/_custom.scss */
.me-12 {
  margin-right: 5rem !important;
}

/* line 12000, app/assets/stylesheets/_custom.scss */
.me-13 {
  margin-right: 5.5rem !important;
}

/* line 12004, app/assets/stylesheets/_custom.scss */
.me-14 {
  margin-right: 6rem !important;
}

/* line 12008, app/assets/stylesheets/_custom.scss */
.me-15 {
  margin-right: 6.5rem !important;
}

/* line 12012, app/assets/stylesheets/_custom.scss */
.me-16 {
  margin-right: 7rem !important;
}

/* line 12016, app/assets/stylesheets/_custom.scss */
.me-17 {
  margin-right: 7.5rem !important;
}

/* line 12020, app/assets/stylesheets/_custom.scss */
.me-18 {
  margin-right: 8rem !important;
}

/* line 12024, app/assets/stylesheets/_custom.scss */
.me-19 {
  margin-right: 8.5rem !important;
}

/* line 12028, app/assets/stylesheets/_custom.scss */
.me-20 {
  margin-right: 9rem !important;
}

/* line 12032, app/assets/stylesheets/_custom.scss */
.me-21 {
  margin-right: 9.5rem !important;
}

/* line 12036, app/assets/stylesheets/_custom.scss */
.me-22 {
  margin-right: 10rem !important;
}

/* line 12040, app/assets/stylesheets/_custom.scss */
.me-23 {
  margin-right: 12rem !important;
}

/* line 12044, app/assets/stylesheets/_custom.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 12048, app/assets/stylesheets/_custom.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 12052, app/assets/stylesheets/_custom.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 12056, app/assets/stylesheets/_custom.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 12060, app/assets/stylesheets/_custom.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 12064, app/assets/stylesheets/_custom.scss */
.mb-4 {
  margin-bottom: 1.25rem !important;
}

/* line 12068, app/assets/stylesheets/_custom.scss */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 12072, app/assets/stylesheets/_custom.scss */
.mb-6 {
  margin-bottom: 2rem !important;
}

/* line 12076, app/assets/stylesheets/_custom.scss */
.mb-7 {
  margin-bottom: 2.5rem !important;
}

/* line 12080, app/assets/stylesheets/_custom.scss */
.mb-8 {
  margin-bottom: 3rem !important;
}

/* line 12084, app/assets/stylesheets/_custom.scss */
.mb-9 {
  margin-bottom: 3.5rem !important;
}

/* line 12088, app/assets/stylesheets/_custom.scss */
.mb-10 {
  margin-bottom: 4rem !important;
}

/* line 12092, app/assets/stylesheets/_custom.scss */
.mb-11 {
  margin-bottom: 4.5rem !important;
}

/* line 12096, app/assets/stylesheets/_custom.scss */
.mb-12 {
  margin-bottom: 5rem !important;
}

/* line 12100, app/assets/stylesheets/_custom.scss */
.mb-13 {
  margin-bottom: 5.5rem !important;
}

/* line 12104, app/assets/stylesheets/_custom.scss */
.mb-14 {
  margin-bottom: 6rem !important;
}

/* line 12108, app/assets/stylesheets/_custom.scss */
.mb-15 {
  margin-bottom: 6.5rem !important;
}

/* line 12112, app/assets/stylesheets/_custom.scss */
.mb-16 {
  margin-bottom: 7rem !important;
}

/* line 12116, app/assets/stylesheets/_custom.scss */
.mb-17 {
  margin-bottom: 7.5rem !important;
}

/* line 12120, app/assets/stylesheets/_custom.scss */
.mb-18 {
  margin-bottom: 8rem !important;
}

/* line 12124, app/assets/stylesheets/_custom.scss */
.mb-19 {
  margin-bottom: 8.5rem !important;
}

/* line 12128, app/assets/stylesheets/_custom.scss */
.mb-20 {
  margin-bottom: 9rem !important;
}

/* line 12132, app/assets/stylesheets/_custom.scss */
.mb-21 {
  margin-bottom: 9.5rem !important;
}

/* line 12136, app/assets/stylesheets/_custom.scss */
.mb-22 {
  margin-bottom: 10rem !important;
}

/* line 12140, app/assets/stylesheets/_custom.scss */
.mb-23 {
  margin-bottom: 12rem !important;
}

/* line 12144, app/assets/stylesheets/_custom.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 12148, app/assets/stylesheets/_custom.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 12152, app/assets/stylesheets/_custom.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 12156, app/assets/stylesheets/_custom.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 12160, app/assets/stylesheets/_custom.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 12164, app/assets/stylesheets/_custom.scss */
.ms-4 {
  margin-left: 1.25rem !important;
}

/* line 12168, app/assets/stylesheets/_custom.scss */
.ms-5 {
  margin-left: 1.5rem !important;
}

/* line 12172, app/assets/stylesheets/_custom.scss */
.ms-6 {
  margin-left: 2rem !important;
}

/* line 12176, app/assets/stylesheets/_custom.scss */
.ms-7 {
  margin-left: 2.5rem !important;
}

/* line 12180, app/assets/stylesheets/_custom.scss */
.ms-8 {
  margin-left: 3rem !important;
}

/* line 12184, app/assets/stylesheets/_custom.scss */
.ms-9 {
  margin-left: 3.5rem !important;
}

/* line 12188, app/assets/stylesheets/_custom.scss */
.ms-10 {
  margin-left: 4rem !important;
}

/* line 12192, app/assets/stylesheets/_custom.scss */
.ms-11 {
  margin-left: 4.5rem !important;
}

/* line 12196, app/assets/stylesheets/_custom.scss */
.ms-12 {
  margin-left: 5rem !important;
}

/* line 12200, app/assets/stylesheets/_custom.scss */
.ms-13 {
  margin-left: 5.5rem !important;
}

/* line 12204, app/assets/stylesheets/_custom.scss */
.ms-14 {
  margin-left: 6rem !important;
}

/* line 12208, app/assets/stylesheets/_custom.scss */
.ms-15 {
  margin-left: 6.5rem !important;
}

/* line 12212, app/assets/stylesheets/_custom.scss */
.ms-16 {
  margin-left: 7rem !important;
}

/* line 12216, app/assets/stylesheets/_custom.scss */
.ms-17 {
  margin-left: 7.5rem !important;
}

/* line 12220, app/assets/stylesheets/_custom.scss */
.ms-18 {
  margin-left: 8rem !important;
}

/* line 12224, app/assets/stylesheets/_custom.scss */
.ms-19 {
  margin-left: 8.5rem !important;
}

/* line 12228, app/assets/stylesheets/_custom.scss */
.ms-20 {
  margin-left: 9rem !important;
}

/* line 12232, app/assets/stylesheets/_custom.scss */
.ms-21 {
  margin-left: 9.5rem !important;
}

/* line 12236, app/assets/stylesheets/_custom.scss */
.ms-22 {
  margin-left: 10rem !important;
}

/* line 12240, app/assets/stylesheets/_custom.scss */
.ms-23 {
  margin-left: 12rem !important;
}

/* line 12244, app/assets/stylesheets/_custom.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 12248, app/assets/stylesheets/_custom.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 12252, app/assets/stylesheets/_custom.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 12256, app/assets/stylesheets/_custom.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 12260, app/assets/stylesheets/_custom.scss */
.m-n4 {
  margin: -1.25rem !important;
}

/* line 12264, app/assets/stylesheets/_custom.scss */
.m-n5 {
  margin: -1.5rem !important;
}

/* line 12268, app/assets/stylesheets/_custom.scss */
.m-n6 {
  margin: -2rem !important;
}

/* line 12272, app/assets/stylesheets/_custom.scss */
.m-n7 {
  margin: -2.5rem !important;
}

/* line 12276, app/assets/stylesheets/_custom.scss */
.m-n8 {
  margin: -3rem !important;
}

/* line 12280, app/assets/stylesheets/_custom.scss */
.m-n9 {
  margin: -3.5rem !important;
}

/* line 12284, app/assets/stylesheets/_custom.scss */
.m-n10 {
  margin: -4rem !important;
}

/* line 12288, app/assets/stylesheets/_custom.scss */
.m-n11 {
  margin: -4.5rem !important;
}

/* line 12292, app/assets/stylesheets/_custom.scss */
.m-n12 {
  margin: -5rem !important;
}

/* line 12296, app/assets/stylesheets/_custom.scss */
.m-n13 {
  margin: -5.5rem !important;
}

/* line 12300, app/assets/stylesheets/_custom.scss */
.m-n14 {
  margin: -6rem !important;
}

/* line 12304, app/assets/stylesheets/_custom.scss */
.m-n15 {
  margin: -6.5rem !important;
}

/* line 12308, app/assets/stylesheets/_custom.scss */
.m-n16 {
  margin: -7rem !important;
}

/* line 12312, app/assets/stylesheets/_custom.scss */
.m-n17 {
  margin: -7.5rem !important;
}

/* line 12316, app/assets/stylesheets/_custom.scss */
.m-n18 {
  margin: -8rem !important;
}

/* line 12320, app/assets/stylesheets/_custom.scss */
.m-n19 {
  margin: -8.5rem !important;
}

/* line 12324, app/assets/stylesheets/_custom.scss */
.m-n20 {
  margin: -9rem !important;
}

/* line 12328, app/assets/stylesheets/_custom.scss */
.m-n21 {
  margin: -9.5rem !important;
}

/* line 12332, app/assets/stylesheets/_custom.scss */
.m-n22 {
  margin: -10rem !important;
}

/* line 12336, app/assets/stylesheets/_custom.scss */
.m-n23 {
  margin: -12rem !important;
}

/* line 12340, app/assets/stylesheets/_custom.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 12345, app/assets/stylesheets/_custom.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 12350, app/assets/stylesheets/_custom.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 12355, app/assets/stylesheets/_custom.scss */
.mx-n4 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

/* line 12360, app/assets/stylesheets/_custom.scss */
.mx-n5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 12365, app/assets/stylesheets/_custom.scss */
.mx-n6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 12370, app/assets/stylesheets/_custom.scss */
.mx-n7 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 12375, app/assets/stylesheets/_custom.scss */
.mx-n8 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 12380, app/assets/stylesheets/_custom.scss */
.mx-n9 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 12385, app/assets/stylesheets/_custom.scss */
.mx-n10 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 12390, app/assets/stylesheets/_custom.scss */
.mx-n11 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 12395, app/assets/stylesheets/_custom.scss */
.mx-n12 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 12400, app/assets/stylesheets/_custom.scss */
.mx-n13 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

/* line 12405, app/assets/stylesheets/_custom.scss */
.mx-n14 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 12410, app/assets/stylesheets/_custom.scss */
.mx-n15 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

/* line 12415, app/assets/stylesheets/_custom.scss */
.mx-n16 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

/* line 12420, app/assets/stylesheets/_custom.scss */
.mx-n17 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 12425, app/assets/stylesheets/_custom.scss */
.mx-n18 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

/* line 12430, app/assets/stylesheets/_custom.scss */
.mx-n19 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

/* line 12435, app/assets/stylesheets/_custom.scss */
.mx-n20 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

/* line 12440, app/assets/stylesheets/_custom.scss */
.mx-n21 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

/* line 12445, app/assets/stylesheets/_custom.scss */
.mx-n22 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 12450, app/assets/stylesheets/_custom.scss */
.mx-n23 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

/* line 12455, app/assets/stylesheets/_custom.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 12460, app/assets/stylesheets/_custom.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 12465, app/assets/stylesheets/_custom.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 12470, app/assets/stylesheets/_custom.scss */
.my-n4 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

/* line 12475, app/assets/stylesheets/_custom.scss */
.my-n5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 12480, app/assets/stylesheets/_custom.scss */
.my-n6 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 12485, app/assets/stylesheets/_custom.scss */
.my-n7 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 12490, app/assets/stylesheets/_custom.scss */
.my-n8 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 12495, app/assets/stylesheets/_custom.scss */
.my-n9 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 12500, app/assets/stylesheets/_custom.scss */
.my-n10 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 12505, app/assets/stylesheets/_custom.scss */
.my-n11 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 12510, app/assets/stylesheets/_custom.scss */
.my-n12 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 12515, app/assets/stylesheets/_custom.scss */
.my-n13 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

/* line 12520, app/assets/stylesheets/_custom.scss */
.my-n14 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 12525, app/assets/stylesheets/_custom.scss */
.my-n15 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

/* line 12530, app/assets/stylesheets/_custom.scss */
.my-n16 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 12535, app/assets/stylesheets/_custom.scss */
.my-n17 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 12540, app/assets/stylesheets/_custom.scss */
.my-n18 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 12545, app/assets/stylesheets/_custom.scss */
.my-n19 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

/* line 12550, app/assets/stylesheets/_custom.scss */
.my-n20 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

/* line 12555, app/assets/stylesheets/_custom.scss */
.my-n21 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

/* line 12560, app/assets/stylesheets/_custom.scss */
.my-n22 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 12565, app/assets/stylesheets/_custom.scss */
.my-n23 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 12570, app/assets/stylesheets/_custom.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 12574, app/assets/stylesheets/_custom.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 12578, app/assets/stylesheets/_custom.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 12582, app/assets/stylesheets/_custom.scss */
.mt-n4 {
  margin-top: -1.25rem !important;
}

/* line 12586, app/assets/stylesheets/_custom.scss */
.mt-n5 {
  margin-top: -1.5rem !important;
}

/* line 12590, app/assets/stylesheets/_custom.scss */
.mt-n6 {
  margin-top: -2rem !important;
}

/* line 12594, app/assets/stylesheets/_custom.scss */
.mt-n7 {
  margin-top: -2.5rem !important;
}

/* line 12598, app/assets/stylesheets/_custom.scss */
.mt-n8 {
  margin-top: -3rem !important;
}

/* line 12602, app/assets/stylesheets/_custom.scss */
.mt-n9 {
  margin-top: -3.5rem !important;
}

/* line 12606, app/assets/stylesheets/_custom.scss */
.mt-n10 {
  margin-top: -4rem !important;
}

/* line 12610, app/assets/stylesheets/_custom.scss */
.mt-n11 {
  margin-top: -4.5rem !important;
}

/* line 12614, app/assets/stylesheets/_custom.scss */
.mt-n12 {
  margin-top: -5rem !important;
}

/* line 12618, app/assets/stylesheets/_custom.scss */
.mt-n13 {
  margin-top: -5.5rem !important;
}

/* line 12622, app/assets/stylesheets/_custom.scss */
.mt-n14 {
  margin-top: -6rem !important;
}

/* line 12626, app/assets/stylesheets/_custom.scss */
.mt-n15 {
  margin-top: -6.5rem !important;
}

/* line 12630, app/assets/stylesheets/_custom.scss */
.mt-n16 {
  margin-top: -7rem !important;
}

/* line 12634, app/assets/stylesheets/_custom.scss */
.mt-n17 {
  margin-top: -7.5rem !important;
}

/* line 12638, app/assets/stylesheets/_custom.scss */
.mt-n18 {
  margin-top: -8rem !important;
}

/* line 12642, app/assets/stylesheets/_custom.scss */
.mt-n19 {
  margin-top: -8.5rem !important;
}

/* line 12646, app/assets/stylesheets/_custom.scss */
.mt-n20 {
  margin-top: -9rem !important;
}

/* line 12650, app/assets/stylesheets/_custom.scss */
.mt-n21 {
  margin-top: -9.5rem !important;
}

/* line 12654, app/assets/stylesheets/_custom.scss */
.mt-n22 {
  margin-top: -10rem !important;
}

/* line 12658, app/assets/stylesheets/_custom.scss */
.mt-n23 {
  margin-top: -12rem !important;
}

/* line 12662, app/assets/stylesheets/_custom.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 12666, app/assets/stylesheets/_custom.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 12670, app/assets/stylesheets/_custom.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 12674, app/assets/stylesheets/_custom.scss */
.me-n4 {
  margin-right: -1.25rem !important;
}

/* line 12678, app/assets/stylesheets/_custom.scss */
.me-n5 {
  margin-right: -1.5rem !important;
}

/* line 12682, app/assets/stylesheets/_custom.scss */
.me-n6 {
  margin-right: -2rem !important;
}

/* line 12686, app/assets/stylesheets/_custom.scss */
.me-n7 {
  margin-right: -2.5rem !important;
}

/* line 12690, app/assets/stylesheets/_custom.scss */
.me-n8 {
  margin-right: -3rem !important;
}

/* line 12694, app/assets/stylesheets/_custom.scss */
.me-n9 {
  margin-right: -3.5rem !important;
}

/* line 12698, app/assets/stylesheets/_custom.scss */
.me-n10 {
  margin-right: -4rem !important;
}

/* line 12702, app/assets/stylesheets/_custom.scss */
.me-n11 {
  margin-right: -4.5rem !important;
}

/* line 12706, app/assets/stylesheets/_custom.scss */
.me-n12 {
  margin-right: -5rem !important;
}

/* line 12710, app/assets/stylesheets/_custom.scss */
.me-n13 {
  margin-right: -5.5rem !important;
}

/* line 12714, app/assets/stylesheets/_custom.scss */
.me-n14 {
  margin-right: -6rem !important;
}

/* line 12718, app/assets/stylesheets/_custom.scss */
.me-n15 {
  margin-right: -6.5rem !important;
}

/* line 12722, app/assets/stylesheets/_custom.scss */
.me-n16 {
  margin-right: -7rem !important;
}

/* line 12726, app/assets/stylesheets/_custom.scss */
.me-n17 {
  margin-right: -7.5rem !important;
}

/* line 12730, app/assets/stylesheets/_custom.scss */
.me-n18 {
  margin-right: -8rem !important;
}

/* line 12734, app/assets/stylesheets/_custom.scss */
.me-n19 {
  margin-right: -8.5rem !important;
}

/* line 12738, app/assets/stylesheets/_custom.scss */
.me-n20 {
  margin-right: -9rem !important;
}

/* line 12742, app/assets/stylesheets/_custom.scss */
.me-n21 {
  margin-right: -9.5rem !important;
}

/* line 12746, app/assets/stylesheets/_custom.scss */
.me-n22 {
  margin-right: -10rem !important;
}

/* line 12750, app/assets/stylesheets/_custom.scss */
.me-n23 {
  margin-right: -12rem !important;
}

/* line 12754, app/assets/stylesheets/_custom.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 12758, app/assets/stylesheets/_custom.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 12762, app/assets/stylesheets/_custom.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 12766, app/assets/stylesheets/_custom.scss */
.mb-n4 {
  margin-bottom: -1.25rem !important;
}

/* line 12770, app/assets/stylesheets/_custom.scss */
.mb-n5 {
  margin-bottom: -1.5rem !important;
}

/* line 12774, app/assets/stylesheets/_custom.scss */
.mb-n6 {
  margin-bottom: -2rem !important;
}

/* line 12778, app/assets/stylesheets/_custom.scss */
.mb-n7 {
  margin-bottom: -2.5rem !important;
}

/* line 12782, app/assets/stylesheets/_custom.scss */
.mb-n8 {
  margin-bottom: -3rem !important;
}

/* line 12786, app/assets/stylesheets/_custom.scss */
.mb-n9 {
  margin-bottom: -3.5rem !important;
}

/* line 12790, app/assets/stylesheets/_custom.scss */
.mb-n10 {
  margin-bottom: -4rem !important;
}

/* line 12794, app/assets/stylesheets/_custom.scss */
.mb-n11 {
  margin-bottom: -4.5rem !important;
}

/* line 12798, app/assets/stylesheets/_custom.scss */
.mb-n12 {
  margin-bottom: -5rem !important;
}

/* line 12802, app/assets/stylesheets/_custom.scss */
.mb-n13 {
  margin-bottom: -5.5rem !important;
}

/* line 12806, app/assets/stylesheets/_custom.scss */
.mb-n14 {
  margin-bottom: -6rem !important;
}

/* line 12810, app/assets/stylesheets/_custom.scss */
.mb-n15 {
  margin-bottom: -6.5rem !important;
}

/* line 12814, app/assets/stylesheets/_custom.scss */
.mb-n16 {
  margin-bottom: -7rem !important;
}

/* line 12818, app/assets/stylesheets/_custom.scss */
.mb-n17 {
  margin-bottom: -7.5rem !important;
}

/* line 12822, app/assets/stylesheets/_custom.scss */
.mb-n18 {
  margin-bottom: -8rem !important;
}

/* line 12826, app/assets/stylesheets/_custom.scss */
.mb-n19 {
  margin-bottom: -8.5rem !important;
}

/* line 12830, app/assets/stylesheets/_custom.scss */
.mb-n20 {
  margin-bottom: -9rem !important;
}

/* line 12834, app/assets/stylesheets/_custom.scss */
.mb-n21 {
  margin-bottom: -9.5rem !important;
}

/* line 12838, app/assets/stylesheets/_custom.scss */
.mb-n22 {
  margin-bottom: -10rem !important;
}

/* line 12842, app/assets/stylesheets/_custom.scss */
.mb-n23 {
  margin-bottom: -12rem !important;
}

/* line 12846, app/assets/stylesheets/_custom.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 12850, app/assets/stylesheets/_custom.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 12854, app/assets/stylesheets/_custom.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 12858, app/assets/stylesheets/_custom.scss */
.ms-n4 {
  margin-left: -1.25rem !important;
}

/* line 12862, app/assets/stylesheets/_custom.scss */
.ms-n5 {
  margin-left: -1.5rem !important;
}

/* line 12866, app/assets/stylesheets/_custom.scss */
.ms-n6 {
  margin-left: -2rem !important;
}

/* line 12870, app/assets/stylesheets/_custom.scss */
.ms-n7 {
  margin-left: -2.5rem !important;
}

/* line 12874, app/assets/stylesheets/_custom.scss */
.ms-n8 {
  margin-left: -3rem !important;
}

/* line 12878, app/assets/stylesheets/_custom.scss */
.ms-n9 {
  margin-left: -3.5rem !important;
}

/* line 12882, app/assets/stylesheets/_custom.scss */
.ms-n10 {
  margin-left: -4rem !important;
}

/* line 12886, app/assets/stylesheets/_custom.scss */
.ms-n11 {
  margin-left: -4.5rem !important;
}

/* line 12890, app/assets/stylesheets/_custom.scss */
.ms-n12 {
  margin-left: -5rem !important;
}

/* line 12894, app/assets/stylesheets/_custom.scss */
.ms-n13 {
  margin-left: -5.5rem !important;
}

/* line 12898, app/assets/stylesheets/_custom.scss */
.ms-n14 {
  margin-left: -6rem !important;
}

/* line 12902, app/assets/stylesheets/_custom.scss */
.ms-n15 {
  margin-left: -6.5rem !important;
}

/* line 12906, app/assets/stylesheets/_custom.scss */
.ms-n16 {
  margin-left: -7rem !important;
}

/* line 12910, app/assets/stylesheets/_custom.scss */
.ms-n17 {
  margin-left: -7.5rem !important;
}

/* line 12914, app/assets/stylesheets/_custom.scss */
.ms-n18 {
  margin-left: -8rem !important;
}

/* line 12918, app/assets/stylesheets/_custom.scss */
.ms-n19 {
  margin-left: -8.5rem !important;
}

/* line 12922, app/assets/stylesheets/_custom.scss */
.ms-n20 {
  margin-left: -9rem !important;
}

/* line 12926, app/assets/stylesheets/_custom.scss */
.ms-n21 {
  margin-left: -9.5rem !important;
}

/* line 12930, app/assets/stylesheets/_custom.scss */
.ms-n22 {
  margin-left: -10rem !important;
}

/* line 12934, app/assets/stylesheets/_custom.scss */
.ms-n23 {
  margin-left: -12rem !important;
}

/* line 12938, app/assets/stylesheets/_custom.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12942, app/assets/stylesheets/_custom.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12946, app/assets/stylesheets/_custom.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12950, app/assets/stylesheets/_custom.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12954, app/assets/stylesheets/_custom.scss */
.p-4 {
  padding: 1.25rem !important;
}

/* line 12958, app/assets/stylesheets/_custom.scss */
.p-5 {
  padding: 1.5rem !important;
}

/* line 12962, app/assets/stylesheets/_custom.scss */
.p-6 {
  padding: 2rem !important;
}

/* line 12966, app/assets/stylesheets/_custom.scss */
.p-7 {
  padding: 2.5rem !important;
}

/* line 12970, app/assets/stylesheets/_custom.scss */
.p-8 {
  padding: 3rem !important;
}

/* line 12974, app/assets/stylesheets/_custom.scss */
.p-9 {
  padding: 3.5rem !important;
}

/* line 12978, app/assets/stylesheets/_custom.scss */
.p-10 {
  padding: 4rem !important;
}

/* line 12982, app/assets/stylesheets/_custom.scss */
.p-11 {
  padding: 4.5rem !important;
}

/* line 12986, app/assets/stylesheets/_custom.scss */
.p-12 {
  padding: 5rem !important;
}

/* line 12990, app/assets/stylesheets/_custom.scss */
.p-13 {
  padding: 5.5rem !important;
}

/* line 12994, app/assets/stylesheets/_custom.scss */
.p-14 {
  padding: 6rem !important;
}

/* line 12998, app/assets/stylesheets/_custom.scss */
.p-15 {
  padding: 6.5rem !important;
}

/* line 13002, app/assets/stylesheets/_custom.scss */
.p-16 {
  padding: 7rem !important;
}

/* line 13006, app/assets/stylesheets/_custom.scss */
.p-17 {
  padding: 7.5rem !important;
}

/* line 13010, app/assets/stylesheets/_custom.scss */
.p-18 {
  padding: 8rem !important;
}

/* line 13014, app/assets/stylesheets/_custom.scss */
.p-19 {
  padding: 8.5rem !important;
}

/* line 13018, app/assets/stylesheets/_custom.scss */
.p-20 {
  padding: 9rem !important;
}

/* line 13022, app/assets/stylesheets/_custom.scss */
.p-21 {
  padding: 9.5rem !important;
}

/* line 13026, app/assets/stylesheets/_custom.scss */
.p-22 {
  padding: 10rem !important;
}

/* line 13030, app/assets/stylesheets/_custom.scss */
.p-23 {
  padding: 12rem !important;
}

/* line 13034, app/assets/stylesheets/_custom.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 13039, app/assets/stylesheets/_custom.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 13044, app/assets/stylesheets/_custom.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 13049, app/assets/stylesheets/_custom.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 13054, app/assets/stylesheets/_custom.scss */
.px-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 13059, app/assets/stylesheets/_custom.scss */
.px-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 13064, app/assets/stylesheets/_custom.scss */
.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 13069, app/assets/stylesheets/_custom.scss */
.px-7 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 13074, app/assets/stylesheets/_custom.scss */
.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 13079, app/assets/stylesheets/_custom.scss */
.px-9 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 13084, app/assets/stylesheets/_custom.scss */
.px-10 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 13089, app/assets/stylesheets/_custom.scss */
.px-11 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 13094, app/assets/stylesheets/_custom.scss */
.px-12 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 13099, app/assets/stylesheets/_custom.scss */
.px-13 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

/* line 13104, app/assets/stylesheets/_custom.scss */
.px-14 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 13109, app/assets/stylesheets/_custom.scss */
.px-15 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

/* line 13114, app/assets/stylesheets/_custom.scss */
.px-16 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 13119, app/assets/stylesheets/_custom.scss */
.px-17 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 13124, app/assets/stylesheets/_custom.scss */
.px-18 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 13129, app/assets/stylesheets/_custom.scss */
.px-19 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

/* line 13134, app/assets/stylesheets/_custom.scss */
.px-20 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

/* line 13139, app/assets/stylesheets/_custom.scss */
.px-21 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

/* line 13144, app/assets/stylesheets/_custom.scss */
.px-22 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 13149, app/assets/stylesheets/_custom.scss */
.px-23 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 13154, app/assets/stylesheets/_custom.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 13159, app/assets/stylesheets/_custom.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 13164, app/assets/stylesheets/_custom.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 13169, app/assets/stylesheets/_custom.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 13174, app/assets/stylesheets/_custom.scss */
.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 13179, app/assets/stylesheets/_custom.scss */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 13184, app/assets/stylesheets/_custom.scss */
.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 13189, app/assets/stylesheets/_custom.scss */
.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 13194, app/assets/stylesheets/_custom.scss */
.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 13199, app/assets/stylesheets/_custom.scss */
.py-9 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 13204, app/assets/stylesheets/_custom.scss */
.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 13209, app/assets/stylesheets/_custom.scss */
.py-11 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 13214, app/assets/stylesheets/_custom.scss */
.py-12 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 13219, app/assets/stylesheets/_custom.scss */
.py-13 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 13224, app/assets/stylesheets/_custom.scss */
.py-14 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 13229, app/assets/stylesheets/_custom.scss */
.py-15 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 13234, app/assets/stylesheets/_custom.scss */
.py-16 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 13239, app/assets/stylesheets/_custom.scss */
.py-17 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 13244, app/assets/stylesheets/_custom.scss */
.py-18 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 13249, app/assets/stylesheets/_custom.scss */
.py-19 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

/* line 13254, app/assets/stylesheets/_custom.scss */
.py-20 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 13259, app/assets/stylesheets/_custom.scss */
.py-21 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

/* line 13264, app/assets/stylesheets/_custom.scss */
.py-22 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 13269, app/assets/stylesheets/_custom.scss */
.py-23 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 13274, app/assets/stylesheets/_custom.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 13278, app/assets/stylesheets/_custom.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 13282, app/assets/stylesheets/_custom.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 13286, app/assets/stylesheets/_custom.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 13290, app/assets/stylesheets/_custom.scss */
.pt-4 {
  padding-top: 1.25rem !important;
}

/* line 13294, app/assets/stylesheets/_custom.scss */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 13298, app/assets/stylesheets/_custom.scss */
.pt-6 {
  padding-top: 2rem !important;
}

/* line 13302, app/assets/stylesheets/_custom.scss */
.pt-7 {
  padding-top: 2.5rem !important;
}

/* line 13306, app/assets/stylesheets/_custom.scss */
.pt-8 {
  padding-top: 3rem !important;
}

/* line 13310, app/assets/stylesheets/_custom.scss */
.pt-9 {
  padding-top: 3.5rem !important;
}

/* line 13314, app/assets/stylesheets/_custom.scss */
.pt-10 {
  padding-top: 4rem !important;
}

/* line 13318, app/assets/stylesheets/_custom.scss */
.pt-11 {
  padding-top: 4.5rem !important;
}

/* line 13322, app/assets/stylesheets/_custom.scss */
.pt-12 {
  padding-top: 5rem !important;
}

/* line 13326, app/assets/stylesheets/_custom.scss */
.pt-13 {
  padding-top: 5.5rem !important;
}

/* line 13330, app/assets/stylesheets/_custom.scss */
.pt-14 {
  padding-top: 6rem !important;
}

/* line 13334, app/assets/stylesheets/_custom.scss */
.pt-15 {
  padding-top: 6.5rem !important;
}

/* line 13338, app/assets/stylesheets/_custom.scss */
.pt-16 {
  padding-top: 7rem !important;
}

/* line 13342, app/assets/stylesheets/_custom.scss */
.pt-17 {
  padding-top: 7.5rem !important;
}

/* line 13346, app/assets/stylesheets/_custom.scss */
.pt-18 {
  padding-top: 8rem !important;
}

/* line 13350, app/assets/stylesheets/_custom.scss */
.pt-19 {
  padding-top: 8.5rem !important;
}

/* line 13354, app/assets/stylesheets/_custom.scss */
.pt-20 {
  padding-top: 9rem !important;
}

/* line 13358, app/assets/stylesheets/_custom.scss */
.pt-21 {
  padding-top: 9.5rem !important;
}

/* line 13362, app/assets/stylesheets/_custom.scss */
.pt-22 {
  padding-top: 10rem !important;
}

/* line 13366, app/assets/stylesheets/_custom.scss */
.pt-23 {
  padding-top: 12rem !important;
}

/* line 13370, app/assets/stylesheets/_custom.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 13374, app/assets/stylesheets/_custom.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 13378, app/assets/stylesheets/_custom.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 13382, app/assets/stylesheets/_custom.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 13386, app/assets/stylesheets/_custom.scss */
.pe-4 {
  padding-right: 1.25rem !important;
}

/* line 13390, app/assets/stylesheets/_custom.scss */
.pe-5 {
  padding-right: 1.5rem !important;
}

/* line 13394, app/assets/stylesheets/_custom.scss */
.pe-6 {
  padding-right: 2rem !important;
}

/* line 13398, app/assets/stylesheets/_custom.scss */
.pe-7 {
  padding-right: 2.5rem !important;
}

/* line 13402, app/assets/stylesheets/_custom.scss */
.pe-8 {
  padding-right: 3rem !important;
}

/* line 13406, app/assets/stylesheets/_custom.scss */
.pe-9 {
  padding-right: 3.5rem !important;
}

/* line 13410, app/assets/stylesheets/_custom.scss */
.pe-10 {
  padding-right: 4rem !important;
}

/* line 13414, app/assets/stylesheets/_custom.scss */
.pe-11 {
  padding-right: 4.5rem !important;
}

/* line 13418, app/assets/stylesheets/_custom.scss */
.pe-12 {
  padding-right: 5rem !important;
}

/* line 13422, app/assets/stylesheets/_custom.scss */
.pe-13 {
  padding-right: 5.5rem !important;
}

/* line 13426, app/assets/stylesheets/_custom.scss */
.pe-14 {
  padding-right: 6rem !important;
}

/* line 13430, app/assets/stylesheets/_custom.scss */
.pe-15 {
  padding-right: 6.5rem !important;
}

/* line 13434, app/assets/stylesheets/_custom.scss */
.pe-16 {
  padding-right: 7rem !important;
}

/* line 13438, app/assets/stylesheets/_custom.scss */
.pe-17 {
  padding-right: 7.5rem !important;
}

/* line 13442, app/assets/stylesheets/_custom.scss */
.pe-18 {
  padding-right: 8rem !important;
}

/* line 13446, app/assets/stylesheets/_custom.scss */
.pe-19 {
  padding-right: 8.5rem !important;
}

/* line 13450, app/assets/stylesheets/_custom.scss */
.pe-20 {
  padding-right: 9rem !important;
}

/* line 13454, app/assets/stylesheets/_custom.scss */
.pe-21 {
  padding-right: 9.5rem !important;
}

/* line 13458, app/assets/stylesheets/_custom.scss */
.pe-22 {
  padding-right: 10rem !important;
}

/* line 13462, app/assets/stylesheets/_custom.scss */
.pe-23 {
  padding-right: 12rem !important;
}

/* line 13466, app/assets/stylesheets/_custom.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 13470, app/assets/stylesheets/_custom.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 13474, app/assets/stylesheets/_custom.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 13478, app/assets/stylesheets/_custom.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 13482, app/assets/stylesheets/_custom.scss */
.pb-4 {
  padding-bottom: 1.25rem !important;
}

/* line 13486, app/assets/stylesheets/_custom.scss */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 13490, app/assets/stylesheets/_custom.scss */
.pb-6 {
  padding-bottom: 2rem !important;
}

/* line 13494, app/assets/stylesheets/_custom.scss */
.pb-7 {
  padding-bottom: 2.5rem !important;
}

/* line 13498, app/assets/stylesheets/_custom.scss */
.pb-8 {
  padding-bottom: 3rem !important;
}

/* line 13502, app/assets/stylesheets/_custom.scss */
.pb-9 {
  padding-bottom: 3.5rem !important;
}

/* line 13506, app/assets/stylesheets/_custom.scss */
.pb-10 {
  padding-bottom: 4rem !important;
}

/* line 13510, app/assets/stylesheets/_custom.scss */
.pb-11 {
  padding-bottom: 4.5rem !important;
}

/* line 13514, app/assets/stylesheets/_custom.scss */
.pb-12 {
  padding-bottom: 5rem !important;
}

/* line 13518, app/assets/stylesheets/_custom.scss */
.pb-13 {
  padding-bottom: 5.5rem !important;
}

/* line 13522, app/assets/stylesheets/_custom.scss */
.pb-14 {
  padding-bottom: 6rem !important;
}

/* line 13526, app/assets/stylesheets/_custom.scss */
.pb-15 {
  padding-bottom: 6.5rem !important;
}

/* line 13530, app/assets/stylesheets/_custom.scss */
.pb-16 {
  padding-bottom: 7rem !important;
}

/* line 13534, app/assets/stylesheets/_custom.scss */
.pb-17 {
  padding-bottom: 7.5rem !important;
}

/* line 13538, app/assets/stylesheets/_custom.scss */
.pb-18 {
  padding-bottom: 8rem !important;
}

/* line 13542, app/assets/stylesheets/_custom.scss */
.pb-19 {
  padding-bottom: 8.5rem !important;
}

/* line 13546, app/assets/stylesheets/_custom.scss */
.pb-20 {
  padding-bottom: 9rem !important;
}

/* line 13550, app/assets/stylesheets/_custom.scss */
.pb-21 {
  padding-bottom: 9.5rem !important;
}

/* line 13554, app/assets/stylesheets/_custom.scss */
.pb-22 {
  padding-bottom: 10rem !important;
}

/* line 13558, app/assets/stylesheets/_custom.scss */
.pb-23 {
  padding-bottom: 12rem !important;
}

/* line 13562, app/assets/stylesheets/_custom.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 13566, app/assets/stylesheets/_custom.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 13570, app/assets/stylesheets/_custom.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 13574, app/assets/stylesheets/_custom.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 13578, app/assets/stylesheets/_custom.scss */
.ps-4 {
  padding-left: 1.25rem !important;
}

/* line 13582, app/assets/stylesheets/_custom.scss */
.ps-5 {
  padding-left: 1.5rem !important;
}

/* line 13586, app/assets/stylesheets/_custom.scss */
.ps-6 {
  padding-left: 2rem !important;
}

/* line 13590, app/assets/stylesheets/_custom.scss */
.ps-7 {
  padding-left: 2.5rem !important;
}

/* line 13594, app/assets/stylesheets/_custom.scss */
.ps-8 {
  padding-left: 3rem !important;
}

/* line 13598, app/assets/stylesheets/_custom.scss */
.ps-9 {
  padding-left: 3.5rem !important;
}

/* line 13602, app/assets/stylesheets/_custom.scss */
.ps-10 {
  padding-left: 4rem !important;
}

/* line 13606, app/assets/stylesheets/_custom.scss */
.ps-11 {
  padding-left: 4.5rem !important;
}

/* line 13610, app/assets/stylesheets/_custom.scss */
.ps-12 {
  padding-left: 5rem !important;
}

/* line 13614, app/assets/stylesheets/_custom.scss */
.ps-13 {
  padding-left: 5.5rem !important;
}

/* line 13618, app/assets/stylesheets/_custom.scss */
.ps-14 {
  padding-left: 6rem !important;
}

/* line 13622, app/assets/stylesheets/_custom.scss */
.ps-15 {
  padding-left: 6.5rem !important;
}

/* line 13626, app/assets/stylesheets/_custom.scss */
.ps-16 {
  padding-left: 7rem !important;
}

/* line 13630, app/assets/stylesheets/_custom.scss */
.ps-17 {
  padding-left: 7.5rem !important;
}

/* line 13634, app/assets/stylesheets/_custom.scss */
.ps-18 {
  padding-left: 8rem !important;
}

/* line 13638, app/assets/stylesheets/_custom.scss */
.ps-19 {
  padding-left: 8.5rem !important;
}

/* line 13642, app/assets/stylesheets/_custom.scss */
.ps-20 {
  padding-left: 9rem !important;
}

/* line 13646, app/assets/stylesheets/_custom.scss */
.ps-21 {
  padding-left: 9.5rem !important;
}

/* line 13650, app/assets/stylesheets/_custom.scss */
.ps-22 {
  padding-left: 10rem !important;
}

/* line 13654, app/assets/stylesheets/_custom.scss */
.ps-23 {
  padding-left: 12rem !important;
}

/* line 13658, app/assets/stylesheets/_custom.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 13662, app/assets/stylesheets/_custom.scss */
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

/* line 13666, app/assets/stylesheets/_custom.scss */
.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

/* line 13670, app/assets/stylesheets/_custom.scss */
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 13674, app/assets/stylesheets/_custom.scss */
.fs-4 {
  font-size: 1.125rem !important;
}

/* line 13678, app/assets/stylesheets/_custom.scss */
.fs-5 {
  font-size: 0.938rem !important;
}

/* line 13682, app/assets/stylesheets/_custom.scss */
.fs-6 {
  font-size: 0.75rem !important;
}

/* line 13686, app/assets/stylesheets/_custom.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 13690, app/assets/stylesheets/_custom.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 13694, app/assets/stylesheets/_custom.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 13698, app/assets/stylesheets/_custom.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 13702, app/assets/stylesheets/_custom.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 13706, app/assets/stylesheets/_custom.scss */
.fw-semi-bold {
  font-weight: 500 !important;
}

/* line 13710, app/assets/stylesheets/_custom.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 13714, app/assets/stylesheets/_custom.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 13718, app/assets/stylesheets/_custom.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 13722, app/assets/stylesheets/_custom.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 13726, app/assets/stylesheets/_custom.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 13730, app/assets/stylesheets/_custom.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 13734, app/assets/stylesheets/_custom.scss */
.lh-sm {
  line-height: 1.2 !important;
}

/* line 13738, app/assets/stylesheets/_custom.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 13742, app/assets/stylesheets/_custom.scss */
.lh-md {
  line-height: 1.6 !important;
}

/* line 13746, app/assets/stylesheets/_custom.scss */
.lh-lg {
  line-height: 1.8 !important;
}

/* line 13750, app/assets/stylesheets/_custom.scss */
.text-start {
  text-align: left !important;
}

/* line 13754, app/assets/stylesheets/_custom.scss */
.text-end {
  text-align: right !important;
}

/* line 13758, app/assets/stylesheets/_custom.scss */
.text-center {
  text-align: center !important;
}

/* line 13762, app/assets/stylesheets/_custom.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 13766, app/assets/stylesheets/_custom.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 13770, app/assets/stylesheets/_custom.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 13774, app/assets/stylesheets/_custom.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 13778, app/assets/stylesheets/_custom.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 13782, app/assets/stylesheets/_custom.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 13786, app/assets/stylesheets/_custom.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13790, app/assets/stylesheets/_custom.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 13795, app/assets/stylesheets/_custom.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 13801, app/assets/stylesheets/_custom.scss */
.text-primary {
  color: #624BFF !important;
}

/* line 13805, app/assets/stylesheets/_custom.scss */
.text-secondary {
  color: #637381 !important;
}

/* line 13809, app/assets/stylesheets/_custom.scss */
.text-success {
  color: #198754 !important;
}

/* line 13813, app/assets/stylesheets/_custom.scss */
.text-info {
  color: #0dcaf0 !important;
}

/* line 13817, app/assets/stylesheets/_custom.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 13821, app/assets/stylesheets/_custom.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 13825, app/assets/stylesheets/_custom.scss */
.text-light {
  color: #F9FAFB !important;
}

/* line 13829, app/assets/stylesheets/_custom.scss */
.text-dark {
  color: #212B36 !important;
}

/* line 13833, app/assets/stylesheets/_custom.scss */
.text-white {
  color: #fff !important;
}

/* line 13837, app/assets/stylesheets/_custom.scss */
.text-light-primary {
  color: #E0DCFE !important;
}

/* line 13841, app/assets/stylesheets/_custom.scss */
.text-light-danger {
  color: #FBEBEC !important;
}

/* line 13845, app/assets/stylesheets/_custom.scss */
.text-light-info {
  color: #E7FAFE !important;
}

/* line 13849, app/assets/stylesheets/_custom.scss */
.text-light-warning {
  color: #FFF3CD !important;
}

/* line 13853, app/assets/stylesheets/_custom.scss */
.text-light-secondary {
  color: #e9ecef !important;
}

/* line 13857, app/assets/stylesheets/_custom.scss */
.text-light-success {
  color: #EAF6EC !important;
}

/* line 13861, app/assets/stylesheets/_custom.scss */
.text-light-dark {
  color: #d1cfd8 !important;
}

/* line 13865, app/assets/stylesheets/_custom.scss */
.text-dark-primary {
  color: #593cc1 !important;
}

/* line 13869, app/assets/stylesheets/_custom.scss */
.text-dark-warning {
  color: #c28135 !important;
}

/* line 13873, app/assets/stylesheets/_custom.scss */
.text-dark-info {
  color: #51a0c2 !important;
}

/* line 13877, app/assets/stylesheets/_custom.scss */
.text-dark-danger {
  color: #ae302e !important;
}

/* line 13881, app/assets/stylesheets/_custom.scss */
.text-dark-success {
  color: #139a74 !important;
}

/* line 13885, app/assets/stylesheets/_custom.scss */
.text-dark-secondary {
  color: #5c596d !important;
}

/* line 13889, app/assets/stylesheets/_custom.scss */
.text-gray-100 {
  color: #F9FAFB !important;
}

/* line 13893, app/assets/stylesheets/_custom.scss */
.text-gray-200 {
  color: #F4F6F8 !important;
}

/* line 13897, app/assets/stylesheets/_custom.scss */
.text-gray-300 {
  color: #DFE3E8 !important;
}

/* line 13901, app/assets/stylesheets/_custom.scss */
.text-gray-400 {
  color: #C4CDD5 !important;
}

/* line 13905, app/assets/stylesheets/_custom.scss */
.text-gray-500 {
  color: #919EAB !important;
}

/* line 13909, app/assets/stylesheets/_custom.scss */
.text-gray-600 {
  color: #637381 !important;
}

/* line 13913, app/assets/stylesheets/_custom.scss */
.text-gray-700 {
  color: #454F5B !important;
}

/* line 13917, app/assets/stylesheets/_custom.scss */
.text-gray-800 {
  color: #212B36 !important;
}

/* line 13921, app/assets/stylesheets/_custom.scss */
.text-gray-900 {
  color: #161C24 !important;
}

/* line 13925, app/assets/stylesheets/_custom.scss */
.text-body {
  color: #637381 !important;
}

/* line 13929, app/assets/stylesheets/_custom.scss */
.text-muted {
  color: #637381 !important;
}

/* line 13933, app/assets/stylesheets/_custom.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 13937, app/assets/stylesheets/_custom.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 13941, app/assets/stylesheets/_custom.scss */
.text-reset {
  color: inherit !important;
}

/* line 13945, app/assets/stylesheets/_custom.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 13949, app/assets/stylesheets/_custom.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 13953, app/assets/stylesheets/_custom.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 13957, app/assets/stylesheets/_custom.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 13961, app/assets/stylesheets/_custom.scss */
.bg-primary {
  background-color: #624BFF !important;
}

/* line 13965, app/assets/stylesheets/_custom.scss */
.bg-secondary {
  background-color: #637381 !important;
}

/* line 13969, app/assets/stylesheets/_custom.scss */
.bg-success {
  background-color: #198754 !important;
}

/* line 13973, app/assets/stylesheets/_custom.scss */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 13977, app/assets/stylesheets/_custom.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 13981, app/assets/stylesheets/_custom.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 13985, app/assets/stylesheets/_custom.scss */
.bg-light {
  background-color: #F9FAFB !important;
}

/* line 13989, app/assets/stylesheets/_custom.scss */
.bg-dark {
  background-color: #212B36 !important;
}

/* line 13993, app/assets/stylesheets/_custom.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 13997, app/assets/stylesheets/_custom.scss */
.bg-light-primary {
  background-color: #E0DCFE !important;
}

/* line 14001, app/assets/stylesheets/_custom.scss */
.bg-light-danger {
  background-color: #FBEBEC !important;
}

/* line 14005, app/assets/stylesheets/_custom.scss */
.bg-light-info {
  background-color: #E7FAFE !important;
}

/* line 14009, app/assets/stylesheets/_custom.scss */
.bg-light-warning {
  background-color: #FFF3CD !important;
}

/* line 14013, app/assets/stylesheets/_custom.scss */
.bg-light-secondary {
  background-color: #e9ecef !important;
}

/* line 14017, app/assets/stylesheets/_custom.scss */
.bg-light-success {
  background-color: #EAF6EC !important;
}

/* line 14021, app/assets/stylesheets/_custom.scss */
.bg-light-dark {
  background-color: #d1cfd8 !important;
}

/* line 14025, app/assets/stylesheets/_custom.scss */
.bg-dark-primary {
  background-color: #593cc1 !important;
}

/* line 14029, app/assets/stylesheets/_custom.scss */
.bg-dark-warning {
  background-color: #c28135 !important;
}

/* line 14033, app/assets/stylesheets/_custom.scss */
.bg-dark-info {
  background-color: #51a0c2 !important;
}

/* line 14037, app/assets/stylesheets/_custom.scss */
.bg-dark-danger {
  background-color: #ae302e !important;
}

/* line 14041, app/assets/stylesheets/_custom.scss */
.bg-dark-success {
  background-color: #139a74 !important;
}

/* line 14045, app/assets/stylesheets/_custom.scss */
.bg-dark-secondary {
  background-color: #5c596d !important;
}

/* line 14049, app/assets/stylesheets/_custom.scss */
.bg-gray-100 {
  background-color: #F9FAFB !important;
}

/* line 14053, app/assets/stylesheets/_custom.scss */
.bg-gray-200 {
  background-color: #F4F6F8 !important;
}

/* line 14057, app/assets/stylesheets/_custom.scss */
.bg-gray-300 {
  background-color: #DFE3E8 !important;
}

/* line 14061, app/assets/stylesheets/_custom.scss */
.bg-gray-400 {
  background-color: #C4CDD5 !important;
}

/* line 14065, app/assets/stylesheets/_custom.scss */
.bg-gray-500 {
  background-color: #919EAB !important;
}

/* line 14069, app/assets/stylesheets/_custom.scss */
.bg-gray-600 {
  background-color: #637381 !important;
}

/* line 14073, app/assets/stylesheets/_custom.scss */
.bg-gray-700 {
  background-color: #454F5B !important;
}

/* line 14077, app/assets/stylesheets/_custom.scss */
.bg-gray-800 {
  background-color: #212B36 !important;
}

/* line 14081, app/assets/stylesheets/_custom.scss */
.bg-gray-900 {
  background-color: #161C24 !important;
}

/* line 14085, app/assets/stylesheets/_custom.scss */
.bg-body {
  background-color: #fff !important;
}

/* line 14089, app/assets/stylesheets/_custom.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 14093, app/assets/stylesheets/_custom.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 14097, app/assets/stylesheets/_custom.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 14101, app/assets/stylesheets/_custom.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 14105, app/assets/stylesheets/_custom.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 14109, app/assets/stylesheets/_custom.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 14113, app/assets/stylesheets/_custom.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 14117, app/assets/stylesheets/_custom.scss */
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

/* line 14122, app/assets/stylesheets/_custom.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 14128, app/assets/stylesheets/_custom.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 14134, app/assets/stylesheets/_custom.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 14138, app/assets/stylesheets/_custom.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 14142, app/assets/stylesheets/_custom.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 14146, app/assets/stylesheets/_custom.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 14150, app/assets/stylesheets/_custom.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 14154, app/assets/stylesheets/_custom.scss */
.rounded-2 {
  border-radius: 0.375rem !important;
}

/* line 14158, app/assets/stylesheets/_custom.scss */
.rounded-3 {
  border-radius: 0.5rem !important;
}

/* line 14162, app/assets/stylesheets/_custom.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 14166, app/assets/stylesheets/_custom.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 14170, app/assets/stylesheets/_custom.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 14175, app/assets/stylesheets/_custom.scss */
.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 14180, app/assets/stylesheets/_custom.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 14185, app/assets/stylesheets/_custom.scss */
.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

/* line 14190, app/assets/stylesheets/_custom.scss */
.visible {
  visibility: visible !important;
}

/* line 14194, app/assets/stylesheets/_custom.scss */
.invisible {
  visibility: hidden !important;
}

/* line 14198, app/assets/stylesheets/_custom.scss */
.ls-xs {
  letter-spacing: -0.08em !important;
}

/* line 14202, app/assets/stylesheets/_custom.scss */
.ls-sm {
  letter-spacing: -0.04em !important;
}

/* line 14206, app/assets/stylesheets/_custom.scss */
.ls-base {
  letter-spacing: 0em !important;
}

/* line 14210, app/assets/stylesheets/_custom.scss */
.ls-md {
  letter-spacing: 0.1em !important;
}

/* line 14214, app/assets/stylesheets/_custom.scss */
.ls-lg {
  letter-spacing: 0.15em !important;
}

/* line 14218, app/assets/stylesheets/_custom.scss */
.ls-xl {
  letter-spacing: 0.2em !important;
}

/* line 14222, app/assets/stylesheets/_custom.scss */
.ls-xxl {
  letter-spacing: 0.25em !important;
}

/* line 14226, app/assets/stylesheets/_custom.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 14230, app/assets/stylesheets/_custom.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 14234, app/assets/stylesheets/_custom.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 14238, app/assets/stylesheets/_custom.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 14242, app/assets/stylesheets/_custom.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 14246, app/assets/stylesheets/_custom.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 14251, app/assets/stylesheets/_custom.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 14255, app/assets/stylesheets/_custom.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 14259, app/assets/stylesheets/_custom.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 14263, app/assets/stylesheets/_custom.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 14267, app/assets/stylesheets/_custom.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14271, app/assets/stylesheets/_custom.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 14275, app/assets/stylesheets/_custom.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 14279, app/assets/stylesheets/_custom.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 14283, app/assets/stylesheets/_custom.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 14287, app/assets/stylesheets/_custom.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 14291, app/assets/stylesheets/_custom.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 14295, app/assets/stylesheets/_custom.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 14299, app/assets/stylesheets/_custom.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 14303, app/assets/stylesheets/_custom.scss */
  .w-sm-15 {
    width: 15% !important;
  }
  /* line 14307, app/assets/stylesheets/_custom.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 14311, app/assets/stylesheets/_custom.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 14315, app/assets/stylesheets/_custom.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 14319, app/assets/stylesheets/_custom.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 14323, app/assets/stylesheets/_custom.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 14327, app/assets/stylesheets/_custom.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 14331, app/assets/stylesheets/_custom.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 14335, app/assets/stylesheets/_custom.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 14339, app/assets/stylesheets/_custom.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 14343, app/assets/stylesheets/_custom.scss */
  .mw-sm-30 {
    max-width: 30% !important;
  }
  /* line 14347, app/assets/stylesheets/_custom.scss */
  .mw-sm-40 {
    max-width: 40% !important;
  }
  /* line 14351, app/assets/stylesheets/_custom.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 14355, app/assets/stylesheets/_custom.scss */
  .mw-sm-65 {
    max-width: 65% !important;
  }
  /* line 14359, app/assets/stylesheets/_custom.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 14363, app/assets/stylesheets/_custom.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 14367, app/assets/stylesheets/_custom.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 14371, app/assets/stylesheets/_custom.scss */
  .vw-sm-100 {
    width: 100vw !important;
  }
  /* line 14375, app/assets/stylesheets/_custom.scss */
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  /* line 14379, app/assets/stylesheets/_custom.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 14383, app/assets/stylesheets/_custom.scss */
  .h-sm-30 {
    height: 30% !important;
  }
  /* line 14387, app/assets/stylesheets/_custom.scss */
  .h-sm-40 {
    height: 40% !important;
  }
  /* line 14391, app/assets/stylesheets/_custom.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 14395, app/assets/stylesheets/_custom.scss */
  .h-sm-65 {
    height: 65% !important;
  }
  /* line 14399, app/assets/stylesheets/_custom.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 14403, app/assets/stylesheets/_custom.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 14407, app/assets/stylesheets/_custom.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 14411, app/assets/stylesheets/_custom.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 14415, app/assets/stylesheets/_custom.scss */
  .mh-sm-30 {
    max-height: 30% !important;
  }
  /* line 14419, app/assets/stylesheets/_custom.scss */
  .mh-sm-40 {
    max-height: 40% !important;
  }
  /* line 14423, app/assets/stylesheets/_custom.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 14427, app/assets/stylesheets/_custom.scss */
  .mh-sm-65 {
    max-height: 65% !important;
  }
  /* line 14431, app/assets/stylesheets/_custom.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 14435, app/assets/stylesheets/_custom.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 14439, app/assets/stylesheets/_custom.scss */
  .mh-sm-auto {
    max-height: auto !important;
  }
  /* line 14443, app/assets/stylesheets/_custom.scss */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 14447, app/assets/stylesheets/_custom.scss */
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  /* line 14451, app/assets/stylesheets/_custom.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 14455, app/assets/stylesheets/_custom.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 14459, app/assets/stylesheets/_custom.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 14463, app/assets/stylesheets/_custom.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14467, app/assets/stylesheets/_custom.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 14471, app/assets/stylesheets/_custom.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 14475, app/assets/stylesheets/_custom.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 14479, app/assets/stylesheets/_custom.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 14483, app/assets/stylesheets/_custom.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 14487, app/assets/stylesheets/_custom.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 14491, app/assets/stylesheets/_custom.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14495, app/assets/stylesheets/_custom.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14499, app/assets/stylesheets/_custom.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 14503, app/assets/stylesheets/_custom.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 14507, app/assets/stylesheets/_custom.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 14511, app/assets/stylesheets/_custom.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 14515, app/assets/stylesheets/_custom.scss */
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  /* line 14519, app/assets/stylesheets/_custom.scss */
  .gap-sm-5 {
    gap: 1.5rem !important;
  }
  /* line 14523, app/assets/stylesheets/_custom.scss */
  .gap-sm-6 {
    gap: 2rem !important;
  }
  /* line 14527, app/assets/stylesheets/_custom.scss */
  .gap-sm-7 {
    gap: 2.5rem !important;
  }
  /* line 14531, app/assets/stylesheets/_custom.scss */
  .gap-sm-8 {
    gap: 3rem !important;
  }
  /* line 14535, app/assets/stylesheets/_custom.scss */
  .gap-sm-9 {
    gap: 3.5rem !important;
  }
  /* line 14539, app/assets/stylesheets/_custom.scss */
  .gap-sm-10 {
    gap: 4rem !important;
  }
  /* line 14543, app/assets/stylesheets/_custom.scss */
  .gap-sm-11 {
    gap: 4.5rem !important;
  }
  /* line 14547, app/assets/stylesheets/_custom.scss */
  .gap-sm-12 {
    gap: 5rem !important;
  }
  /* line 14551, app/assets/stylesheets/_custom.scss */
  .gap-sm-13 {
    gap: 5.5rem !important;
  }
  /* line 14555, app/assets/stylesheets/_custom.scss */
  .gap-sm-14 {
    gap: 6rem !important;
  }
  /* line 14559, app/assets/stylesheets/_custom.scss */
  .gap-sm-15 {
    gap: 6.5rem !important;
  }
  /* line 14563, app/assets/stylesheets/_custom.scss */
  .gap-sm-16 {
    gap: 7rem !important;
  }
  /* line 14567, app/assets/stylesheets/_custom.scss */
  .gap-sm-17 {
    gap: 7.5rem !important;
  }
  /* line 14571, app/assets/stylesheets/_custom.scss */
  .gap-sm-18 {
    gap: 8rem !important;
  }
  /* line 14575, app/assets/stylesheets/_custom.scss */
  .gap-sm-19 {
    gap: 8.5rem !important;
  }
  /* line 14579, app/assets/stylesheets/_custom.scss */
  .gap-sm-20 {
    gap: 9rem !important;
  }
  /* line 14583, app/assets/stylesheets/_custom.scss */
  .gap-sm-21 {
    gap: 9.5rem !important;
  }
  /* line 14587, app/assets/stylesheets/_custom.scss */
  .gap-sm-22 {
    gap: 10rem !important;
  }
  /* line 14591, app/assets/stylesheets/_custom.scss */
  .gap-sm-23 {
    gap: 12rem !important;
  }
  /* line 14595, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 14599, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 14603, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 14607, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 14611, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 14615, app/assets/stylesheets/_custom.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14619, app/assets/stylesheets/_custom.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 14623, app/assets/stylesheets/_custom.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 14627, app/assets/stylesheets/_custom.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 14631, app/assets/stylesheets/_custom.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 14635, app/assets/stylesheets/_custom.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 14639, app/assets/stylesheets/_custom.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 14643, app/assets/stylesheets/_custom.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 14647, app/assets/stylesheets/_custom.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 14651, app/assets/stylesheets/_custom.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 14655, app/assets/stylesheets/_custom.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 14659, app/assets/stylesheets/_custom.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 14663, app/assets/stylesheets/_custom.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 14667, app/assets/stylesheets/_custom.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 14671, app/assets/stylesheets/_custom.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 14675, app/assets/stylesheets/_custom.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 14679, app/assets/stylesheets/_custom.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 14683, app/assets/stylesheets/_custom.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 14687, app/assets/stylesheets/_custom.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 14691, app/assets/stylesheets/_custom.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 14695, app/assets/stylesheets/_custom.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 14699, app/assets/stylesheets/_custom.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 14703, app/assets/stylesheets/_custom.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 14707, app/assets/stylesheets/_custom.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 14711, app/assets/stylesheets/_custom.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 14715, app/assets/stylesheets/_custom.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 14719, app/assets/stylesheets/_custom.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 14723, app/assets/stylesheets/_custom.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 14727, app/assets/stylesheets/_custom.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 14731, app/assets/stylesheets/_custom.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 14735, app/assets/stylesheets/_custom.scss */
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  /* line 14739, app/assets/stylesheets/_custom.scss */
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  /* line 14743, app/assets/stylesheets/_custom.scss */
  .m-sm-6 {
    margin: 2rem !important;
  }
  /* line 14747, app/assets/stylesheets/_custom.scss */
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  /* line 14751, app/assets/stylesheets/_custom.scss */
  .m-sm-8 {
    margin: 3rem !important;
  }
  /* line 14755, app/assets/stylesheets/_custom.scss */
  .m-sm-9 {
    margin: 3.5rem !important;
  }
  /* line 14759, app/assets/stylesheets/_custom.scss */
  .m-sm-10 {
    margin: 4rem !important;
  }
  /* line 14763, app/assets/stylesheets/_custom.scss */
  .m-sm-11 {
    margin: 4.5rem !important;
  }
  /* line 14767, app/assets/stylesheets/_custom.scss */
  .m-sm-12 {
    margin: 5rem !important;
  }
  /* line 14771, app/assets/stylesheets/_custom.scss */
  .m-sm-13 {
    margin: 5.5rem !important;
  }
  /* line 14775, app/assets/stylesheets/_custom.scss */
  .m-sm-14 {
    margin: 6rem !important;
  }
  /* line 14779, app/assets/stylesheets/_custom.scss */
  .m-sm-15 {
    margin: 6.5rem !important;
  }
  /* line 14783, app/assets/stylesheets/_custom.scss */
  .m-sm-16 {
    margin: 7rem !important;
  }
  /* line 14787, app/assets/stylesheets/_custom.scss */
  .m-sm-17 {
    margin: 7.5rem !important;
  }
  /* line 14791, app/assets/stylesheets/_custom.scss */
  .m-sm-18 {
    margin: 8rem !important;
  }
  /* line 14795, app/assets/stylesheets/_custom.scss */
  .m-sm-19 {
    margin: 8.5rem !important;
  }
  /* line 14799, app/assets/stylesheets/_custom.scss */
  .m-sm-20 {
    margin: 9rem !important;
  }
  /* line 14803, app/assets/stylesheets/_custom.scss */
  .m-sm-21 {
    margin: 9.5rem !important;
  }
  /* line 14807, app/assets/stylesheets/_custom.scss */
  .m-sm-22 {
    margin: 10rem !important;
  }
  /* line 14811, app/assets/stylesheets/_custom.scss */
  .m-sm-23 {
    margin: 12rem !important;
  }
  /* line 14815, app/assets/stylesheets/_custom.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 14819, app/assets/stylesheets/_custom.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14824, app/assets/stylesheets/_custom.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 14829, app/assets/stylesheets/_custom.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 14834, app/assets/stylesheets/_custom.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14839, app/assets/stylesheets/_custom.scss */
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 14844, app/assets/stylesheets/_custom.scss */
  .mx-sm-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14849, app/assets/stylesheets/_custom.scss */
  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 14854, app/assets/stylesheets/_custom.scss */
  .mx-sm-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 14859, app/assets/stylesheets/_custom.scss */
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14864, app/assets/stylesheets/_custom.scss */
  .mx-sm-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 14869, app/assets/stylesheets/_custom.scss */
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 14874, app/assets/stylesheets/_custom.scss */
  .mx-sm-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 14879, app/assets/stylesheets/_custom.scss */
  .mx-sm-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 14884, app/assets/stylesheets/_custom.scss */
  .mx-sm-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 14889, app/assets/stylesheets/_custom.scss */
  .mx-sm-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 14894, app/assets/stylesheets/_custom.scss */
  .mx-sm-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 14899, app/assets/stylesheets/_custom.scss */
  .mx-sm-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 14904, app/assets/stylesheets/_custom.scss */
  .mx-sm-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 14909, app/assets/stylesheets/_custom.scss */
  .mx-sm-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 14914, app/assets/stylesheets/_custom.scss */
  .mx-sm-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 14919, app/assets/stylesheets/_custom.scss */
  .mx-sm-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 14924, app/assets/stylesheets/_custom.scss */
  .mx-sm-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 14929, app/assets/stylesheets/_custom.scss */
  .mx-sm-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 14934, app/assets/stylesheets/_custom.scss */
  .mx-sm-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 14939, app/assets/stylesheets/_custom.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 14944, app/assets/stylesheets/_custom.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 14949, app/assets/stylesheets/_custom.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 14954, app/assets/stylesheets/_custom.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 14959, app/assets/stylesheets/_custom.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 14964, app/assets/stylesheets/_custom.scss */
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 14969, app/assets/stylesheets/_custom.scss */
  .my-sm-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 14974, app/assets/stylesheets/_custom.scss */
  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 14979, app/assets/stylesheets/_custom.scss */
  .my-sm-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 14984, app/assets/stylesheets/_custom.scss */
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 14989, app/assets/stylesheets/_custom.scss */
  .my-sm-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 14994, app/assets/stylesheets/_custom.scss */
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 14999, app/assets/stylesheets/_custom.scss */
  .my-sm-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 15004, app/assets/stylesheets/_custom.scss */
  .my-sm-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 15009, app/assets/stylesheets/_custom.scss */
  .my-sm-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 15014, app/assets/stylesheets/_custom.scss */
  .my-sm-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 15019, app/assets/stylesheets/_custom.scss */
  .my-sm-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 15024, app/assets/stylesheets/_custom.scss */
  .my-sm-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 15029, app/assets/stylesheets/_custom.scss */
  .my-sm-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 15034, app/assets/stylesheets/_custom.scss */
  .my-sm-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 15039, app/assets/stylesheets/_custom.scss */
  .my-sm-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 15044, app/assets/stylesheets/_custom.scss */
  .my-sm-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 15049, app/assets/stylesheets/_custom.scss */
  .my-sm-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 15054, app/assets/stylesheets/_custom.scss */
  .my-sm-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 15059, app/assets/stylesheets/_custom.scss */
  .my-sm-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 15064, app/assets/stylesheets/_custom.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 15069, app/assets/stylesheets/_custom.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15073, app/assets/stylesheets/_custom.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15077, app/assets/stylesheets/_custom.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15081, app/assets/stylesheets/_custom.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15085, app/assets/stylesheets/_custom.scss */
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  /* line 15089, app/assets/stylesheets/_custom.scss */
  .mt-sm-5 {
    margin-top: 1.5rem !important;
  }
  /* line 15093, app/assets/stylesheets/_custom.scss */
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  /* line 15097, app/assets/stylesheets/_custom.scss */
  .mt-sm-7 {
    margin-top: 2.5rem !important;
  }
  /* line 15101, app/assets/stylesheets/_custom.scss */
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  /* line 15105, app/assets/stylesheets/_custom.scss */
  .mt-sm-9 {
    margin-top: 3.5rem !important;
  }
  /* line 15109, app/assets/stylesheets/_custom.scss */
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  /* line 15113, app/assets/stylesheets/_custom.scss */
  .mt-sm-11 {
    margin-top: 4.5rem !important;
  }
  /* line 15117, app/assets/stylesheets/_custom.scss */
  .mt-sm-12 {
    margin-top: 5rem !important;
  }
  /* line 15121, app/assets/stylesheets/_custom.scss */
  .mt-sm-13 {
    margin-top: 5.5rem !important;
  }
  /* line 15125, app/assets/stylesheets/_custom.scss */
  .mt-sm-14 {
    margin-top: 6rem !important;
  }
  /* line 15129, app/assets/stylesheets/_custom.scss */
  .mt-sm-15 {
    margin-top: 6.5rem !important;
  }
  /* line 15133, app/assets/stylesheets/_custom.scss */
  .mt-sm-16 {
    margin-top: 7rem !important;
  }
  /* line 15137, app/assets/stylesheets/_custom.scss */
  .mt-sm-17 {
    margin-top: 7.5rem !important;
  }
  /* line 15141, app/assets/stylesheets/_custom.scss */
  .mt-sm-18 {
    margin-top: 8rem !important;
  }
  /* line 15145, app/assets/stylesheets/_custom.scss */
  .mt-sm-19 {
    margin-top: 8.5rem !important;
  }
  /* line 15149, app/assets/stylesheets/_custom.scss */
  .mt-sm-20 {
    margin-top: 9rem !important;
  }
  /* line 15153, app/assets/stylesheets/_custom.scss */
  .mt-sm-21 {
    margin-top: 9.5rem !important;
  }
  /* line 15157, app/assets/stylesheets/_custom.scss */
  .mt-sm-22 {
    margin-top: 10rem !important;
  }
  /* line 15161, app/assets/stylesheets/_custom.scss */
  .mt-sm-23 {
    margin-top: 12rem !important;
  }
  /* line 15165, app/assets/stylesheets/_custom.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 15169, app/assets/stylesheets/_custom.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 15173, app/assets/stylesheets/_custom.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15177, app/assets/stylesheets/_custom.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15181, app/assets/stylesheets/_custom.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 15185, app/assets/stylesheets/_custom.scss */
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  /* line 15189, app/assets/stylesheets/_custom.scss */
  .me-sm-5 {
    margin-right: 1.5rem !important;
  }
  /* line 15193, app/assets/stylesheets/_custom.scss */
  .me-sm-6 {
    margin-right: 2rem !important;
  }
  /* line 15197, app/assets/stylesheets/_custom.scss */
  .me-sm-7 {
    margin-right: 2.5rem !important;
  }
  /* line 15201, app/assets/stylesheets/_custom.scss */
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  /* line 15205, app/assets/stylesheets/_custom.scss */
  .me-sm-9 {
    margin-right: 3.5rem !important;
  }
  /* line 15209, app/assets/stylesheets/_custom.scss */
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  /* line 15213, app/assets/stylesheets/_custom.scss */
  .me-sm-11 {
    margin-right: 4.5rem !important;
  }
  /* line 15217, app/assets/stylesheets/_custom.scss */
  .me-sm-12 {
    margin-right: 5rem !important;
  }
  /* line 15221, app/assets/stylesheets/_custom.scss */
  .me-sm-13 {
    margin-right: 5.5rem !important;
  }
  /* line 15225, app/assets/stylesheets/_custom.scss */
  .me-sm-14 {
    margin-right: 6rem !important;
  }
  /* line 15229, app/assets/stylesheets/_custom.scss */
  .me-sm-15 {
    margin-right: 6.5rem !important;
  }
  /* line 15233, app/assets/stylesheets/_custom.scss */
  .me-sm-16 {
    margin-right: 7rem !important;
  }
  /* line 15237, app/assets/stylesheets/_custom.scss */
  .me-sm-17 {
    margin-right: 7.5rem !important;
  }
  /* line 15241, app/assets/stylesheets/_custom.scss */
  .me-sm-18 {
    margin-right: 8rem !important;
  }
  /* line 15245, app/assets/stylesheets/_custom.scss */
  .me-sm-19 {
    margin-right: 8.5rem !important;
  }
  /* line 15249, app/assets/stylesheets/_custom.scss */
  .me-sm-20 {
    margin-right: 9rem !important;
  }
  /* line 15253, app/assets/stylesheets/_custom.scss */
  .me-sm-21 {
    margin-right: 9.5rem !important;
  }
  /* line 15257, app/assets/stylesheets/_custom.scss */
  .me-sm-22 {
    margin-right: 10rem !important;
  }
  /* line 15261, app/assets/stylesheets/_custom.scss */
  .me-sm-23 {
    margin-right: 12rem !important;
  }
  /* line 15265, app/assets/stylesheets/_custom.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 15269, app/assets/stylesheets/_custom.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 15273, app/assets/stylesheets/_custom.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 15277, app/assets/stylesheets/_custom.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 15281, app/assets/stylesheets/_custom.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 15285, app/assets/stylesheets/_custom.scss */
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 15289, app/assets/stylesheets/_custom.scss */
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 15293, app/assets/stylesheets/_custom.scss */
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  /* line 15297, app/assets/stylesheets/_custom.scss */
  .mb-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 15301, app/assets/stylesheets/_custom.scss */
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  /* line 15305, app/assets/stylesheets/_custom.scss */
  .mb-sm-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 15309, app/assets/stylesheets/_custom.scss */
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  /* line 15313, app/assets/stylesheets/_custom.scss */
  .mb-sm-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 15317, app/assets/stylesheets/_custom.scss */
  .mb-sm-12 {
    margin-bottom: 5rem !important;
  }
  /* line 15321, app/assets/stylesheets/_custom.scss */
  .mb-sm-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 15325, app/assets/stylesheets/_custom.scss */
  .mb-sm-14 {
    margin-bottom: 6rem !important;
  }
  /* line 15329, app/assets/stylesheets/_custom.scss */
  .mb-sm-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 15333, app/assets/stylesheets/_custom.scss */
  .mb-sm-16 {
    margin-bottom: 7rem !important;
  }
  /* line 15337, app/assets/stylesheets/_custom.scss */
  .mb-sm-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 15341, app/assets/stylesheets/_custom.scss */
  .mb-sm-18 {
    margin-bottom: 8rem !important;
  }
  /* line 15345, app/assets/stylesheets/_custom.scss */
  .mb-sm-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 15349, app/assets/stylesheets/_custom.scss */
  .mb-sm-20 {
    margin-bottom: 9rem !important;
  }
  /* line 15353, app/assets/stylesheets/_custom.scss */
  .mb-sm-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 15357, app/assets/stylesheets/_custom.scss */
  .mb-sm-22 {
    margin-bottom: 10rem !important;
  }
  /* line 15361, app/assets/stylesheets/_custom.scss */
  .mb-sm-23 {
    margin-bottom: 12rem !important;
  }
  /* line 15365, app/assets/stylesheets/_custom.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 15369, app/assets/stylesheets/_custom.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 15373, app/assets/stylesheets/_custom.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 15377, app/assets/stylesheets/_custom.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 15381, app/assets/stylesheets/_custom.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 15385, app/assets/stylesheets/_custom.scss */
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  /* line 15389, app/assets/stylesheets/_custom.scss */
  .ms-sm-5 {
    margin-left: 1.5rem !important;
  }
  /* line 15393, app/assets/stylesheets/_custom.scss */
  .ms-sm-6 {
    margin-left: 2rem !important;
  }
  /* line 15397, app/assets/stylesheets/_custom.scss */
  .ms-sm-7 {
    margin-left: 2.5rem !important;
  }
  /* line 15401, app/assets/stylesheets/_custom.scss */
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  /* line 15405, app/assets/stylesheets/_custom.scss */
  .ms-sm-9 {
    margin-left: 3.5rem !important;
  }
  /* line 15409, app/assets/stylesheets/_custom.scss */
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  /* line 15413, app/assets/stylesheets/_custom.scss */
  .ms-sm-11 {
    margin-left: 4.5rem !important;
  }
  /* line 15417, app/assets/stylesheets/_custom.scss */
  .ms-sm-12 {
    margin-left: 5rem !important;
  }
  /* line 15421, app/assets/stylesheets/_custom.scss */
  .ms-sm-13 {
    margin-left: 5.5rem !important;
  }
  /* line 15425, app/assets/stylesheets/_custom.scss */
  .ms-sm-14 {
    margin-left: 6rem !important;
  }
  /* line 15429, app/assets/stylesheets/_custom.scss */
  .ms-sm-15 {
    margin-left: 6.5rem !important;
  }
  /* line 15433, app/assets/stylesheets/_custom.scss */
  .ms-sm-16 {
    margin-left: 7rem !important;
  }
  /* line 15437, app/assets/stylesheets/_custom.scss */
  .ms-sm-17 {
    margin-left: 7.5rem !important;
  }
  /* line 15441, app/assets/stylesheets/_custom.scss */
  .ms-sm-18 {
    margin-left: 8rem !important;
  }
  /* line 15445, app/assets/stylesheets/_custom.scss */
  .ms-sm-19 {
    margin-left: 8.5rem !important;
  }
  /* line 15449, app/assets/stylesheets/_custom.scss */
  .ms-sm-20 {
    margin-left: 9rem !important;
  }
  /* line 15453, app/assets/stylesheets/_custom.scss */
  .ms-sm-21 {
    margin-left: 9.5rem !important;
  }
  /* line 15457, app/assets/stylesheets/_custom.scss */
  .ms-sm-22 {
    margin-left: 10rem !important;
  }
  /* line 15461, app/assets/stylesheets/_custom.scss */
  .ms-sm-23 {
    margin-left: 12rem !important;
  }
  /* line 15465, app/assets/stylesheets/_custom.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 15469, app/assets/stylesheets/_custom.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 15473, app/assets/stylesheets/_custom.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 15477, app/assets/stylesheets/_custom.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 15481, app/assets/stylesheets/_custom.scss */
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  /* line 15485, app/assets/stylesheets/_custom.scss */
  .m-sm-n5 {
    margin: -1.5rem !important;
  }
  /* line 15489, app/assets/stylesheets/_custom.scss */
  .m-sm-n6 {
    margin: -2rem !important;
  }
  /* line 15493, app/assets/stylesheets/_custom.scss */
  .m-sm-n7 {
    margin: -2.5rem !important;
  }
  /* line 15497, app/assets/stylesheets/_custom.scss */
  .m-sm-n8 {
    margin: -3rem !important;
  }
  /* line 15501, app/assets/stylesheets/_custom.scss */
  .m-sm-n9 {
    margin: -3.5rem !important;
  }
  /* line 15505, app/assets/stylesheets/_custom.scss */
  .m-sm-n10 {
    margin: -4rem !important;
  }
  /* line 15509, app/assets/stylesheets/_custom.scss */
  .m-sm-n11 {
    margin: -4.5rem !important;
  }
  /* line 15513, app/assets/stylesheets/_custom.scss */
  .m-sm-n12 {
    margin: -5rem !important;
  }
  /* line 15517, app/assets/stylesheets/_custom.scss */
  .m-sm-n13 {
    margin: -5.5rem !important;
  }
  /* line 15521, app/assets/stylesheets/_custom.scss */
  .m-sm-n14 {
    margin: -6rem !important;
  }
  /* line 15525, app/assets/stylesheets/_custom.scss */
  .m-sm-n15 {
    margin: -6.5rem !important;
  }
  /* line 15529, app/assets/stylesheets/_custom.scss */
  .m-sm-n16 {
    margin: -7rem !important;
  }
  /* line 15533, app/assets/stylesheets/_custom.scss */
  .m-sm-n17 {
    margin: -7.5rem !important;
  }
  /* line 15537, app/assets/stylesheets/_custom.scss */
  .m-sm-n18 {
    margin: -8rem !important;
  }
  /* line 15541, app/assets/stylesheets/_custom.scss */
  .m-sm-n19 {
    margin: -8.5rem !important;
  }
  /* line 15545, app/assets/stylesheets/_custom.scss */
  .m-sm-n20 {
    margin: -9rem !important;
  }
  /* line 15549, app/assets/stylesheets/_custom.scss */
  .m-sm-n21 {
    margin: -9.5rem !important;
  }
  /* line 15553, app/assets/stylesheets/_custom.scss */
  .m-sm-n22 {
    margin: -10rem !important;
  }
  /* line 15557, app/assets/stylesheets/_custom.scss */
  .m-sm-n23 {
    margin: -12rem !important;
  }
  /* line 15561, app/assets/stylesheets/_custom.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 15566, app/assets/stylesheets/_custom.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 15571, app/assets/stylesheets/_custom.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 15576, app/assets/stylesheets/_custom.scss */
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 15581, app/assets/stylesheets/_custom.scss */
  .mx-sm-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 15586, app/assets/stylesheets/_custom.scss */
  .mx-sm-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 15591, app/assets/stylesheets/_custom.scss */
  .mx-sm-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 15596, app/assets/stylesheets/_custom.scss */
  .mx-sm-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 15601, app/assets/stylesheets/_custom.scss */
  .mx-sm-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 15606, app/assets/stylesheets/_custom.scss */
  .mx-sm-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 15611, app/assets/stylesheets/_custom.scss */
  .mx-sm-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 15616, app/assets/stylesheets/_custom.scss */
  .mx-sm-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 15621, app/assets/stylesheets/_custom.scss */
  .mx-sm-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 15626, app/assets/stylesheets/_custom.scss */
  .mx-sm-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 15631, app/assets/stylesheets/_custom.scss */
  .mx-sm-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 15636, app/assets/stylesheets/_custom.scss */
  .mx-sm-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 15641, app/assets/stylesheets/_custom.scss */
  .mx-sm-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 15646, app/assets/stylesheets/_custom.scss */
  .mx-sm-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 15651, app/assets/stylesheets/_custom.scss */
  .mx-sm-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 15656, app/assets/stylesheets/_custom.scss */
  .mx-sm-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 15661, app/assets/stylesheets/_custom.scss */
  .mx-sm-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 15666, app/assets/stylesheets/_custom.scss */
  .mx-sm-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 15671, app/assets/stylesheets/_custom.scss */
  .mx-sm-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 15676, app/assets/stylesheets/_custom.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 15681, app/assets/stylesheets/_custom.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 15686, app/assets/stylesheets/_custom.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 15691, app/assets/stylesheets/_custom.scss */
  .my-sm-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 15696, app/assets/stylesheets/_custom.scss */
  .my-sm-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 15701, app/assets/stylesheets/_custom.scss */
  .my-sm-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 15706, app/assets/stylesheets/_custom.scss */
  .my-sm-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 15711, app/assets/stylesheets/_custom.scss */
  .my-sm-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 15716, app/assets/stylesheets/_custom.scss */
  .my-sm-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 15721, app/assets/stylesheets/_custom.scss */
  .my-sm-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 15726, app/assets/stylesheets/_custom.scss */
  .my-sm-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 15731, app/assets/stylesheets/_custom.scss */
  .my-sm-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 15736, app/assets/stylesheets/_custom.scss */
  .my-sm-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 15741, app/assets/stylesheets/_custom.scss */
  .my-sm-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 15746, app/assets/stylesheets/_custom.scss */
  .my-sm-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 15751, app/assets/stylesheets/_custom.scss */
  .my-sm-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 15756, app/assets/stylesheets/_custom.scss */
  .my-sm-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 15761, app/assets/stylesheets/_custom.scss */
  .my-sm-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 15766, app/assets/stylesheets/_custom.scss */
  .my-sm-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 15771, app/assets/stylesheets/_custom.scss */
  .my-sm-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 15776, app/assets/stylesheets/_custom.scss */
  .my-sm-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 15781, app/assets/stylesheets/_custom.scss */
  .my-sm-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 15786, app/assets/stylesheets/_custom.scss */
  .my-sm-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 15791, app/assets/stylesheets/_custom.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 15795, app/assets/stylesheets/_custom.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 15799, app/assets/stylesheets/_custom.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 15803, app/assets/stylesheets/_custom.scss */
  .mt-sm-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 15807, app/assets/stylesheets/_custom.scss */
  .mt-sm-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 15811, app/assets/stylesheets/_custom.scss */
  .mt-sm-n6 {
    margin-top: -2rem !important;
  }
  /* line 15815, app/assets/stylesheets/_custom.scss */
  .mt-sm-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 15819, app/assets/stylesheets/_custom.scss */
  .mt-sm-n8 {
    margin-top: -3rem !important;
  }
  /* line 15823, app/assets/stylesheets/_custom.scss */
  .mt-sm-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 15827, app/assets/stylesheets/_custom.scss */
  .mt-sm-n10 {
    margin-top: -4rem !important;
  }
  /* line 15831, app/assets/stylesheets/_custom.scss */
  .mt-sm-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 15835, app/assets/stylesheets/_custom.scss */
  .mt-sm-n12 {
    margin-top: -5rem !important;
  }
  /* line 15839, app/assets/stylesheets/_custom.scss */
  .mt-sm-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 15843, app/assets/stylesheets/_custom.scss */
  .mt-sm-n14 {
    margin-top: -6rem !important;
  }
  /* line 15847, app/assets/stylesheets/_custom.scss */
  .mt-sm-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 15851, app/assets/stylesheets/_custom.scss */
  .mt-sm-n16 {
    margin-top: -7rem !important;
  }
  /* line 15855, app/assets/stylesheets/_custom.scss */
  .mt-sm-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 15859, app/assets/stylesheets/_custom.scss */
  .mt-sm-n18 {
    margin-top: -8rem !important;
  }
  /* line 15863, app/assets/stylesheets/_custom.scss */
  .mt-sm-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 15867, app/assets/stylesheets/_custom.scss */
  .mt-sm-n20 {
    margin-top: -9rem !important;
  }
  /* line 15871, app/assets/stylesheets/_custom.scss */
  .mt-sm-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 15875, app/assets/stylesheets/_custom.scss */
  .mt-sm-n22 {
    margin-top: -10rem !important;
  }
  /* line 15879, app/assets/stylesheets/_custom.scss */
  .mt-sm-n23 {
    margin-top: -12rem !important;
  }
  /* line 15883, app/assets/stylesheets/_custom.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 15887, app/assets/stylesheets/_custom.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 15891, app/assets/stylesheets/_custom.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 15895, app/assets/stylesheets/_custom.scss */
  .me-sm-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 15899, app/assets/stylesheets/_custom.scss */
  .me-sm-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 15903, app/assets/stylesheets/_custom.scss */
  .me-sm-n6 {
    margin-right: -2rem !important;
  }
  /* line 15907, app/assets/stylesheets/_custom.scss */
  .me-sm-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 15911, app/assets/stylesheets/_custom.scss */
  .me-sm-n8 {
    margin-right: -3rem !important;
  }
  /* line 15915, app/assets/stylesheets/_custom.scss */
  .me-sm-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 15919, app/assets/stylesheets/_custom.scss */
  .me-sm-n10 {
    margin-right: -4rem !important;
  }
  /* line 15923, app/assets/stylesheets/_custom.scss */
  .me-sm-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 15927, app/assets/stylesheets/_custom.scss */
  .me-sm-n12 {
    margin-right: -5rem !important;
  }
  /* line 15931, app/assets/stylesheets/_custom.scss */
  .me-sm-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 15935, app/assets/stylesheets/_custom.scss */
  .me-sm-n14 {
    margin-right: -6rem !important;
  }
  /* line 15939, app/assets/stylesheets/_custom.scss */
  .me-sm-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 15943, app/assets/stylesheets/_custom.scss */
  .me-sm-n16 {
    margin-right: -7rem !important;
  }
  /* line 15947, app/assets/stylesheets/_custom.scss */
  .me-sm-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 15951, app/assets/stylesheets/_custom.scss */
  .me-sm-n18 {
    margin-right: -8rem !important;
  }
  /* line 15955, app/assets/stylesheets/_custom.scss */
  .me-sm-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 15959, app/assets/stylesheets/_custom.scss */
  .me-sm-n20 {
    margin-right: -9rem !important;
  }
  /* line 15963, app/assets/stylesheets/_custom.scss */
  .me-sm-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 15967, app/assets/stylesheets/_custom.scss */
  .me-sm-n22 {
    margin-right: -10rem !important;
  }
  /* line 15971, app/assets/stylesheets/_custom.scss */
  .me-sm-n23 {
    margin-right: -12rem !important;
  }
  /* line 15975, app/assets/stylesheets/_custom.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 15979, app/assets/stylesheets/_custom.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 15983, app/assets/stylesheets/_custom.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 15987, app/assets/stylesheets/_custom.scss */
  .mb-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 15991, app/assets/stylesheets/_custom.scss */
  .mb-sm-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 15995, app/assets/stylesheets/_custom.scss */
  .mb-sm-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 15999, app/assets/stylesheets/_custom.scss */
  .mb-sm-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 16003, app/assets/stylesheets/_custom.scss */
  .mb-sm-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 16007, app/assets/stylesheets/_custom.scss */
  .mb-sm-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 16011, app/assets/stylesheets/_custom.scss */
  .mb-sm-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 16015, app/assets/stylesheets/_custom.scss */
  .mb-sm-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 16019, app/assets/stylesheets/_custom.scss */
  .mb-sm-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 16023, app/assets/stylesheets/_custom.scss */
  .mb-sm-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 16027, app/assets/stylesheets/_custom.scss */
  .mb-sm-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 16031, app/assets/stylesheets/_custom.scss */
  .mb-sm-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 16035, app/assets/stylesheets/_custom.scss */
  .mb-sm-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 16039, app/assets/stylesheets/_custom.scss */
  .mb-sm-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 16043, app/assets/stylesheets/_custom.scss */
  .mb-sm-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 16047, app/assets/stylesheets/_custom.scss */
  .mb-sm-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 16051, app/assets/stylesheets/_custom.scss */
  .mb-sm-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 16055, app/assets/stylesheets/_custom.scss */
  .mb-sm-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 16059, app/assets/stylesheets/_custom.scss */
  .mb-sm-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 16063, app/assets/stylesheets/_custom.scss */
  .mb-sm-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 16067, app/assets/stylesheets/_custom.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 16071, app/assets/stylesheets/_custom.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 16075, app/assets/stylesheets/_custom.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 16079, app/assets/stylesheets/_custom.scss */
  .ms-sm-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 16083, app/assets/stylesheets/_custom.scss */
  .ms-sm-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 16087, app/assets/stylesheets/_custom.scss */
  .ms-sm-n6 {
    margin-left: -2rem !important;
  }
  /* line 16091, app/assets/stylesheets/_custom.scss */
  .ms-sm-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 16095, app/assets/stylesheets/_custom.scss */
  .ms-sm-n8 {
    margin-left: -3rem !important;
  }
  /* line 16099, app/assets/stylesheets/_custom.scss */
  .ms-sm-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 16103, app/assets/stylesheets/_custom.scss */
  .ms-sm-n10 {
    margin-left: -4rem !important;
  }
  /* line 16107, app/assets/stylesheets/_custom.scss */
  .ms-sm-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 16111, app/assets/stylesheets/_custom.scss */
  .ms-sm-n12 {
    margin-left: -5rem !important;
  }
  /* line 16115, app/assets/stylesheets/_custom.scss */
  .ms-sm-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 16119, app/assets/stylesheets/_custom.scss */
  .ms-sm-n14 {
    margin-left: -6rem !important;
  }
  /* line 16123, app/assets/stylesheets/_custom.scss */
  .ms-sm-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 16127, app/assets/stylesheets/_custom.scss */
  .ms-sm-n16 {
    margin-left: -7rem !important;
  }
  /* line 16131, app/assets/stylesheets/_custom.scss */
  .ms-sm-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 16135, app/assets/stylesheets/_custom.scss */
  .ms-sm-n18 {
    margin-left: -8rem !important;
  }
  /* line 16139, app/assets/stylesheets/_custom.scss */
  .ms-sm-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 16143, app/assets/stylesheets/_custom.scss */
  .ms-sm-n20 {
    margin-left: -9rem !important;
  }
  /* line 16147, app/assets/stylesheets/_custom.scss */
  .ms-sm-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 16151, app/assets/stylesheets/_custom.scss */
  .ms-sm-n22 {
    margin-left: -10rem !important;
  }
  /* line 16155, app/assets/stylesheets/_custom.scss */
  .ms-sm-n23 {
    margin-left: -12rem !important;
  }
  /* line 16159, app/assets/stylesheets/_custom.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 16163, app/assets/stylesheets/_custom.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 16167, app/assets/stylesheets/_custom.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 16171, app/assets/stylesheets/_custom.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 16175, app/assets/stylesheets/_custom.scss */
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  /* line 16179, app/assets/stylesheets/_custom.scss */
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  /* line 16183, app/assets/stylesheets/_custom.scss */
  .p-sm-6 {
    padding: 2rem !important;
  }
  /* line 16187, app/assets/stylesheets/_custom.scss */
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  /* line 16191, app/assets/stylesheets/_custom.scss */
  .p-sm-8 {
    padding: 3rem !important;
  }
  /* line 16195, app/assets/stylesheets/_custom.scss */
  .p-sm-9 {
    padding: 3.5rem !important;
  }
  /* line 16199, app/assets/stylesheets/_custom.scss */
  .p-sm-10 {
    padding: 4rem !important;
  }
  /* line 16203, app/assets/stylesheets/_custom.scss */
  .p-sm-11 {
    padding: 4.5rem !important;
  }
  /* line 16207, app/assets/stylesheets/_custom.scss */
  .p-sm-12 {
    padding: 5rem !important;
  }
  /* line 16211, app/assets/stylesheets/_custom.scss */
  .p-sm-13 {
    padding: 5.5rem !important;
  }
  /* line 16215, app/assets/stylesheets/_custom.scss */
  .p-sm-14 {
    padding: 6rem !important;
  }
  /* line 16219, app/assets/stylesheets/_custom.scss */
  .p-sm-15 {
    padding: 6.5rem !important;
  }
  /* line 16223, app/assets/stylesheets/_custom.scss */
  .p-sm-16 {
    padding: 7rem !important;
  }
  /* line 16227, app/assets/stylesheets/_custom.scss */
  .p-sm-17 {
    padding: 7.5rem !important;
  }
  /* line 16231, app/assets/stylesheets/_custom.scss */
  .p-sm-18 {
    padding: 8rem !important;
  }
  /* line 16235, app/assets/stylesheets/_custom.scss */
  .p-sm-19 {
    padding: 8.5rem !important;
  }
  /* line 16239, app/assets/stylesheets/_custom.scss */
  .p-sm-20 {
    padding: 9rem !important;
  }
  /* line 16243, app/assets/stylesheets/_custom.scss */
  .p-sm-21 {
    padding: 9.5rem !important;
  }
  /* line 16247, app/assets/stylesheets/_custom.scss */
  .p-sm-22 {
    padding: 10rem !important;
  }
  /* line 16251, app/assets/stylesheets/_custom.scss */
  .p-sm-23 {
    padding: 12rem !important;
  }
  /* line 16255, app/assets/stylesheets/_custom.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 16260, app/assets/stylesheets/_custom.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 16265, app/assets/stylesheets/_custom.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 16270, app/assets/stylesheets/_custom.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 16275, app/assets/stylesheets/_custom.scss */
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 16280, app/assets/stylesheets/_custom.scss */
  .px-sm-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 16285, app/assets/stylesheets/_custom.scss */
  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 16290, app/assets/stylesheets/_custom.scss */
  .px-sm-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 16295, app/assets/stylesheets/_custom.scss */
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 16300, app/assets/stylesheets/_custom.scss */
  .px-sm-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 16305, app/assets/stylesheets/_custom.scss */
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 16310, app/assets/stylesheets/_custom.scss */
  .px-sm-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 16315, app/assets/stylesheets/_custom.scss */
  .px-sm-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 16320, app/assets/stylesheets/_custom.scss */
  .px-sm-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 16325, app/assets/stylesheets/_custom.scss */
  .px-sm-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 16330, app/assets/stylesheets/_custom.scss */
  .px-sm-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 16335, app/assets/stylesheets/_custom.scss */
  .px-sm-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 16340, app/assets/stylesheets/_custom.scss */
  .px-sm-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 16345, app/assets/stylesheets/_custom.scss */
  .px-sm-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 16350, app/assets/stylesheets/_custom.scss */
  .px-sm-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 16355, app/assets/stylesheets/_custom.scss */
  .px-sm-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 16360, app/assets/stylesheets/_custom.scss */
  .px-sm-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 16365, app/assets/stylesheets/_custom.scss */
  .px-sm-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 16370, app/assets/stylesheets/_custom.scss */
  .px-sm-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 16375, app/assets/stylesheets/_custom.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 16380, app/assets/stylesheets/_custom.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 16385, app/assets/stylesheets/_custom.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 16390, app/assets/stylesheets/_custom.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 16395, app/assets/stylesheets/_custom.scss */
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 16400, app/assets/stylesheets/_custom.scss */
  .py-sm-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 16405, app/assets/stylesheets/_custom.scss */
  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 16410, app/assets/stylesheets/_custom.scss */
  .py-sm-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 16415, app/assets/stylesheets/_custom.scss */
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 16420, app/assets/stylesheets/_custom.scss */
  .py-sm-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 16425, app/assets/stylesheets/_custom.scss */
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 16430, app/assets/stylesheets/_custom.scss */
  .py-sm-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 16435, app/assets/stylesheets/_custom.scss */
  .py-sm-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 16440, app/assets/stylesheets/_custom.scss */
  .py-sm-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 16445, app/assets/stylesheets/_custom.scss */
  .py-sm-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 16450, app/assets/stylesheets/_custom.scss */
  .py-sm-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 16455, app/assets/stylesheets/_custom.scss */
  .py-sm-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 16460, app/assets/stylesheets/_custom.scss */
  .py-sm-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 16465, app/assets/stylesheets/_custom.scss */
  .py-sm-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 16470, app/assets/stylesheets/_custom.scss */
  .py-sm-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 16475, app/assets/stylesheets/_custom.scss */
  .py-sm-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 16480, app/assets/stylesheets/_custom.scss */
  .py-sm-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 16485, app/assets/stylesheets/_custom.scss */
  .py-sm-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 16490, app/assets/stylesheets/_custom.scss */
  .py-sm-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 16495, app/assets/stylesheets/_custom.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16499, app/assets/stylesheets/_custom.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16503, app/assets/stylesheets/_custom.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16507, app/assets/stylesheets/_custom.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16511, app/assets/stylesheets/_custom.scss */
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  /* line 16515, app/assets/stylesheets/_custom.scss */
  .pt-sm-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16519, app/assets/stylesheets/_custom.scss */
  .pt-sm-6 {
    padding-top: 2rem !important;
  }
  /* line 16523, app/assets/stylesheets/_custom.scss */
  .pt-sm-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16527, app/assets/stylesheets/_custom.scss */
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  /* line 16531, app/assets/stylesheets/_custom.scss */
  .pt-sm-9 {
    padding-top: 3.5rem !important;
  }
  /* line 16535, app/assets/stylesheets/_custom.scss */
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  /* line 16539, app/assets/stylesheets/_custom.scss */
  .pt-sm-11 {
    padding-top: 4.5rem !important;
  }
  /* line 16543, app/assets/stylesheets/_custom.scss */
  .pt-sm-12 {
    padding-top: 5rem !important;
  }
  /* line 16547, app/assets/stylesheets/_custom.scss */
  .pt-sm-13 {
    padding-top: 5.5rem !important;
  }
  /* line 16551, app/assets/stylesheets/_custom.scss */
  .pt-sm-14 {
    padding-top: 6rem !important;
  }
  /* line 16555, app/assets/stylesheets/_custom.scss */
  .pt-sm-15 {
    padding-top: 6.5rem !important;
  }
  /* line 16559, app/assets/stylesheets/_custom.scss */
  .pt-sm-16 {
    padding-top: 7rem !important;
  }
  /* line 16563, app/assets/stylesheets/_custom.scss */
  .pt-sm-17 {
    padding-top: 7.5rem !important;
  }
  /* line 16567, app/assets/stylesheets/_custom.scss */
  .pt-sm-18 {
    padding-top: 8rem !important;
  }
  /* line 16571, app/assets/stylesheets/_custom.scss */
  .pt-sm-19 {
    padding-top: 8.5rem !important;
  }
  /* line 16575, app/assets/stylesheets/_custom.scss */
  .pt-sm-20 {
    padding-top: 9rem !important;
  }
  /* line 16579, app/assets/stylesheets/_custom.scss */
  .pt-sm-21 {
    padding-top: 9.5rem !important;
  }
  /* line 16583, app/assets/stylesheets/_custom.scss */
  .pt-sm-22 {
    padding-top: 10rem !important;
  }
  /* line 16587, app/assets/stylesheets/_custom.scss */
  .pt-sm-23 {
    padding-top: 12rem !important;
  }
  /* line 16591, app/assets/stylesheets/_custom.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 16595, app/assets/stylesheets/_custom.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 16599, app/assets/stylesheets/_custom.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 16603, app/assets/stylesheets/_custom.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 16607, app/assets/stylesheets/_custom.scss */
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  /* line 16611, app/assets/stylesheets/_custom.scss */
  .pe-sm-5 {
    padding-right: 1.5rem !important;
  }
  /* line 16615, app/assets/stylesheets/_custom.scss */
  .pe-sm-6 {
    padding-right: 2rem !important;
  }
  /* line 16619, app/assets/stylesheets/_custom.scss */
  .pe-sm-7 {
    padding-right: 2.5rem !important;
  }
  /* line 16623, app/assets/stylesheets/_custom.scss */
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  /* line 16627, app/assets/stylesheets/_custom.scss */
  .pe-sm-9 {
    padding-right: 3.5rem !important;
  }
  /* line 16631, app/assets/stylesheets/_custom.scss */
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  /* line 16635, app/assets/stylesheets/_custom.scss */
  .pe-sm-11 {
    padding-right: 4.5rem !important;
  }
  /* line 16639, app/assets/stylesheets/_custom.scss */
  .pe-sm-12 {
    padding-right: 5rem !important;
  }
  /* line 16643, app/assets/stylesheets/_custom.scss */
  .pe-sm-13 {
    padding-right: 5.5rem !important;
  }
  /* line 16647, app/assets/stylesheets/_custom.scss */
  .pe-sm-14 {
    padding-right: 6rem !important;
  }
  /* line 16651, app/assets/stylesheets/_custom.scss */
  .pe-sm-15 {
    padding-right: 6.5rem !important;
  }
  /* line 16655, app/assets/stylesheets/_custom.scss */
  .pe-sm-16 {
    padding-right: 7rem !important;
  }
  /* line 16659, app/assets/stylesheets/_custom.scss */
  .pe-sm-17 {
    padding-right: 7.5rem !important;
  }
  /* line 16663, app/assets/stylesheets/_custom.scss */
  .pe-sm-18 {
    padding-right: 8rem !important;
  }
  /* line 16667, app/assets/stylesheets/_custom.scss */
  .pe-sm-19 {
    padding-right: 8.5rem !important;
  }
  /* line 16671, app/assets/stylesheets/_custom.scss */
  .pe-sm-20 {
    padding-right: 9rem !important;
  }
  /* line 16675, app/assets/stylesheets/_custom.scss */
  .pe-sm-21 {
    padding-right: 9.5rem !important;
  }
  /* line 16679, app/assets/stylesheets/_custom.scss */
  .pe-sm-22 {
    padding-right: 10rem !important;
  }
  /* line 16683, app/assets/stylesheets/_custom.scss */
  .pe-sm-23 {
    padding-right: 12rem !important;
  }
  /* line 16687, app/assets/stylesheets/_custom.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 16691, app/assets/stylesheets/_custom.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16695, app/assets/stylesheets/_custom.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16699, app/assets/stylesheets/_custom.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16703, app/assets/stylesheets/_custom.scss */
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 16707, app/assets/stylesheets/_custom.scss */
  .pb-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16711, app/assets/stylesheets/_custom.scss */
  .pb-sm-6 {
    padding-bottom: 2rem !important;
  }
  /* line 16715, app/assets/stylesheets/_custom.scss */
  .pb-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 16719, app/assets/stylesheets/_custom.scss */
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  /* line 16723, app/assets/stylesheets/_custom.scss */
  .pb-sm-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 16727, app/assets/stylesheets/_custom.scss */
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  /* line 16731, app/assets/stylesheets/_custom.scss */
  .pb-sm-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 16735, app/assets/stylesheets/_custom.scss */
  .pb-sm-12 {
    padding-bottom: 5rem !important;
  }
  /* line 16739, app/assets/stylesheets/_custom.scss */
  .pb-sm-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 16743, app/assets/stylesheets/_custom.scss */
  .pb-sm-14 {
    padding-bottom: 6rem !important;
  }
  /* line 16747, app/assets/stylesheets/_custom.scss */
  .pb-sm-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 16751, app/assets/stylesheets/_custom.scss */
  .pb-sm-16 {
    padding-bottom: 7rem !important;
  }
  /* line 16755, app/assets/stylesheets/_custom.scss */
  .pb-sm-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 16759, app/assets/stylesheets/_custom.scss */
  .pb-sm-18 {
    padding-bottom: 8rem !important;
  }
  /* line 16763, app/assets/stylesheets/_custom.scss */
  .pb-sm-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 16767, app/assets/stylesheets/_custom.scss */
  .pb-sm-20 {
    padding-bottom: 9rem !important;
  }
  /* line 16771, app/assets/stylesheets/_custom.scss */
  .pb-sm-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 16775, app/assets/stylesheets/_custom.scss */
  .pb-sm-22 {
    padding-bottom: 10rem !important;
  }
  /* line 16779, app/assets/stylesheets/_custom.scss */
  .pb-sm-23 {
    padding-bottom: 12rem !important;
  }
  /* line 16783, app/assets/stylesheets/_custom.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 16787, app/assets/stylesheets/_custom.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 16791, app/assets/stylesheets/_custom.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 16795, app/assets/stylesheets/_custom.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 16799, app/assets/stylesheets/_custom.scss */
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  /* line 16803, app/assets/stylesheets/_custom.scss */
  .ps-sm-5 {
    padding-left: 1.5rem !important;
  }
  /* line 16807, app/assets/stylesheets/_custom.scss */
  .ps-sm-6 {
    padding-left: 2rem !important;
  }
  /* line 16811, app/assets/stylesheets/_custom.scss */
  .ps-sm-7 {
    padding-left: 2.5rem !important;
  }
  /* line 16815, app/assets/stylesheets/_custom.scss */
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  /* line 16819, app/assets/stylesheets/_custom.scss */
  .ps-sm-9 {
    padding-left: 3.5rem !important;
  }
  /* line 16823, app/assets/stylesheets/_custom.scss */
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  /* line 16827, app/assets/stylesheets/_custom.scss */
  .ps-sm-11 {
    padding-left: 4.5rem !important;
  }
  /* line 16831, app/assets/stylesheets/_custom.scss */
  .ps-sm-12 {
    padding-left: 5rem !important;
  }
  /* line 16835, app/assets/stylesheets/_custom.scss */
  .ps-sm-13 {
    padding-left: 5.5rem !important;
  }
  /* line 16839, app/assets/stylesheets/_custom.scss */
  .ps-sm-14 {
    padding-left: 6rem !important;
  }
  /* line 16843, app/assets/stylesheets/_custom.scss */
  .ps-sm-15 {
    padding-left: 6.5rem !important;
  }
  /* line 16847, app/assets/stylesheets/_custom.scss */
  .ps-sm-16 {
    padding-left: 7rem !important;
  }
  /* line 16851, app/assets/stylesheets/_custom.scss */
  .ps-sm-17 {
    padding-left: 7.5rem !important;
  }
  /* line 16855, app/assets/stylesheets/_custom.scss */
  .ps-sm-18 {
    padding-left: 8rem !important;
  }
  /* line 16859, app/assets/stylesheets/_custom.scss */
  .ps-sm-19 {
    padding-left: 8.5rem !important;
  }
  /* line 16863, app/assets/stylesheets/_custom.scss */
  .ps-sm-20 {
    padding-left: 9rem !important;
  }
  /* line 16867, app/assets/stylesheets/_custom.scss */
  .ps-sm-21 {
    padding-left: 9.5rem !important;
  }
  /* line 16871, app/assets/stylesheets/_custom.scss */
  .ps-sm-22 {
    padding-left: 10rem !important;
  }
  /* line 16875, app/assets/stylesheets/_custom.scss */
  .ps-sm-23 {
    padding-left: 12rem !important;
  }
  /* line 16879, app/assets/stylesheets/_custom.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 16883, app/assets/stylesheets/_custom.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 16887, app/assets/stylesheets/_custom.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 16893, app/assets/stylesheets/_custom.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 16897, app/assets/stylesheets/_custom.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 16901, app/assets/stylesheets/_custom.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 16905, app/assets/stylesheets/_custom.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 16909, app/assets/stylesheets/_custom.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 16913, app/assets/stylesheets/_custom.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 16917, app/assets/stylesheets/_custom.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 16921, app/assets/stylesheets/_custom.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16925, app/assets/stylesheets/_custom.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 16929, app/assets/stylesheets/_custom.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 16933, app/assets/stylesheets/_custom.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 16937, app/assets/stylesheets/_custom.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 16941, app/assets/stylesheets/_custom.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 16945, app/assets/stylesheets/_custom.scss */
  .w-md-15 {
    width: 15% !important;
  }
  /* line 16949, app/assets/stylesheets/_custom.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 16953, app/assets/stylesheets/_custom.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 16957, app/assets/stylesheets/_custom.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 16961, app/assets/stylesheets/_custom.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 16965, app/assets/stylesheets/_custom.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 16969, app/assets/stylesheets/_custom.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 16973, app/assets/stylesheets/_custom.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 16977, app/assets/stylesheets/_custom.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 16981, app/assets/stylesheets/_custom.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 16985, app/assets/stylesheets/_custom.scss */
  .mw-md-30 {
    max-width: 30% !important;
  }
  /* line 16989, app/assets/stylesheets/_custom.scss */
  .mw-md-40 {
    max-width: 40% !important;
  }
  /* line 16993, app/assets/stylesheets/_custom.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 16997, app/assets/stylesheets/_custom.scss */
  .mw-md-65 {
    max-width: 65% !important;
  }
  /* line 17001, app/assets/stylesheets/_custom.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 17005, app/assets/stylesheets/_custom.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 17009, app/assets/stylesheets/_custom.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 17013, app/assets/stylesheets/_custom.scss */
  .vw-md-100 {
    width: 100vw !important;
  }
  /* line 17017, app/assets/stylesheets/_custom.scss */
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  /* line 17021, app/assets/stylesheets/_custom.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 17025, app/assets/stylesheets/_custom.scss */
  .h-md-30 {
    height: 30% !important;
  }
  /* line 17029, app/assets/stylesheets/_custom.scss */
  .h-md-40 {
    height: 40% !important;
  }
  /* line 17033, app/assets/stylesheets/_custom.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 17037, app/assets/stylesheets/_custom.scss */
  .h-md-65 {
    height: 65% !important;
  }
  /* line 17041, app/assets/stylesheets/_custom.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 17045, app/assets/stylesheets/_custom.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 17049, app/assets/stylesheets/_custom.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 17053, app/assets/stylesheets/_custom.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 17057, app/assets/stylesheets/_custom.scss */
  .mh-md-30 {
    max-height: 30% !important;
  }
  /* line 17061, app/assets/stylesheets/_custom.scss */
  .mh-md-40 {
    max-height: 40% !important;
  }
  /* line 17065, app/assets/stylesheets/_custom.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 17069, app/assets/stylesheets/_custom.scss */
  .mh-md-65 {
    max-height: 65% !important;
  }
  /* line 17073, app/assets/stylesheets/_custom.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 17077, app/assets/stylesheets/_custom.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 17081, app/assets/stylesheets/_custom.scss */
  .mh-md-auto {
    max-height: auto !important;
  }
  /* line 17085, app/assets/stylesheets/_custom.scss */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 17089, app/assets/stylesheets/_custom.scss */
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  /* line 17093, app/assets/stylesheets/_custom.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 17097, app/assets/stylesheets/_custom.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 17101, app/assets/stylesheets/_custom.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 17105, app/assets/stylesheets/_custom.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 17109, app/assets/stylesheets/_custom.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 17113, app/assets/stylesheets/_custom.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 17117, app/assets/stylesheets/_custom.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 17121, app/assets/stylesheets/_custom.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 17125, app/assets/stylesheets/_custom.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 17129, app/assets/stylesheets/_custom.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17133, app/assets/stylesheets/_custom.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 17137, app/assets/stylesheets/_custom.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 17141, app/assets/stylesheets/_custom.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 17145, app/assets/stylesheets/_custom.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 17149, app/assets/stylesheets/_custom.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 17153, app/assets/stylesheets/_custom.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 17157, app/assets/stylesheets/_custom.scss */
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  /* line 17161, app/assets/stylesheets/_custom.scss */
  .gap-md-5 {
    gap: 1.5rem !important;
  }
  /* line 17165, app/assets/stylesheets/_custom.scss */
  .gap-md-6 {
    gap: 2rem !important;
  }
  /* line 17169, app/assets/stylesheets/_custom.scss */
  .gap-md-7 {
    gap: 2.5rem !important;
  }
  /* line 17173, app/assets/stylesheets/_custom.scss */
  .gap-md-8 {
    gap: 3rem !important;
  }
  /* line 17177, app/assets/stylesheets/_custom.scss */
  .gap-md-9 {
    gap: 3.5rem !important;
  }
  /* line 17181, app/assets/stylesheets/_custom.scss */
  .gap-md-10 {
    gap: 4rem !important;
  }
  /* line 17185, app/assets/stylesheets/_custom.scss */
  .gap-md-11 {
    gap: 4.5rem !important;
  }
  /* line 17189, app/assets/stylesheets/_custom.scss */
  .gap-md-12 {
    gap: 5rem !important;
  }
  /* line 17193, app/assets/stylesheets/_custom.scss */
  .gap-md-13 {
    gap: 5.5rem !important;
  }
  /* line 17197, app/assets/stylesheets/_custom.scss */
  .gap-md-14 {
    gap: 6rem !important;
  }
  /* line 17201, app/assets/stylesheets/_custom.scss */
  .gap-md-15 {
    gap: 6.5rem !important;
  }
  /* line 17205, app/assets/stylesheets/_custom.scss */
  .gap-md-16 {
    gap: 7rem !important;
  }
  /* line 17209, app/assets/stylesheets/_custom.scss */
  .gap-md-17 {
    gap: 7.5rem !important;
  }
  /* line 17213, app/assets/stylesheets/_custom.scss */
  .gap-md-18 {
    gap: 8rem !important;
  }
  /* line 17217, app/assets/stylesheets/_custom.scss */
  .gap-md-19 {
    gap: 8.5rem !important;
  }
  /* line 17221, app/assets/stylesheets/_custom.scss */
  .gap-md-20 {
    gap: 9rem !important;
  }
  /* line 17225, app/assets/stylesheets/_custom.scss */
  .gap-md-21 {
    gap: 9.5rem !important;
  }
  /* line 17229, app/assets/stylesheets/_custom.scss */
  .gap-md-22 {
    gap: 10rem !important;
  }
  /* line 17233, app/assets/stylesheets/_custom.scss */
  .gap-md-23 {
    gap: 12rem !important;
  }
  /* line 17237, app/assets/stylesheets/_custom.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 17241, app/assets/stylesheets/_custom.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 17245, app/assets/stylesheets/_custom.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 17249, app/assets/stylesheets/_custom.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 17253, app/assets/stylesheets/_custom.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 17257, app/assets/stylesheets/_custom.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 17261, app/assets/stylesheets/_custom.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 17265, app/assets/stylesheets/_custom.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 17269, app/assets/stylesheets/_custom.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 17273, app/assets/stylesheets/_custom.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 17277, app/assets/stylesheets/_custom.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 17281, app/assets/stylesheets/_custom.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 17285, app/assets/stylesheets/_custom.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 17289, app/assets/stylesheets/_custom.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 17293, app/assets/stylesheets/_custom.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 17297, app/assets/stylesheets/_custom.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 17301, app/assets/stylesheets/_custom.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 17305, app/assets/stylesheets/_custom.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 17309, app/assets/stylesheets/_custom.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 17313, app/assets/stylesheets/_custom.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 17317, app/assets/stylesheets/_custom.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 17321, app/assets/stylesheets/_custom.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 17325, app/assets/stylesheets/_custom.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 17329, app/assets/stylesheets/_custom.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 17333, app/assets/stylesheets/_custom.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 17337, app/assets/stylesheets/_custom.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 17341, app/assets/stylesheets/_custom.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 17345, app/assets/stylesheets/_custom.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 17349, app/assets/stylesheets/_custom.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 17353, app/assets/stylesheets/_custom.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 17357, app/assets/stylesheets/_custom.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 17361, app/assets/stylesheets/_custom.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 17365, app/assets/stylesheets/_custom.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 17369, app/assets/stylesheets/_custom.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 17373, app/assets/stylesheets/_custom.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 17377, app/assets/stylesheets/_custom.scss */
  .m-md-4 {
    margin: 1.25rem !important;
  }
  /* line 17381, app/assets/stylesheets/_custom.scss */
  .m-md-5 {
    margin: 1.5rem !important;
  }
  /* line 17385, app/assets/stylesheets/_custom.scss */
  .m-md-6 {
    margin: 2rem !important;
  }
  /* line 17389, app/assets/stylesheets/_custom.scss */
  .m-md-7 {
    margin: 2.5rem !important;
  }
  /* line 17393, app/assets/stylesheets/_custom.scss */
  .m-md-8 {
    margin: 3rem !important;
  }
  /* line 17397, app/assets/stylesheets/_custom.scss */
  .m-md-9 {
    margin: 3.5rem !important;
  }
  /* line 17401, app/assets/stylesheets/_custom.scss */
  .m-md-10 {
    margin: 4rem !important;
  }
  /* line 17405, app/assets/stylesheets/_custom.scss */
  .m-md-11 {
    margin: 4.5rem !important;
  }
  /* line 17409, app/assets/stylesheets/_custom.scss */
  .m-md-12 {
    margin: 5rem !important;
  }
  /* line 17413, app/assets/stylesheets/_custom.scss */
  .m-md-13 {
    margin: 5.5rem !important;
  }
  /* line 17417, app/assets/stylesheets/_custom.scss */
  .m-md-14 {
    margin: 6rem !important;
  }
  /* line 17421, app/assets/stylesheets/_custom.scss */
  .m-md-15 {
    margin: 6.5rem !important;
  }
  /* line 17425, app/assets/stylesheets/_custom.scss */
  .m-md-16 {
    margin: 7rem !important;
  }
  /* line 17429, app/assets/stylesheets/_custom.scss */
  .m-md-17 {
    margin: 7.5rem !important;
  }
  /* line 17433, app/assets/stylesheets/_custom.scss */
  .m-md-18 {
    margin: 8rem !important;
  }
  /* line 17437, app/assets/stylesheets/_custom.scss */
  .m-md-19 {
    margin: 8.5rem !important;
  }
  /* line 17441, app/assets/stylesheets/_custom.scss */
  .m-md-20 {
    margin: 9rem !important;
  }
  /* line 17445, app/assets/stylesheets/_custom.scss */
  .m-md-21 {
    margin: 9.5rem !important;
  }
  /* line 17449, app/assets/stylesheets/_custom.scss */
  .m-md-22 {
    margin: 10rem !important;
  }
  /* line 17453, app/assets/stylesheets/_custom.scss */
  .m-md-23 {
    margin: 12rem !important;
  }
  /* line 17457, app/assets/stylesheets/_custom.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 17461, app/assets/stylesheets/_custom.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 17466, app/assets/stylesheets/_custom.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 17471, app/assets/stylesheets/_custom.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 17476, app/assets/stylesheets/_custom.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 17481, app/assets/stylesheets/_custom.scss */
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 17486, app/assets/stylesheets/_custom.scss */
  .mx-md-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 17491, app/assets/stylesheets/_custom.scss */
  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 17496, app/assets/stylesheets/_custom.scss */
  .mx-md-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 17501, app/assets/stylesheets/_custom.scss */
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 17506, app/assets/stylesheets/_custom.scss */
  .mx-md-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 17511, app/assets/stylesheets/_custom.scss */
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 17516, app/assets/stylesheets/_custom.scss */
  .mx-md-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 17521, app/assets/stylesheets/_custom.scss */
  .mx-md-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 17526, app/assets/stylesheets/_custom.scss */
  .mx-md-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 17531, app/assets/stylesheets/_custom.scss */
  .mx-md-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 17536, app/assets/stylesheets/_custom.scss */
  .mx-md-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 17541, app/assets/stylesheets/_custom.scss */
  .mx-md-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 17546, app/assets/stylesheets/_custom.scss */
  .mx-md-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 17551, app/assets/stylesheets/_custom.scss */
  .mx-md-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 17556, app/assets/stylesheets/_custom.scss */
  .mx-md-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 17561, app/assets/stylesheets/_custom.scss */
  .mx-md-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 17566, app/assets/stylesheets/_custom.scss */
  .mx-md-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 17571, app/assets/stylesheets/_custom.scss */
  .mx-md-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 17576, app/assets/stylesheets/_custom.scss */
  .mx-md-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 17581, app/assets/stylesheets/_custom.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 17586, app/assets/stylesheets/_custom.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 17591, app/assets/stylesheets/_custom.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 17596, app/assets/stylesheets/_custom.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 17601, app/assets/stylesheets/_custom.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 17606, app/assets/stylesheets/_custom.scss */
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 17611, app/assets/stylesheets/_custom.scss */
  .my-md-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 17616, app/assets/stylesheets/_custom.scss */
  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 17621, app/assets/stylesheets/_custom.scss */
  .my-md-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 17626, app/assets/stylesheets/_custom.scss */
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 17631, app/assets/stylesheets/_custom.scss */
  .my-md-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 17636, app/assets/stylesheets/_custom.scss */
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 17641, app/assets/stylesheets/_custom.scss */
  .my-md-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 17646, app/assets/stylesheets/_custom.scss */
  .my-md-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 17651, app/assets/stylesheets/_custom.scss */
  .my-md-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 17656, app/assets/stylesheets/_custom.scss */
  .my-md-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 17661, app/assets/stylesheets/_custom.scss */
  .my-md-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 17666, app/assets/stylesheets/_custom.scss */
  .my-md-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 17671, app/assets/stylesheets/_custom.scss */
  .my-md-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 17676, app/assets/stylesheets/_custom.scss */
  .my-md-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 17681, app/assets/stylesheets/_custom.scss */
  .my-md-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 17686, app/assets/stylesheets/_custom.scss */
  .my-md-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 17691, app/assets/stylesheets/_custom.scss */
  .my-md-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 17696, app/assets/stylesheets/_custom.scss */
  .my-md-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 17701, app/assets/stylesheets/_custom.scss */
  .my-md-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 17706, app/assets/stylesheets/_custom.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 17711, app/assets/stylesheets/_custom.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 17715, app/assets/stylesheets/_custom.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17719, app/assets/stylesheets/_custom.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17723, app/assets/stylesheets/_custom.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17727, app/assets/stylesheets/_custom.scss */
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  /* line 17731, app/assets/stylesheets/_custom.scss */
  .mt-md-5 {
    margin-top: 1.5rem !important;
  }
  /* line 17735, app/assets/stylesheets/_custom.scss */
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  /* line 17739, app/assets/stylesheets/_custom.scss */
  .mt-md-7 {
    margin-top: 2.5rem !important;
  }
  /* line 17743, app/assets/stylesheets/_custom.scss */
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  /* line 17747, app/assets/stylesheets/_custom.scss */
  .mt-md-9 {
    margin-top: 3.5rem !important;
  }
  /* line 17751, app/assets/stylesheets/_custom.scss */
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  /* line 17755, app/assets/stylesheets/_custom.scss */
  .mt-md-11 {
    margin-top: 4.5rem !important;
  }
  /* line 17759, app/assets/stylesheets/_custom.scss */
  .mt-md-12 {
    margin-top: 5rem !important;
  }
  /* line 17763, app/assets/stylesheets/_custom.scss */
  .mt-md-13 {
    margin-top: 5.5rem !important;
  }
  /* line 17767, app/assets/stylesheets/_custom.scss */
  .mt-md-14 {
    margin-top: 6rem !important;
  }
  /* line 17771, app/assets/stylesheets/_custom.scss */
  .mt-md-15 {
    margin-top: 6.5rem !important;
  }
  /* line 17775, app/assets/stylesheets/_custom.scss */
  .mt-md-16 {
    margin-top: 7rem !important;
  }
  /* line 17779, app/assets/stylesheets/_custom.scss */
  .mt-md-17 {
    margin-top: 7.5rem !important;
  }
  /* line 17783, app/assets/stylesheets/_custom.scss */
  .mt-md-18 {
    margin-top: 8rem !important;
  }
  /* line 17787, app/assets/stylesheets/_custom.scss */
  .mt-md-19 {
    margin-top: 8.5rem !important;
  }
  /* line 17791, app/assets/stylesheets/_custom.scss */
  .mt-md-20 {
    margin-top: 9rem !important;
  }
  /* line 17795, app/assets/stylesheets/_custom.scss */
  .mt-md-21 {
    margin-top: 9.5rem !important;
  }
  /* line 17799, app/assets/stylesheets/_custom.scss */
  .mt-md-22 {
    margin-top: 10rem !important;
  }
  /* line 17803, app/assets/stylesheets/_custom.scss */
  .mt-md-23 {
    margin-top: 12rem !important;
  }
  /* line 17807, app/assets/stylesheets/_custom.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 17811, app/assets/stylesheets/_custom.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 17815, app/assets/stylesheets/_custom.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17819, app/assets/stylesheets/_custom.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17823, app/assets/stylesheets/_custom.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 17827, app/assets/stylesheets/_custom.scss */
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  /* line 17831, app/assets/stylesheets/_custom.scss */
  .me-md-5 {
    margin-right: 1.5rem !important;
  }
  /* line 17835, app/assets/stylesheets/_custom.scss */
  .me-md-6 {
    margin-right: 2rem !important;
  }
  /* line 17839, app/assets/stylesheets/_custom.scss */
  .me-md-7 {
    margin-right: 2.5rem !important;
  }
  /* line 17843, app/assets/stylesheets/_custom.scss */
  .me-md-8 {
    margin-right: 3rem !important;
  }
  /* line 17847, app/assets/stylesheets/_custom.scss */
  .me-md-9 {
    margin-right: 3.5rem !important;
  }
  /* line 17851, app/assets/stylesheets/_custom.scss */
  .me-md-10 {
    margin-right: 4rem !important;
  }
  /* line 17855, app/assets/stylesheets/_custom.scss */
  .me-md-11 {
    margin-right: 4.5rem !important;
  }
  /* line 17859, app/assets/stylesheets/_custom.scss */
  .me-md-12 {
    margin-right: 5rem !important;
  }
  /* line 17863, app/assets/stylesheets/_custom.scss */
  .me-md-13 {
    margin-right: 5.5rem !important;
  }
  /* line 17867, app/assets/stylesheets/_custom.scss */
  .me-md-14 {
    margin-right: 6rem !important;
  }
  /* line 17871, app/assets/stylesheets/_custom.scss */
  .me-md-15 {
    margin-right: 6.5rem !important;
  }
  /* line 17875, app/assets/stylesheets/_custom.scss */
  .me-md-16 {
    margin-right: 7rem !important;
  }
  /* line 17879, app/assets/stylesheets/_custom.scss */
  .me-md-17 {
    margin-right: 7.5rem !important;
  }
  /* line 17883, app/assets/stylesheets/_custom.scss */
  .me-md-18 {
    margin-right: 8rem !important;
  }
  /* line 17887, app/assets/stylesheets/_custom.scss */
  .me-md-19 {
    margin-right: 8.5rem !important;
  }
  /* line 17891, app/assets/stylesheets/_custom.scss */
  .me-md-20 {
    margin-right: 9rem !important;
  }
  /* line 17895, app/assets/stylesheets/_custom.scss */
  .me-md-21 {
    margin-right: 9.5rem !important;
  }
  /* line 17899, app/assets/stylesheets/_custom.scss */
  .me-md-22 {
    margin-right: 10rem !important;
  }
  /* line 17903, app/assets/stylesheets/_custom.scss */
  .me-md-23 {
    margin-right: 12rem !important;
  }
  /* line 17907, app/assets/stylesheets/_custom.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 17911, app/assets/stylesheets/_custom.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 17915, app/assets/stylesheets/_custom.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17919, app/assets/stylesheets/_custom.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17923, app/assets/stylesheets/_custom.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17927, app/assets/stylesheets/_custom.scss */
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 17931, app/assets/stylesheets/_custom.scss */
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17935, app/assets/stylesheets/_custom.scss */
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  /* line 17939, app/assets/stylesheets/_custom.scss */
  .mb-md-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 17943, app/assets/stylesheets/_custom.scss */
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  /* line 17947, app/assets/stylesheets/_custom.scss */
  .mb-md-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 17951, app/assets/stylesheets/_custom.scss */
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  /* line 17955, app/assets/stylesheets/_custom.scss */
  .mb-md-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 17959, app/assets/stylesheets/_custom.scss */
  .mb-md-12 {
    margin-bottom: 5rem !important;
  }
  /* line 17963, app/assets/stylesheets/_custom.scss */
  .mb-md-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 17967, app/assets/stylesheets/_custom.scss */
  .mb-md-14 {
    margin-bottom: 6rem !important;
  }
  /* line 17971, app/assets/stylesheets/_custom.scss */
  .mb-md-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 17975, app/assets/stylesheets/_custom.scss */
  .mb-md-16 {
    margin-bottom: 7rem !important;
  }
  /* line 17979, app/assets/stylesheets/_custom.scss */
  .mb-md-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 17983, app/assets/stylesheets/_custom.scss */
  .mb-md-18 {
    margin-bottom: 8rem !important;
  }
  /* line 17987, app/assets/stylesheets/_custom.scss */
  .mb-md-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 17991, app/assets/stylesheets/_custom.scss */
  .mb-md-20 {
    margin-bottom: 9rem !important;
  }
  /* line 17995, app/assets/stylesheets/_custom.scss */
  .mb-md-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 17999, app/assets/stylesheets/_custom.scss */
  .mb-md-22 {
    margin-bottom: 10rem !important;
  }
  /* line 18003, app/assets/stylesheets/_custom.scss */
  .mb-md-23 {
    margin-bottom: 12rem !important;
  }
  /* line 18007, app/assets/stylesheets/_custom.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 18011, app/assets/stylesheets/_custom.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 18015, app/assets/stylesheets/_custom.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18019, app/assets/stylesheets/_custom.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18023, app/assets/stylesheets/_custom.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 18027, app/assets/stylesheets/_custom.scss */
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  /* line 18031, app/assets/stylesheets/_custom.scss */
  .ms-md-5 {
    margin-left: 1.5rem !important;
  }
  /* line 18035, app/assets/stylesheets/_custom.scss */
  .ms-md-6 {
    margin-left: 2rem !important;
  }
  /* line 18039, app/assets/stylesheets/_custom.scss */
  .ms-md-7 {
    margin-left: 2.5rem !important;
  }
  /* line 18043, app/assets/stylesheets/_custom.scss */
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  /* line 18047, app/assets/stylesheets/_custom.scss */
  .ms-md-9 {
    margin-left: 3.5rem !important;
  }
  /* line 18051, app/assets/stylesheets/_custom.scss */
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  /* line 18055, app/assets/stylesheets/_custom.scss */
  .ms-md-11 {
    margin-left: 4.5rem !important;
  }
  /* line 18059, app/assets/stylesheets/_custom.scss */
  .ms-md-12 {
    margin-left: 5rem !important;
  }
  /* line 18063, app/assets/stylesheets/_custom.scss */
  .ms-md-13 {
    margin-left: 5.5rem !important;
  }
  /* line 18067, app/assets/stylesheets/_custom.scss */
  .ms-md-14 {
    margin-left: 6rem !important;
  }
  /* line 18071, app/assets/stylesheets/_custom.scss */
  .ms-md-15 {
    margin-left: 6.5rem !important;
  }
  /* line 18075, app/assets/stylesheets/_custom.scss */
  .ms-md-16 {
    margin-left: 7rem !important;
  }
  /* line 18079, app/assets/stylesheets/_custom.scss */
  .ms-md-17 {
    margin-left: 7.5rem !important;
  }
  /* line 18083, app/assets/stylesheets/_custom.scss */
  .ms-md-18 {
    margin-left: 8rem !important;
  }
  /* line 18087, app/assets/stylesheets/_custom.scss */
  .ms-md-19 {
    margin-left: 8.5rem !important;
  }
  /* line 18091, app/assets/stylesheets/_custom.scss */
  .ms-md-20 {
    margin-left: 9rem !important;
  }
  /* line 18095, app/assets/stylesheets/_custom.scss */
  .ms-md-21 {
    margin-left: 9.5rem !important;
  }
  /* line 18099, app/assets/stylesheets/_custom.scss */
  .ms-md-22 {
    margin-left: 10rem !important;
  }
  /* line 18103, app/assets/stylesheets/_custom.scss */
  .ms-md-23 {
    margin-left: 12rem !important;
  }
  /* line 18107, app/assets/stylesheets/_custom.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 18111, app/assets/stylesheets/_custom.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 18115, app/assets/stylesheets/_custom.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 18119, app/assets/stylesheets/_custom.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 18123, app/assets/stylesheets/_custom.scss */
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  /* line 18127, app/assets/stylesheets/_custom.scss */
  .m-md-n5 {
    margin: -1.5rem !important;
  }
  /* line 18131, app/assets/stylesheets/_custom.scss */
  .m-md-n6 {
    margin: -2rem !important;
  }
  /* line 18135, app/assets/stylesheets/_custom.scss */
  .m-md-n7 {
    margin: -2.5rem !important;
  }
  /* line 18139, app/assets/stylesheets/_custom.scss */
  .m-md-n8 {
    margin: -3rem !important;
  }
  /* line 18143, app/assets/stylesheets/_custom.scss */
  .m-md-n9 {
    margin: -3.5rem !important;
  }
  /* line 18147, app/assets/stylesheets/_custom.scss */
  .m-md-n10 {
    margin: -4rem !important;
  }
  /* line 18151, app/assets/stylesheets/_custom.scss */
  .m-md-n11 {
    margin: -4.5rem !important;
  }
  /* line 18155, app/assets/stylesheets/_custom.scss */
  .m-md-n12 {
    margin: -5rem !important;
  }
  /* line 18159, app/assets/stylesheets/_custom.scss */
  .m-md-n13 {
    margin: -5.5rem !important;
  }
  /* line 18163, app/assets/stylesheets/_custom.scss */
  .m-md-n14 {
    margin: -6rem !important;
  }
  /* line 18167, app/assets/stylesheets/_custom.scss */
  .m-md-n15 {
    margin: -6.5rem !important;
  }
  /* line 18171, app/assets/stylesheets/_custom.scss */
  .m-md-n16 {
    margin: -7rem !important;
  }
  /* line 18175, app/assets/stylesheets/_custom.scss */
  .m-md-n17 {
    margin: -7.5rem !important;
  }
  /* line 18179, app/assets/stylesheets/_custom.scss */
  .m-md-n18 {
    margin: -8rem !important;
  }
  /* line 18183, app/assets/stylesheets/_custom.scss */
  .m-md-n19 {
    margin: -8.5rem !important;
  }
  /* line 18187, app/assets/stylesheets/_custom.scss */
  .m-md-n20 {
    margin: -9rem !important;
  }
  /* line 18191, app/assets/stylesheets/_custom.scss */
  .m-md-n21 {
    margin: -9.5rem !important;
  }
  /* line 18195, app/assets/stylesheets/_custom.scss */
  .m-md-n22 {
    margin: -10rem !important;
  }
  /* line 18199, app/assets/stylesheets/_custom.scss */
  .m-md-n23 {
    margin: -12rem !important;
  }
  /* line 18203, app/assets/stylesheets/_custom.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 18208, app/assets/stylesheets/_custom.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 18213, app/assets/stylesheets/_custom.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 18218, app/assets/stylesheets/_custom.scss */
  .mx-md-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 18223, app/assets/stylesheets/_custom.scss */
  .mx-md-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 18228, app/assets/stylesheets/_custom.scss */
  .mx-md-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 18233, app/assets/stylesheets/_custom.scss */
  .mx-md-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 18238, app/assets/stylesheets/_custom.scss */
  .mx-md-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 18243, app/assets/stylesheets/_custom.scss */
  .mx-md-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 18248, app/assets/stylesheets/_custom.scss */
  .mx-md-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 18253, app/assets/stylesheets/_custom.scss */
  .mx-md-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 18258, app/assets/stylesheets/_custom.scss */
  .mx-md-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 18263, app/assets/stylesheets/_custom.scss */
  .mx-md-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 18268, app/assets/stylesheets/_custom.scss */
  .mx-md-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 18273, app/assets/stylesheets/_custom.scss */
  .mx-md-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 18278, app/assets/stylesheets/_custom.scss */
  .mx-md-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 18283, app/assets/stylesheets/_custom.scss */
  .mx-md-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 18288, app/assets/stylesheets/_custom.scss */
  .mx-md-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 18293, app/assets/stylesheets/_custom.scss */
  .mx-md-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 18298, app/assets/stylesheets/_custom.scss */
  .mx-md-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 18303, app/assets/stylesheets/_custom.scss */
  .mx-md-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 18308, app/assets/stylesheets/_custom.scss */
  .mx-md-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 18313, app/assets/stylesheets/_custom.scss */
  .mx-md-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 18318, app/assets/stylesheets/_custom.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 18323, app/assets/stylesheets/_custom.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 18328, app/assets/stylesheets/_custom.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 18333, app/assets/stylesheets/_custom.scss */
  .my-md-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 18338, app/assets/stylesheets/_custom.scss */
  .my-md-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 18343, app/assets/stylesheets/_custom.scss */
  .my-md-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 18348, app/assets/stylesheets/_custom.scss */
  .my-md-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 18353, app/assets/stylesheets/_custom.scss */
  .my-md-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 18358, app/assets/stylesheets/_custom.scss */
  .my-md-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 18363, app/assets/stylesheets/_custom.scss */
  .my-md-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 18368, app/assets/stylesheets/_custom.scss */
  .my-md-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 18373, app/assets/stylesheets/_custom.scss */
  .my-md-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 18378, app/assets/stylesheets/_custom.scss */
  .my-md-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 18383, app/assets/stylesheets/_custom.scss */
  .my-md-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 18388, app/assets/stylesheets/_custom.scss */
  .my-md-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 18393, app/assets/stylesheets/_custom.scss */
  .my-md-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 18398, app/assets/stylesheets/_custom.scss */
  .my-md-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 18403, app/assets/stylesheets/_custom.scss */
  .my-md-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 18408, app/assets/stylesheets/_custom.scss */
  .my-md-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 18413, app/assets/stylesheets/_custom.scss */
  .my-md-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 18418, app/assets/stylesheets/_custom.scss */
  .my-md-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 18423, app/assets/stylesheets/_custom.scss */
  .my-md-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 18428, app/assets/stylesheets/_custom.scss */
  .my-md-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 18433, app/assets/stylesheets/_custom.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18437, app/assets/stylesheets/_custom.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18441, app/assets/stylesheets/_custom.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 18445, app/assets/stylesheets/_custom.scss */
  .mt-md-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 18449, app/assets/stylesheets/_custom.scss */
  .mt-md-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 18453, app/assets/stylesheets/_custom.scss */
  .mt-md-n6 {
    margin-top: -2rem !important;
  }
  /* line 18457, app/assets/stylesheets/_custom.scss */
  .mt-md-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 18461, app/assets/stylesheets/_custom.scss */
  .mt-md-n8 {
    margin-top: -3rem !important;
  }
  /* line 18465, app/assets/stylesheets/_custom.scss */
  .mt-md-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 18469, app/assets/stylesheets/_custom.scss */
  .mt-md-n10 {
    margin-top: -4rem !important;
  }
  /* line 18473, app/assets/stylesheets/_custom.scss */
  .mt-md-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 18477, app/assets/stylesheets/_custom.scss */
  .mt-md-n12 {
    margin-top: -5rem !important;
  }
  /* line 18481, app/assets/stylesheets/_custom.scss */
  .mt-md-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 18485, app/assets/stylesheets/_custom.scss */
  .mt-md-n14 {
    margin-top: -6rem !important;
  }
  /* line 18489, app/assets/stylesheets/_custom.scss */
  .mt-md-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 18493, app/assets/stylesheets/_custom.scss */
  .mt-md-n16 {
    margin-top: -7rem !important;
  }
  /* line 18497, app/assets/stylesheets/_custom.scss */
  .mt-md-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 18501, app/assets/stylesheets/_custom.scss */
  .mt-md-n18 {
    margin-top: -8rem !important;
  }
  /* line 18505, app/assets/stylesheets/_custom.scss */
  .mt-md-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 18509, app/assets/stylesheets/_custom.scss */
  .mt-md-n20 {
    margin-top: -9rem !important;
  }
  /* line 18513, app/assets/stylesheets/_custom.scss */
  .mt-md-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 18517, app/assets/stylesheets/_custom.scss */
  .mt-md-n22 {
    margin-top: -10rem !important;
  }
  /* line 18521, app/assets/stylesheets/_custom.scss */
  .mt-md-n23 {
    margin-top: -12rem !important;
  }
  /* line 18525, app/assets/stylesheets/_custom.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18529, app/assets/stylesheets/_custom.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18533, app/assets/stylesheets/_custom.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 18537, app/assets/stylesheets/_custom.scss */
  .me-md-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 18541, app/assets/stylesheets/_custom.scss */
  .me-md-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 18545, app/assets/stylesheets/_custom.scss */
  .me-md-n6 {
    margin-right: -2rem !important;
  }
  /* line 18549, app/assets/stylesheets/_custom.scss */
  .me-md-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 18553, app/assets/stylesheets/_custom.scss */
  .me-md-n8 {
    margin-right: -3rem !important;
  }
  /* line 18557, app/assets/stylesheets/_custom.scss */
  .me-md-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 18561, app/assets/stylesheets/_custom.scss */
  .me-md-n10 {
    margin-right: -4rem !important;
  }
  /* line 18565, app/assets/stylesheets/_custom.scss */
  .me-md-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 18569, app/assets/stylesheets/_custom.scss */
  .me-md-n12 {
    margin-right: -5rem !important;
  }
  /* line 18573, app/assets/stylesheets/_custom.scss */
  .me-md-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 18577, app/assets/stylesheets/_custom.scss */
  .me-md-n14 {
    margin-right: -6rem !important;
  }
  /* line 18581, app/assets/stylesheets/_custom.scss */
  .me-md-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 18585, app/assets/stylesheets/_custom.scss */
  .me-md-n16 {
    margin-right: -7rem !important;
  }
  /* line 18589, app/assets/stylesheets/_custom.scss */
  .me-md-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 18593, app/assets/stylesheets/_custom.scss */
  .me-md-n18 {
    margin-right: -8rem !important;
  }
  /* line 18597, app/assets/stylesheets/_custom.scss */
  .me-md-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 18601, app/assets/stylesheets/_custom.scss */
  .me-md-n20 {
    margin-right: -9rem !important;
  }
  /* line 18605, app/assets/stylesheets/_custom.scss */
  .me-md-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 18609, app/assets/stylesheets/_custom.scss */
  .me-md-n22 {
    margin-right: -10rem !important;
  }
  /* line 18613, app/assets/stylesheets/_custom.scss */
  .me-md-n23 {
    margin-right: -12rem !important;
  }
  /* line 18617, app/assets/stylesheets/_custom.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18621, app/assets/stylesheets/_custom.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18625, app/assets/stylesheets/_custom.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18629, app/assets/stylesheets/_custom.scss */
  .mb-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 18633, app/assets/stylesheets/_custom.scss */
  .mb-md-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18637, app/assets/stylesheets/_custom.scss */
  .mb-md-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 18641, app/assets/stylesheets/_custom.scss */
  .mb-md-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 18645, app/assets/stylesheets/_custom.scss */
  .mb-md-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 18649, app/assets/stylesheets/_custom.scss */
  .mb-md-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 18653, app/assets/stylesheets/_custom.scss */
  .mb-md-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 18657, app/assets/stylesheets/_custom.scss */
  .mb-md-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 18661, app/assets/stylesheets/_custom.scss */
  .mb-md-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 18665, app/assets/stylesheets/_custom.scss */
  .mb-md-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 18669, app/assets/stylesheets/_custom.scss */
  .mb-md-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 18673, app/assets/stylesheets/_custom.scss */
  .mb-md-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 18677, app/assets/stylesheets/_custom.scss */
  .mb-md-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 18681, app/assets/stylesheets/_custom.scss */
  .mb-md-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 18685, app/assets/stylesheets/_custom.scss */
  .mb-md-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 18689, app/assets/stylesheets/_custom.scss */
  .mb-md-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 18693, app/assets/stylesheets/_custom.scss */
  .mb-md-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 18697, app/assets/stylesheets/_custom.scss */
  .mb-md-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 18701, app/assets/stylesheets/_custom.scss */
  .mb-md-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 18705, app/assets/stylesheets/_custom.scss */
  .mb-md-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 18709, app/assets/stylesheets/_custom.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18713, app/assets/stylesheets/_custom.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18717, app/assets/stylesheets/_custom.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 18721, app/assets/stylesheets/_custom.scss */
  .ms-md-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 18725, app/assets/stylesheets/_custom.scss */
  .ms-md-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 18729, app/assets/stylesheets/_custom.scss */
  .ms-md-n6 {
    margin-left: -2rem !important;
  }
  /* line 18733, app/assets/stylesheets/_custom.scss */
  .ms-md-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 18737, app/assets/stylesheets/_custom.scss */
  .ms-md-n8 {
    margin-left: -3rem !important;
  }
  /* line 18741, app/assets/stylesheets/_custom.scss */
  .ms-md-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 18745, app/assets/stylesheets/_custom.scss */
  .ms-md-n10 {
    margin-left: -4rem !important;
  }
  /* line 18749, app/assets/stylesheets/_custom.scss */
  .ms-md-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 18753, app/assets/stylesheets/_custom.scss */
  .ms-md-n12 {
    margin-left: -5rem !important;
  }
  /* line 18757, app/assets/stylesheets/_custom.scss */
  .ms-md-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 18761, app/assets/stylesheets/_custom.scss */
  .ms-md-n14 {
    margin-left: -6rem !important;
  }
  /* line 18765, app/assets/stylesheets/_custom.scss */
  .ms-md-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 18769, app/assets/stylesheets/_custom.scss */
  .ms-md-n16 {
    margin-left: -7rem !important;
  }
  /* line 18773, app/assets/stylesheets/_custom.scss */
  .ms-md-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 18777, app/assets/stylesheets/_custom.scss */
  .ms-md-n18 {
    margin-left: -8rem !important;
  }
  /* line 18781, app/assets/stylesheets/_custom.scss */
  .ms-md-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 18785, app/assets/stylesheets/_custom.scss */
  .ms-md-n20 {
    margin-left: -9rem !important;
  }
  /* line 18789, app/assets/stylesheets/_custom.scss */
  .ms-md-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 18793, app/assets/stylesheets/_custom.scss */
  .ms-md-n22 {
    margin-left: -10rem !important;
  }
  /* line 18797, app/assets/stylesheets/_custom.scss */
  .ms-md-n23 {
    margin-left: -12rem !important;
  }
  /* line 18801, app/assets/stylesheets/_custom.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 18805, app/assets/stylesheets/_custom.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 18809, app/assets/stylesheets/_custom.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 18813, app/assets/stylesheets/_custom.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 18817, app/assets/stylesheets/_custom.scss */
  .p-md-4 {
    padding: 1.25rem !important;
  }
  /* line 18821, app/assets/stylesheets/_custom.scss */
  .p-md-5 {
    padding: 1.5rem !important;
  }
  /* line 18825, app/assets/stylesheets/_custom.scss */
  .p-md-6 {
    padding: 2rem !important;
  }
  /* line 18829, app/assets/stylesheets/_custom.scss */
  .p-md-7 {
    padding: 2.5rem !important;
  }
  /* line 18833, app/assets/stylesheets/_custom.scss */
  .p-md-8 {
    padding: 3rem !important;
  }
  /* line 18837, app/assets/stylesheets/_custom.scss */
  .p-md-9 {
    padding: 3.5rem !important;
  }
  /* line 18841, app/assets/stylesheets/_custom.scss */
  .p-md-10 {
    padding: 4rem !important;
  }
  /* line 18845, app/assets/stylesheets/_custom.scss */
  .p-md-11 {
    padding: 4.5rem !important;
  }
  /* line 18849, app/assets/stylesheets/_custom.scss */
  .p-md-12 {
    padding: 5rem !important;
  }
  /* line 18853, app/assets/stylesheets/_custom.scss */
  .p-md-13 {
    padding: 5.5rem !important;
  }
  /* line 18857, app/assets/stylesheets/_custom.scss */
  .p-md-14 {
    padding: 6rem !important;
  }
  /* line 18861, app/assets/stylesheets/_custom.scss */
  .p-md-15 {
    padding: 6.5rem !important;
  }
  /* line 18865, app/assets/stylesheets/_custom.scss */
  .p-md-16 {
    padding: 7rem !important;
  }
  /* line 18869, app/assets/stylesheets/_custom.scss */
  .p-md-17 {
    padding: 7.5rem !important;
  }
  /* line 18873, app/assets/stylesheets/_custom.scss */
  .p-md-18 {
    padding: 8rem !important;
  }
  /* line 18877, app/assets/stylesheets/_custom.scss */
  .p-md-19 {
    padding: 8.5rem !important;
  }
  /* line 18881, app/assets/stylesheets/_custom.scss */
  .p-md-20 {
    padding: 9rem !important;
  }
  /* line 18885, app/assets/stylesheets/_custom.scss */
  .p-md-21 {
    padding: 9.5rem !important;
  }
  /* line 18889, app/assets/stylesheets/_custom.scss */
  .p-md-22 {
    padding: 10rem !important;
  }
  /* line 18893, app/assets/stylesheets/_custom.scss */
  .p-md-23 {
    padding: 12rem !important;
  }
  /* line 18897, app/assets/stylesheets/_custom.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 18902, app/assets/stylesheets/_custom.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 18907, app/assets/stylesheets/_custom.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 18912, app/assets/stylesheets/_custom.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 18917, app/assets/stylesheets/_custom.scss */
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 18922, app/assets/stylesheets/_custom.scss */
  .px-md-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 18927, app/assets/stylesheets/_custom.scss */
  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 18932, app/assets/stylesheets/_custom.scss */
  .px-md-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 18937, app/assets/stylesheets/_custom.scss */
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 18942, app/assets/stylesheets/_custom.scss */
  .px-md-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 18947, app/assets/stylesheets/_custom.scss */
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 18952, app/assets/stylesheets/_custom.scss */
  .px-md-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 18957, app/assets/stylesheets/_custom.scss */
  .px-md-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 18962, app/assets/stylesheets/_custom.scss */
  .px-md-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 18967, app/assets/stylesheets/_custom.scss */
  .px-md-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 18972, app/assets/stylesheets/_custom.scss */
  .px-md-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 18977, app/assets/stylesheets/_custom.scss */
  .px-md-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 18982, app/assets/stylesheets/_custom.scss */
  .px-md-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 18987, app/assets/stylesheets/_custom.scss */
  .px-md-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 18992, app/assets/stylesheets/_custom.scss */
  .px-md-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 18997, app/assets/stylesheets/_custom.scss */
  .px-md-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 19002, app/assets/stylesheets/_custom.scss */
  .px-md-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 19007, app/assets/stylesheets/_custom.scss */
  .px-md-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 19012, app/assets/stylesheets/_custom.scss */
  .px-md-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 19017, app/assets/stylesheets/_custom.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 19022, app/assets/stylesheets/_custom.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 19027, app/assets/stylesheets/_custom.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 19032, app/assets/stylesheets/_custom.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 19037, app/assets/stylesheets/_custom.scss */
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 19042, app/assets/stylesheets/_custom.scss */
  .py-md-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 19047, app/assets/stylesheets/_custom.scss */
  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 19052, app/assets/stylesheets/_custom.scss */
  .py-md-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 19057, app/assets/stylesheets/_custom.scss */
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 19062, app/assets/stylesheets/_custom.scss */
  .py-md-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 19067, app/assets/stylesheets/_custom.scss */
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 19072, app/assets/stylesheets/_custom.scss */
  .py-md-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 19077, app/assets/stylesheets/_custom.scss */
  .py-md-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 19082, app/assets/stylesheets/_custom.scss */
  .py-md-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 19087, app/assets/stylesheets/_custom.scss */
  .py-md-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 19092, app/assets/stylesheets/_custom.scss */
  .py-md-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 19097, app/assets/stylesheets/_custom.scss */
  .py-md-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 19102, app/assets/stylesheets/_custom.scss */
  .py-md-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 19107, app/assets/stylesheets/_custom.scss */
  .py-md-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 19112, app/assets/stylesheets/_custom.scss */
  .py-md-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 19117, app/assets/stylesheets/_custom.scss */
  .py-md-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 19122, app/assets/stylesheets/_custom.scss */
  .py-md-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 19127, app/assets/stylesheets/_custom.scss */
  .py-md-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 19132, app/assets/stylesheets/_custom.scss */
  .py-md-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 19137, app/assets/stylesheets/_custom.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 19141, app/assets/stylesheets/_custom.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 19145, app/assets/stylesheets/_custom.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 19149, app/assets/stylesheets/_custom.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 19153, app/assets/stylesheets/_custom.scss */
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  /* line 19157, app/assets/stylesheets/_custom.scss */
  .pt-md-5 {
    padding-top: 1.5rem !important;
  }
  /* line 19161, app/assets/stylesheets/_custom.scss */
  .pt-md-6 {
    padding-top: 2rem !important;
  }
  /* line 19165, app/assets/stylesheets/_custom.scss */
  .pt-md-7 {
    padding-top: 2.5rem !important;
  }
  /* line 19169, app/assets/stylesheets/_custom.scss */
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  /* line 19173, app/assets/stylesheets/_custom.scss */
  .pt-md-9 {
    padding-top: 3.5rem !important;
  }
  /* line 19177, app/assets/stylesheets/_custom.scss */
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  /* line 19181, app/assets/stylesheets/_custom.scss */
  .pt-md-11 {
    padding-top: 4.5rem !important;
  }
  /* line 19185, app/assets/stylesheets/_custom.scss */
  .pt-md-12 {
    padding-top: 5rem !important;
  }
  /* line 19189, app/assets/stylesheets/_custom.scss */
  .pt-md-13 {
    padding-top: 5.5rem !important;
  }
  /* line 19193, app/assets/stylesheets/_custom.scss */
  .pt-md-14 {
    padding-top: 6rem !important;
  }
  /* line 19197, app/assets/stylesheets/_custom.scss */
  .pt-md-15 {
    padding-top: 6.5rem !important;
  }
  /* line 19201, app/assets/stylesheets/_custom.scss */
  .pt-md-16 {
    padding-top: 7rem !important;
  }
  /* line 19205, app/assets/stylesheets/_custom.scss */
  .pt-md-17 {
    padding-top: 7.5rem !important;
  }
  /* line 19209, app/assets/stylesheets/_custom.scss */
  .pt-md-18 {
    padding-top: 8rem !important;
  }
  /* line 19213, app/assets/stylesheets/_custom.scss */
  .pt-md-19 {
    padding-top: 8.5rem !important;
  }
  /* line 19217, app/assets/stylesheets/_custom.scss */
  .pt-md-20 {
    padding-top: 9rem !important;
  }
  /* line 19221, app/assets/stylesheets/_custom.scss */
  .pt-md-21 {
    padding-top: 9.5rem !important;
  }
  /* line 19225, app/assets/stylesheets/_custom.scss */
  .pt-md-22 {
    padding-top: 10rem !important;
  }
  /* line 19229, app/assets/stylesheets/_custom.scss */
  .pt-md-23 {
    padding-top: 12rem !important;
  }
  /* line 19233, app/assets/stylesheets/_custom.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 19237, app/assets/stylesheets/_custom.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19241, app/assets/stylesheets/_custom.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19245, app/assets/stylesheets/_custom.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19249, app/assets/stylesheets/_custom.scss */
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  /* line 19253, app/assets/stylesheets/_custom.scss */
  .pe-md-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19257, app/assets/stylesheets/_custom.scss */
  .pe-md-6 {
    padding-right: 2rem !important;
  }
  /* line 19261, app/assets/stylesheets/_custom.scss */
  .pe-md-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19265, app/assets/stylesheets/_custom.scss */
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  /* line 19269, app/assets/stylesheets/_custom.scss */
  .pe-md-9 {
    padding-right: 3.5rem !important;
  }
  /* line 19273, app/assets/stylesheets/_custom.scss */
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  /* line 19277, app/assets/stylesheets/_custom.scss */
  .pe-md-11 {
    padding-right: 4.5rem !important;
  }
  /* line 19281, app/assets/stylesheets/_custom.scss */
  .pe-md-12 {
    padding-right: 5rem !important;
  }
  /* line 19285, app/assets/stylesheets/_custom.scss */
  .pe-md-13 {
    padding-right: 5.5rem !important;
  }
  /* line 19289, app/assets/stylesheets/_custom.scss */
  .pe-md-14 {
    padding-right: 6rem !important;
  }
  /* line 19293, app/assets/stylesheets/_custom.scss */
  .pe-md-15 {
    padding-right: 6.5rem !important;
  }
  /* line 19297, app/assets/stylesheets/_custom.scss */
  .pe-md-16 {
    padding-right: 7rem !important;
  }
  /* line 19301, app/assets/stylesheets/_custom.scss */
  .pe-md-17 {
    padding-right: 7.5rem !important;
  }
  /* line 19305, app/assets/stylesheets/_custom.scss */
  .pe-md-18 {
    padding-right: 8rem !important;
  }
  /* line 19309, app/assets/stylesheets/_custom.scss */
  .pe-md-19 {
    padding-right: 8.5rem !important;
  }
  /* line 19313, app/assets/stylesheets/_custom.scss */
  .pe-md-20 {
    padding-right: 9rem !important;
  }
  /* line 19317, app/assets/stylesheets/_custom.scss */
  .pe-md-21 {
    padding-right: 9.5rem !important;
  }
  /* line 19321, app/assets/stylesheets/_custom.scss */
  .pe-md-22 {
    padding-right: 10rem !important;
  }
  /* line 19325, app/assets/stylesheets/_custom.scss */
  .pe-md-23 {
    padding-right: 12rem !important;
  }
  /* line 19329, app/assets/stylesheets/_custom.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 19333, app/assets/stylesheets/_custom.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 19337, app/assets/stylesheets/_custom.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 19341, app/assets/stylesheets/_custom.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 19345, app/assets/stylesheets/_custom.scss */
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 19349, app/assets/stylesheets/_custom.scss */
  .pb-md-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 19353, app/assets/stylesheets/_custom.scss */
  .pb-md-6 {
    padding-bottom: 2rem !important;
  }
  /* line 19357, app/assets/stylesheets/_custom.scss */
  .pb-md-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 19361, app/assets/stylesheets/_custom.scss */
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  /* line 19365, app/assets/stylesheets/_custom.scss */
  .pb-md-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 19369, app/assets/stylesheets/_custom.scss */
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  /* line 19373, app/assets/stylesheets/_custom.scss */
  .pb-md-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 19377, app/assets/stylesheets/_custom.scss */
  .pb-md-12 {
    padding-bottom: 5rem !important;
  }
  /* line 19381, app/assets/stylesheets/_custom.scss */
  .pb-md-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 19385, app/assets/stylesheets/_custom.scss */
  .pb-md-14 {
    padding-bottom: 6rem !important;
  }
  /* line 19389, app/assets/stylesheets/_custom.scss */
  .pb-md-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 19393, app/assets/stylesheets/_custom.scss */
  .pb-md-16 {
    padding-bottom: 7rem !important;
  }
  /* line 19397, app/assets/stylesheets/_custom.scss */
  .pb-md-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 19401, app/assets/stylesheets/_custom.scss */
  .pb-md-18 {
    padding-bottom: 8rem !important;
  }
  /* line 19405, app/assets/stylesheets/_custom.scss */
  .pb-md-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 19409, app/assets/stylesheets/_custom.scss */
  .pb-md-20 {
    padding-bottom: 9rem !important;
  }
  /* line 19413, app/assets/stylesheets/_custom.scss */
  .pb-md-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 19417, app/assets/stylesheets/_custom.scss */
  .pb-md-22 {
    padding-bottom: 10rem !important;
  }
  /* line 19421, app/assets/stylesheets/_custom.scss */
  .pb-md-23 {
    padding-bottom: 12rem !important;
  }
  /* line 19425, app/assets/stylesheets/_custom.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 19429, app/assets/stylesheets/_custom.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19433, app/assets/stylesheets/_custom.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19437, app/assets/stylesheets/_custom.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 19441, app/assets/stylesheets/_custom.scss */
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  /* line 19445, app/assets/stylesheets/_custom.scss */
  .ps-md-5 {
    padding-left: 1.5rem !important;
  }
  /* line 19449, app/assets/stylesheets/_custom.scss */
  .ps-md-6 {
    padding-left: 2rem !important;
  }
  /* line 19453, app/assets/stylesheets/_custom.scss */
  .ps-md-7 {
    padding-left: 2.5rem !important;
  }
  /* line 19457, app/assets/stylesheets/_custom.scss */
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  /* line 19461, app/assets/stylesheets/_custom.scss */
  .ps-md-9 {
    padding-left: 3.5rem !important;
  }
  /* line 19465, app/assets/stylesheets/_custom.scss */
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  /* line 19469, app/assets/stylesheets/_custom.scss */
  .ps-md-11 {
    padding-left: 4.5rem !important;
  }
  /* line 19473, app/assets/stylesheets/_custom.scss */
  .ps-md-12 {
    padding-left: 5rem !important;
  }
  /* line 19477, app/assets/stylesheets/_custom.scss */
  .ps-md-13 {
    padding-left: 5.5rem !important;
  }
  /* line 19481, app/assets/stylesheets/_custom.scss */
  .ps-md-14 {
    padding-left: 6rem !important;
  }
  /* line 19485, app/assets/stylesheets/_custom.scss */
  .ps-md-15 {
    padding-left: 6.5rem !important;
  }
  /* line 19489, app/assets/stylesheets/_custom.scss */
  .ps-md-16 {
    padding-left: 7rem !important;
  }
  /* line 19493, app/assets/stylesheets/_custom.scss */
  .ps-md-17 {
    padding-left: 7.5rem !important;
  }
  /* line 19497, app/assets/stylesheets/_custom.scss */
  .ps-md-18 {
    padding-left: 8rem !important;
  }
  /* line 19501, app/assets/stylesheets/_custom.scss */
  .ps-md-19 {
    padding-left: 8.5rem !important;
  }
  /* line 19505, app/assets/stylesheets/_custom.scss */
  .ps-md-20 {
    padding-left: 9rem !important;
  }
  /* line 19509, app/assets/stylesheets/_custom.scss */
  .ps-md-21 {
    padding-left: 9.5rem !important;
  }
  /* line 19513, app/assets/stylesheets/_custom.scss */
  .ps-md-22 {
    padding-left: 10rem !important;
  }
  /* line 19517, app/assets/stylesheets/_custom.scss */
  .ps-md-23 {
    padding-left: 12rem !important;
  }
  /* line 19521, app/assets/stylesheets/_custom.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 19525, app/assets/stylesheets/_custom.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 19529, app/assets/stylesheets/_custom.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 19535, app/assets/stylesheets/_custom.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 19539, app/assets/stylesheets/_custom.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 19543, app/assets/stylesheets/_custom.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 19547, app/assets/stylesheets/_custom.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 19551, app/assets/stylesheets/_custom.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 19555, app/assets/stylesheets/_custom.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 19559, app/assets/stylesheets/_custom.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 19563, app/assets/stylesheets/_custom.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 19567, app/assets/stylesheets/_custom.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 19571, app/assets/stylesheets/_custom.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 19575, app/assets/stylesheets/_custom.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19579, app/assets/stylesheets/_custom.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 19583, app/assets/stylesheets/_custom.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 19587, app/assets/stylesheets/_custom.scss */
  .w-lg-15 {
    width: 15% !important;
  }
  /* line 19591, app/assets/stylesheets/_custom.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 19595, app/assets/stylesheets/_custom.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 19599, app/assets/stylesheets/_custom.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 19603, app/assets/stylesheets/_custom.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 19607, app/assets/stylesheets/_custom.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 19611, app/assets/stylesheets/_custom.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 19615, app/assets/stylesheets/_custom.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 19619, app/assets/stylesheets/_custom.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 19623, app/assets/stylesheets/_custom.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 19627, app/assets/stylesheets/_custom.scss */
  .mw-lg-30 {
    max-width: 30% !important;
  }
  /* line 19631, app/assets/stylesheets/_custom.scss */
  .mw-lg-40 {
    max-width: 40% !important;
  }
  /* line 19635, app/assets/stylesheets/_custom.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 19639, app/assets/stylesheets/_custom.scss */
  .mw-lg-65 {
    max-width: 65% !important;
  }
  /* line 19643, app/assets/stylesheets/_custom.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 19647, app/assets/stylesheets/_custom.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 19651, app/assets/stylesheets/_custom.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 19655, app/assets/stylesheets/_custom.scss */
  .vw-lg-100 {
    width: 100vw !important;
  }
  /* line 19659, app/assets/stylesheets/_custom.scss */
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  /* line 19663, app/assets/stylesheets/_custom.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 19667, app/assets/stylesheets/_custom.scss */
  .h-lg-30 {
    height: 30% !important;
  }
  /* line 19671, app/assets/stylesheets/_custom.scss */
  .h-lg-40 {
    height: 40% !important;
  }
  /* line 19675, app/assets/stylesheets/_custom.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 19679, app/assets/stylesheets/_custom.scss */
  .h-lg-65 {
    height: 65% !important;
  }
  /* line 19683, app/assets/stylesheets/_custom.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 19687, app/assets/stylesheets/_custom.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 19691, app/assets/stylesheets/_custom.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 19695, app/assets/stylesheets/_custom.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 19699, app/assets/stylesheets/_custom.scss */
  .mh-lg-30 {
    max-height: 30% !important;
  }
  /* line 19703, app/assets/stylesheets/_custom.scss */
  .mh-lg-40 {
    max-height: 40% !important;
  }
  /* line 19707, app/assets/stylesheets/_custom.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 19711, app/assets/stylesheets/_custom.scss */
  .mh-lg-65 {
    max-height: 65% !important;
  }
  /* line 19715, app/assets/stylesheets/_custom.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 19719, app/assets/stylesheets/_custom.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 19723, app/assets/stylesheets/_custom.scss */
  .mh-lg-auto {
    max-height: auto !important;
  }
  /* line 19727, app/assets/stylesheets/_custom.scss */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 19731, app/assets/stylesheets/_custom.scss */
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  /* line 19735, app/assets/stylesheets/_custom.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 19739, app/assets/stylesheets/_custom.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 19743, app/assets/stylesheets/_custom.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 19747, app/assets/stylesheets/_custom.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 19751, app/assets/stylesheets/_custom.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 19755, app/assets/stylesheets/_custom.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 19759, app/assets/stylesheets/_custom.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 19763, app/assets/stylesheets/_custom.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 19767, app/assets/stylesheets/_custom.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 19771, app/assets/stylesheets/_custom.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19775, app/assets/stylesheets/_custom.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 19779, app/assets/stylesheets/_custom.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19783, app/assets/stylesheets/_custom.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 19787, app/assets/stylesheets/_custom.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 19791, app/assets/stylesheets/_custom.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 19795, app/assets/stylesheets/_custom.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 19799, app/assets/stylesheets/_custom.scss */
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  /* line 19803, app/assets/stylesheets/_custom.scss */
  .gap-lg-5 {
    gap: 1.5rem !important;
  }
  /* line 19807, app/assets/stylesheets/_custom.scss */
  .gap-lg-6 {
    gap: 2rem !important;
  }
  /* line 19811, app/assets/stylesheets/_custom.scss */
  .gap-lg-7 {
    gap: 2.5rem !important;
  }
  /* line 19815, app/assets/stylesheets/_custom.scss */
  .gap-lg-8 {
    gap: 3rem !important;
  }
  /* line 19819, app/assets/stylesheets/_custom.scss */
  .gap-lg-9 {
    gap: 3.5rem !important;
  }
  /* line 19823, app/assets/stylesheets/_custom.scss */
  .gap-lg-10 {
    gap: 4rem !important;
  }
  /* line 19827, app/assets/stylesheets/_custom.scss */
  .gap-lg-11 {
    gap: 4.5rem !important;
  }
  /* line 19831, app/assets/stylesheets/_custom.scss */
  .gap-lg-12 {
    gap: 5rem !important;
  }
  /* line 19835, app/assets/stylesheets/_custom.scss */
  .gap-lg-13 {
    gap: 5.5rem !important;
  }
  /* line 19839, app/assets/stylesheets/_custom.scss */
  .gap-lg-14 {
    gap: 6rem !important;
  }
  /* line 19843, app/assets/stylesheets/_custom.scss */
  .gap-lg-15 {
    gap: 6.5rem !important;
  }
  /* line 19847, app/assets/stylesheets/_custom.scss */
  .gap-lg-16 {
    gap: 7rem !important;
  }
  /* line 19851, app/assets/stylesheets/_custom.scss */
  .gap-lg-17 {
    gap: 7.5rem !important;
  }
  /* line 19855, app/assets/stylesheets/_custom.scss */
  .gap-lg-18 {
    gap: 8rem !important;
  }
  /* line 19859, app/assets/stylesheets/_custom.scss */
  .gap-lg-19 {
    gap: 8.5rem !important;
  }
  /* line 19863, app/assets/stylesheets/_custom.scss */
  .gap-lg-20 {
    gap: 9rem !important;
  }
  /* line 19867, app/assets/stylesheets/_custom.scss */
  .gap-lg-21 {
    gap: 9.5rem !important;
  }
  /* line 19871, app/assets/stylesheets/_custom.scss */
  .gap-lg-22 {
    gap: 10rem !important;
  }
  /* line 19875, app/assets/stylesheets/_custom.scss */
  .gap-lg-23 {
    gap: 12rem !important;
  }
  /* line 19879, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 19883, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 19887, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 19891, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 19895, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 19899, app/assets/stylesheets/_custom.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 19903, app/assets/stylesheets/_custom.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 19907, app/assets/stylesheets/_custom.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 19911, app/assets/stylesheets/_custom.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 19915, app/assets/stylesheets/_custom.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 19919, app/assets/stylesheets/_custom.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 19923, app/assets/stylesheets/_custom.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 19927, app/assets/stylesheets/_custom.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 19931, app/assets/stylesheets/_custom.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 19935, app/assets/stylesheets/_custom.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 19939, app/assets/stylesheets/_custom.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 19943, app/assets/stylesheets/_custom.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 19947, app/assets/stylesheets/_custom.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 19951, app/assets/stylesheets/_custom.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 19955, app/assets/stylesheets/_custom.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 19959, app/assets/stylesheets/_custom.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 19963, app/assets/stylesheets/_custom.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 19967, app/assets/stylesheets/_custom.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 19971, app/assets/stylesheets/_custom.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 19975, app/assets/stylesheets/_custom.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 19979, app/assets/stylesheets/_custom.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 19983, app/assets/stylesheets/_custom.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 19987, app/assets/stylesheets/_custom.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 19991, app/assets/stylesheets/_custom.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 19995, app/assets/stylesheets/_custom.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 19999, app/assets/stylesheets/_custom.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 20003, app/assets/stylesheets/_custom.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 20007, app/assets/stylesheets/_custom.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 20011, app/assets/stylesheets/_custom.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 20015, app/assets/stylesheets/_custom.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 20019, app/assets/stylesheets/_custom.scss */
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  /* line 20023, app/assets/stylesheets/_custom.scss */
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  /* line 20027, app/assets/stylesheets/_custom.scss */
  .m-lg-6 {
    margin: 2rem !important;
  }
  /* line 20031, app/assets/stylesheets/_custom.scss */
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  /* line 20035, app/assets/stylesheets/_custom.scss */
  .m-lg-8 {
    margin: 3rem !important;
  }
  /* line 20039, app/assets/stylesheets/_custom.scss */
  .m-lg-9 {
    margin: 3.5rem !important;
  }
  /* line 20043, app/assets/stylesheets/_custom.scss */
  .m-lg-10 {
    margin: 4rem !important;
  }
  /* line 20047, app/assets/stylesheets/_custom.scss */
  .m-lg-11 {
    margin: 4.5rem !important;
  }
  /* line 20051, app/assets/stylesheets/_custom.scss */
  .m-lg-12 {
    margin: 5rem !important;
  }
  /* line 20055, app/assets/stylesheets/_custom.scss */
  .m-lg-13 {
    margin: 5.5rem !important;
  }
  /* line 20059, app/assets/stylesheets/_custom.scss */
  .m-lg-14 {
    margin: 6rem !important;
  }
  /* line 20063, app/assets/stylesheets/_custom.scss */
  .m-lg-15 {
    margin: 6.5rem !important;
  }
  /* line 20067, app/assets/stylesheets/_custom.scss */
  .m-lg-16 {
    margin: 7rem !important;
  }
  /* line 20071, app/assets/stylesheets/_custom.scss */
  .m-lg-17 {
    margin: 7.5rem !important;
  }
  /* line 20075, app/assets/stylesheets/_custom.scss */
  .m-lg-18 {
    margin: 8rem !important;
  }
  /* line 20079, app/assets/stylesheets/_custom.scss */
  .m-lg-19 {
    margin: 8.5rem !important;
  }
  /* line 20083, app/assets/stylesheets/_custom.scss */
  .m-lg-20 {
    margin: 9rem !important;
  }
  /* line 20087, app/assets/stylesheets/_custom.scss */
  .m-lg-21 {
    margin: 9.5rem !important;
  }
  /* line 20091, app/assets/stylesheets/_custom.scss */
  .m-lg-22 {
    margin: 10rem !important;
  }
  /* line 20095, app/assets/stylesheets/_custom.scss */
  .m-lg-23 {
    margin: 12rem !important;
  }
  /* line 20099, app/assets/stylesheets/_custom.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 20103, app/assets/stylesheets/_custom.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 20108, app/assets/stylesheets/_custom.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 20113, app/assets/stylesheets/_custom.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 20118, app/assets/stylesheets/_custom.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 20123, app/assets/stylesheets/_custom.scss */
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 20128, app/assets/stylesheets/_custom.scss */
  .mx-lg-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 20133, app/assets/stylesheets/_custom.scss */
  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 20138, app/assets/stylesheets/_custom.scss */
  .mx-lg-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 20143, app/assets/stylesheets/_custom.scss */
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 20148, app/assets/stylesheets/_custom.scss */
  .mx-lg-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 20153, app/assets/stylesheets/_custom.scss */
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 20158, app/assets/stylesheets/_custom.scss */
  .mx-lg-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 20163, app/assets/stylesheets/_custom.scss */
  .mx-lg-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 20168, app/assets/stylesheets/_custom.scss */
  .mx-lg-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 20173, app/assets/stylesheets/_custom.scss */
  .mx-lg-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 20178, app/assets/stylesheets/_custom.scss */
  .mx-lg-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 20183, app/assets/stylesheets/_custom.scss */
  .mx-lg-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 20188, app/assets/stylesheets/_custom.scss */
  .mx-lg-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 20193, app/assets/stylesheets/_custom.scss */
  .mx-lg-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 20198, app/assets/stylesheets/_custom.scss */
  .mx-lg-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 20203, app/assets/stylesheets/_custom.scss */
  .mx-lg-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 20208, app/assets/stylesheets/_custom.scss */
  .mx-lg-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 20213, app/assets/stylesheets/_custom.scss */
  .mx-lg-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 20218, app/assets/stylesheets/_custom.scss */
  .mx-lg-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 20223, app/assets/stylesheets/_custom.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 20228, app/assets/stylesheets/_custom.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 20233, app/assets/stylesheets/_custom.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 20238, app/assets/stylesheets/_custom.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 20243, app/assets/stylesheets/_custom.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 20248, app/assets/stylesheets/_custom.scss */
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 20253, app/assets/stylesheets/_custom.scss */
  .my-lg-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 20258, app/assets/stylesheets/_custom.scss */
  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 20263, app/assets/stylesheets/_custom.scss */
  .my-lg-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 20268, app/assets/stylesheets/_custom.scss */
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 20273, app/assets/stylesheets/_custom.scss */
  .my-lg-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 20278, app/assets/stylesheets/_custom.scss */
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 20283, app/assets/stylesheets/_custom.scss */
  .my-lg-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 20288, app/assets/stylesheets/_custom.scss */
  .my-lg-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 20293, app/assets/stylesheets/_custom.scss */
  .my-lg-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 20298, app/assets/stylesheets/_custom.scss */
  .my-lg-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 20303, app/assets/stylesheets/_custom.scss */
  .my-lg-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 20308, app/assets/stylesheets/_custom.scss */
  .my-lg-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 20313, app/assets/stylesheets/_custom.scss */
  .my-lg-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 20318, app/assets/stylesheets/_custom.scss */
  .my-lg-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 20323, app/assets/stylesheets/_custom.scss */
  .my-lg-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 20328, app/assets/stylesheets/_custom.scss */
  .my-lg-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 20333, app/assets/stylesheets/_custom.scss */
  .my-lg-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 20338, app/assets/stylesheets/_custom.scss */
  .my-lg-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 20343, app/assets/stylesheets/_custom.scss */
  .my-lg-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 20348, app/assets/stylesheets/_custom.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 20353, app/assets/stylesheets/_custom.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 20357, app/assets/stylesheets/_custom.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 20361, app/assets/stylesheets/_custom.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 20365, app/assets/stylesheets/_custom.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 20369, app/assets/stylesheets/_custom.scss */
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  /* line 20373, app/assets/stylesheets/_custom.scss */
  .mt-lg-5 {
    margin-top: 1.5rem !important;
  }
  /* line 20377, app/assets/stylesheets/_custom.scss */
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  /* line 20381, app/assets/stylesheets/_custom.scss */
  .mt-lg-7 {
    margin-top: 2.5rem !important;
  }
  /* line 20385, app/assets/stylesheets/_custom.scss */
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  /* line 20389, app/assets/stylesheets/_custom.scss */
  .mt-lg-9 {
    margin-top: 3.5rem !important;
  }
  /* line 20393, app/assets/stylesheets/_custom.scss */
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  /* line 20397, app/assets/stylesheets/_custom.scss */
  .mt-lg-11 {
    margin-top: 4.5rem !important;
  }
  /* line 20401, app/assets/stylesheets/_custom.scss */
  .mt-lg-12 {
    margin-top: 5rem !important;
  }
  /* line 20405, app/assets/stylesheets/_custom.scss */
  .mt-lg-13 {
    margin-top: 5.5rem !important;
  }
  /* line 20409, app/assets/stylesheets/_custom.scss */
  .mt-lg-14 {
    margin-top: 6rem !important;
  }
  /* line 20413, app/assets/stylesheets/_custom.scss */
  .mt-lg-15 {
    margin-top: 6.5rem !important;
  }
  /* line 20417, app/assets/stylesheets/_custom.scss */
  .mt-lg-16 {
    margin-top: 7rem !important;
  }
  /* line 20421, app/assets/stylesheets/_custom.scss */
  .mt-lg-17 {
    margin-top: 7.5rem !important;
  }
  /* line 20425, app/assets/stylesheets/_custom.scss */
  .mt-lg-18 {
    margin-top: 8rem !important;
  }
  /* line 20429, app/assets/stylesheets/_custom.scss */
  .mt-lg-19 {
    margin-top: 8.5rem !important;
  }
  /* line 20433, app/assets/stylesheets/_custom.scss */
  .mt-lg-20 {
    margin-top: 9rem !important;
  }
  /* line 20437, app/assets/stylesheets/_custom.scss */
  .mt-lg-21 {
    margin-top: 9.5rem !important;
  }
  /* line 20441, app/assets/stylesheets/_custom.scss */
  .mt-lg-22 {
    margin-top: 10rem !important;
  }
  /* line 20445, app/assets/stylesheets/_custom.scss */
  .mt-lg-23 {
    margin-top: 12rem !important;
  }
  /* line 20449, app/assets/stylesheets/_custom.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 20453, app/assets/stylesheets/_custom.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20457, app/assets/stylesheets/_custom.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20461, app/assets/stylesheets/_custom.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20465, app/assets/stylesheets/_custom.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20469, app/assets/stylesheets/_custom.scss */
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  /* line 20473, app/assets/stylesheets/_custom.scss */
  .me-lg-5 {
    margin-right: 1.5rem !important;
  }
  /* line 20477, app/assets/stylesheets/_custom.scss */
  .me-lg-6 {
    margin-right: 2rem !important;
  }
  /* line 20481, app/assets/stylesheets/_custom.scss */
  .me-lg-7 {
    margin-right: 2.5rem !important;
  }
  /* line 20485, app/assets/stylesheets/_custom.scss */
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  /* line 20489, app/assets/stylesheets/_custom.scss */
  .me-lg-9 {
    margin-right: 3.5rem !important;
  }
  /* line 20493, app/assets/stylesheets/_custom.scss */
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  /* line 20497, app/assets/stylesheets/_custom.scss */
  .me-lg-11 {
    margin-right: 4.5rem !important;
  }
  /* line 20501, app/assets/stylesheets/_custom.scss */
  .me-lg-12 {
    margin-right: 5rem !important;
  }
  /* line 20505, app/assets/stylesheets/_custom.scss */
  .me-lg-13 {
    margin-right: 5.5rem !important;
  }
  /* line 20509, app/assets/stylesheets/_custom.scss */
  .me-lg-14 {
    margin-right: 6rem !important;
  }
  /* line 20513, app/assets/stylesheets/_custom.scss */
  .me-lg-15 {
    margin-right: 6.5rem !important;
  }
  /* line 20517, app/assets/stylesheets/_custom.scss */
  .me-lg-16 {
    margin-right: 7rem !important;
  }
  /* line 20521, app/assets/stylesheets/_custom.scss */
  .me-lg-17 {
    margin-right: 7.5rem !important;
  }
  /* line 20525, app/assets/stylesheets/_custom.scss */
  .me-lg-18 {
    margin-right: 8rem !important;
  }
  /* line 20529, app/assets/stylesheets/_custom.scss */
  .me-lg-19 {
    margin-right: 8.5rem !important;
  }
  /* line 20533, app/assets/stylesheets/_custom.scss */
  .me-lg-20 {
    margin-right: 9rem !important;
  }
  /* line 20537, app/assets/stylesheets/_custom.scss */
  .me-lg-21 {
    margin-right: 9.5rem !important;
  }
  /* line 20541, app/assets/stylesheets/_custom.scss */
  .me-lg-22 {
    margin-right: 10rem !important;
  }
  /* line 20545, app/assets/stylesheets/_custom.scss */
  .me-lg-23 {
    margin-right: 12rem !important;
  }
  /* line 20549, app/assets/stylesheets/_custom.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 20553, app/assets/stylesheets/_custom.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 20557, app/assets/stylesheets/_custom.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 20561, app/assets/stylesheets/_custom.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 20565, app/assets/stylesheets/_custom.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 20569, app/assets/stylesheets/_custom.scss */
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 20573, app/assets/stylesheets/_custom.scss */
  .mb-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 20577, app/assets/stylesheets/_custom.scss */
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  /* line 20581, app/assets/stylesheets/_custom.scss */
  .mb-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 20585, app/assets/stylesheets/_custom.scss */
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  /* line 20589, app/assets/stylesheets/_custom.scss */
  .mb-lg-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 20593, app/assets/stylesheets/_custom.scss */
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  /* line 20597, app/assets/stylesheets/_custom.scss */
  .mb-lg-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 20601, app/assets/stylesheets/_custom.scss */
  .mb-lg-12 {
    margin-bottom: 5rem !important;
  }
  /* line 20605, app/assets/stylesheets/_custom.scss */
  .mb-lg-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 20609, app/assets/stylesheets/_custom.scss */
  .mb-lg-14 {
    margin-bottom: 6rem !important;
  }
  /* line 20613, app/assets/stylesheets/_custom.scss */
  .mb-lg-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 20617, app/assets/stylesheets/_custom.scss */
  .mb-lg-16 {
    margin-bottom: 7rem !important;
  }
  /* line 20621, app/assets/stylesheets/_custom.scss */
  .mb-lg-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 20625, app/assets/stylesheets/_custom.scss */
  .mb-lg-18 {
    margin-bottom: 8rem !important;
  }
  /* line 20629, app/assets/stylesheets/_custom.scss */
  .mb-lg-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 20633, app/assets/stylesheets/_custom.scss */
  .mb-lg-20 {
    margin-bottom: 9rem !important;
  }
  /* line 20637, app/assets/stylesheets/_custom.scss */
  .mb-lg-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 20641, app/assets/stylesheets/_custom.scss */
  .mb-lg-22 {
    margin-bottom: 10rem !important;
  }
  /* line 20645, app/assets/stylesheets/_custom.scss */
  .mb-lg-23 {
    margin-bottom: 12rem !important;
  }
  /* line 20649, app/assets/stylesheets/_custom.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 20653, app/assets/stylesheets/_custom.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 20657, app/assets/stylesheets/_custom.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 20661, app/assets/stylesheets/_custom.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 20665, app/assets/stylesheets/_custom.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 20669, app/assets/stylesheets/_custom.scss */
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  /* line 20673, app/assets/stylesheets/_custom.scss */
  .ms-lg-5 {
    margin-left: 1.5rem !important;
  }
  /* line 20677, app/assets/stylesheets/_custom.scss */
  .ms-lg-6 {
    margin-left: 2rem !important;
  }
  /* line 20681, app/assets/stylesheets/_custom.scss */
  .ms-lg-7 {
    margin-left: 2.5rem !important;
  }
  /* line 20685, app/assets/stylesheets/_custom.scss */
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  /* line 20689, app/assets/stylesheets/_custom.scss */
  .ms-lg-9 {
    margin-left: 3.5rem !important;
  }
  /* line 20693, app/assets/stylesheets/_custom.scss */
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  /* line 20697, app/assets/stylesheets/_custom.scss */
  .ms-lg-11 {
    margin-left: 4.5rem !important;
  }
  /* line 20701, app/assets/stylesheets/_custom.scss */
  .ms-lg-12 {
    margin-left: 5rem !important;
  }
  /* line 20705, app/assets/stylesheets/_custom.scss */
  .ms-lg-13 {
    margin-left: 5.5rem !important;
  }
  /* line 20709, app/assets/stylesheets/_custom.scss */
  .ms-lg-14 {
    margin-left: 6rem !important;
  }
  /* line 20713, app/assets/stylesheets/_custom.scss */
  .ms-lg-15 {
    margin-left: 6.5rem !important;
  }
  /* line 20717, app/assets/stylesheets/_custom.scss */
  .ms-lg-16 {
    margin-left: 7rem !important;
  }
  /* line 20721, app/assets/stylesheets/_custom.scss */
  .ms-lg-17 {
    margin-left: 7.5rem !important;
  }
  /* line 20725, app/assets/stylesheets/_custom.scss */
  .ms-lg-18 {
    margin-left: 8rem !important;
  }
  /* line 20729, app/assets/stylesheets/_custom.scss */
  .ms-lg-19 {
    margin-left: 8.5rem !important;
  }
  /* line 20733, app/assets/stylesheets/_custom.scss */
  .ms-lg-20 {
    margin-left: 9rem !important;
  }
  /* line 20737, app/assets/stylesheets/_custom.scss */
  .ms-lg-21 {
    margin-left: 9.5rem !important;
  }
  /* line 20741, app/assets/stylesheets/_custom.scss */
  .ms-lg-22 {
    margin-left: 10rem !important;
  }
  /* line 20745, app/assets/stylesheets/_custom.scss */
  .ms-lg-23 {
    margin-left: 12rem !important;
  }
  /* line 20749, app/assets/stylesheets/_custom.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 20753, app/assets/stylesheets/_custom.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 20757, app/assets/stylesheets/_custom.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 20761, app/assets/stylesheets/_custom.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 20765, app/assets/stylesheets/_custom.scss */
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  /* line 20769, app/assets/stylesheets/_custom.scss */
  .m-lg-n5 {
    margin: -1.5rem !important;
  }
  /* line 20773, app/assets/stylesheets/_custom.scss */
  .m-lg-n6 {
    margin: -2rem !important;
  }
  /* line 20777, app/assets/stylesheets/_custom.scss */
  .m-lg-n7 {
    margin: -2.5rem !important;
  }
  /* line 20781, app/assets/stylesheets/_custom.scss */
  .m-lg-n8 {
    margin: -3rem !important;
  }
  /* line 20785, app/assets/stylesheets/_custom.scss */
  .m-lg-n9 {
    margin: -3.5rem !important;
  }
  /* line 20789, app/assets/stylesheets/_custom.scss */
  .m-lg-n10 {
    margin: -4rem !important;
  }
  /* line 20793, app/assets/stylesheets/_custom.scss */
  .m-lg-n11 {
    margin: -4.5rem !important;
  }
  /* line 20797, app/assets/stylesheets/_custom.scss */
  .m-lg-n12 {
    margin: -5rem !important;
  }
  /* line 20801, app/assets/stylesheets/_custom.scss */
  .m-lg-n13 {
    margin: -5.5rem !important;
  }
  /* line 20805, app/assets/stylesheets/_custom.scss */
  .m-lg-n14 {
    margin: -6rem !important;
  }
  /* line 20809, app/assets/stylesheets/_custom.scss */
  .m-lg-n15 {
    margin: -6.5rem !important;
  }
  /* line 20813, app/assets/stylesheets/_custom.scss */
  .m-lg-n16 {
    margin: -7rem !important;
  }
  /* line 20817, app/assets/stylesheets/_custom.scss */
  .m-lg-n17 {
    margin: -7.5rem !important;
  }
  /* line 20821, app/assets/stylesheets/_custom.scss */
  .m-lg-n18 {
    margin: -8rem !important;
  }
  /* line 20825, app/assets/stylesheets/_custom.scss */
  .m-lg-n19 {
    margin: -8.5rem !important;
  }
  /* line 20829, app/assets/stylesheets/_custom.scss */
  .m-lg-n20 {
    margin: -9rem !important;
  }
  /* line 20833, app/assets/stylesheets/_custom.scss */
  .m-lg-n21 {
    margin: -9.5rem !important;
  }
  /* line 20837, app/assets/stylesheets/_custom.scss */
  .m-lg-n22 {
    margin: -10rem !important;
  }
  /* line 20841, app/assets/stylesheets/_custom.scss */
  .m-lg-n23 {
    margin: -12rem !important;
  }
  /* line 20845, app/assets/stylesheets/_custom.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 20850, app/assets/stylesheets/_custom.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 20855, app/assets/stylesheets/_custom.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 20860, app/assets/stylesheets/_custom.scss */
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 20865, app/assets/stylesheets/_custom.scss */
  .mx-lg-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 20870, app/assets/stylesheets/_custom.scss */
  .mx-lg-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 20875, app/assets/stylesheets/_custom.scss */
  .mx-lg-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 20880, app/assets/stylesheets/_custom.scss */
  .mx-lg-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 20885, app/assets/stylesheets/_custom.scss */
  .mx-lg-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 20890, app/assets/stylesheets/_custom.scss */
  .mx-lg-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 20895, app/assets/stylesheets/_custom.scss */
  .mx-lg-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 20900, app/assets/stylesheets/_custom.scss */
  .mx-lg-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 20905, app/assets/stylesheets/_custom.scss */
  .mx-lg-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 20910, app/assets/stylesheets/_custom.scss */
  .mx-lg-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 20915, app/assets/stylesheets/_custom.scss */
  .mx-lg-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 20920, app/assets/stylesheets/_custom.scss */
  .mx-lg-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 20925, app/assets/stylesheets/_custom.scss */
  .mx-lg-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 20930, app/assets/stylesheets/_custom.scss */
  .mx-lg-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 20935, app/assets/stylesheets/_custom.scss */
  .mx-lg-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 20940, app/assets/stylesheets/_custom.scss */
  .mx-lg-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 20945, app/assets/stylesheets/_custom.scss */
  .mx-lg-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 20950, app/assets/stylesheets/_custom.scss */
  .mx-lg-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 20955, app/assets/stylesheets/_custom.scss */
  .mx-lg-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 20960, app/assets/stylesheets/_custom.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 20965, app/assets/stylesheets/_custom.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 20970, app/assets/stylesheets/_custom.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 20975, app/assets/stylesheets/_custom.scss */
  .my-lg-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 20980, app/assets/stylesheets/_custom.scss */
  .my-lg-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 20985, app/assets/stylesheets/_custom.scss */
  .my-lg-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 20990, app/assets/stylesheets/_custom.scss */
  .my-lg-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 20995, app/assets/stylesheets/_custom.scss */
  .my-lg-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 21000, app/assets/stylesheets/_custom.scss */
  .my-lg-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 21005, app/assets/stylesheets/_custom.scss */
  .my-lg-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 21010, app/assets/stylesheets/_custom.scss */
  .my-lg-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 21015, app/assets/stylesheets/_custom.scss */
  .my-lg-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 21020, app/assets/stylesheets/_custom.scss */
  .my-lg-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 21025, app/assets/stylesheets/_custom.scss */
  .my-lg-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 21030, app/assets/stylesheets/_custom.scss */
  .my-lg-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 21035, app/assets/stylesheets/_custom.scss */
  .my-lg-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 21040, app/assets/stylesheets/_custom.scss */
  .my-lg-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 21045, app/assets/stylesheets/_custom.scss */
  .my-lg-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 21050, app/assets/stylesheets/_custom.scss */
  .my-lg-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 21055, app/assets/stylesheets/_custom.scss */
  .my-lg-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 21060, app/assets/stylesheets/_custom.scss */
  .my-lg-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 21065, app/assets/stylesheets/_custom.scss */
  .my-lg-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 21070, app/assets/stylesheets/_custom.scss */
  .my-lg-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 21075, app/assets/stylesheets/_custom.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 21079, app/assets/stylesheets/_custom.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 21083, app/assets/stylesheets/_custom.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 21087, app/assets/stylesheets/_custom.scss */
  .mt-lg-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 21091, app/assets/stylesheets/_custom.scss */
  .mt-lg-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 21095, app/assets/stylesheets/_custom.scss */
  .mt-lg-n6 {
    margin-top: -2rem !important;
  }
  /* line 21099, app/assets/stylesheets/_custom.scss */
  .mt-lg-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 21103, app/assets/stylesheets/_custom.scss */
  .mt-lg-n8 {
    margin-top: -3rem !important;
  }
  /* line 21107, app/assets/stylesheets/_custom.scss */
  .mt-lg-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 21111, app/assets/stylesheets/_custom.scss */
  .mt-lg-n10 {
    margin-top: -4rem !important;
  }
  /* line 21115, app/assets/stylesheets/_custom.scss */
  .mt-lg-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 21119, app/assets/stylesheets/_custom.scss */
  .mt-lg-n12 {
    margin-top: -5rem !important;
  }
  /* line 21123, app/assets/stylesheets/_custom.scss */
  .mt-lg-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 21127, app/assets/stylesheets/_custom.scss */
  .mt-lg-n14 {
    margin-top: -6rem !important;
  }
  /* line 21131, app/assets/stylesheets/_custom.scss */
  .mt-lg-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 21135, app/assets/stylesheets/_custom.scss */
  .mt-lg-n16 {
    margin-top: -7rem !important;
  }
  /* line 21139, app/assets/stylesheets/_custom.scss */
  .mt-lg-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 21143, app/assets/stylesheets/_custom.scss */
  .mt-lg-n18 {
    margin-top: -8rem !important;
  }
  /* line 21147, app/assets/stylesheets/_custom.scss */
  .mt-lg-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 21151, app/assets/stylesheets/_custom.scss */
  .mt-lg-n20 {
    margin-top: -9rem !important;
  }
  /* line 21155, app/assets/stylesheets/_custom.scss */
  .mt-lg-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 21159, app/assets/stylesheets/_custom.scss */
  .mt-lg-n22 {
    margin-top: -10rem !important;
  }
  /* line 21163, app/assets/stylesheets/_custom.scss */
  .mt-lg-n23 {
    margin-top: -12rem !important;
  }
  /* line 21167, app/assets/stylesheets/_custom.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 21171, app/assets/stylesheets/_custom.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 21175, app/assets/stylesheets/_custom.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 21179, app/assets/stylesheets/_custom.scss */
  .me-lg-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 21183, app/assets/stylesheets/_custom.scss */
  .me-lg-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 21187, app/assets/stylesheets/_custom.scss */
  .me-lg-n6 {
    margin-right: -2rem !important;
  }
  /* line 21191, app/assets/stylesheets/_custom.scss */
  .me-lg-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 21195, app/assets/stylesheets/_custom.scss */
  .me-lg-n8 {
    margin-right: -3rem !important;
  }
  /* line 21199, app/assets/stylesheets/_custom.scss */
  .me-lg-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 21203, app/assets/stylesheets/_custom.scss */
  .me-lg-n10 {
    margin-right: -4rem !important;
  }
  /* line 21207, app/assets/stylesheets/_custom.scss */
  .me-lg-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 21211, app/assets/stylesheets/_custom.scss */
  .me-lg-n12 {
    margin-right: -5rem !important;
  }
  /* line 21215, app/assets/stylesheets/_custom.scss */
  .me-lg-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 21219, app/assets/stylesheets/_custom.scss */
  .me-lg-n14 {
    margin-right: -6rem !important;
  }
  /* line 21223, app/assets/stylesheets/_custom.scss */
  .me-lg-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 21227, app/assets/stylesheets/_custom.scss */
  .me-lg-n16 {
    margin-right: -7rem !important;
  }
  /* line 21231, app/assets/stylesheets/_custom.scss */
  .me-lg-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 21235, app/assets/stylesheets/_custom.scss */
  .me-lg-n18 {
    margin-right: -8rem !important;
  }
  /* line 21239, app/assets/stylesheets/_custom.scss */
  .me-lg-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 21243, app/assets/stylesheets/_custom.scss */
  .me-lg-n20 {
    margin-right: -9rem !important;
  }
  /* line 21247, app/assets/stylesheets/_custom.scss */
  .me-lg-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 21251, app/assets/stylesheets/_custom.scss */
  .me-lg-n22 {
    margin-right: -10rem !important;
  }
  /* line 21255, app/assets/stylesheets/_custom.scss */
  .me-lg-n23 {
    margin-right: -12rem !important;
  }
  /* line 21259, app/assets/stylesheets/_custom.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21263, app/assets/stylesheets/_custom.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21267, app/assets/stylesheets/_custom.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 21271, app/assets/stylesheets/_custom.scss */
  .mb-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 21275, app/assets/stylesheets/_custom.scss */
  .mb-lg-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21279, app/assets/stylesheets/_custom.scss */
  .mb-lg-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 21283, app/assets/stylesheets/_custom.scss */
  .mb-lg-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 21287, app/assets/stylesheets/_custom.scss */
  .mb-lg-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 21291, app/assets/stylesheets/_custom.scss */
  .mb-lg-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 21295, app/assets/stylesheets/_custom.scss */
  .mb-lg-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 21299, app/assets/stylesheets/_custom.scss */
  .mb-lg-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21303, app/assets/stylesheets/_custom.scss */
  .mb-lg-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 21307, app/assets/stylesheets/_custom.scss */
  .mb-lg-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 21311, app/assets/stylesheets/_custom.scss */
  .mb-lg-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 21315, app/assets/stylesheets/_custom.scss */
  .mb-lg-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 21319, app/assets/stylesheets/_custom.scss */
  .mb-lg-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 21323, app/assets/stylesheets/_custom.scss */
  .mb-lg-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 21327, app/assets/stylesheets/_custom.scss */
  .mb-lg-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 21331, app/assets/stylesheets/_custom.scss */
  .mb-lg-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 21335, app/assets/stylesheets/_custom.scss */
  .mb-lg-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 21339, app/assets/stylesheets/_custom.scss */
  .mb-lg-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 21343, app/assets/stylesheets/_custom.scss */
  .mb-lg-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 21347, app/assets/stylesheets/_custom.scss */
  .mb-lg-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 21351, app/assets/stylesheets/_custom.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 21355, app/assets/stylesheets/_custom.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 21359, app/assets/stylesheets/_custom.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 21363, app/assets/stylesheets/_custom.scss */
  .ms-lg-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 21367, app/assets/stylesheets/_custom.scss */
  .ms-lg-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 21371, app/assets/stylesheets/_custom.scss */
  .ms-lg-n6 {
    margin-left: -2rem !important;
  }
  /* line 21375, app/assets/stylesheets/_custom.scss */
  .ms-lg-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 21379, app/assets/stylesheets/_custom.scss */
  .ms-lg-n8 {
    margin-left: -3rem !important;
  }
  /* line 21383, app/assets/stylesheets/_custom.scss */
  .ms-lg-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 21387, app/assets/stylesheets/_custom.scss */
  .ms-lg-n10 {
    margin-left: -4rem !important;
  }
  /* line 21391, app/assets/stylesheets/_custom.scss */
  .ms-lg-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 21395, app/assets/stylesheets/_custom.scss */
  .ms-lg-n12 {
    margin-left: -5rem !important;
  }
  /* line 21399, app/assets/stylesheets/_custom.scss */
  .ms-lg-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 21403, app/assets/stylesheets/_custom.scss */
  .ms-lg-n14 {
    margin-left: -6rem !important;
  }
  /* line 21407, app/assets/stylesheets/_custom.scss */
  .ms-lg-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 21411, app/assets/stylesheets/_custom.scss */
  .ms-lg-n16 {
    margin-left: -7rem !important;
  }
  /* line 21415, app/assets/stylesheets/_custom.scss */
  .ms-lg-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 21419, app/assets/stylesheets/_custom.scss */
  .ms-lg-n18 {
    margin-left: -8rem !important;
  }
  /* line 21423, app/assets/stylesheets/_custom.scss */
  .ms-lg-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 21427, app/assets/stylesheets/_custom.scss */
  .ms-lg-n20 {
    margin-left: -9rem !important;
  }
  /* line 21431, app/assets/stylesheets/_custom.scss */
  .ms-lg-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 21435, app/assets/stylesheets/_custom.scss */
  .ms-lg-n22 {
    margin-left: -10rem !important;
  }
  /* line 21439, app/assets/stylesheets/_custom.scss */
  .ms-lg-n23 {
    margin-left: -12rem !important;
  }
  /* line 21443, app/assets/stylesheets/_custom.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 21447, app/assets/stylesheets/_custom.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 21451, app/assets/stylesheets/_custom.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 21455, app/assets/stylesheets/_custom.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 21459, app/assets/stylesheets/_custom.scss */
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  /* line 21463, app/assets/stylesheets/_custom.scss */
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  /* line 21467, app/assets/stylesheets/_custom.scss */
  .p-lg-6 {
    padding: 2rem !important;
  }
  /* line 21471, app/assets/stylesheets/_custom.scss */
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  /* line 21475, app/assets/stylesheets/_custom.scss */
  .p-lg-8 {
    padding: 3rem !important;
  }
  /* line 21479, app/assets/stylesheets/_custom.scss */
  .p-lg-9 {
    padding: 3.5rem !important;
  }
  /* line 21483, app/assets/stylesheets/_custom.scss */
  .p-lg-10 {
    padding: 4rem !important;
  }
  /* line 21487, app/assets/stylesheets/_custom.scss */
  .p-lg-11 {
    padding: 4.5rem !important;
  }
  /* line 21491, app/assets/stylesheets/_custom.scss */
  .p-lg-12 {
    padding: 5rem !important;
  }
  /* line 21495, app/assets/stylesheets/_custom.scss */
  .p-lg-13 {
    padding: 5.5rem !important;
  }
  /* line 21499, app/assets/stylesheets/_custom.scss */
  .p-lg-14 {
    padding: 6rem !important;
  }
  /* line 21503, app/assets/stylesheets/_custom.scss */
  .p-lg-15 {
    padding: 6.5rem !important;
  }
  /* line 21507, app/assets/stylesheets/_custom.scss */
  .p-lg-16 {
    padding: 7rem !important;
  }
  /* line 21511, app/assets/stylesheets/_custom.scss */
  .p-lg-17 {
    padding: 7.5rem !important;
  }
  /* line 21515, app/assets/stylesheets/_custom.scss */
  .p-lg-18 {
    padding: 8rem !important;
  }
  /* line 21519, app/assets/stylesheets/_custom.scss */
  .p-lg-19 {
    padding: 8.5rem !important;
  }
  /* line 21523, app/assets/stylesheets/_custom.scss */
  .p-lg-20 {
    padding: 9rem !important;
  }
  /* line 21527, app/assets/stylesheets/_custom.scss */
  .p-lg-21 {
    padding: 9.5rem !important;
  }
  /* line 21531, app/assets/stylesheets/_custom.scss */
  .p-lg-22 {
    padding: 10rem !important;
  }
  /* line 21535, app/assets/stylesheets/_custom.scss */
  .p-lg-23 {
    padding: 12rem !important;
  }
  /* line 21539, app/assets/stylesheets/_custom.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21544, app/assets/stylesheets/_custom.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21549, app/assets/stylesheets/_custom.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21554, app/assets/stylesheets/_custom.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21559, app/assets/stylesheets/_custom.scss */
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 21564, app/assets/stylesheets/_custom.scss */
  .px-lg-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21569, app/assets/stylesheets/_custom.scss */
  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 21574, app/assets/stylesheets/_custom.scss */
  .px-lg-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 21579, app/assets/stylesheets/_custom.scss */
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21584, app/assets/stylesheets/_custom.scss */
  .px-lg-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 21589, app/assets/stylesheets/_custom.scss */
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 21594, app/assets/stylesheets/_custom.scss */
  .px-lg-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 21599, app/assets/stylesheets/_custom.scss */
  .px-lg-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 21604, app/assets/stylesheets/_custom.scss */
  .px-lg-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 21609, app/assets/stylesheets/_custom.scss */
  .px-lg-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 21614, app/assets/stylesheets/_custom.scss */
  .px-lg-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 21619, app/assets/stylesheets/_custom.scss */
  .px-lg-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 21624, app/assets/stylesheets/_custom.scss */
  .px-lg-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 21629, app/assets/stylesheets/_custom.scss */
  .px-lg-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 21634, app/assets/stylesheets/_custom.scss */
  .px-lg-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 21639, app/assets/stylesheets/_custom.scss */
  .px-lg-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 21644, app/assets/stylesheets/_custom.scss */
  .px-lg-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 21649, app/assets/stylesheets/_custom.scss */
  .px-lg-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 21654, app/assets/stylesheets/_custom.scss */
  .px-lg-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 21659, app/assets/stylesheets/_custom.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 21664, app/assets/stylesheets/_custom.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 21669, app/assets/stylesheets/_custom.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 21674, app/assets/stylesheets/_custom.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 21679, app/assets/stylesheets/_custom.scss */
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 21684, app/assets/stylesheets/_custom.scss */
  .py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 21689, app/assets/stylesheets/_custom.scss */
  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 21694, app/assets/stylesheets/_custom.scss */
  .py-lg-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 21699, app/assets/stylesheets/_custom.scss */
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 21704, app/assets/stylesheets/_custom.scss */
  .py-lg-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 21709, app/assets/stylesheets/_custom.scss */
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 21714, app/assets/stylesheets/_custom.scss */
  .py-lg-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 21719, app/assets/stylesheets/_custom.scss */
  .py-lg-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 21724, app/assets/stylesheets/_custom.scss */
  .py-lg-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 21729, app/assets/stylesheets/_custom.scss */
  .py-lg-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 21734, app/assets/stylesheets/_custom.scss */
  .py-lg-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 21739, app/assets/stylesheets/_custom.scss */
  .py-lg-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 21744, app/assets/stylesheets/_custom.scss */
  .py-lg-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 21749, app/assets/stylesheets/_custom.scss */
  .py-lg-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 21754, app/assets/stylesheets/_custom.scss */
  .py-lg-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 21759, app/assets/stylesheets/_custom.scss */
  .py-lg-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 21764, app/assets/stylesheets/_custom.scss */
  .py-lg-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 21769, app/assets/stylesheets/_custom.scss */
  .py-lg-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 21774, app/assets/stylesheets/_custom.scss */
  .py-lg-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 21779, app/assets/stylesheets/_custom.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 21783, app/assets/stylesheets/_custom.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 21787, app/assets/stylesheets/_custom.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 21791, app/assets/stylesheets/_custom.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 21795, app/assets/stylesheets/_custom.scss */
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  /* line 21799, app/assets/stylesheets/_custom.scss */
  .pt-lg-5 {
    padding-top: 1.5rem !important;
  }
  /* line 21803, app/assets/stylesheets/_custom.scss */
  .pt-lg-6 {
    padding-top: 2rem !important;
  }
  /* line 21807, app/assets/stylesheets/_custom.scss */
  .pt-lg-7 {
    padding-top: 2.5rem !important;
  }
  /* line 21811, app/assets/stylesheets/_custom.scss */
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  /* line 21815, app/assets/stylesheets/_custom.scss */
  .pt-lg-9 {
    padding-top: 3.5rem !important;
  }
  /* line 21819, app/assets/stylesheets/_custom.scss */
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  /* line 21823, app/assets/stylesheets/_custom.scss */
  .pt-lg-11 {
    padding-top: 4.5rem !important;
  }
  /* line 21827, app/assets/stylesheets/_custom.scss */
  .pt-lg-12 {
    padding-top: 5rem !important;
  }
  /* line 21831, app/assets/stylesheets/_custom.scss */
  .pt-lg-13 {
    padding-top: 5.5rem !important;
  }
  /* line 21835, app/assets/stylesheets/_custom.scss */
  .pt-lg-14 {
    padding-top: 6rem !important;
  }
  /* line 21839, app/assets/stylesheets/_custom.scss */
  .pt-lg-15 {
    padding-top: 6.5rem !important;
  }
  /* line 21843, app/assets/stylesheets/_custom.scss */
  .pt-lg-16 {
    padding-top: 7rem !important;
  }
  /* line 21847, app/assets/stylesheets/_custom.scss */
  .pt-lg-17 {
    padding-top: 7.5rem !important;
  }
  /* line 21851, app/assets/stylesheets/_custom.scss */
  .pt-lg-18 {
    padding-top: 8rem !important;
  }
  /* line 21855, app/assets/stylesheets/_custom.scss */
  .pt-lg-19 {
    padding-top: 8.5rem !important;
  }
  /* line 21859, app/assets/stylesheets/_custom.scss */
  .pt-lg-20 {
    padding-top: 9rem !important;
  }
  /* line 21863, app/assets/stylesheets/_custom.scss */
  .pt-lg-21 {
    padding-top: 9.5rem !important;
  }
  /* line 21867, app/assets/stylesheets/_custom.scss */
  .pt-lg-22 {
    padding-top: 10rem !important;
  }
  /* line 21871, app/assets/stylesheets/_custom.scss */
  .pt-lg-23 {
    padding-top: 12rem !important;
  }
  /* line 21875, app/assets/stylesheets/_custom.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21879, app/assets/stylesheets/_custom.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21883, app/assets/stylesheets/_custom.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21887, app/assets/stylesheets/_custom.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21891, app/assets/stylesheets/_custom.scss */
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  /* line 21895, app/assets/stylesheets/_custom.scss */
  .pe-lg-5 {
    padding-right: 1.5rem !important;
  }
  /* line 21899, app/assets/stylesheets/_custom.scss */
  .pe-lg-6 {
    padding-right: 2rem !important;
  }
  /* line 21903, app/assets/stylesheets/_custom.scss */
  .pe-lg-7 {
    padding-right: 2.5rem !important;
  }
  /* line 21907, app/assets/stylesheets/_custom.scss */
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  /* line 21911, app/assets/stylesheets/_custom.scss */
  .pe-lg-9 {
    padding-right: 3.5rem !important;
  }
  /* line 21915, app/assets/stylesheets/_custom.scss */
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  /* line 21919, app/assets/stylesheets/_custom.scss */
  .pe-lg-11 {
    padding-right: 4.5rem !important;
  }
  /* line 21923, app/assets/stylesheets/_custom.scss */
  .pe-lg-12 {
    padding-right: 5rem !important;
  }
  /* line 21927, app/assets/stylesheets/_custom.scss */
  .pe-lg-13 {
    padding-right: 5.5rem !important;
  }
  /* line 21931, app/assets/stylesheets/_custom.scss */
  .pe-lg-14 {
    padding-right: 6rem !important;
  }
  /* line 21935, app/assets/stylesheets/_custom.scss */
  .pe-lg-15 {
    padding-right: 6.5rem !important;
  }
  /* line 21939, app/assets/stylesheets/_custom.scss */
  .pe-lg-16 {
    padding-right: 7rem !important;
  }
  /* line 21943, app/assets/stylesheets/_custom.scss */
  .pe-lg-17 {
    padding-right: 7.5rem !important;
  }
  /* line 21947, app/assets/stylesheets/_custom.scss */
  .pe-lg-18 {
    padding-right: 8rem !important;
  }
  /* line 21951, app/assets/stylesheets/_custom.scss */
  .pe-lg-19 {
    padding-right: 8.5rem !important;
  }
  /* line 21955, app/assets/stylesheets/_custom.scss */
  .pe-lg-20 {
    padding-right: 9rem !important;
  }
  /* line 21959, app/assets/stylesheets/_custom.scss */
  .pe-lg-21 {
    padding-right: 9.5rem !important;
  }
  /* line 21963, app/assets/stylesheets/_custom.scss */
  .pe-lg-22 {
    padding-right: 10rem !important;
  }
  /* line 21967, app/assets/stylesheets/_custom.scss */
  .pe-lg-23 {
    padding-right: 12rem !important;
  }
  /* line 21971, app/assets/stylesheets/_custom.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21975, app/assets/stylesheets/_custom.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21979, app/assets/stylesheets/_custom.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21983, app/assets/stylesheets/_custom.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21987, app/assets/stylesheets/_custom.scss */
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 21991, app/assets/stylesheets/_custom.scss */
  .pb-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21995, app/assets/stylesheets/_custom.scss */
  .pb-lg-6 {
    padding-bottom: 2rem !important;
  }
  /* line 21999, app/assets/stylesheets/_custom.scss */
  .pb-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22003, app/assets/stylesheets/_custom.scss */
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22007, app/assets/stylesheets/_custom.scss */
  .pb-lg-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 22011, app/assets/stylesheets/_custom.scss */
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  /* line 22015, app/assets/stylesheets/_custom.scss */
  .pb-lg-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 22019, app/assets/stylesheets/_custom.scss */
  .pb-lg-12 {
    padding-bottom: 5rem !important;
  }
  /* line 22023, app/assets/stylesheets/_custom.scss */
  .pb-lg-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 22027, app/assets/stylesheets/_custom.scss */
  .pb-lg-14 {
    padding-bottom: 6rem !important;
  }
  /* line 22031, app/assets/stylesheets/_custom.scss */
  .pb-lg-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 22035, app/assets/stylesheets/_custom.scss */
  .pb-lg-16 {
    padding-bottom: 7rem !important;
  }
  /* line 22039, app/assets/stylesheets/_custom.scss */
  .pb-lg-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 22043, app/assets/stylesheets/_custom.scss */
  .pb-lg-18 {
    padding-bottom: 8rem !important;
  }
  /* line 22047, app/assets/stylesheets/_custom.scss */
  .pb-lg-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 22051, app/assets/stylesheets/_custom.scss */
  .pb-lg-20 {
    padding-bottom: 9rem !important;
  }
  /* line 22055, app/assets/stylesheets/_custom.scss */
  .pb-lg-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 22059, app/assets/stylesheets/_custom.scss */
  .pb-lg-22 {
    padding-bottom: 10rem !important;
  }
  /* line 22063, app/assets/stylesheets/_custom.scss */
  .pb-lg-23 {
    padding-bottom: 12rem !important;
  }
  /* line 22067, app/assets/stylesheets/_custom.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 22071, app/assets/stylesheets/_custom.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 22075, app/assets/stylesheets/_custom.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 22079, app/assets/stylesheets/_custom.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 22083, app/assets/stylesheets/_custom.scss */
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  /* line 22087, app/assets/stylesheets/_custom.scss */
  .ps-lg-5 {
    padding-left: 1.5rem !important;
  }
  /* line 22091, app/assets/stylesheets/_custom.scss */
  .ps-lg-6 {
    padding-left: 2rem !important;
  }
  /* line 22095, app/assets/stylesheets/_custom.scss */
  .ps-lg-7 {
    padding-left: 2.5rem !important;
  }
  /* line 22099, app/assets/stylesheets/_custom.scss */
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  /* line 22103, app/assets/stylesheets/_custom.scss */
  .ps-lg-9 {
    padding-left: 3.5rem !important;
  }
  /* line 22107, app/assets/stylesheets/_custom.scss */
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  /* line 22111, app/assets/stylesheets/_custom.scss */
  .ps-lg-11 {
    padding-left: 4.5rem !important;
  }
  /* line 22115, app/assets/stylesheets/_custom.scss */
  .ps-lg-12 {
    padding-left: 5rem !important;
  }
  /* line 22119, app/assets/stylesheets/_custom.scss */
  .ps-lg-13 {
    padding-left: 5.5rem !important;
  }
  /* line 22123, app/assets/stylesheets/_custom.scss */
  .ps-lg-14 {
    padding-left: 6rem !important;
  }
  /* line 22127, app/assets/stylesheets/_custom.scss */
  .ps-lg-15 {
    padding-left: 6.5rem !important;
  }
  /* line 22131, app/assets/stylesheets/_custom.scss */
  .ps-lg-16 {
    padding-left: 7rem !important;
  }
  /* line 22135, app/assets/stylesheets/_custom.scss */
  .ps-lg-17 {
    padding-left: 7.5rem !important;
  }
  /* line 22139, app/assets/stylesheets/_custom.scss */
  .ps-lg-18 {
    padding-left: 8rem !important;
  }
  /* line 22143, app/assets/stylesheets/_custom.scss */
  .ps-lg-19 {
    padding-left: 8.5rem !important;
  }
  /* line 22147, app/assets/stylesheets/_custom.scss */
  .ps-lg-20 {
    padding-left: 9rem !important;
  }
  /* line 22151, app/assets/stylesheets/_custom.scss */
  .ps-lg-21 {
    padding-left: 9.5rem !important;
  }
  /* line 22155, app/assets/stylesheets/_custom.scss */
  .ps-lg-22 {
    padding-left: 10rem !important;
  }
  /* line 22159, app/assets/stylesheets/_custom.scss */
  .ps-lg-23 {
    padding-left: 12rem !important;
  }
  /* line 22163, app/assets/stylesheets/_custom.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 22167, app/assets/stylesheets/_custom.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 22171, app/assets/stylesheets/_custom.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22177, app/assets/stylesheets/_custom.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 22181, app/assets/stylesheets/_custom.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 22185, app/assets/stylesheets/_custom.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 22189, app/assets/stylesheets/_custom.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 22193, app/assets/stylesheets/_custom.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 22197, app/assets/stylesheets/_custom.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 22201, app/assets/stylesheets/_custom.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 22205, app/assets/stylesheets/_custom.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 22209, app/assets/stylesheets/_custom.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 22213, app/assets/stylesheets/_custom.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 22217, app/assets/stylesheets/_custom.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 22221, app/assets/stylesheets/_custom.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 22225, app/assets/stylesheets/_custom.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 22229, app/assets/stylesheets/_custom.scss */
  .w-xl-15 {
    width: 15% !important;
  }
  /* line 22233, app/assets/stylesheets/_custom.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 22237, app/assets/stylesheets/_custom.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 22241, app/assets/stylesheets/_custom.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 22245, app/assets/stylesheets/_custom.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 22249, app/assets/stylesheets/_custom.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 22253, app/assets/stylesheets/_custom.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 22257, app/assets/stylesheets/_custom.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 22261, app/assets/stylesheets/_custom.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 22265, app/assets/stylesheets/_custom.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 22269, app/assets/stylesheets/_custom.scss */
  .mw-xl-30 {
    max-width: 30% !important;
  }
  /* line 22273, app/assets/stylesheets/_custom.scss */
  .mw-xl-40 {
    max-width: 40% !important;
  }
  /* line 22277, app/assets/stylesheets/_custom.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 22281, app/assets/stylesheets/_custom.scss */
  .mw-xl-65 {
    max-width: 65% !important;
  }
  /* line 22285, app/assets/stylesheets/_custom.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 22289, app/assets/stylesheets/_custom.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 22293, app/assets/stylesheets/_custom.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 22297, app/assets/stylesheets/_custom.scss */
  .vw-xl-100 {
    width: 100vw !important;
  }
  /* line 22301, app/assets/stylesheets/_custom.scss */
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  /* line 22305, app/assets/stylesheets/_custom.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 22309, app/assets/stylesheets/_custom.scss */
  .h-xl-30 {
    height: 30% !important;
  }
  /* line 22313, app/assets/stylesheets/_custom.scss */
  .h-xl-40 {
    height: 40% !important;
  }
  /* line 22317, app/assets/stylesheets/_custom.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 22321, app/assets/stylesheets/_custom.scss */
  .h-xl-65 {
    height: 65% !important;
  }
  /* line 22325, app/assets/stylesheets/_custom.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 22329, app/assets/stylesheets/_custom.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 22333, app/assets/stylesheets/_custom.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 22337, app/assets/stylesheets/_custom.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 22341, app/assets/stylesheets/_custom.scss */
  .mh-xl-30 {
    max-height: 30% !important;
  }
  /* line 22345, app/assets/stylesheets/_custom.scss */
  .mh-xl-40 {
    max-height: 40% !important;
  }
  /* line 22349, app/assets/stylesheets/_custom.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 22353, app/assets/stylesheets/_custom.scss */
  .mh-xl-65 {
    max-height: 65% !important;
  }
  /* line 22357, app/assets/stylesheets/_custom.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 22361, app/assets/stylesheets/_custom.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 22365, app/assets/stylesheets/_custom.scss */
  .mh-xl-auto {
    max-height: auto !important;
  }
  /* line 22369, app/assets/stylesheets/_custom.scss */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 22373, app/assets/stylesheets/_custom.scss */
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  /* line 22377, app/assets/stylesheets/_custom.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 22381, app/assets/stylesheets/_custom.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 22385, app/assets/stylesheets/_custom.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 22389, app/assets/stylesheets/_custom.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 22393, app/assets/stylesheets/_custom.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 22397, app/assets/stylesheets/_custom.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 22401, app/assets/stylesheets/_custom.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22405, app/assets/stylesheets/_custom.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 22409, app/assets/stylesheets/_custom.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 22413, app/assets/stylesheets/_custom.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 22417, app/assets/stylesheets/_custom.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 22421, app/assets/stylesheets/_custom.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22425, app/assets/stylesheets/_custom.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 22429, app/assets/stylesheets/_custom.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 22433, app/assets/stylesheets/_custom.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 22437, app/assets/stylesheets/_custom.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 22441, app/assets/stylesheets/_custom.scss */
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  /* line 22445, app/assets/stylesheets/_custom.scss */
  .gap-xl-5 {
    gap: 1.5rem !important;
  }
  /* line 22449, app/assets/stylesheets/_custom.scss */
  .gap-xl-6 {
    gap: 2rem !important;
  }
  /* line 22453, app/assets/stylesheets/_custom.scss */
  .gap-xl-7 {
    gap: 2.5rem !important;
  }
  /* line 22457, app/assets/stylesheets/_custom.scss */
  .gap-xl-8 {
    gap: 3rem !important;
  }
  /* line 22461, app/assets/stylesheets/_custom.scss */
  .gap-xl-9 {
    gap: 3.5rem !important;
  }
  /* line 22465, app/assets/stylesheets/_custom.scss */
  .gap-xl-10 {
    gap: 4rem !important;
  }
  /* line 22469, app/assets/stylesheets/_custom.scss */
  .gap-xl-11 {
    gap: 4.5rem !important;
  }
  /* line 22473, app/assets/stylesheets/_custom.scss */
  .gap-xl-12 {
    gap: 5rem !important;
  }
  /* line 22477, app/assets/stylesheets/_custom.scss */
  .gap-xl-13 {
    gap: 5.5rem !important;
  }
  /* line 22481, app/assets/stylesheets/_custom.scss */
  .gap-xl-14 {
    gap: 6rem !important;
  }
  /* line 22485, app/assets/stylesheets/_custom.scss */
  .gap-xl-15 {
    gap: 6.5rem !important;
  }
  /* line 22489, app/assets/stylesheets/_custom.scss */
  .gap-xl-16 {
    gap: 7rem !important;
  }
  /* line 22493, app/assets/stylesheets/_custom.scss */
  .gap-xl-17 {
    gap: 7.5rem !important;
  }
  /* line 22497, app/assets/stylesheets/_custom.scss */
  .gap-xl-18 {
    gap: 8rem !important;
  }
  /* line 22501, app/assets/stylesheets/_custom.scss */
  .gap-xl-19 {
    gap: 8.5rem !important;
  }
  /* line 22505, app/assets/stylesheets/_custom.scss */
  .gap-xl-20 {
    gap: 9rem !important;
  }
  /* line 22509, app/assets/stylesheets/_custom.scss */
  .gap-xl-21 {
    gap: 9.5rem !important;
  }
  /* line 22513, app/assets/stylesheets/_custom.scss */
  .gap-xl-22 {
    gap: 10rem !important;
  }
  /* line 22517, app/assets/stylesheets/_custom.scss */
  .gap-xl-23 {
    gap: 12rem !important;
  }
  /* line 22521, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 22525, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22529, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 22533, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 22537, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 22541, app/assets/stylesheets/_custom.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 22545, app/assets/stylesheets/_custom.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 22549, app/assets/stylesheets/_custom.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 22553, app/assets/stylesheets/_custom.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 22557, app/assets/stylesheets/_custom.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 22561, app/assets/stylesheets/_custom.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 22565, app/assets/stylesheets/_custom.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 22569, app/assets/stylesheets/_custom.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 22573, app/assets/stylesheets/_custom.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 22577, app/assets/stylesheets/_custom.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 22581, app/assets/stylesheets/_custom.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 22585, app/assets/stylesheets/_custom.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 22589, app/assets/stylesheets/_custom.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 22593, app/assets/stylesheets/_custom.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 22597, app/assets/stylesheets/_custom.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 22601, app/assets/stylesheets/_custom.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 22605, app/assets/stylesheets/_custom.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 22609, app/assets/stylesheets/_custom.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 22613, app/assets/stylesheets/_custom.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 22617, app/assets/stylesheets/_custom.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 22621, app/assets/stylesheets/_custom.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 22625, app/assets/stylesheets/_custom.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 22629, app/assets/stylesheets/_custom.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 22633, app/assets/stylesheets/_custom.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 22637, app/assets/stylesheets/_custom.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 22641, app/assets/stylesheets/_custom.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 22645, app/assets/stylesheets/_custom.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 22649, app/assets/stylesheets/_custom.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 22653, app/assets/stylesheets/_custom.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 22657, app/assets/stylesheets/_custom.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 22661, app/assets/stylesheets/_custom.scss */
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  /* line 22665, app/assets/stylesheets/_custom.scss */
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  /* line 22669, app/assets/stylesheets/_custom.scss */
  .m-xl-6 {
    margin: 2rem !important;
  }
  /* line 22673, app/assets/stylesheets/_custom.scss */
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  /* line 22677, app/assets/stylesheets/_custom.scss */
  .m-xl-8 {
    margin: 3rem !important;
  }
  /* line 22681, app/assets/stylesheets/_custom.scss */
  .m-xl-9 {
    margin: 3.5rem !important;
  }
  /* line 22685, app/assets/stylesheets/_custom.scss */
  .m-xl-10 {
    margin: 4rem !important;
  }
  /* line 22689, app/assets/stylesheets/_custom.scss */
  .m-xl-11 {
    margin: 4.5rem !important;
  }
  /* line 22693, app/assets/stylesheets/_custom.scss */
  .m-xl-12 {
    margin: 5rem !important;
  }
  /* line 22697, app/assets/stylesheets/_custom.scss */
  .m-xl-13 {
    margin: 5.5rem !important;
  }
  /* line 22701, app/assets/stylesheets/_custom.scss */
  .m-xl-14 {
    margin: 6rem !important;
  }
  /* line 22705, app/assets/stylesheets/_custom.scss */
  .m-xl-15 {
    margin: 6.5rem !important;
  }
  /* line 22709, app/assets/stylesheets/_custom.scss */
  .m-xl-16 {
    margin: 7rem !important;
  }
  /* line 22713, app/assets/stylesheets/_custom.scss */
  .m-xl-17 {
    margin: 7.5rem !important;
  }
  /* line 22717, app/assets/stylesheets/_custom.scss */
  .m-xl-18 {
    margin: 8rem !important;
  }
  /* line 22721, app/assets/stylesheets/_custom.scss */
  .m-xl-19 {
    margin: 8.5rem !important;
  }
  /* line 22725, app/assets/stylesheets/_custom.scss */
  .m-xl-20 {
    margin: 9rem !important;
  }
  /* line 22729, app/assets/stylesheets/_custom.scss */
  .m-xl-21 {
    margin: 9.5rem !important;
  }
  /* line 22733, app/assets/stylesheets/_custom.scss */
  .m-xl-22 {
    margin: 10rem !important;
  }
  /* line 22737, app/assets/stylesheets/_custom.scss */
  .m-xl-23 {
    margin: 12rem !important;
  }
  /* line 22741, app/assets/stylesheets/_custom.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 22745, app/assets/stylesheets/_custom.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 22750, app/assets/stylesheets/_custom.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 22755, app/assets/stylesheets/_custom.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 22760, app/assets/stylesheets/_custom.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 22765, app/assets/stylesheets/_custom.scss */
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 22770, app/assets/stylesheets/_custom.scss */
  .mx-xl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 22775, app/assets/stylesheets/_custom.scss */
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 22780, app/assets/stylesheets/_custom.scss */
  .mx-xl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 22785, app/assets/stylesheets/_custom.scss */
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 22790, app/assets/stylesheets/_custom.scss */
  .mx-xl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 22795, app/assets/stylesheets/_custom.scss */
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 22800, app/assets/stylesheets/_custom.scss */
  .mx-xl-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 22805, app/assets/stylesheets/_custom.scss */
  .mx-xl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 22810, app/assets/stylesheets/_custom.scss */
  .mx-xl-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 22815, app/assets/stylesheets/_custom.scss */
  .mx-xl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 22820, app/assets/stylesheets/_custom.scss */
  .mx-xl-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 22825, app/assets/stylesheets/_custom.scss */
  .mx-xl-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 22830, app/assets/stylesheets/_custom.scss */
  .mx-xl-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 22835, app/assets/stylesheets/_custom.scss */
  .mx-xl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 22840, app/assets/stylesheets/_custom.scss */
  .mx-xl-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 22845, app/assets/stylesheets/_custom.scss */
  .mx-xl-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 22850, app/assets/stylesheets/_custom.scss */
  .mx-xl-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 22855, app/assets/stylesheets/_custom.scss */
  .mx-xl-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 22860, app/assets/stylesheets/_custom.scss */
  .mx-xl-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 22865, app/assets/stylesheets/_custom.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 22870, app/assets/stylesheets/_custom.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 22875, app/assets/stylesheets/_custom.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 22880, app/assets/stylesheets/_custom.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 22885, app/assets/stylesheets/_custom.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 22890, app/assets/stylesheets/_custom.scss */
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 22895, app/assets/stylesheets/_custom.scss */
  .my-xl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 22900, app/assets/stylesheets/_custom.scss */
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 22905, app/assets/stylesheets/_custom.scss */
  .my-xl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 22910, app/assets/stylesheets/_custom.scss */
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 22915, app/assets/stylesheets/_custom.scss */
  .my-xl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 22920, app/assets/stylesheets/_custom.scss */
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 22925, app/assets/stylesheets/_custom.scss */
  .my-xl-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 22930, app/assets/stylesheets/_custom.scss */
  .my-xl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 22935, app/assets/stylesheets/_custom.scss */
  .my-xl-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 22940, app/assets/stylesheets/_custom.scss */
  .my-xl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 22945, app/assets/stylesheets/_custom.scss */
  .my-xl-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 22950, app/assets/stylesheets/_custom.scss */
  .my-xl-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 22955, app/assets/stylesheets/_custom.scss */
  .my-xl-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 22960, app/assets/stylesheets/_custom.scss */
  .my-xl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 22965, app/assets/stylesheets/_custom.scss */
  .my-xl-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 22970, app/assets/stylesheets/_custom.scss */
  .my-xl-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 22975, app/assets/stylesheets/_custom.scss */
  .my-xl-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 22980, app/assets/stylesheets/_custom.scss */
  .my-xl-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 22985, app/assets/stylesheets/_custom.scss */
  .my-xl-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 22990, app/assets/stylesheets/_custom.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 22995, app/assets/stylesheets/_custom.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 22999, app/assets/stylesheets/_custom.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 23003, app/assets/stylesheets/_custom.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 23007, app/assets/stylesheets/_custom.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 23011, app/assets/stylesheets/_custom.scss */
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  /* line 23015, app/assets/stylesheets/_custom.scss */
  .mt-xl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 23019, app/assets/stylesheets/_custom.scss */
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  /* line 23023, app/assets/stylesheets/_custom.scss */
  .mt-xl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 23027, app/assets/stylesheets/_custom.scss */
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  /* line 23031, app/assets/stylesheets/_custom.scss */
  .mt-xl-9 {
    margin-top: 3.5rem !important;
  }
  /* line 23035, app/assets/stylesheets/_custom.scss */
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  /* line 23039, app/assets/stylesheets/_custom.scss */
  .mt-xl-11 {
    margin-top: 4.5rem !important;
  }
  /* line 23043, app/assets/stylesheets/_custom.scss */
  .mt-xl-12 {
    margin-top: 5rem !important;
  }
  /* line 23047, app/assets/stylesheets/_custom.scss */
  .mt-xl-13 {
    margin-top: 5.5rem !important;
  }
  /* line 23051, app/assets/stylesheets/_custom.scss */
  .mt-xl-14 {
    margin-top: 6rem !important;
  }
  /* line 23055, app/assets/stylesheets/_custom.scss */
  .mt-xl-15 {
    margin-top: 6.5rem !important;
  }
  /* line 23059, app/assets/stylesheets/_custom.scss */
  .mt-xl-16 {
    margin-top: 7rem !important;
  }
  /* line 23063, app/assets/stylesheets/_custom.scss */
  .mt-xl-17 {
    margin-top: 7.5rem !important;
  }
  /* line 23067, app/assets/stylesheets/_custom.scss */
  .mt-xl-18 {
    margin-top: 8rem !important;
  }
  /* line 23071, app/assets/stylesheets/_custom.scss */
  .mt-xl-19 {
    margin-top: 8.5rem !important;
  }
  /* line 23075, app/assets/stylesheets/_custom.scss */
  .mt-xl-20 {
    margin-top: 9rem !important;
  }
  /* line 23079, app/assets/stylesheets/_custom.scss */
  .mt-xl-21 {
    margin-top: 9.5rem !important;
  }
  /* line 23083, app/assets/stylesheets/_custom.scss */
  .mt-xl-22 {
    margin-top: 10rem !important;
  }
  /* line 23087, app/assets/stylesheets/_custom.scss */
  .mt-xl-23 {
    margin-top: 12rem !important;
  }
  /* line 23091, app/assets/stylesheets/_custom.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 23095, app/assets/stylesheets/_custom.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 23099, app/assets/stylesheets/_custom.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 23103, app/assets/stylesheets/_custom.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 23107, app/assets/stylesheets/_custom.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 23111, app/assets/stylesheets/_custom.scss */
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  /* line 23115, app/assets/stylesheets/_custom.scss */
  .me-xl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 23119, app/assets/stylesheets/_custom.scss */
  .me-xl-6 {
    margin-right: 2rem !important;
  }
  /* line 23123, app/assets/stylesheets/_custom.scss */
  .me-xl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 23127, app/assets/stylesheets/_custom.scss */
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  /* line 23131, app/assets/stylesheets/_custom.scss */
  .me-xl-9 {
    margin-right: 3.5rem !important;
  }
  /* line 23135, app/assets/stylesheets/_custom.scss */
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  /* line 23139, app/assets/stylesheets/_custom.scss */
  .me-xl-11 {
    margin-right: 4.5rem !important;
  }
  /* line 23143, app/assets/stylesheets/_custom.scss */
  .me-xl-12 {
    margin-right: 5rem !important;
  }
  /* line 23147, app/assets/stylesheets/_custom.scss */
  .me-xl-13 {
    margin-right: 5.5rem !important;
  }
  /* line 23151, app/assets/stylesheets/_custom.scss */
  .me-xl-14 {
    margin-right: 6rem !important;
  }
  /* line 23155, app/assets/stylesheets/_custom.scss */
  .me-xl-15 {
    margin-right: 6.5rem !important;
  }
  /* line 23159, app/assets/stylesheets/_custom.scss */
  .me-xl-16 {
    margin-right: 7rem !important;
  }
  /* line 23163, app/assets/stylesheets/_custom.scss */
  .me-xl-17 {
    margin-right: 7.5rem !important;
  }
  /* line 23167, app/assets/stylesheets/_custom.scss */
  .me-xl-18 {
    margin-right: 8rem !important;
  }
  /* line 23171, app/assets/stylesheets/_custom.scss */
  .me-xl-19 {
    margin-right: 8.5rem !important;
  }
  /* line 23175, app/assets/stylesheets/_custom.scss */
  .me-xl-20 {
    margin-right: 9rem !important;
  }
  /* line 23179, app/assets/stylesheets/_custom.scss */
  .me-xl-21 {
    margin-right: 9.5rem !important;
  }
  /* line 23183, app/assets/stylesheets/_custom.scss */
  .me-xl-22 {
    margin-right: 10rem !important;
  }
  /* line 23187, app/assets/stylesheets/_custom.scss */
  .me-xl-23 {
    margin-right: 12rem !important;
  }
  /* line 23191, app/assets/stylesheets/_custom.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 23195, app/assets/stylesheets/_custom.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 23199, app/assets/stylesheets/_custom.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 23203, app/assets/stylesheets/_custom.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 23207, app/assets/stylesheets/_custom.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 23211, app/assets/stylesheets/_custom.scss */
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 23215, app/assets/stylesheets/_custom.scss */
  .mb-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 23219, app/assets/stylesheets/_custom.scss */
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 23223, app/assets/stylesheets/_custom.scss */
  .mb-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 23227, app/assets/stylesheets/_custom.scss */
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 23231, app/assets/stylesheets/_custom.scss */
  .mb-xl-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 23235, app/assets/stylesheets/_custom.scss */
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  /* line 23239, app/assets/stylesheets/_custom.scss */
  .mb-xl-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 23243, app/assets/stylesheets/_custom.scss */
  .mb-xl-12 {
    margin-bottom: 5rem !important;
  }
  /* line 23247, app/assets/stylesheets/_custom.scss */
  .mb-xl-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 23251, app/assets/stylesheets/_custom.scss */
  .mb-xl-14 {
    margin-bottom: 6rem !important;
  }
  /* line 23255, app/assets/stylesheets/_custom.scss */
  .mb-xl-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 23259, app/assets/stylesheets/_custom.scss */
  .mb-xl-16 {
    margin-bottom: 7rem !important;
  }
  /* line 23263, app/assets/stylesheets/_custom.scss */
  .mb-xl-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 23267, app/assets/stylesheets/_custom.scss */
  .mb-xl-18 {
    margin-bottom: 8rem !important;
  }
  /* line 23271, app/assets/stylesheets/_custom.scss */
  .mb-xl-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 23275, app/assets/stylesheets/_custom.scss */
  .mb-xl-20 {
    margin-bottom: 9rem !important;
  }
  /* line 23279, app/assets/stylesheets/_custom.scss */
  .mb-xl-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 23283, app/assets/stylesheets/_custom.scss */
  .mb-xl-22 {
    margin-bottom: 10rem !important;
  }
  /* line 23287, app/assets/stylesheets/_custom.scss */
  .mb-xl-23 {
    margin-bottom: 12rem !important;
  }
  /* line 23291, app/assets/stylesheets/_custom.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 23295, app/assets/stylesheets/_custom.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 23299, app/assets/stylesheets/_custom.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 23303, app/assets/stylesheets/_custom.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 23307, app/assets/stylesheets/_custom.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 23311, app/assets/stylesheets/_custom.scss */
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  /* line 23315, app/assets/stylesheets/_custom.scss */
  .ms-xl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 23319, app/assets/stylesheets/_custom.scss */
  .ms-xl-6 {
    margin-left: 2rem !important;
  }
  /* line 23323, app/assets/stylesheets/_custom.scss */
  .ms-xl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 23327, app/assets/stylesheets/_custom.scss */
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  /* line 23331, app/assets/stylesheets/_custom.scss */
  .ms-xl-9 {
    margin-left: 3.5rem !important;
  }
  /* line 23335, app/assets/stylesheets/_custom.scss */
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  /* line 23339, app/assets/stylesheets/_custom.scss */
  .ms-xl-11 {
    margin-left: 4.5rem !important;
  }
  /* line 23343, app/assets/stylesheets/_custom.scss */
  .ms-xl-12 {
    margin-left: 5rem !important;
  }
  /* line 23347, app/assets/stylesheets/_custom.scss */
  .ms-xl-13 {
    margin-left: 5.5rem !important;
  }
  /* line 23351, app/assets/stylesheets/_custom.scss */
  .ms-xl-14 {
    margin-left: 6rem !important;
  }
  /* line 23355, app/assets/stylesheets/_custom.scss */
  .ms-xl-15 {
    margin-left: 6.5rem !important;
  }
  /* line 23359, app/assets/stylesheets/_custom.scss */
  .ms-xl-16 {
    margin-left: 7rem !important;
  }
  /* line 23363, app/assets/stylesheets/_custom.scss */
  .ms-xl-17 {
    margin-left: 7.5rem !important;
  }
  /* line 23367, app/assets/stylesheets/_custom.scss */
  .ms-xl-18 {
    margin-left: 8rem !important;
  }
  /* line 23371, app/assets/stylesheets/_custom.scss */
  .ms-xl-19 {
    margin-left: 8.5rem !important;
  }
  /* line 23375, app/assets/stylesheets/_custom.scss */
  .ms-xl-20 {
    margin-left: 9rem !important;
  }
  /* line 23379, app/assets/stylesheets/_custom.scss */
  .ms-xl-21 {
    margin-left: 9.5rem !important;
  }
  /* line 23383, app/assets/stylesheets/_custom.scss */
  .ms-xl-22 {
    margin-left: 10rem !important;
  }
  /* line 23387, app/assets/stylesheets/_custom.scss */
  .ms-xl-23 {
    margin-left: 12rem !important;
  }
  /* line 23391, app/assets/stylesheets/_custom.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 23395, app/assets/stylesheets/_custom.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 23399, app/assets/stylesheets/_custom.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 23403, app/assets/stylesheets/_custom.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 23407, app/assets/stylesheets/_custom.scss */
  .m-xl-n4 {
    margin: -1.25rem !important;
  }
  /* line 23411, app/assets/stylesheets/_custom.scss */
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  /* line 23415, app/assets/stylesheets/_custom.scss */
  .m-xl-n6 {
    margin: -2rem !important;
  }
  /* line 23419, app/assets/stylesheets/_custom.scss */
  .m-xl-n7 {
    margin: -2.5rem !important;
  }
  /* line 23423, app/assets/stylesheets/_custom.scss */
  .m-xl-n8 {
    margin: -3rem !important;
  }
  /* line 23427, app/assets/stylesheets/_custom.scss */
  .m-xl-n9 {
    margin: -3.5rem !important;
  }
  /* line 23431, app/assets/stylesheets/_custom.scss */
  .m-xl-n10 {
    margin: -4rem !important;
  }
  /* line 23435, app/assets/stylesheets/_custom.scss */
  .m-xl-n11 {
    margin: -4.5rem !important;
  }
  /* line 23439, app/assets/stylesheets/_custom.scss */
  .m-xl-n12 {
    margin: -5rem !important;
  }
  /* line 23443, app/assets/stylesheets/_custom.scss */
  .m-xl-n13 {
    margin: -5.5rem !important;
  }
  /* line 23447, app/assets/stylesheets/_custom.scss */
  .m-xl-n14 {
    margin: -6rem !important;
  }
  /* line 23451, app/assets/stylesheets/_custom.scss */
  .m-xl-n15 {
    margin: -6.5rem !important;
  }
  /* line 23455, app/assets/stylesheets/_custom.scss */
  .m-xl-n16 {
    margin: -7rem !important;
  }
  /* line 23459, app/assets/stylesheets/_custom.scss */
  .m-xl-n17 {
    margin: -7.5rem !important;
  }
  /* line 23463, app/assets/stylesheets/_custom.scss */
  .m-xl-n18 {
    margin: -8rem !important;
  }
  /* line 23467, app/assets/stylesheets/_custom.scss */
  .m-xl-n19 {
    margin: -8.5rem !important;
  }
  /* line 23471, app/assets/stylesheets/_custom.scss */
  .m-xl-n20 {
    margin: -9rem !important;
  }
  /* line 23475, app/assets/stylesheets/_custom.scss */
  .m-xl-n21 {
    margin: -9.5rem !important;
  }
  /* line 23479, app/assets/stylesheets/_custom.scss */
  .m-xl-n22 {
    margin: -10rem !important;
  }
  /* line 23483, app/assets/stylesheets/_custom.scss */
  .m-xl-n23 {
    margin: -12rem !important;
  }
  /* line 23487, app/assets/stylesheets/_custom.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 23492, app/assets/stylesheets/_custom.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 23497, app/assets/stylesheets/_custom.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 23502, app/assets/stylesheets/_custom.scss */
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 23507, app/assets/stylesheets/_custom.scss */
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 23512, app/assets/stylesheets/_custom.scss */
  .mx-xl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 23517, app/assets/stylesheets/_custom.scss */
  .mx-xl-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 23522, app/assets/stylesheets/_custom.scss */
  .mx-xl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 23527, app/assets/stylesheets/_custom.scss */
  .mx-xl-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 23532, app/assets/stylesheets/_custom.scss */
  .mx-xl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 23537, app/assets/stylesheets/_custom.scss */
  .mx-xl-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 23542, app/assets/stylesheets/_custom.scss */
  .mx-xl-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 23547, app/assets/stylesheets/_custom.scss */
  .mx-xl-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 23552, app/assets/stylesheets/_custom.scss */
  .mx-xl-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 23557, app/assets/stylesheets/_custom.scss */
  .mx-xl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 23562, app/assets/stylesheets/_custom.scss */
  .mx-xl-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 23567, app/assets/stylesheets/_custom.scss */
  .mx-xl-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 23572, app/assets/stylesheets/_custom.scss */
  .mx-xl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 23577, app/assets/stylesheets/_custom.scss */
  .mx-xl-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 23582, app/assets/stylesheets/_custom.scss */
  .mx-xl-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 23587, app/assets/stylesheets/_custom.scss */
  .mx-xl-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 23592, app/assets/stylesheets/_custom.scss */
  .mx-xl-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 23597, app/assets/stylesheets/_custom.scss */
  .mx-xl-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 23602, app/assets/stylesheets/_custom.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 23607, app/assets/stylesheets/_custom.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 23612, app/assets/stylesheets/_custom.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 23617, app/assets/stylesheets/_custom.scss */
  .my-xl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 23622, app/assets/stylesheets/_custom.scss */
  .my-xl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 23627, app/assets/stylesheets/_custom.scss */
  .my-xl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 23632, app/assets/stylesheets/_custom.scss */
  .my-xl-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 23637, app/assets/stylesheets/_custom.scss */
  .my-xl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 23642, app/assets/stylesheets/_custom.scss */
  .my-xl-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 23647, app/assets/stylesheets/_custom.scss */
  .my-xl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 23652, app/assets/stylesheets/_custom.scss */
  .my-xl-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 23657, app/assets/stylesheets/_custom.scss */
  .my-xl-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 23662, app/assets/stylesheets/_custom.scss */
  .my-xl-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 23667, app/assets/stylesheets/_custom.scss */
  .my-xl-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 23672, app/assets/stylesheets/_custom.scss */
  .my-xl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 23677, app/assets/stylesheets/_custom.scss */
  .my-xl-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 23682, app/assets/stylesheets/_custom.scss */
  .my-xl-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 23687, app/assets/stylesheets/_custom.scss */
  .my-xl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 23692, app/assets/stylesheets/_custom.scss */
  .my-xl-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 23697, app/assets/stylesheets/_custom.scss */
  .my-xl-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 23702, app/assets/stylesheets/_custom.scss */
  .my-xl-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 23707, app/assets/stylesheets/_custom.scss */
  .my-xl-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 23712, app/assets/stylesheets/_custom.scss */
  .my-xl-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 23717, app/assets/stylesheets/_custom.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 23721, app/assets/stylesheets/_custom.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 23725, app/assets/stylesheets/_custom.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 23729, app/assets/stylesheets/_custom.scss */
  .mt-xl-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 23733, app/assets/stylesheets/_custom.scss */
  .mt-xl-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 23737, app/assets/stylesheets/_custom.scss */
  .mt-xl-n6 {
    margin-top: -2rem !important;
  }
  /* line 23741, app/assets/stylesheets/_custom.scss */
  .mt-xl-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 23745, app/assets/stylesheets/_custom.scss */
  .mt-xl-n8 {
    margin-top: -3rem !important;
  }
  /* line 23749, app/assets/stylesheets/_custom.scss */
  .mt-xl-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 23753, app/assets/stylesheets/_custom.scss */
  .mt-xl-n10 {
    margin-top: -4rem !important;
  }
  /* line 23757, app/assets/stylesheets/_custom.scss */
  .mt-xl-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 23761, app/assets/stylesheets/_custom.scss */
  .mt-xl-n12 {
    margin-top: -5rem !important;
  }
  /* line 23765, app/assets/stylesheets/_custom.scss */
  .mt-xl-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 23769, app/assets/stylesheets/_custom.scss */
  .mt-xl-n14 {
    margin-top: -6rem !important;
  }
  /* line 23773, app/assets/stylesheets/_custom.scss */
  .mt-xl-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 23777, app/assets/stylesheets/_custom.scss */
  .mt-xl-n16 {
    margin-top: -7rem !important;
  }
  /* line 23781, app/assets/stylesheets/_custom.scss */
  .mt-xl-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 23785, app/assets/stylesheets/_custom.scss */
  .mt-xl-n18 {
    margin-top: -8rem !important;
  }
  /* line 23789, app/assets/stylesheets/_custom.scss */
  .mt-xl-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 23793, app/assets/stylesheets/_custom.scss */
  .mt-xl-n20 {
    margin-top: -9rem !important;
  }
  /* line 23797, app/assets/stylesheets/_custom.scss */
  .mt-xl-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 23801, app/assets/stylesheets/_custom.scss */
  .mt-xl-n22 {
    margin-top: -10rem !important;
  }
  /* line 23805, app/assets/stylesheets/_custom.scss */
  .mt-xl-n23 {
    margin-top: -12rem !important;
  }
  /* line 23809, app/assets/stylesheets/_custom.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 23813, app/assets/stylesheets/_custom.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 23817, app/assets/stylesheets/_custom.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 23821, app/assets/stylesheets/_custom.scss */
  .me-xl-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 23825, app/assets/stylesheets/_custom.scss */
  .me-xl-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 23829, app/assets/stylesheets/_custom.scss */
  .me-xl-n6 {
    margin-right: -2rem !important;
  }
  /* line 23833, app/assets/stylesheets/_custom.scss */
  .me-xl-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 23837, app/assets/stylesheets/_custom.scss */
  .me-xl-n8 {
    margin-right: -3rem !important;
  }
  /* line 23841, app/assets/stylesheets/_custom.scss */
  .me-xl-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 23845, app/assets/stylesheets/_custom.scss */
  .me-xl-n10 {
    margin-right: -4rem !important;
  }
  /* line 23849, app/assets/stylesheets/_custom.scss */
  .me-xl-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 23853, app/assets/stylesheets/_custom.scss */
  .me-xl-n12 {
    margin-right: -5rem !important;
  }
  /* line 23857, app/assets/stylesheets/_custom.scss */
  .me-xl-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 23861, app/assets/stylesheets/_custom.scss */
  .me-xl-n14 {
    margin-right: -6rem !important;
  }
  /* line 23865, app/assets/stylesheets/_custom.scss */
  .me-xl-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 23869, app/assets/stylesheets/_custom.scss */
  .me-xl-n16 {
    margin-right: -7rem !important;
  }
  /* line 23873, app/assets/stylesheets/_custom.scss */
  .me-xl-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 23877, app/assets/stylesheets/_custom.scss */
  .me-xl-n18 {
    margin-right: -8rem !important;
  }
  /* line 23881, app/assets/stylesheets/_custom.scss */
  .me-xl-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 23885, app/assets/stylesheets/_custom.scss */
  .me-xl-n20 {
    margin-right: -9rem !important;
  }
  /* line 23889, app/assets/stylesheets/_custom.scss */
  .me-xl-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 23893, app/assets/stylesheets/_custom.scss */
  .me-xl-n22 {
    margin-right: -10rem !important;
  }
  /* line 23897, app/assets/stylesheets/_custom.scss */
  .me-xl-n23 {
    margin-right: -12rem !important;
  }
  /* line 23901, app/assets/stylesheets/_custom.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 23905, app/assets/stylesheets/_custom.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 23909, app/assets/stylesheets/_custom.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 23913, app/assets/stylesheets/_custom.scss */
  .mb-xl-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 23917, app/assets/stylesheets/_custom.scss */
  .mb-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 23921, app/assets/stylesheets/_custom.scss */
  .mb-xl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 23925, app/assets/stylesheets/_custom.scss */
  .mb-xl-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 23929, app/assets/stylesheets/_custom.scss */
  .mb-xl-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 23933, app/assets/stylesheets/_custom.scss */
  .mb-xl-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 23937, app/assets/stylesheets/_custom.scss */
  .mb-xl-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 23941, app/assets/stylesheets/_custom.scss */
  .mb-xl-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 23945, app/assets/stylesheets/_custom.scss */
  .mb-xl-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 23949, app/assets/stylesheets/_custom.scss */
  .mb-xl-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 23953, app/assets/stylesheets/_custom.scss */
  .mb-xl-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 23957, app/assets/stylesheets/_custom.scss */
  .mb-xl-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 23961, app/assets/stylesheets/_custom.scss */
  .mb-xl-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 23965, app/assets/stylesheets/_custom.scss */
  .mb-xl-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 23969, app/assets/stylesheets/_custom.scss */
  .mb-xl-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 23973, app/assets/stylesheets/_custom.scss */
  .mb-xl-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 23977, app/assets/stylesheets/_custom.scss */
  .mb-xl-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 23981, app/assets/stylesheets/_custom.scss */
  .mb-xl-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 23985, app/assets/stylesheets/_custom.scss */
  .mb-xl-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 23989, app/assets/stylesheets/_custom.scss */
  .mb-xl-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 23993, app/assets/stylesheets/_custom.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 23997, app/assets/stylesheets/_custom.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 24001, app/assets/stylesheets/_custom.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 24005, app/assets/stylesheets/_custom.scss */
  .ms-xl-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 24009, app/assets/stylesheets/_custom.scss */
  .ms-xl-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 24013, app/assets/stylesheets/_custom.scss */
  .ms-xl-n6 {
    margin-left: -2rem !important;
  }
  /* line 24017, app/assets/stylesheets/_custom.scss */
  .ms-xl-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 24021, app/assets/stylesheets/_custom.scss */
  .ms-xl-n8 {
    margin-left: -3rem !important;
  }
  /* line 24025, app/assets/stylesheets/_custom.scss */
  .ms-xl-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 24029, app/assets/stylesheets/_custom.scss */
  .ms-xl-n10 {
    margin-left: -4rem !important;
  }
  /* line 24033, app/assets/stylesheets/_custom.scss */
  .ms-xl-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 24037, app/assets/stylesheets/_custom.scss */
  .ms-xl-n12 {
    margin-left: -5rem !important;
  }
  /* line 24041, app/assets/stylesheets/_custom.scss */
  .ms-xl-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 24045, app/assets/stylesheets/_custom.scss */
  .ms-xl-n14 {
    margin-left: -6rem !important;
  }
  /* line 24049, app/assets/stylesheets/_custom.scss */
  .ms-xl-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 24053, app/assets/stylesheets/_custom.scss */
  .ms-xl-n16 {
    margin-left: -7rem !important;
  }
  /* line 24057, app/assets/stylesheets/_custom.scss */
  .ms-xl-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 24061, app/assets/stylesheets/_custom.scss */
  .ms-xl-n18 {
    margin-left: -8rem !important;
  }
  /* line 24065, app/assets/stylesheets/_custom.scss */
  .ms-xl-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 24069, app/assets/stylesheets/_custom.scss */
  .ms-xl-n20 {
    margin-left: -9rem !important;
  }
  /* line 24073, app/assets/stylesheets/_custom.scss */
  .ms-xl-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 24077, app/assets/stylesheets/_custom.scss */
  .ms-xl-n22 {
    margin-left: -10rem !important;
  }
  /* line 24081, app/assets/stylesheets/_custom.scss */
  .ms-xl-n23 {
    margin-left: -12rem !important;
  }
  /* line 24085, app/assets/stylesheets/_custom.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 24089, app/assets/stylesheets/_custom.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 24093, app/assets/stylesheets/_custom.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 24097, app/assets/stylesheets/_custom.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 24101, app/assets/stylesheets/_custom.scss */
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  /* line 24105, app/assets/stylesheets/_custom.scss */
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  /* line 24109, app/assets/stylesheets/_custom.scss */
  .p-xl-6 {
    padding: 2rem !important;
  }
  /* line 24113, app/assets/stylesheets/_custom.scss */
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  /* line 24117, app/assets/stylesheets/_custom.scss */
  .p-xl-8 {
    padding: 3rem !important;
  }
  /* line 24121, app/assets/stylesheets/_custom.scss */
  .p-xl-9 {
    padding: 3.5rem !important;
  }
  /* line 24125, app/assets/stylesheets/_custom.scss */
  .p-xl-10 {
    padding: 4rem !important;
  }
  /* line 24129, app/assets/stylesheets/_custom.scss */
  .p-xl-11 {
    padding: 4.5rem !important;
  }
  /* line 24133, app/assets/stylesheets/_custom.scss */
  .p-xl-12 {
    padding: 5rem !important;
  }
  /* line 24137, app/assets/stylesheets/_custom.scss */
  .p-xl-13 {
    padding: 5.5rem !important;
  }
  /* line 24141, app/assets/stylesheets/_custom.scss */
  .p-xl-14 {
    padding: 6rem !important;
  }
  /* line 24145, app/assets/stylesheets/_custom.scss */
  .p-xl-15 {
    padding: 6.5rem !important;
  }
  /* line 24149, app/assets/stylesheets/_custom.scss */
  .p-xl-16 {
    padding: 7rem !important;
  }
  /* line 24153, app/assets/stylesheets/_custom.scss */
  .p-xl-17 {
    padding: 7.5rem !important;
  }
  /* line 24157, app/assets/stylesheets/_custom.scss */
  .p-xl-18 {
    padding: 8rem !important;
  }
  /* line 24161, app/assets/stylesheets/_custom.scss */
  .p-xl-19 {
    padding: 8.5rem !important;
  }
  /* line 24165, app/assets/stylesheets/_custom.scss */
  .p-xl-20 {
    padding: 9rem !important;
  }
  /* line 24169, app/assets/stylesheets/_custom.scss */
  .p-xl-21 {
    padding: 9.5rem !important;
  }
  /* line 24173, app/assets/stylesheets/_custom.scss */
  .p-xl-22 {
    padding: 10rem !important;
  }
  /* line 24177, app/assets/stylesheets/_custom.scss */
  .p-xl-23 {
    padding: 12rem !important;
  }
  /* line 24181, app/assets/stylesheets/_custom.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 24186, app/assets/stylesheets/_custom.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 24191, app/assets/stylesheets/_custom.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 24196, app/assets/stylesheets/_custom.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 24201, app/assets/stylesheets/_custom.scss */
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 24206, app/assets/stylesheets/_custom.scss */
  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 24211, app/assets/stylesheets/_custom.scss */
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 24216, app/assets/stylesheets/_custom.scss */
  .px-xl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 24221, app/assets/stylesheets/_custom.scss */
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 24226, app/assets/stylesheets/_custom.scss */
  .px-xl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 24231, app/assets/stylesheets/_custom.scss */
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 24236, app/assets/stylesheets/_custom.scss */
  .px-xl-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 24241, app/assets/stylesheets/_custom.scss */
  .px-xl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 24246, app/assets/stylesheets/_custom.scss */
  .px-xl-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 24251, app/assets/stylesheets/_custom.scss */
  .px-xl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 24256, app/assets/stylesheets/_custom.scss */
  .px-xl-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 24261, app/assets/stylesheets/_custom.scss */
  .px-xl-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 24266, app/assets/stylesheets/_custom.scss */
  .px-xl-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 24271, app/assets/stylesheets/_custom.scss */
  .px-xl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 24276, app/assets/stylesheets/_custom.scss */
  .px-xl-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 24281, app/assets/stylesheets/_custom.scss */
  .px-xl-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 24286, app/assets/stylesheets/_custom.scss */
  .px-xl-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 24291, app/assets/stylesheets/_custom.scss */
  .px-xl-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 24296, app/assets/stylesheets/_custom.scss */
  .px-xl-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 24301, app/assets/stylesheets/_custom.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 24306, app/assets/stylesheets/_custom.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 24311, app/assets/stylesheets/_custom.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 24316, app/assets/stylesheets/_custom.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 24321, app/assets/stylesheets/_custom.scss */
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 24326, app/assets/stylesheets/_custom.scss */
  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 24331, app/assets/stylesheets/_custom.scss */
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 24336, app/assets/stylesheets/_custom.scss */
  .py-xl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 24341, app/assets/stylesheets/_custom.scss */
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 24346, app/assets/stylesheets/_custom.scss */
  .py-xl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 24351, app/assets/stylesheets/_custom.scss */
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 24356, app/assets/stylesheets/_custom.scss */
  .py-xl-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 24361, app/assets/stylesheets/_custom.scss */
  .py-xl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 24366, app/assets/stylesheets/_custom.scss */
  .py-xl-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 24371, app/assets/stylesheets/_custom.scss */
  .py-xl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 24376, app/assets/stylesheets/_custom.scss */
  .py-xl-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 24381, app/assets/stylesheets/_custom.scss */
  .py-xl-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 24386, app/assets/stylesheets/_custom.scss */
  .py-xl-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 24391, app/assets/stylesheets/_custom.scss */
  .py-xl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 24396, app/assets/stylesheets/_custom.scss */
  .py-xl-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 24401, app/assets/stylesheets/_custom.scss */
  .py-xl-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 24406, app/assets/stylesheets/_custom.scss */
  .py-xl-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 24411, app/assets/stylesheets/_custom.scss */
  .py-xl-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 24416, app/assets/stylesheets/_custom.scss */
  .py-xl-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 24421, app/assets/stylesheets/_custom.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 24425, app/assets/stylesheets/_custom.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 24429, app/assets/stylesheets/_custom.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 24433, app/assets/stylesheets/_custom.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 24437, app/assets/stylesheets/_custom.scss */
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  /* line 24441, app/assets/stylesheets/_custom.scss */
  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 24445, app/assets/stylesheets/_custom.scss */
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  /* line 24449, app/assets/stylesheets/_custom.scss */
  .pt-xl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 24453, app/assets/stylesheets/_custom.scss */
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  /* line 24457, app/assets/stylesheets/_custom.scss */
  .pt-xl-9 {
    padding-top: 3.5rem !important;
  }
  /* line 24461, app/assets/stylesheets/_custom.scss */
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  /* line 24465, app/assets/stylesheets/_custom.scss */
  .pt-xl-11 {
    padding-top: 4.5rem !important;
  }
  /* line 24469, app/assets/stylesheets/_custom.scss */
  .pt-xl-12 {
    padding-top: 5rem !important;
  }
  /* line 24473, app/assets/stylesheets/_custom.scss */
  .pt-xl-13 {
    padding-top: 5.5rem !important;
  }
  /* line 24477, app/assets/stylesheets/_custom.scss */
  .pt-xl-14 {
    padding-top: 6rem !important;
  }
  /* line 24481, app/assets/stylesheets/_custom.scss */
  .pt-xl-15 {
    padding-top: 6.5rem !important;
  }
  /* line 24485, app/assets/stylesheets/_custom.scss */
  .pt-xl-16 {
    padding-top: 7rem !important;
  }
  /* line 24489, app/assets/stylesheets/_custom.scss */
  .pt-xl-17 {
    padding-top: 7.5rem !important;
  }
  /* line 24493, app/assets/stylesheets/_custom.scss */
  .pt-xl-18 {
    padding-top: 8rem !important;
  }
  /* line 24497, app/assets/stylesheets/_custom.scss */
  .pt-xl-19 {
    padding-top: 8.5rem !important;
  }
  /* line 24501, app/assets/stylesheets/_custom.scss */
  .pt-xl-20 {
    padding-top: 9rem !important;
  }
  /* line 24505, app/assets/stylesheets/_custom.scss */
  .pt-xl-21 {
    padding-top: 9.5rem !important;
  }
  /* line 24509, app/assets/stylesheets/_custom.scss */
  .pt-xl-22 {
    padding-top: 10rem !important;
  }
  /* line 24513, app/assets/stylesheets/_custom.scss */
  .pt-xl-23 {
    padding-top: 12rem !important;
  }
  /* line 24517, app/assets/stylesheets/_custom.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 24521, app/assets/stylesheets/_custom.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 24525, app/assets/stylesheets/_custom.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 24529, app/assets/stylesheets/_custom.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 24533, app/assets/stylesheets/_custom.scss */
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  /* line 24537, app/assets/stylesheets/_custom.scss */
  .pe-xl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 24541, app/assets/stylesheets/_custom.scss */
  .pe-xl-6 {
    padding-right: 2rem !important;
  }
  /* line 24545, app/assets/stylesheets/_custom.scss */
  .pe-xl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 24549, app/assets/stylesheets/_custom.scss */
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  /* line 24553, app/assets/stylesheets/_custom.scss */
  .pe-xl-9 {
    padding-right: 3.5rem !important;
  }
  /* line 24557, app/assets/stylesheets/_custom.scss */
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  /* line 24561, app/assets/stylesheets/_custom.scss */
  .pe-xl-11 {
    padding-right: 4.5rem !important;
  }
  /* line 24565, app/assets/stylesheets/_custom.scss */
  .pe-xl-12 {
    padding-right: 5rem !important;
  }
  /* line 24569, app/assets/stylesheets/_custom.scss */
  .pe-xl-13 {
    padding-right: 5.5rem !important;
  }
  /* line 24573, app/assets/stylesheets/_custom.scss */
  .pe-xl-14 {
    padding-right: 6rem !important;
  }
  /* line 24577, app/assets/stylesheets/_custom.scss */
  .pe-xl-15 {
    padding-right: 6.5rem !important;
  }
  /* line 24581, app/assets/stylesheets/_custom.scss */
  .pe-xl-16 {
    padding-right: 7rem !important;
  }
  /* line 24585, app/assets/stylesheets/_custom.scss */
  .pe-xl-17 {
    padding-right: 7.5rem !important;
  }
  /* line 24589, app/assets/stylesheets/_custom.scss */
  .pe-xl-18 {
    padding-right: 8rem !important;
  }
  /* line 24593, app/assets/stylesheets/_custom.scss */
  .pe-xl-19 {
    padding-right: 8.5rem !important;
  }
  /* line 24597, app/assets/stylesheets/_custom.scss */
  .pe-xl-20 {
    padding-right: 9rem !important;
  }
  /* line 24601, app/assets/stylesheets/_custom.scss */
  .pe-xl-21 {
    padding-right: 9.5rem !important;
  }
  /* line 24605, app/assets/stylesheets/_custom.scss */
  .pe-xl-22 {
    padding-right: 10rem !important;
  }
  /* line 24609, app/assets/stylesheets/_custom.scss */
  .pe-xl-23 {
    padding-right: 12rem !important;
  }
  /* line 24613, app/assets/stylesheets/_custom.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24617, app/assets/stylesheets/_custom.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24621, app/assets/stylesheets/_custom.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24625, app/assets/stylesheets/_custom.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24629, app/assets/stylesheets/_custom.scss */
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 24633, app/assets/stylesheets/_custom.scss */
  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24637, app/assets/stylesheets/_custom.scss */
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 24641, app/assets/stylesheets/_custom.scss */
  .pb-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 24645, app/assets/stylesheets/_custom.scss */
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 24649, app/assets/stylesheets/_custom.scss */
  .pb-xl-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 24653, app/assets/stylesheets/_custom.scss */
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  /* line 24657, app/assets/stylesheets/_custom.scss */
  .pb-xl-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 24661, app/assets/stylesheets/_custom.scss */
  .pb-xl-12 {
    padding-bottom: 5rem !important;
  }
  /* line 24665, app/assets/stylesheets/_custom.scss */
  .pb-xl-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 24669, app/assets/stylesheets/_custom.scss */
  .pb-xl-14 {
    padding-bottom: 6rem !important;
  }
  /* line 24673, app/assets/stylesheets/_custom.scss */
  .pb-xl-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 24677, app/assets/stylesheets/_custom.scss */
  .pb-xl-16 {
    padding-bottom: 7rem !important;
  }
  /* line 24681, app/assets/stylesheets/_custom.scss */
  .pb-xl-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 24685, app/assets/stylesheets/_custom.scss */
  .pb-xl-18 {
    padding-bottom: 8rem !important;
  }
  /* line 24689, app/assets/stylesheets/_custom.scss */
  .pb-xl-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 24693, app/assets/stylesheets/_custom.scss */
  .pb-xl-20 {
    padding-bottom: 9rem !important;
  }
  /* line 24697, app/assets/stylesheets/_custom.scss */
  .pb-xl-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 24701, app/assets/stylesheets/_custom.scss */
  .pb-xl-22 {
    padding-bottom: 10rem !important;
  }
  /* line 24705, app/assets/stylesheets/_custom.scss */
  .pb-xl-23 {
    padding-bottom: 12rem !important;
  }
  /* line 24709, app/assets/stylesheets/_custom.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 24713, app/assets/stylesheets/_custom.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 24717, app/assets/stylesheets/_custom.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 24721, app/assets/stylesheets/_custom.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 24725, app/assets/stylesheets/_custom.scss */
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  /* line 24729, app/assets/stylesheets/_custom.scss */
  .ps-xl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 24733, app/assets/stylesheets/_custom.scss */
  .ps-xl-6 {
    padding-left: 2rem !important;
  }
  /* line 24737, app/assets/stylesheets/_custom.scss */
  .ps-xl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 24741, app/assets/stylesheets/_custom.scss */
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  /* line 24745, app/assets/stylesheets/_custom.scss */
  .ps-xl-9 {
    padding-left: 3.5rem !important;
  }
  /* line 24749, app/assets/stylesheets/_custom.scss */
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  /* line 24753, app/assets/stylesheets/_custom.scss */
  .ps-xl-11 {
    padding-left: 4.5rem !important;
  }
  /* line 24757, app/assets/stylesheets/_custom.scss */
  .ps-xl-12 {
    padding-left: 5rem !important;
  }
  /* line 24761, app/assets/stylesheets/_custom.scss */
  .ps-xl-13 {
    padding-left: 5.5rem !important;
  }
  /* line 24765, app/assets/stylesheets/_custom.scss */
  .ps-xl-14 {
    padding-left: 6rem !important;
  }
  /* line 24769, app/assets/stylesheets/_custom.scss */
  .ps-xl-15 {
    padding-left: 6.5rem !important;
  }
  /* line 24773, app/assets/stylesheets/_custom.scss */
  .ps-xl-16 {
    padding-left: 7rem !important;
  }
  /* line 24777, app/assets/stylesheets/_custom.scss */
  .ps-xl-17 {
    padding-left: 7.5rem !important;
  }
  /* line 24781, app/assets/stylesheets/_custom.scss */
  .ps-xl-18 {
    padding-left: 8rem !important;
  }
  /* line 24785, app/assets/stylesheets/_custom.scss */
  .ps-xl-19 {
    padding-left: 8.5rem !important;
  }
  /* line 24789, app/assets/stylesheets/_custom.scss */
  .ps-xl-20 {
    padding-left: 9rem !important;
  }
  /* line 24793, app/assets/stylesheets/_custom.scss */
  .ps-xl-21 {
    padding-left: 9.5rem !important;
  }
  /* line 24797, app/assets/stylesheets/_custom.scss */
  .ps-xl-22 {
    padding-left: 10rem !important;
  }
  /* line 24801, app/assets/stylesheets/_custom.scss */
  .ps-xl-23 {
    padding-left: 12rem !important;
  }
  /* line 24805, app/assets/stylesheets/_custom.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 24809, app/assets/stylesheets/_custom.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 24813, app/assets/stylesheets/_custom.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 24819, app/assets/stylesheets/_custom.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 24823, app/assets/stylesheets/_custom.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 24827, app/assets/stylesheets/_custom.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 24831, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 24835, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 24839, app/assets/stylesheets/_custom.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 24843, app/assets/stylesheets/_custom.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 24847, app/assets/stylesheets/_custom.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 24851, app/assets/stylesheets/_custom.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 24855, app/assets/stylesheets/_custom.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 24859, app/assets/stylesheets/_custom.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 24863, app/assets/stylesheets/_custom.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 24867, app/assets/stylesheets/_custom.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 24871, app/assets/stylesheets/_custom.scss */
  .w-xxl-15 {
    width: 15% !important;
  }
  /* line 24875, app/assets/stylesheets/_custom.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 24879, app/assets/stylesheets/_custom.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 24883, app/assets/stylesheets/_custom.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 24887, app/assets/stylesheets/_custom.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 24891, app/assets/stylesheets/_custom.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 24895, app/assets/stylesheets/_custom.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 24899, app/assets/stylesheets/_custom.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 24903, app/assets/stylesheets/_custom.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 24907, app/assets/stylesheets/_custom.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 24911, app/assets/stylesheets/_custom.scss */
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  /* line 24915, app/assets/stylesheets/_custom.scss */
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  /* line 24919, app/assets/stylesheets/_custom.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 24923, app/assets/stylesheets/_custom.scss */
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  /* line 24927, app/assets/stylesheets/_custom.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 24931, app/assets/stylesheets/_custom.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 24935, app/assets/stylesheets/_custom.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 24939, app/assets/stylesheets/_custom.scss */
  .vw-xxl-100 {
    width: 100vw !important;
  }
  /* line 24943, app/assets/stylesheets/_custom.scss */
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  /* line 24947, app/assets/stylesheets/_custom.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 24951, app/assets/stylesheets/_custom.scss */
  .h-xxl-30 {
    height: 30% !important;
  }
  /* line 24955, app/assets/stylesheets/_custom.scss */
  .h-xxl-40 {
    height: 40% !important;
  }
  /* line 24959, app/assets/stylesheets/_custom.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 24963, app/assets/stylesheets/_custom.scss */
  .h-xxl-65 {
    height: 65% !important;
  }
  /* line 24967, app/assets/stylesheets/_custom.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 24971, app/assets/stylesheets/_custom.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 24975, app/assets/stylesheets/_custom.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 24979, app/assets/stylesheets/_custom.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 24983, app/assets/stylesheets/_custom.scss */
  .mh-xxl-30 {
    max-height: 30% !important;
  }
  /* line 24987, app/assets/stylesheets/_custom.scss */
  .mh-xxl-40 {
    max-height: 40% !important;
  }
  /* line 24991, app/assets/stylesheets/_custom.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 24995, app/assets/stylesheets/_custom.scss */
  .mh-xxl-65 {
    max-height: 65% !important;
  }
  /* line 24999, app/assets/stylesheets/_custom.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 25003, app/assets/stylesheets/_custom.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 25007, app/assets/stylesheets/_custom.scss */
  .mh-xxl-auto {
    max-height: auto !important;
  }
  /* line 25011, app/assets/stylesheets/_custom.scss */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 25015, app/assets/stylesheets/_custom.scss */
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  /* line 25019, app/assets/stylesheets/_custom.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 25023, app/assets/stylesheets/_custom.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 25027, app/assets/stylesheets/_custom.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 25031, app/assets/stylesheets/_custom.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 25035, app/assets/stylesheets/_custom.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 25039, app/assets/stylesheets/_custom.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 25043, app/assets/stylesheets/_custom.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 25047, app/assets/stylesheets/_custom.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 25051, app/assets/stylesheets/_custom.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25055, app/assets/stylesheets/_custom.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 25059, app/assets/stylesheets/_custom.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 25063, app/assets/stylesheets/_custom.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 25067, app/assets/stylesheets/_custom.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 25071, app/assets/stylesheets/_custom.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 25075, app/assets/stylesheets/_custom.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 25079, app/assets/stylesheets/_custom.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 25083, app/assets/stylesheets/_custom.scss */
  .gap-xxl-4 {
    gap: 1.25rem !important;
  }
  /* line 25087, app/assets/stylesheets/_custom.scss */
  .gap-xxl-5 {
    gap: 1.5rem !important;
  }
  /* line 25091, app/assets/stylesheets/_custom.scss */
  .gap-xxl-6 {
    gap: 2rem !important;
  }
  /* line 25095, app/assets/stylesheets/_custom.scss */
  .gap-xxl-7 {
    gap: 2.5rem !important;
  }
  /* line 25099, app/assets/stylesheets/_custom.scss */
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  /* line 25103, app/assets/stylesheets/_custom.scss */
  .gap-xxl-9 {
    gap: 3.5rem !important;
  }
  /* line 25107, app/assets/stylesheets/_custom.scss */
  .gap-xxl-10 {
    gap: 4rem !important;
  }
  /* line 25111, app/assets/stylesheets/_custom.scss */
  .gap-xxl-11 {
    gap: 4.5rem !important;
  }
  /* line 25115, app/assets/stylesheets/_custom.scss */
  .gap-xxl-12 {
    gap: 5rem !important;
  }
  /* line 25119, app/assets/stylesheets/_custom.scss */
  .gap-xxl-13 {
    gap: 5.5rem !important;
  }
  /* line 25123, app/assets/stylesheets/_custom.scss */
  .gap-xxl-14 {
    gap: 6rem !important;
  }
  /* line 25127, app/assets/stylesheets/_custom.scss */
  .gap-xxl-15 {
    gap: 6.5rem !important;
  }
  /* line 25131, app/assets/stylesheets/_custom.scss */
  .gap-xxl-16 {
    gap: 7rem !important;
  }
  /* line 25135, app/assets/stylesheets/_custom.scss */
  .gap-xxl-17 {
    gap: 7.5rem !important;
  }
  /* line 25139, app/assets/stylesheets/_custom.scss */
  .gap-xxl-18 {
    gap: 8rem !important;
  }
  /* line 25143, app/assets/stylesheets/_custom.scss */
  .gap-xxl-19 {
    gap: 8.5rem !important;
  }
  /* line 25147, app/assets/stylesheets/_custom.scss */
  .gap-xxl-20 {
    gap: 9rem !important;
  }
  /* line 25151, app/assets/stylesheets/_custom.scss */
  .gap-xxl-21 {
    gap: 9.5rem !important;
  }
  /* line 25155, app/assets/stylesheets/_custom.scss */
  .gap-xxl-22 {
    gap: 10rem !important;
  }
  /* line 25159, app/assets/stylesheets/_custom.scss */
  .gap-xxl-23 {
    gap: 12rem !important;
  }
  /* line 25163, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 25167, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 25171, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 25175, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 25179, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 25183, app/assets/stylesheets/_custom.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 25187, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 25191, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 25195, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 25199, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 25203, app/assets/stylesheets/_custom.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 25207, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 25211, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 25215, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 25219, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 25223, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 25227, app/assets/stylesheets/_custom.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 25231, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 25235, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 25239, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 25243, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 25247, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 25251, app/assets/stylesheets/_custom.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 25255, app/assets/stylesheets/_custom.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 25259, app/assets/stylesheets/_custom.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 25263, app/assets/stylesheets/_custom.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 25267, app/assets/stylesheets/_custom.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 25271, app/assets/stylesheets/_custom.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 25275, app/assets/stylesheets/_custom.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 25279, app/assets/stylesheets/_custom.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 25283, app/assets/stylesheets/_custom.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 25287, app/assets/stylesheets/_custom.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 25291, app/assets/stylesheets/_custom.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 25295, app/assets/stylesheets/_custom.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 25299, app/assets/stylesheets/_custom.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 25303, app/assets/stylesheets/_custom.scss */
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  /* line 25307, app/assets/stylesheets/_custom.scss */
  .m-xxl-5 {
    margin: 1.5rem !important;
  }
  /* line 25311, app/assets/stylesheets/_custom.scss */
  .m-xxl-6 {
    margin: 2rem !important;
  }
  /* line 25315, app/assets/stylesheets/_custom.scss */
  .m-xxl-7 {
    margin: 2.5rem !important;
  }
  /* line 25319, app/assets/stylesheets/_custom.scss */
  .m-xxl-8 {
    margin: 3rem !important;
  }
  /* line 25323, app/assets/stylesheets/_custom.scss */
  .m-xxl-9 {
    margin: 3.5rem !important;
  }
  /* line 25327, app/assets/stylesheets/_custom.scss */
  .m-xxl-10 {
    margin: 4rem !important;
  }
  /* line 25331, app/assets/stylesheets/_custom.scss */
  .m-xxl-11 {
    margin: 4.5rem !important;
  }
  /* line 25335, app/assets/stylesheets/_custom.scss */
  .m-xxl-12 {
    margin: 5rem !important;
  }
  /* line 25339, app/assets/stylesheets/_custom.scss */
  .m-xxl-13 {
    margin: 5.5rem !important;
  }
  /* line 25343, app/assets/stylesheets/_custom.scss */
  .m-xxl-14 {
    margin: 6rem !important;
  }
  /* line 25347, app/assets/stylesheets/_custom.scss */
  .m-xxl-15 {
    margin: 6.5rem !important;
  }
  /* line 25351, app/assets/stylesheets/_custom.scss */
  .m-xxl-16 {
    margin: 7rem !important;
  }
  /* line 25355, app/assets/stylesheets/_custom.scss */
  .m-xxl-17 {
    margin: 7.5rem !important;
  }
  /* line 25359, app/assets/stylesheets/_custom.scss */
  .m-xxl-18 {
    margin: 8rem !important;
  }
  /* line 25363, app/assets/stylesheets/_custom.scss */
  .m-xxl-19 {
    margin: 8.5rem !important;
  }
  /* line 25367, app/assets/stylesheets/_custom.scss */
  .m-xxl-20 {
    margin: 9rem !important;
  }
  /* line 25371, app/assets/stylesheets/_custom.scss */
  .m-xxl-21 {
    margin: 9.5rem !important;
  }
  /* line 25375, app/assets/stylesheets/_custom.scss */
  .m-xxl-22 {
    margin: 10rem !important;
  }
  /* line 25379, app/assets/stylesheets/_custom.scss */
  .m-xxl-23 {
    margin: 12rem !important;
  }
  /* line 25383, app/assets/stylesheets/_custom.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 25387, app/assets/stylesheets/_custom.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 25392, app/assets/stylesheets/_custom.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 25397, app/assets/stylesheets/_custom.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 25402, app/assets/stylesheets/_custom.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 25407, app/assets/stylesheets/_custom.scss */
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 25412, app/assets/stylesheets/_custom.scss */
  .mx-xxl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 25417, app/assets/stylesheets/_custom.scss */
  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 25422, app/assets/stylesheets/_custom.scss */
  .mx-xxl-7 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 25427, app/assets/stylesheets/_custom.scss */
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 25432, app/assets/stylesheets/_custom.scss */
  .mx-xxl-9 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 25437, app/assets/stylesheets/_custom.scss */
  .mx-xxl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 25442, app/assets/stylesheets/_custom.scss */
  .mx-xxl-11 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 25447, app/assets/stylesheets/_custom.scss */
  .mx-xxl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 25452, app/assets/stylesheets/_custom.scss */
  .mx-xxl-13 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 25457, app/assets/stylesheets/_custom.scss */
  .mx-xxl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 25462, app/assets/stylesheets/_custom.scss */
  .mx-xxl-15 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 25467, app/assets/stylesheets/_custom.scss */
  .mx-xxl-16 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 25472, app/assets/stylesheets/_custom.scss */
  .mx-xxl-17 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 25477, app/assets/stylesheets/_custom.scss */
  .mx-xxl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 25482, app/assets/stylesheets/_custom.scss */
  .mx-xxl-19 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  /* line 25487, app/assets/stylesheets/_custom.scss */
  .mx-xxl-20 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  /* line 25492, app/assets/stylesheets/_custom.scss */
  .mx-xxl-21 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  /* line 25497, app/assets/stylesheets/_custom.scss */
  .mx-xxl-22 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 25502, app/assets/stylesheets/_custom.scss */
  .mx-xxl-23 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 25507, app/assets/stylesheets/_custom.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 25512, app/assets/stylesheets/_custom.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 25517, app/assets/stylesheets/_custom.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 25522, app/assets/stylesheets/_custom.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 25527, app/assets/stylesheets/_custom.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 25532, app/assets/stylesheets/_custom.scss */
  .my-xxl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 25537, app/assets/stylesheets/_custom.scss */
  .my-xxl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 25542, app/assets/stylesheets/_custom.scss */
  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 25547, app/assets/stylesheets/_custom.scss */
  .my-xxl-7 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 25552, app/assets/stylesheets/_custom.scss */
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 25557, app/assets/stylesheets/_custom.scss */
  .my-xxl-9 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 25562, app/assets/stylesheets/_custom.scss */
  .my-xxl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 25567, app/assets/stylesheets/_custom.scss */
  .my-xxl-11 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 25572, app/assets/stylesheets/_custom.scss */
  .my-xxl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 25577, app/assets/stylesheets/_custom.scss */
  .my-xxl-13 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 25582, app/assets/stylesheets/_custom.scss */
  .my-xxl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 25587, app/assets/stylesheets/_custom.scss */
  .my-xxl-15 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 25592, app/assets/stylesheets/_custom.scss */
  .my-xxl-16 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 25597, app/assets/stylesheets/_custom.scss */
  .my-xxl-17 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 25602, app/assets/stylesheets/_custom.scss */
  .my-xxl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 25607, app/assets/stylesheets/_custom.scss */
  .my-xxl-19 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* line 25612, app/assets/stylesheets/_custom.scss */
  .my-xxl-20 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* line 25617, app/assets/stylesheets/_custom.scss */
  .my-xxl-21 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* line 25622, app/assets/stylesheets/_custom.scss */
  .my-xxl-22 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 25627, app/assets/stylesheets/_custom.scss */
  .my-xxl-23 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 25632, app/assets/stylesheets/_custom.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 25637, app/assets/stylesheets/_custom.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 25641, app/assets/stylesheets/_custom.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 25645, app/assets/stylesheets/_custom.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 25649, app/assets/stylesheets/_custom.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 25653, app/assets/stylesheets/_custom.scss */
  .mt-xxl-4 {
    margin-top: 1.25rem !important;
  }
  /* line 25657, app/assets/stylesheets/_custom.scss */
  .mt-xxl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 25661, app/assets/stylesheets/_custom.scss */
  .mt-xxl-6 {
    margin-top: 2rem !important;
  }
  /* line 25665, app/assets/stylesheets/_custom.scss */
  .mt-xxl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 25669, app/assets/stylesheets/_custom.scss */
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  /* line 25673, app/assets/stylesheets/_custom.scss */
  .mt-xxl-9 {
    margin-top: 3.5rem !important;
  }
  /* line 25677, app/assets/stylesheets/_custom.scss */
  .mt-xxl-10 {
    margin-top: 4rem !important;
  }
  /* line 25681, app/assets/stylesheets/_custom.scss */
  .mt-xxl-11 {
    margin-top: 4.5rem !important;
  }
  /* line 25685, app/assets/stylesheets/_custom.scss */
  .mt-xxl-12 {
    margin-top: 5rem !important;
  }
  /* line 25689, app/assets/stylesheets/_custom.scss */
  .mt-xxl-13 {
    margin-top: 5.5rem !important;
  }
  /* line 25693, app/assets/stylesheets/_custom.scss */
  .mt-xxl-14 {
    margin-top: 6rem !important;
  }
  /* line 25697, app/assets/stylesheets/_custom.scss */
  .mt-xxl-15 {
    margin-top: 6.5rem !important;
  }
  /* line 25701, app/assets/stylesheets/_custom.scss */
  .mt-xxl-16 {
    margin-top: 7rem !important;
  }
  /* line 25705, app/assets/stylesheets/_custom.scss */
  .mt-xxl-17 {
    margin-top: 7.5rem !important;
  }
  /* line 25709, app/assets/stylesheets/_custom.scss */
  .mt-xxl-18 {
    margin-top: 8rem !important;
  }
  /* line 25713, app/assets/stylesheets/_custom.scss */
  .mt-xxl-19 {
    margin-top: 8.5rem !important;
  }
  /* line 25717, app/assets/stylesheets/_custom.scss */
  .mt-xxl-20 {
    margin-top: 9rem !important;
  }
  /* line 25721, app/assets/stylesheets/_custom.scss */
  .mt-xxl-21 {
    margin-top: 9.5rem !important;
  }
  /* line 25725, app/assets/stylesheets/_custom.scss */
  .mt-xxl-22 {
    margin-top: 10rem !important;
  }
  /* line 25729, app/assets/stylesheets/_custom.scss */
  .mt-xxl-23 {
    margin-top: 12rem !important;
  }
  /* line 25733, app/assets/stylesheets/_custom.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 25737, app/assets/stylesheets/_custom.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 25741, app/assets/stylesheets/_custom.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 25745, app/assets/stylesheets/_custom.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 25749, app/assets/stylesheets/_custom.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 25753, app/assets/stylesheets/_custom.scss */
  .me-xxl-4 {
    margin-right: 1.25rem !important;
  }
  /* line 25757, app/assets/stylesheets/_custom.scss */
  .me-xxl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 25761, app/assets/stylesheets/_custom.scss */
  .me-xxl-6 {
    margin-right: 2rem !important;
  }
  /* line 25765, app/assets/stylesheets/_custom.scss */
  .me-xxl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 25769, app/assets/stylesheets/_custom.scss */
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  /* line 25773, app/assets/stylesheets/_custom.scss */
  .me-xxl-9 {
    margin-right: 3.5rem !important;
  }
  /* line 25777, app/assets/stylesheets/_custom.scss */
  .me-xxl-10 {
    margin-right: 4rem !important;
  }
  /* line 25781, app/assets/stylesheets/_custom.scss */
  .me-xxl-11 {
    margin-right: 4.5rem !important;
  }
  /* line 25785, app/assets/stylesheets/_custom.scss */
  .me-xxl-12 {
    margin-right: 5rem !important;
  }
  /* line 25789, app/assets/stylesheets/_custom.scss */
  .me-xxl-13 {
    margin-right: 5.5rem !important;
  }
  /* line 25793, app/assets/stylesheets/_custom.scss */
  .me-xxl-14 {
    margin-right: 6rem !important;
  }
  /* line 25797, app/assets/stylesheets/_custom.scss */
  .me-xxl-15 {
    margin-right: 6.5rem !important;
  }
  /* line 25801, app/assets/stylesheets/_custom.scss */
  .me-xxl-16 {
    margin-right: 7rem !important;
  }
  /* line 25805, app/assets/stylesheets/_custom.scss */
  .me-xxl-17 {
    margin-right: 7.5rem !important;
  }
  /* line 25809, app/assets/stylesheets/_custom.scss */
  .me-xxl-18 {
    margin-right: 8rem !important;
  }
  /* line 25813, app/assets/stylesheets/_custom.scss */
  .me-xxl-19 {
    margin-right: 8.5rem !important;
  }
  /* line 25817, app/assets/stylesheets/_custom.scss */
  .me-xxl-20 {
    margin-right: 9rem !important;
  }
  /* line 25821, app/assets/stylesheets/_custom.scss */
  .me-xxl-21 {
    margin-right: 9.5rem !important;
  }
  /* line 25825, app/assets/stylesheets/_custom.scss */
  .me-xxl-22 {
    margin-right: 10rem !important;
  }
  /* line 25829, app/assets/stylesheets/_custom.scss */
  .me-xxl-23 {
    margin-right: 12rem !important;
  }
  /* line 25833, app/assets/stylesheets/_custom.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 25837, app/assets/stylesheets/_custom.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25841, app/assets/stylesheets/_custom.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25845, app/assets/stylesheets/_custom.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25849, app/assets/stylesheets/_custom.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25853, app/assets/stylesheets/_custom.scss */
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  /* line 25857, app/assets/stylesheets/_custom.scss */
  .mb-xxl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25861, app/assets/stylesheets/_custom.scss */
  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 25865, app/assets/stylesheets/_custom.scss */
  .mb-xxl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 25869, app/assets/stylesheets/_custom.scss */
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 25873, app/assets/stylesheets/_custom.scss */
  .mb-xxl-9 {
    margin-bottom: 3.5rem !important;
  }
  /* line 25877, app/assets/stylesheets/_custom.scss */
  .mb-xxl-10 {
    margin-bottom: 4rem !important;
  }
  /* line 25881, app/assets/stylesheets/_custom.scss */
  .mb-xxl-11 {
    margin-bottom: 4.5rem !important;
  }
  /* line 25885, app/assets/stylesheets/_custom.scss */
  .mb-xxl-12 {
    margin-bottom: 5rem !important;
  }
  /* line 25889, app/assets/stylesheets/_custom.scss */
  .mb-xxl-13 {
    margin-bottom: 5.5rem !important;
  }
  /* line 25893, app/assets/stylesheets/_custom.scss */
  .mb-xxl-14 {
    margin-bottom: 6rem !important;
  }
  /* line 25897, app/assets/stylesheets/_custom.scss */
  .mb-xxl-15 {
    margin-bottom: 6.5rem !important;
  }
  /* line 25901, app/assets/stylesheets/_custom.scss */
  .mb-xxl-16 {
    margin-bottom: 7rem !important;
  }
  /* line 25905, app/assets/stylesheets/_custom.scss */
  .mb-xxl-17 {
    margin-bottom: 7.5rem !important;
  }
  /* line 25909, app/assets/stylesheets/_custom.scss */
  .mb-xxl-18 {
    margin-bottom: 8rem !important;
  }
  /* line 25913, app/assets/stylesheets/_custom.scss */
  .mb-xxl-19 {
    margin-bottom: 8.5rem !important;
  }
  /* line 25917, app/assets/stylesheets/_custom.scss */
  .mb-xxl-20 {
    margin-bottom: 9rem !important;
  }
  /* line 25921, app/assets/stylesheets/_custom.scss */
  .mb-xxl-21 {
    margin-bottom: 9.5rem !important;
  }
  /* line 25925, app/assets/stylesheets/_custom.scss */
  .mb-xxl-22 {
    margin-bottom: 10rem !important;
  }
  /* line 25929, app/assets/stylesheets/_custom.scss */
  .mb-xxl-23 {
    margin-bottom: 12rem !important;
  }
  /* line 25933, app/assets/stylesheets/_custom.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 25937, app/assets/stylesheets/_custom.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 25941, app/assets/stylesheets/_custom.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 25945, app/assets/stylesheets/_custom.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 25949, app/assets/stylesheets/_custom.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 25953, app/assets/stylesheets/_custom.scss */
  .ms-xxl-4 {
    margin-left: 1.25rem !important;
  }
  /* line 25957, app/assets/stylesheets/_custom.scss */
  .ms-xxl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 25961, app/assets/stylesheets/_custom.scss */
  .ms-xxl-6 {
    margin-left: 2rem !important;
  }
  /* line 25965, app/assets/stylesheets/_custom.scss */
  .ms-xxl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 25969, app/assets/stylesheets/_custom.scss */
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  /* line 25973, app/assets/stylesheets/_custom.scss */
  .ms-xxl-9 {
    margin-left: 3.5rem !important;
  }
  /* line 25977, app/assets/stylesheets/_custom.scss */
  .ms-xxl-10 {
    margin-left: 4rem !important;
  }
  /* line 25981, app/assets/stylesheets/_custom.scss */
  .ms-xxl-11 {
    margin-left: 4.5rem !important;
  }
  /* line 25985, app/assets/stylesheets/_custom.scss */
  .ms-xxl-12 {
    margin-left: 5rem !important;
  }
  /* line 25989, app/assets/stylesheets/_custom.scss */
  .ms-xxl-13 {
    margin-left: 5.5rem !important;
  }
  /* line 25993, app/assets/stylesheets/_custom.scss */
  .ms-xxl-14 {
    margin-left: 6rem !important;
  }
  /* line 25997, app/assets/stylesheets/_custom.scss */
  .ms-xxl-15 {
    margin-left: 6.5rem !important;
  }
  /* line 26001, app/assets/stylesheets/_custom.scss */
  .ms-xxl-16 {
    margin-left: 7rem !important;
  }
  /* line 26005, app/assets/stylesheets/_custom.scss */
  .ms-xxl-17 {
    margin-left: 7.5rem !important;
  }
  /* line 26009, app/assets/stylesheets/_custom.scss */
  .ms-xxl-18 {
    margin-left: 8rem !important;
  }
  /* line 26013, app/assets/stylesheets/_custom.scss */
  .ms-xxl-19 {
    margin-left: 8.5rem !important;
  }
  /* line 26017, app/assets/stylesheets/_custom.scss */
  .ms-xxl-20 {
    margin-left: 9rem !important;
  }
  /* line 26021, app/assets/stylesheets/_custom.scss */
  .ms-xxl-21 {
    margin-left: 9.5rem !important;
  }
  /* line 26025, app/assets/stylesheets/_custom.scss */
  .ms-xxl-22 {
    margin-left: 10rem !important;
  }
  /* line 26029, app/assets/stylesheets/_custom.scss */
  .ms-xxl-23 {
    margin-left: 12rem !important;
  }
  /* line 26033, app/assets/stylesheets/_custom.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 26037, app/assets/stylesheets/_custom.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 26041, app/assets/stylesheets/_custom.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 26045, app/assets/stylesheets/_custom.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 26049, app/assets/stylesheets/_custom.scss */
  .m-xxl-n4 {
    margin: -1.25rem !important;
  }
  /* line 26053, app/assets/stylesheets/_custom.scss */
  .m-xxl-n5 {
    margin: -1.5rem !important;
  }
  /* line 26057, app/assets/stylesheets/_custom.scss */
  .m-xxl-n6 {
    margin: -2rem !important;
  }
  /* line 26061, app/assets/stylesheets/_custom.scss */
  .m-xxl-n7 {
    margin: -2.5rem !important;
  }
  /* line 26065, app/assets/stylesheets/_custom.scss */
  .m-xxl-n8 {
    margin: -3rem !important;
  }
  /* line 26069, app/assets/stylesheets/_custom.scss */
  .m-xxl-n9 {
    margin: -3.5rem !important;
  }
  /* line 26073, app/assets/stylesheets/_custom.scss */
  .m-xxl-n10 {
    margin: -4rem !important;
  }
  /* line 26077, app/assets/stylesheets/_custom.scss */
  .m-xxl-n11 {
    margin: -4.5rem !important;
  }
  /* line 26081, app/assets/stylesheets/_custom.scss */
  .m-xxl-n12 {
    margin: -5rem !important;
  }
  /* line 26085, app/assets/stylesheets/_custom.scss */
  .m-xxl-n13 {
    margin: -5.5rem !important;
  }
  /* line 26089, app/assets/stylesheets/_custom.scss */
  .m-xxl-n14 {
    margin: -6rem !important;
  }
  /* line 26093, app/assets/stylesheets/_custom.scss */
  .m-xxl-n15 {
    margin: -6.5rem !important;
  }
  /* line 26097, app/assets/stylesheets/_custom.scss */
  .m-xxl-n16 {
    margin: -7rem !important;
  }
  /* line 26101, app/assets/stylesheets/_custom.scss */
  .m-xxl-n17 {
    margin: -7.5rem !important;
  }
  /* line 26105, app/assets/stylesheets/_custom.scss */
  .m-xxl-n18 {
    margin: -8rem !important;
  }
  /* line 26109, app/assets/stylesheets/_custom.scss */
  .m-xxl-n19 {
    margin: -8.5rem !important;
  }
  /* line 26113, app/assets/stylesheets/_custom.scss */
  .m-xxl-n20 {
    margin: -9rem !important;
  }
  /* line 26117, app/assets/stylesheets/_custom.scss */
  .m-xxl-n21 {
    margin: -9.5rem !important;
  }
  /* line 26121, app/assets/stylesheets/_custom.scss */
  .m-xxl-n22 {
    margin: -10rem !important;
  }
  /* line 26125, app/assets/stylesheets/_custom.scss */
  .m-xxl-n23 {
    margin: -12rem !important;
  }
  /* line 26129, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 26134, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 26139, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 26144, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n4 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 26149, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 26154, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 26159, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n7 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 26164, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 26169, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n9 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 26174, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 26179, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n11 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 26184, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n12 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 26189, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n13 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 26194, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n14 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 26199, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 26204, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n16 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 26209, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n17 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 26214, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 26219, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n19 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  /* line 26224, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n20 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  /* line 26229, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n21 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  /* line 26234, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n22 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 26239, app/assets/stylesheets/_custom.scss */
  .mx-xxl-n23 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 26244, app/assets/stylesheets/_custom.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 26249, app/assets/stylesheets/_custom.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 26254, app/assets/stylesheets/_custom.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 26259, app/assets/stylesheets/_custom.scss */
  .my-xxl-n4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 26264, app/assets/stylesheets/_custom.scss */
  .my-xxl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 26269, app/assets/stylesheets/_custom.scss */
  .my-xxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 26274, app/assets/stylesheets/_custom.scss */
  .my-xxl-n7 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 26279, app/assets/stylesheets/_custom.scss */
  .my-xxl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 26284, app/assets/stylesheets/_custom.scss */
  .my-xxl-n9 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 26289, app/assets/stylesheets/_custom.scss */
  .my-xxl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 26294, app/assets/stylesheets/_custom.scss */
  .my-xxl-n11 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 26299, app/assets/stylesheets/_custom.scss */
  .my-xxl-n12 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 26304, app/assets/stylesheets/_custom.scss */
  .my-xxl-n13 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 26309, app/assets/stylesheets/_custom.scss */
  .my-xxl-n14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 26314, app/assets/stylesheets/_custom.scss */
  .my-xxl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 26319, app/assets/stylesheets/_custom.scss */
  .my-xxl-n16 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 26324, app/assets/stylesheets/_custom.scss */
  .my-xxl-n17 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 26329, app/assets/stylesheets/_custom.scss */
  .my-xxl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 26334, app/assets/stylesheets/_custom.scss */
  .my-xxl-n19 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  /* line 26339, app/assets/stylesheets/_custom.scss */
  .my-xxl-n20 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  /* line 26344, app/assets/stylesheets/_custom.scss */
  .my-xxl-n21 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  /* line 26349, app/assets/stylesheets/_custom.scss */
  .my-xxl-n22 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 26354, app/assets/stylesheets/_custom.scss */
  .my-xxl-n23 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 26359, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 26363, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 26367, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 26371, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n4 {
    margin-top: -1.25rem !important;
  }
  /* line 26375, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n5 {
    margin-top: -1.5rem !important;
  }
  /* line 26379, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n6 {
    margin-top: -2rem !important;
  }
  /* line 26383, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n7 {
    margin-top: -2.5rem !important;
  }
  /* line 26387, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n8 {
    margin-top: -3rem !important;
  }
  /* line 26391, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n9 {
    margin-top: -3.5rem !important;
  }
  /* line 26395, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n10 {
    margin-top: -4rem !important;
  }
  /* line 26399, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n11 {
    margin-top: -4.5rem !important;
  }
  /* line 26403, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n12 {
    margin-top: -5rem !important;
  }
  /* line 26407, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n13 {
    margin-top: -5.5rem !important;
  }
  /* line 26411, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n14 {
    margin-top: -6rem !important;
  }
  /* line 26415, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n15 {
    margin-top: -6.5rem !important;
  }
  /* line 26419, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n16 {
    margin-top: -7rem !important;
  }
  /* line 26423, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n17 {
    margin-top: -7.5rem !important;
  }
  /* line 26427, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n18 {
    margin-top: -8rem !important;
  }
  /* line 26431, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n19 {
    margin-top: -8.5rem !important;
  }
  /* line 26435, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n20 {
    margin-top: -9rem !important;
  }
  /* line 26439, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n21 {
    margin-top: -9.5rem !important;
  }
  /* line 26443, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n22 {
    margin-top: -10rem !important;
  }
  /* line 26447, app/assets/stylesheets/_custom.scss */
  .mt-xxl-n23 {
    margin-top: -12rem !important;
  }
  /* line 26451, app/assets/stylesheets/_custom.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 26455, app/assets/stylesheets/_custom.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 26459, app/assets/stylesheets/_custom.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 26463, app/assets/stylesheets/_custom.scss */
  .me-xxl-n4 {
    margin-right: -1.25rem !important;
  }
  /* line 26467, app/assets/stylesheets/_custom.scss */
  .me-xxl-n5 {
    margin-right: -1.5rem !important;
  }
  /* line 26471, app/assets/stylesheets/_custom.scss */
  .me-xxl-n6 {
    margin-right: -2rem !important;
  }
  /* line 26475, app/assets/stylesheets/_custom.scss */
  .me-xxl-n7 {
    margin-right: -2.5rem !important;
  }
  /* line 26479, app/assets/stylesheets/_custom.scss */
  .me-xxl-n8 {
    margin-right: -3rem !important;
  }
  /* line 26483, app/assets/stylesheets/_custom.scss */
  .me-xxl-n9 {
    margin-right: -3.5rem !important;
  }
  /* line 26487, app/assets/stylesheets/_custom.scss */
  .me-xxl-n10 {
    margin-right: -4rem !important;
  }
  /* line 26491, app/assets/stylesheets/_custom.scss */
  .me-xxl-n11 {
    margin-right: -4.5rem !important;
  }
  /* line 26495, app/assets/stylesheets/_custom.scss */
  .me-xxl-n12 {
    margin-right: -5rem !important;
  }
  /* line 26499, app/assets/stylesheets/_custom.scss */
  .me-xxl-n13 {
    margin-right: -5.5rem !important;
  }
  /* line 26503, app/assets/stylesheets/_custom.scss */
  .me-xxl-n14 {
    margin-right: -6rem !important;
  }
  /* line 26507, app/assets/stylesheets/_custom.scss */
  .me-xxl-n15 {
    margin-right: -6.5rem !important;
  }
  /* line 26511, app/assets/stylesheets/_custom.scss */
  .me-xxl-n16 {
    margin-right: -7rem !important;
  }
  /* line 26515, app/assets/stylesheets/_custom.scss */
  .me-xxl-n17 {
    margin-right: -7.5rem !important;
  }
  /* line 26519, app/assets/stylesheets/_custom.scss */
  .me-xxl-n18 {
    margin-right: -8rem !important;
  }
  /* line 26523, app/assets/stylesheets/_custom.scss */
  .me-xxl-n19 {
    margin-right: -8.5rem !important;
  }
  /* line 26527, app/assets/stylesheets/_custom.scss */
  .me-xxl-n20 {
    margin-right: -9rem !important;
  }
  /* line 26531, app/assets/stylesheets/_custom.scss */
  .me-xxl-n21 {
    margin-right: -9.5rem !important;
  }
  /* line 26535, app/assets/stylesheets/_custom.scss */
  .me-xxl-n22 {
    margin-right: -10rem !important;
  }
  /* line 26539, app/assets/stylesheets/_custom.scss */
  .me-xxl-n23 {
    margin-right: -12rem !important;
  }
  /* line 26543, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 26547, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 26551, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 26555, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.25rem !important;
  }
  /* line 26559, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n5 {
    margin-bottom: -1.5rem !important;
  }
  /* line 26563, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 26567, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n7 {
    margin-bottom: -2.5rem !important;
  }
  /* line 26571, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n8 {
    margin-bottom: -3rem !important;
  }
  /* line 26575, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n9 {
    margin-bottom: -3.5rem !important;
  }
  /* line 26579, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n10 {
    margin-bottom: -4rem !important;
  }
  /* line 26583, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n11 {
    margin-bottom: -4.5rem !important;
  }
  /* line 26587, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n12 {
    margin-bottom: -5rem !important;
  }
  /* line 26591, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n13 {
    margin-bottom: -5.5rem !important;
  }
  /* line 26595, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n14 {
    margin-bottom: -6rem !important;
  }
  /* line 26599, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n15 {
    margin-bottom: -6.5rem !important;
  }
  /* line 26603, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n16 {
    margin-bottom: -7rem !important;
  }
  /* line 26607, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n17 {
    margin-bottom: -7.5rem !important;
  }
  /* line 26611, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n18 {
    margin-bottom: -8rem !important;
  }
  /* line 26615, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n19 {
    margin-bottom: -8.5rem !important;
  }
  /* line 26619, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n20 {
    margin-bottom: -9rem !important;
  }
  /* line 26623, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n21 {
    margin-bottom: -9.5rem !important;
  }
  /* line 26627, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n22 {
    margin-bottom: -10rem !important;
  }
  /* line 26631, app/assets/stylesheets/_custom.scss */
  .mb-xxl-n23 {
    margin-bottom: -12rem !important;
  }
  /* line 26635, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 26639, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 26643, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 26647, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n4 {
    margin-left: -1.25rem !important;
  }
  /* line 26651, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n5 {
    margin-left: -1.5rem !important;
  }
  /* line 26655, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n6 {
    margin-left: -2rem !important;
  }
  /* line 26659, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n7 {
    margin-left: -2.5rem !important;
  }
  /* line 26663, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n8 {
    margin-left: -3rem !important;
  }
  /* line 26667, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n9 {
    margin-left: -3.5rem !important;
  }
  /* line 26671, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n10 {
    margin-left: -4rem !important;
  }
  /* line 26675, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n11 {
    margin-left: -4.5rem !important;
  }
  /* line 26679, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n12 {
    margin-left: -5rem !important;
  }
  /* line 26683, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n13 {
    margin-left: -5.5rem !important;
  }
  /* line 26687, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n14 {
    margin-left: -6rem !important;
  }
  /* line 26691, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n15 {
    margin-left: -6.5rem !important;
  }
  /* line 26695, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n16 {
    margin-left: -7rem !important;
  }
  /* line 26699, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n17 {
    margin-left: -7.5rem !important;
  }
  /* line 26703, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n18 {
    margin-left: -8rem !important;
  }
  /* line 26707, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n19 {
    margin-left: -8.5rem !important;
  }
  /* line 26711, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n20 {
    margin-left: -9rem !important;
  }
  /* line 26715, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n21 {
    margin-left: -9.5rem !important;
  }
  /* line 26719, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n22 {
    margin-left: -10rem !important;
  }
  /* line 26723, app/assets/stylesheets/_custom.scss */
  .ms-xxl-n23 {
    margin-left: -12rem !important;
  }
  /* line 26727, app/assets/stylesheets/_custom.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 26731, app/assets/stylesheets/_custom.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 26735, app/assets/stylesheets/_custom.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 26739, app/assets/stylesheets/_custom.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 26743, app/assets/stylesheets/_custom.scss */
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  /* line 26747, app/assets/stylesheets/_custom.scss */
  .p-xxl-5 {
    padding: 1.5rem !important;
  }
  /* line 26751, app/assets/stylesheets/_custom.scss */
  .p-xxl-6 {
    padding: 2rem !important;
  }
  /* line 26755, app/assets/stylesheets/_custom.scss */
  .p-xxl-7 {
    padding: 2.5rem !important;
  }
  /* line 26759, app/assets/stylesheets/_custom.scss */
  .p-xxl-8 {
    padding: 3rem !important;
  }
  /* line 26763, app/assets/stylesheets/_custom.scss */
  .p-xxl-9 {
    padding: 3.5rem !important;
  }
  /* line 26767, app/assets/stylesheets/_custom.scss */
  .p-xxl-10 {
    padding: 4rem !important;
  }
  /* line 26771, app/assets/stylesheets/_custom.scss */
  .p-xxl-11 {
    padding: 4.5rem !important;
  }
  /* line 26775, app/assets/stylesheets/_custom.scss */
  .p-xxl-12 {
    padding: 5rem !important;
  }
  /* line 26779, app/assets/stylesheets/_custom.scss */
  .p-xxl-13 {
    padding: 5.5rem !important;
  }
  /* line 26783, app/assets/stylesheets/_custom.scss */
  .p-xxl-14 {
    padding: 6rem !important;
  }
  /* line 26787, app/assets/stylesheets/_custom.scss */
  .p-xxl-15 {
    padding: 6.5rem !important;
  }
  /* line 26791, app/assets/stylesheets/_custom.scss */
  .p-xxl-16 {
    padding: 7rem !important;
  }
  /* line 26795, app/assets/stylesheets/_custom.scss */
  .p-xxl-17 {
    padding: 7.5rem !important;
  }
  /* line 26799, app/assets/stylesheets/_custom.scss */
  .p-xxl-18 {
    padding: 8rem !important;
  }
  /* line 26803, app/assets/stylesheets/_custom.scss */
  .p-xxl-19 {
    padding: 8.5rem !important;
  }
  /* line 26807, app/assets/stylesheets/_custom.scss */
  .p-xxl-20 {
    padding: 9rem !important;
  }
  /* line 26811, app/assets/stylesheets/_custom.scss */
  .p-xxl-21 {
    padding: 9.5rem !important;
  }
  /* line 26815, app/assets/stylesheets/_custom.scss */
  .p-xxl-22 {
    padding: 10rem !important;
  }
  /* line 26819, app/assets/stylesheets/_custom.scss */
  .p-xxl-23 {
    padding: 12rem !important;
  }
  /* line 26823, app/assets/stylesheets/_custom.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 26828, app/assets/stylesheets/_custom.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 26833, app/assets/stylesheets/_custom.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 26838, app/assets/stylesheets/_custom.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 26843, app/assets/stylesheets/_custom.scss */
  .px-xxl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 26848, app/assets/stylesheets/_custom.scss */
  .px-xxl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 26853, app/assets/stylesheets/_custom.scss */
  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 26858, app/assets/stylesheets/_custom.scss */
  .px-xxl-7 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 26863, app/assets/stylesheets/_custom.scss */
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 26868, app/assets/stylesheets/_custom.scss */
  .px-xxl-9 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 26873, app/assets/stylesheets/_custom.scss */
  .px-xxl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 26878, app/assets/stylesheets/_custom.scss */
  .px-xxl-11 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 26883, app/assets/stylesheets/_custom.scss */
  .px-xxl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 26888, app/assets/stylesheets/_custom.scss */
  .px-xxl-13 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 26893, app/assets/stylesheets/_custom.scss */
  .px-xxl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 26898, app/assets/stylesheets/_custom.scss */
  .px-xxl-15 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 26903, app/assets/stylesheets/_custom.scss */
  .px-xxl-16 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 26908, app/assets/stylesheets/_custom.scss */
  .px-xxl-17 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 26913, app/assets/stylesheets/_custom.scss */
  .px-xxl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 26918, app/assets/stylesheets/_custom.scss */
  .px-xxl-19 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  /* line 26923, app/assets/stylesheets/_custom.scss */
  .px-xxl-20 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  /* line 26928, app/assets/stylesheets/_custom.scss */
  .px-xxl-21 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  /* line 26933, app/assets/stylesheets/_custom.scss */
  .px-xxl-22 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 26938, app/assets/stylesheets/_custom.scss */
  .px-xxl-23 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 26943, app/assets/stylesheets/_custom.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 26948, app/assets/stylesheets/_custom.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 26953, app/assets/stylesheets/_custom.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 26958, app/assets/stylesheets/_custom.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 26963, app/assets/stylesheets/_custom.scss */
  .py-xxl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 26968, app/assets/stylesheets/_custom.scss */
  .py-xxl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 26973, app/assets/stylesheets/_custom.scss */
  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 26978, app/assets/stylesheets/_custom.scss */
  .py-xxl-7 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 26983, app/assets/stylesheets/_custom.scss */
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 26988, app/assets/stylesheets/_custom.scss */
  .py-xxl-9 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 26993, app/assets/stylesheets/_custom.scss */
  .py-xxl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 26998, app/assets/stylesheets/_custom.scss */
  .py-xxl-11 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 27003, app/assets/stylesheets/_custom.scss */
  .py-xxl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 27008, app/assets/stylesheets/_custom.scss */
  .py-xxl-13 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 27013, app/assets/stylesheets/_custom.scss */
  .py-xxl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 27018, app/assets/stylesheets/_custom.scss */
  .py-xxl-15 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 27023, app/assets/stylesheets/_custom.scss */
  .py-xxl-16 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 27028, app/assets/stylesheets/_custom.scss */
  .py-xxl-17 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 27033, app/assets/stylesheets/_custom.scss */
  .py-xxl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 27038, app/assets/stylesheets/_custom.scss */
  .py-xxl-19 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  /* line 27043, app/assets/stylesheets/_custom.scss */
  .py-xxl-20 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  /* line 27048, app/assets/stylesheets/_custom.scss */
  .py-xxl-21 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  /* line 27053, app/assets/stylesheets/_custom.scss */
  .py-xxl-22 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 27058, app/assets/stylesheets/_custom.scss */
  .py-xxl-23 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 27063, app/assets/stylesheets/_custom.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 27067, app/assets/stylesheets/_custom.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 27071, app/assets/stylesheets/_custom.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 27075, app/assets/stylesheets/_custom.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 27079, app/assets/stylesheets/_custom.scss */
  .pt-xxl-4 {
    padding-top: 1.25rem !important;
  }
  /* line 27083, app/assets/stylesheets/_custom.scss */
  .pt-xxl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 27087, app/assets/stylesheets/_custom.scss */
  .pt-xxl-6 {
    padding-top: 2rem !important;
  }
  /* line 27091, app/assets/stylesheets/_custom.scss */
  .pt-xxl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 27095, app/assets/stylesheets/_custom.scss */
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  /* line 27099, app/assets/stylesheets/_custom.scss */
  .pt-xxl-9 {
    padding-top: 3.5rem !important;
  }
  /* line 27103, app/assets/stylesheets/_custom.scss */
  .pt-xxl-10 {
    padding-top: 4rem !important;
  }
  /* line 27107, app/assets/stylesheets/_custom.scss */
  .pt-xxl-11 {
    padding-top: 4.5rem !important;
  }
  /* line 27111, app/assets/stylesheets/_custom.scss */
  .pt-xxl-12 {
    padding-top: 5rem !important;
  }
  /* line 27115, app/assets/stylesheets/_custom.scss */
  .pt-xxl-13 {
    padding-top: 5.5rem !important;
  }
  /* line 27119, app/assets/stylesheets/_custom.scss */
  .pt-xxl-14 {
    padding-top: 6rem !important;
  }
  /* line 27123, app/assets/stylesheets/_custom.scss */
  .pt-xxl-15 {
    padding-top: 6.5rem !important;
  }
  /* line 27127, app/assets/stylesheets/_custom.scss */
  .pt-xxl-16 {
    padding-top: 7rem !important;
  }
  /* line 27131, app/assets/stylesheets/_custom.scss */
  .pt-xxl-17 {
    padding-top: 7.5rem !important;
  }
  /* line 27135, app/assets/stylesheets/_custom.scss */
  .pt-xxl-18 {
    padding-top: 8rem !important;
  }
  /* line 27139, app/assets/stylesheets/_custom.scss */
  .pt-xxl-19 {
    padding-top: 8.5rem !important;
  }
  /* line 27143, app/assets/stylesheets/_custom.scss */
  .pt-xxl-20 {
    padding-top: 9rem !important;
  }
  /* line 27147, app/assets/stylesheets/_custom.scss */
  .pt-xxl-21 {
    padding-top: 9.5rem !important;
  }
  /* line 27151, app/assets/stylesheets/_custom.scss */
  .pt-xxl-22 {
    padding-top: 10rem !important;
  }
  /* line 27155, app/assets/stylesheets/_custom.scss */
  .pt-xxl-23 {
    padding-top: 12rem !important;
  }
  /* line 27159, app/assets/stylesheets/_custom.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 27163, app/assets/stylesheets/_custom.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 27167, app/assets/stylesheets/_custom.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 27171, app/assets/stylesheets/_custom.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 27175, app/assets/stylesheets/_custom.scss */
  .pe-xxl-4 {
    padding-right: 1.25rem !important;
  }
  /* line 27179, app/assets/stylesheets/_custom.scss */
  .pe-xxl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 27183, app/assets/stylesheets/_custom.scss */
  .pe-xxl-6 {
    padding-right: 2rem !important;
  }
  /* line 27187, app/assets/stylesheets/_custom.scss */
  .pe-xxl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 27191, app/assets/stylesheets/_custom.scss */
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  /* line 27195, app/assets/stylesheets/_custom.scss */
  .pe-xxl-9 {
    padding-right: 3.5rem !important;
  }
  /* line 27199, app/assets/stylesheets/_custom.scss */
  .pe-xxl-10 {
    padding-right: 4rem !important;
  }
  /* line 27203, app/assets/stylesheets/_custom.scss */
  .pe-xxl-11 {
    padding-right: 4.5rem !important;
  }
  /* line 27207, app/assets/stylesheets/_custom.scss */
  .pe-xxl-12 {
    padding-right: 5rem !important;
  }
  /* line 27211, app/assets/stylesheets/_custom.scss */
  .pe-xxl-13 {
    padding-right: 5.5rem !important;
  }
  /* line 27215, app/assets/stylesheets/_custom.scss */
  .pe-xxl-14 {
    padding-right: 6rem !important;
  }
  /* line 27219, app/assets/stylesheets/_custom.scss */
  .pe-xxl-15 {
    padding-right: 6.5rem !important;
  }
  /* line 27223, app/assets/stylesheets/_custom.scss */
  .pe-xxl-16 {
    padding-right: 7rem !important;
  }
  /* line 27227, app/assets/stylesheets/_custom.scss */
  .pe-xxl-17 {
    padding-right: 7.5rem !important;
  }
  /* line 27231, app/assets/stylesheets/_custom.scss */
  .pe-xxl-18 {
    padding-right: 8rem !important;
  }
  /* line 27235, app/assets/stylesheets/_custom.scss */
  .pe-xxl-19 {
    padding-right: 8.5rem !important;
  }
  /* line 27239, app/assets/stylesheets/_custom.scss */
  .pe-xxl-20 {
    padding-right: 9rem !important;
  }
  /* line 27243, app/assets/stylesheets/_custom.scss */
  .pe-xxl-21 {
    padding-right: 9.5rem !important;
  }
  /* line 27247, app/assets/stylesheets/_custom.scss */
  .pe-xxl-22 {
    padding-right: 10rem !important;
  }
  /* line 27251, app/assets/stylesheets/_custom.scss */
  .pe-xxl-23 {
    padding-right: 12rem !important;
  }
  /* line 27255, app/assets/stylesheets/_custom.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 27259, app/assets/stylesheets/_custom.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 27263, app/assets/stylesheets/_custom.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 27267, app/assets/stylesheets/_custom.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 27271, app/assets/stylesheets/_custom.scss */
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  /* line 27275, app/assets/stylesheets/_custom.scss */
  .pb-xxl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 27279, app/assets/stylesheets/_custom.scss */
  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 27283, app/assets/stylesheets/_custom.scss */
  .pb-xxl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 27287, app/assets/stylesheets/_custom.scss */
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 27291, app/assets/stylesheets/_custom.scss */
  .pb-xxl-9 {
    padding-bottom: 3.5rem !important;
  }
  /* line 27295, app/assets/stylesheets/_custom.scss */
  .pb-xxl-10 {
    padding-bottom: 4rem !important;
  }
  /* line 27299, app/assets/stylesheets/_custom.scss */
  .pb-xxl-11 {
    padding-bottom: 4.5rem !important;
  }
  /* line 27303, app/assets/stylesheets/_custom.scss */
  .pb-xxl-12 {
    padding-bottom: 5rem !important;
  }
  /* line 27307, app/assets/stylesheets/_custom.scss */
  .pb-xxl-13 {
    padding-bottom: 5.5rem !important;
  }
  /* line 27311, app/assets/stylesheets/_custom.scss */
  .pb-xxl-14 {
    padding-bottom: 6rem !important;
  }
  /* line 27315, app/assets/stylesheets/_custom.scss */
  .pb-xxl-15 {
    padding-bottom: 6.5rem !important;
  }
  /* line 27319, app/assets/stylesheets/_custom.scss */
  .pb-xxl-16 {
    padding-bottom: 7rem !important;
  }
  /* line 27323, app/assets/stylesheets/_custom.scss */
  .pb-xxl-17 {
    padding-bottom: 7.5rem !important;
  }
  /* line 27327, app/assets/stylesheets/_custom.scss */
  .pb-xxl-18 {
    padding-bottom: 8rem !important;
  }
  /* line 27331, app/assets/stylesheets/_custom.scss */
  .pb-xxl-19 {
    padding-bottom: 8.5rem !important;
  }
  /* line 27335, app/assets/stylesheets/_custom.scss */
  .pb-xxl-20 {
    padding-bottom: 9rem !important;
  }
  /* line 27339, app/assets/stylesheets/_custom.scss */
  .pb-xxl-21 {
    padding-bottom: 9.5rem !important;
  }
  /* line 27343, app/assets/stylesheets/_custom.scss */
  .pb-xxl-22 {
    padding-bottom: 10rem !important;
  }
  /* line 27347, app/assets/stylesheets/_custom.scss */
  .pb-xxl-23 {
    padding-bottom: 12rem !important;
  }
  /* line 27351, app/assets/stylesheets/_custom.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 27355, app/assets/stylesheets/_custom.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 27359, app/assets/stylesheets/_custom.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 27363, app/assets/stylesheets/_custom.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 27367, app/assets/stylesheets/_custom.scss */
  .ps-xxl-4 {
    padding-left: 1.25rem !important;
  }
  /* line 27371, app/assets/stylesheets/_custom.scss */
  .ps-xxl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 27375, app/assets/stylesheets/_custom.scss */
  .ps-xxl-6 {
    padding-left: 2rem !important;
  }
  /* line 27379, app/assets/stylesheets/_custom.scss */
  .ps-xxl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 27383, app/assets/stylesheets/_custom.scss */
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  /* line 27387, app/assets/stylesheets/_custom.scss */
  .ps-xxl-9 {
    padding-left: 3.5rem !important;
  }
  /* line 27391, app/assets/stylesheets/_custom.scss */
  .ps-xxl-10 {
    padding-left: 4rem !important;
  }
  /* line 27395, app/assets/stylesheets/_custom.scss */
  .ps-xxl-11 {
    padding-left: 4.5rem !important;
  }
  /* line 27399, app/assets/stylesheets/_custom.scss */
  .ps-xxl-12 {
    padding-left: 5rem !important;
  }
  /* line 27403, app/assets/stylesheets/_custom.scss */
  .ps-xxl-13 {
    padding-left: 5.5rem !important;
  }
  /* line 27407, app/assets/stylesheets/_custom.scss */
  .ps-xxl-14 {
    padding-left: 6rem !important;
  }
  /* line 27411, app/assets/stylesheets/_custom.scss */
  .ps-xxl-15 {
    padding-left: 6.5rem !important;
  }
  /* line 27415, app/assets/stylesheets/_custom.scss */
  .ps-xxl-16 {
    padding-left: 7rem !important;
  }
  /* line 27419, app/assets/stylesheets/_custom.scss */
  .ps-xxl-17 {
    padding-left: 7.5rem !important;
  }
  /* line 27423, app/assets/stylesheets/_custom.scss */
  .ps-xxl-18 {
    padding-left: 8rem !important;
  }
  /* line 27427, app/assets/stylesheets/_custom.scss */
  .ps-xxl-19 {
    padding-left: 8.5rem !important;
  }
  /* line 27431, app/assets/stylesheets/_custom.scss */
  .ps-xxl-20 {
    padding-left: 9rem !important;
  }
  /* line 27435, app/assets/stylesheets/_custom.scss */
  .ps-xxl-21 {
    padding-left: 9.5rem !important;
  }
  /* line 27439, app/assets/stylesheets/_custom.scss */
  .ps-xxl-22 {
    padding-left: 10rem !important;
  }
  /* line 27443, app/assets/stylesheets/_custom.scss */
  .ps-xxl-23 {
    padding-left: 12rem !important;
  }
  /* line 27447, app/assets/stylesheets/_custom.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 27451, app/assets/stylesheets/_custom.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 27455, app/assets/stylesheets/_custom.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 27461, app/assets/stylesheets/_custom.scss */
  .fs-1 {
    font-size: 2.25rem !important;
  }
  /* line 27465, app/assets/stylesheets/_custom.scss */
  .fs-2 {
    font-size: 1.875rem !important;
  }
  /* line 27469, app/assets/stylesheets/_custom.scss */
  .fs-3 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 27475, app/assets/stylesheets/_custom.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 27479, app/assets/stylesheets/_custom.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 27483, app/assets/stylesheets/_custom.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 27487, app/assets/stylesheets/_custom.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 27491, app/assets/stylesheets/_custom.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 27495, app/assets/stylesheets/_custom.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 27499, app/assets/stylesheets/_custom.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 27503, app/assets/stylesheets/_custom.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 27507, app/assets/stylesheets/_custom.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 27511, app/assets/stylesheets/_custom.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 27516, app/assets/stylesheets/_custom.scss */
.navbar-vertical {
  margin-left: -17rem;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 200px;
  padding: 0rem;
  background-color: #212B36;
  border-right: 1px solid #212B36;
  transition: margin 0.25s ease-out;
  z-index: 999;
}

/* line 27531, app/assets/stylesheets/_custom.scss */
.navbar-vertical .slimScrollDiv {
  height: 100% !important;
  overflow-y: auto;
}

/* line 27536, app/assets/stylesheets/_custom.scss */
.navbar-vertical .nav-scroller {
  height: 100% !important;
  overflow-y: auto;
}

/* line 27541, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand {
  padding: 1rem 1.5rem 1.5rem;
  margin-right: 0px;
  display: block;
}

/* line 27547, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-brand img {
  height: 1.875rem;
}

/* line 27551, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-heading {
  color: #454F5B;
  padding: 1rem 1.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 700;
}

/* line 27560, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  color: #919EAB;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: all 0.5s;
  white-space: nowrap;
  transition: all 0.5s;
}

/* line 27572, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover {
  color: #F4F6F8;
}

/* line 27576, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
  color: #F4F6F8;
  opacity: 1;
}

/* line 27581, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link.active {
  color: #F4F6F8;
}

/* line 27585, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
  color: #F4F6F8;
  opacity: 1;
}

/* line 27590, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse] {
  position: relative;
}

/* line 27594, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
  display: block;
  content: "";
  background: url(/../fonts/feather-icons/icons/chevron-down.svg);
  font-family: Feather;
  margin-left: auto;
  transition: 0.5s ease;
  position: absolute;
  right: 1.5rem;
  height: 24px;
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 27611, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav-icon {
  opacity: 0.6;
  font-size: 0.875rem;
  transition: all 0.5s;
}

/* line 27617, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .sub-nav-icon {
  font-size: 0.35rem;
  margin-right: 0.5rem;
}

/* line 27622, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 3rem;
}

/* line 27627, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 27631, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27635, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 3.5rem;
}

/* line 27640, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 27644, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27648, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link {
  color: #919EAB;
  padding: 0.25rem 4.2rem;
}

/* line 27653, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 27657, app/assets/stylesheets/_custom.scss */
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link.active {
  color: #fff;
}

/* line 27661, app/assets/stylesheets/_custom.scss */
.collapse.in {
  display: block;
}

/* line 27665, app/assets/stylesheets/_custom.scss */
.navbar-classic {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 20, 0.08), 0px 1px 2px rgba(0, 0, 20, 0.08);
}

/* line 27670, app/assets/stylesheets/_custom.scss */
.navbar-classic .navbar-right-wrap .list-group-item {
  padding: 1rem 1.25rem;
}

/* line 27674, app/assets/stylesheets/_custom.scss */
.navbar-classic .nav-badge {
  position: absolute;
  top: -9px;
  right: 3px;
}

@media (min-width: 1200px) {
  /* line 27681, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  /* line 27686, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu-start {
    right: auto;
    left: 0;
  }
  /* line 27691, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
  /* line 27700, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 27707, app/assets/stylesheets/_custom.scss */
  .navbar-classic .dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  /* line 27716, app/assets/stylesheets/_custom.scss */
  .navbar-classic .navbar-nav .dropdown-menu {
    margin: 0px;
  }
  /* line 27720, app/assets/stylesheets/_custom.scss */
  .navbar-classic .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
    margin: 0;
  }
  /* line 27725, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap {
    flex-direction: row;
  }
  /* line 27729, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown {
    position: static;
  }
  /* line 27733, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown-menu {
    position: absolute;
    margin: 0.25rem 0.75rem !important;
  }
  /* line 27738, app/assets/stylesheets/_custom.scss */
  .navbar-classic .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
    position: relative;
    top: -7px !important;
    padding: 0px !important;
  }
}

/* line 27745, app/assets/stylesheets/_custom.scss */
.header .navbar {
  padding: 0.625rem 1.5rem;
}

/* line 27749, app/assets/stylesheets/_custom.scss */
.header .navbar #nav-toggle {
  font-size: 20px;
  color: #454F5B;
  line-height: 0.5;
}

@media (max-width: 576px) {
  /* line 27756, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27762, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 27768, app/assets/stylesheets/_custom.scss */
  .header .navbar .navbar-nav {
    flex-direction: row;
  }
}

/* line 27773, app/assets/stylesheets/_custom.scss */
#db-wrapper {
  overflow-x: hidden;
  display: flex;
}

/* line 27778, app/assets/stylesheets/_custom.scss */
#page-content {
  min-height: 100vh;
  min-width: 100vw;
  margin-left: 12rem;
  transition: margin 0.25s ease-out;
}

/* line 27785, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled .navbar-vertical {
  margin-left: 0;
}

/* line 27789, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content {
  margin-left: 0;
}

/* line 27793, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content .inner-wrapper-sticky {
  left: 20px !important;
}

/* line 27797, app/assets/stylesheets/_custom.scss */
#db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
  width: 354px;
}

@media (max-width: 1024px) {
  /* line 27802, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
    width: 204px;
  }
}

@media (max-width: 576px) {
  /* line 27808, app/assets/stylesheets/_custom.scss */
  #page-content {
    margin-left: 0rem;
  }
  /* line 27812, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content {
    margin-left: 15.6875rem;
  }
}

@media (min-width: 768px) {
  /* line 27818, app/assets/stylesheets/_custom.scss */
  .navbar-vertical {
    margin-left: 0rem;
  }
  /* line 27822, app/assets/stylesheets/_custom.scss */
  #page-content {
    min-width: 0rem;
    width: 100%;
  }
  /* line 27827, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled .navbar-vertical {
    margin-left: -16rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 27833, app/assets/stylesheets/_custom.scss */
  #page-content {
    margin-left: 0rem;
  }
  /* line 27837, app/assets/stylesheets/_custom.scss */
  #db-wrapper.toggled #page-content {
    margin-left: 15.6875rem;
  }
}

/* line 27842, app/assets/stylesheets/_custom.scss */
.nav-line-bottom {
  border-bottom: 1px solid #F4F6F8;
}

/* line 27846, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link {
  color: #637381;
  border-radius: 0px;
  margin-bottom: -1px;
  padding: 0.875rem 1.25rem;
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 27855, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom .nav-item .nav-link {
    padding: 0.8rem;
  }
}

/* line 27860, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link.active {
  color: #624BFF;
  background-color: transparent;
  border-bottom: 1px solid #624BFF;
}

@media (max-width: 576px) {
  /* line 27867, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom .nav-item .nav-link.active {
    padding: 0.747rem;
  }
}

/* line 27872, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link:hover {
  color: #624BFF;
  background-color: transparent;
  border-bottom: 1px solid #624BFF;
}

/* line 27878, app/assets/stylesheets/_custom.scss */
.nav-line-bottom .nav-item .nav-link .badge {
  line-height: 1.4;
}

@media (max-width: 576px) {
  /* line 27883, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 27889, app/assets/stylesheets/_custom.scss */
  .nav-line-bottom::-webkit-scrollbar {
    display: none;
  }
}

/* line 27894, app/assets/stylesheets/_custom.scss */
.nav-lb-tab {
  border-bottom: 1px solid #DFE3E8;
}

@media (max-width: 576px) {
  /* line 27899, app/assets/stylesheets/_custom.scss */
  .nav-lb-tab {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 27905, app/assets/stylesheets/_custom.scss */
  .nav-lb-tab::-webkit-scrollbar {
    display: none;
  }
}

/* line 27910, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item {
  margin: 0rem 1.5rem;
}

/* line 27914, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  padding: 16px 0px;
  margin-bottom: -1px;
  font-weight: 500;
  color: #637381;
  white-space: nowrap;
}

/* line 27924, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #624BFF;
  color: #624BFF;
}

/* line 27930, app/assets/stylesheets/_custom.scss */
.nav-lb-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid #624BFF;
  color: #624BFF;
}

/* line 27936, app/assets/stylesheets/_custom.scss */
.nav-lt-tab {
  border-top: 1px solid #DFE3E8;
}

@media (max-width: 768px) {
  /* line 27941, app/assets/stylesheets/_custom.scss */
  .nav-lt-tab {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  /* line 27947, app/assets/stylesheets/_custom.scss */
  .nav-lt-tab::-webkit-scrollbar {
    display: none;
  }
}

/* line 27952, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item {
  margin: 0rem 1rem;
  margin-top: -0.0625rem;
}

/* line 27957, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link {
  border-top: 2px solid transparent;
  border-radius: 0px;
  padding: 1rem 0rem;
  font-weight: 500;
  color: #637381;
}

/* line 27965, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-top: 2px solid #624BFF;
  color: #624BFF;
}

/* line 27971, app/assets/stylesheets/_custom.scss */
.nav-lt-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-top: 2px solid #624BFF;
  color: #624BFF;
}

/* line 27977, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link {
  color: #637381;
  padding: 6px 10px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}

/* line 27985, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link:hover {
  background-color: #F9FAFB;
  color: #624BFF;
}

/* line 27990, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-item .nav-link.active {
  background-color: #F9FAFB;
  color: #624BFF;
}

/* line 27995, app/assets/stylesheets/_custom.scss */
.nav-email-list .nav-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 28002, app/assets/stylesheets/_custom.scss */
.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 28009, app/assets/stylesheets/_custom.scss */
.scrollspy-example-2 {
  position: relative;
  height: 21.875rem;
  overflow: auto;
}

/* line 28015, app/assets/stylesheets/_custom.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 28019, app/assets/stylesheets/_custom.scss */
.docs-header .docs-header-btn {
  display: flex;
  align-items: center;
}

/* line 28024, app/assets/stylesheets/_custom.scss */
.docs-header .navbar {
  margin-left: 15.625rem;
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid #F4F6F8;
}

@media (max-width: 576px) {
  /* line 28031, app/assets/stylesheets/_custom.scss */
  .docs-header .navbar {
    margin-left: 0rem;
  }
}

/* line 28036, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .dropdown-menu {
  margin: 0rem;
  border: 1px solid #efeef1;
}

/* line 28041, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.875rem;
  margin-bottom: 0rem;
  color: #454F5B;
}

/* line 28049, app/assets/stylesheets/_custom.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

/* line 28053, app/assets/stylesheets/_custom.scss */
.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

/* line 28058, app/assets/stylesheets/_custom.scss */
.docs-wrapper {
  position: relative;
  left: 0;
  margin-left: 15.625rem;
  background-color: #F9FAFB;
  top: 35px;
}

/* line 28066, app/assets/stylesheets/_custom.scss */
.docs-content {
  margin: 4.0625rem 0rem;
}

/* line 28070, app/assets/stylesheets/_custom.scss */
.docs-content-head {
  padding: 4.375rem 0rem;
}

/* line 28074, app/assets/stylesheets/_custom.scss */
.docs-example-border-utils [class^=border] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f4f8;
}

/* line 28082, app/assets/stylesheets/_custom.scss */
.gd-example-modal.modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* line 28092, app/assets/stylesheets/_custom.scss */
.docs-example-border-utils-0 [class^=border] {
  border: 1px solid #efeef1;
}

/* line 28096, app/assets/stylesheets/_custom.scss */
.color-swatch {
  margin-bottom: 1.875rem;
}

/* line 28100, app/assets/stylesheets/_custom.scss */
.color-swatch-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 5.5rem;
}

/* line 28106, app/assets/stylesheets/_custom.scss */
.color-swatch-body {
  border: 1px solid #F4F6F8;
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0.625rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 28117, app/assets/stylesheets/_custom.scss */
.color-swatch-body-label {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0.1875rem;
}

/* line 28123, app/assets/stylesheets/_custom.scss */
.color-swatch-body-value {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0rem;
}

/* line 28129, app/assets/stylesheets/_custom.scss */
.setting-nav {
  position: absolute;
  top: 60px;
  width: 95%;
  overflow-y: auto;
}

@media (max-width: 768px) {
  /* line 28137, app/assets/stylesheets/_custom.scss */
  .setting-nav {
    position: relative;
  }
}

/* line 28142, app/assets/stylesheets/_custom.scss */
.setting-nav a {
  font-size: 14px;
  color: #161C24;
  font-weight: 500;
  display: block;
  background-color: #fff;
  line-height: 26px;
  text-decoration: none;
  transition: 0.5s ease;
}

/* line 28153, app/assets/stylesheets/_custom.scss */
.setting-nav a:hover {
  color: #624BFF;
}

/* line 28157, app/assets/stylesheets/_custom.scss */
.setting-nav a.active {
  display: block;
  color: #624BFF;
  transition: 0.5s ease;
}

/* line 28163, app/assets/stylesheets/_custom.scss */
.ratio {
  display: inline-block;
  width: 10rem;
  color: #637381;
  background-color: #F9FAFB;
  border: 1px solid #F4F6F8;
}

/* line 28171, app/assets/stylesheets/_custom.scss */
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 20, 0.08), 0px 1px 2px rgba(0, 0, 20, 0.08);
  border: 0px;
  border-radius: 0.5rem;
}

/* line 28177, app/assets/stylesheets/_custom.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

/* line 28184, app/assets/stylesheets/_custom.scss */
.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 28189, app/assets/stylesheets/_custom.scss */
.avatar-sm {
  width: 2rem;
  height: 2rem;
}

/* line 28194, app/assets/stylesheets/_custom.scss */
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 28199, app/assets/stylesheets/_custom.scss */
.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

/* line 28204, app/assets/stylesheets/_custom.scss */
.avatar-xl {
  width: 5rem;
  height: 5rem;
}

/* line 28209, app/assets/stylesheets/_custom.scss */
.avatar-xxl {
  width: 7.5rem;
  height: 7.5rem;
}

/* line 28214, app/assets/stylesheets/_custom.scss */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 28220, app/assets/stylesheets/_custom.scss */
.avatar-indicators {
  position: relative;
}

/* line 28224, app/assets/stylesheets/_custom.scss */
.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: table;
}

/* line 28236, app/assets/stylesheets/_custom.scss */
.avatar-xxl.avatar-indicators:before {
  bottom: 5px;
  right: 17%;
  width: 16%;
  height: 16%;
}

/* line 28243, app/assets/stylesheets/_custom.scss */
.avatar-offline:before {
  background-color: #C4CDD5;
}

/* line 28247, app/assets/stylesheets/_custom.scss */
.avatar-online:before {
  background-color: #198754;
}

/* line 28251, app/assets/stylesheets/_custom.scss */
.avatar-away:before {
  background-color: #ffc107;
}

/* line 28255, app/assets/stylesheets/_custom.scss */
.avatar-busy:before {
  background-color: #dc3545;
}

/* line 28259, app/assets/stylesheets/_custom.scss */
.avatar-info:before {
  background-color: #0dcaf0;
}

/* line 28263, app/assets/stylesheets/_custom.scss */
.avatar-initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-transform: uppercase;
}

/* line 28273, app/assets/stylesheets/_custom.scss */
.avatar-primary .avatar-initials {
  color: #fff;
  background-color: #624BFF;
}

/* line 28278, app/assets/stylesheets/_custom.scss */
.avatar-secondary .avatar-initials {
  color: #fff;
  background-color: #637381;
}

/* line 28283, app/assets/stylesheets/_custom.scss */
.avatar-success .avatar-initials {
  color: #fff;
  background-color: #198754;
}

/* line 28288, app/assets/stylesheets/_custom.scss */
.avatar-warning .avatar-initials {
  color: #fff;
  background-color: #ffc107;
}

/* line 28293, app/assets/stylesheets/_custom.scss */
.avatar-info .avatar-initials {
  color: #fff;
  background-color: #0dcaf0;
}

/* line 28298, app/assets/stylesheets/_custom.scss */
.avatar-danger .avatar-initials {
  color: #fff;
  background-color: #dc3545;
}

/* line 28303, app/assets/stylesheets/_custom.scss */
.avatar-light .avatar-initials {
  color: #fff;
  background-color: #F9FAFB;
}

/* line 28308, app/assets/stylesheets/_custom.scss */
.avatar-dark .avatar-initials {
  color: #fff;
  background-color: #212B36;
}

/* line 28313, app/assets/stylesheets/_custom.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1.2rem;
}

/* line 28317, app/assets/stylesheets/_custom.scss */
.avatar-group .avatar:hover {
  z-index: 2;
}

/* line 28321, app/assets/stylesheets/_custom.scss */
.avatar-group img,
.avatar-group .avatar .avatar-initials {
  border: 2px solid #fff;
}

/* line 28326, app/assets/stylesheets/_custom.scss */
.btn-outline-white {
  border-color: #DFE3E8;
  color: #637381;
}

/* line 28331, app/assets/stylesheets/_custom.scss */
.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #F9FAFB;
  border-color: #C4CDD5;
  color: #637381;
}

/* line 28338, app/assets/stylesheets/_custom.scss */
.btn-outline-white.active {
  background-color: #F9FAFB;
  border-color: #C4CDD5;
  color: #637381;
}

/* line 28344, app/assets/stylesheets/_custom.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.92969rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

/* line 28357, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.53125rem;
  height: 1.53125rem;
}

/* line 28363, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
  font-size: 0.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

/* line 28370, app/assets/stylesheets/_custom.scss */
.btn-icon.btn-lg,
.btn-group-lg > .btn-icon.btn {
  font-size: 1rem;
  width: 3.36875rem;
  height: 3.36875rem;
}

/* line 28377, app/assets/stylesheets/_custom.scss */
.color-facebook {
  color: #4267B2;
}

/* line 28381, app/assets/stylesheets/_custom.scss */
.color-twitter {
  color: #1DA1F2;
}

/* line 28385, app/assets/stylesheets/_custom.scss */
.color-github {
  color: #000000;
}

/* line 28389, app/assets/stylesheets/_custom.scss */
.color-google {
  color: #db3236;
}

/* line 28393, app/assets/stylesheets/_custom.scss */
.color-slack {
  color: #ce375c;
}

/* line 28397, app/assets/stylesheets/_custom.scss */
.color-linkedin {
  color: #0077b5;
}

/* line 28401, app/assets/stylesheets/_custom.scss */
.dropdown-menu {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #454F5B;
  border: none;
  box-shadow: 0px 0px 1px rgba(60, 66, 87, 0.05), 0px 3px 6px rgba(60, 66, 87, 0.1), 0px 9px 24px rgba(60, 66, 87, 0.2);
  border-radius: 0.5rem;
  z-index: 1040;
}

/* line 28411, app/assets/stylesheets/_custom.scss */
.dropdown-header {
  color: #919EAB;
  padding: 0.25rem 1.2rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  font-weight: 500;
}

/* line 28421, app/assets/stylesheets/_custom.scss */
.dropdown-text {
  padding: 0.25rem 1.2rem;
  color: #919EAB;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* line 28428, app/assets/stylesheets/_custom.scss */
.dropdown-item {
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: 500;
  color: #161C24;
  padding: 0.125rem 1.2rem;
}

/* line 28436, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28443, app/assets/stylesheets/_custom.scss */
.dropdown-item.active {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
}

/* line 28449, app/assets/stylesheets/_custom.scss */
.dropdown-item:last-child {
  border-bottom: 0rem;
}

/* line 28453, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus {
  color: #624BFF;
  text-decoration: none;
  background-color: #DFE3E8;
  border-radius: 0rem;
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28464, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus .dropdown-toggle::after {
  color: #624BFF;
}

/* line 28468, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0rem;
}

/* line 28475, app/assets/stylesheets/_custom.scss */
.dropdown-item:focus:active {
  color: #000;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0.25rem;
}

/* line 28482, app/assets/stylesheets/_custom.scss */
.dropdown-item.dropdown-toggle:hover::after {
  color: #624BFF;
}

/* line 28486, app/assets/stylesheets/_custom.scss */
.dropdown-item:hover {
  color: #624BFF;
  text-decoration: none;
  background-color: #F9FAFB;
  border-radius: 0px;
}

/* line 28493, app/assets/stylesheets/_custom.scss */
.dropdown-menu-xs {
  min-width: 8rem !important;
  border-radius: 0.5rem;
}

/* line 28498, app/assets/stylesheets/_custom.scss */
.dropdown-menu-md {
  min-width: 17rem !important;
  border-radius: 0.5rem;
}

/* line 28503, app/assets/stylesheets/_custom.scss */
.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.5rem;
}

/* line 28508, app/assets/stylesheets/_custom.scss */
.dropdown-menu-xl {
  min-width: 24rem !important;
  border-radius: 0.5rem;
}

/* line 28513, app/assets/stylesheets/_custom.scss */
.dropdown-toggle::after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0140";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
  float: right;
}

/* line 28525, app/assets/stylesheets/_custom.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0143";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
}

/* line 28537, app/assets/stylesheets/_custom.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0142";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
}

/* line 28549, app/assets/stylesheets/_custom.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  font-family: "Material Design Icons" !important;
  content: "\f0141";
  border-top: 0rem;
  border-right: 0rem;
  border-bottom: 0;
  border-left: 0rem;
}

/* line 28560, app/assets/stylesheets/_custom.scss */
.dropdown-item-icon {
  display: inline-block;
  opacity: 0.7;
  font-size: 1rem;
  width: 1.5rem;
  color: #637381;
}

@media (min-width: 990px) {
  /* line 28569, app/assets/stylesheets/_custom.scss */
  .dropstart-lg {
    position: relative;
  }
  /* line 28573, app/assets/stylesheets/_custom.scss */
  .dropstart-lg .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  /* line 28580, app/assets/stylesheets/_custom.scss */
  .dropstart-toggle-none.dropstart .dropdown-toggle::before {
    display: none;
  }
}

/* line 28585, app/assets/stylesheets/_custom.scss */
.dropdown-toggle-none .dropdown-toggle::before {
  display: none;
}

/* line 28589, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 28596, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}

/* line 28605, app/assets/stylesheets/_custom.scss */
.dropdown-animation.dropdown-submenu:hover > .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

/* line 28612, app/assets/stylesheets/_custom.scss */
.form-control-flush {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

/* line 28620, app/assets/stylesheets/_custom.scss */
.form-control-flush:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #C4CDD5;
  outline: 0;
  box-shadow: none;
}

/* line 28628, app/assets/stylesheets/_custom.scss */
.badge-dot {
  font-size: 0;
  vertical-align: middle;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  height: 0.5rem;
  min-height: 0.5rem;
  width: 0.5rem;
  min-width: 0.5rem;
  display: inline-block !important;
}

/* line 28641, app/assets/stylesheets/_custom.scss */
.table .thead-light th {
  color: #637381;
}

/* line 28645, app/assets/stylesheets/_custom.scss */
.table thead th {
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  color: #637381;
}

@media (max-width: 768px) {
  /* line 28654, app/assets/stylesheets/_custom.scss */
  .docs-content {
    padding: 3.75rem 1.25rem 8.75rem 1.25rem;
  }
}

@media (max-width: 768px) {
  /* line 28660, app/assets/stylesheets/_custom.scss */
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    right: 0rem;
    top: 0;
  }
  /* line 28667, app/assets/stylesheets/_custom.scss */
  .docs-nav-sidebar .navbar-toggler {
    background-color: #fff;
  }
  /* line 28671, app/assets/stylesheets/_custom.scss */
  .docs-wrapper {
    margin-left: 0rem;
  }
  /* line 28675, app/assets/stylesheets/_custom.scss */
  .docs-main-wrapper .main-content {
    margin-left: 0rem;
    width: auto;
  }
  /* line 28680, app/assets/stylesheets/_custom.scss */
  .docs-content {
    padding: 0rem;
  }
}

/* line 28685, app/assets/stylesheets/_custom.scss */
.doc-sidebar {
  z-index: 2;
  width: 13.625rem;
  border-right: 1px solid #DFE3E8;
  position: fixed;
  height: 100%;
  overflow: auto;
}

@media (max-width: 990px) {
  /* line 28695, app/assets/stylesheets/_custom.scss */
  .doc-sidebar {
    width: 100%;
    position: relative;
    border: 0;
    height: auto;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  /* line 28704, app/assets/stylesheets/_custom.scss */
  .doc-sidebar {
    width: 10rem;
  }
}

/* line 28709, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav {
  padding-top: 1rem;
}

/* line 28713, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header {
  margin-bottom: 0.5rem;
  padding: 0rem 1rem;
  margin-top: 2rem;
  font-size: 0.75rem;
}

/* line 28720, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header .heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #C4CDD5;
  margin-bottom: 0rem;
}

/* line 28729, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .navbar-header span {
  color: #637381;
}

/* line 28733, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link {
  color: #212B36;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 1rem;
  font-family: "Inter", "sans-serif";
  font-weight: 500;
}

/* line 28742, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link:hover {
  color: #624BFF;
}

/* line 28746, app/assets/stylesheets/_custom.scss */
.doc-sidebar .navbar-nav .nav-item .nav-link.active {
  color: #624BFF;
}

/* line 28750, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip {
  border-radius: 0.5rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 28755, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip .apexcharts-tooltip-series-group {
  background: #fff !important;
  color: #212B36;
  padding: 3px 16px 6px 16px !important;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
  line-height: 1 !important;
}

/* line 28766, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip-marker {
  width: 8px !important;
  height: 8px !important;
  position: relative;
  top: 0px;
  margin-right: 6px !important;
  border-radius: 50%;
}

/* line 28775, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #F4F6F8 !important;
  background-color: #F9FAFB !important;
  background: #fff !important;
}

/* line 28781, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #fff !important;
  border-bottom: 1px solid #F4F6F8 !important;
}

/* line 28786, app/assets/stylesheets/_custom.scss */
.apexcharts-tooltip-title {
  padding: 8px 16px !important;
  font-size: 14px !important;
  margin-bottom: 4px;
  font-weight: 600 !important;
}

/* Code blocks */
/* line 28794, app/assets/stylesheets/_custom.scss */
code[class*=language-],
pre[class*=language-] {
  font-family: "Inter", "sans-serif";
}

/* line 28799, app/assets/stylesheets/_custom.scss */
pre[class*=language-] {
  padding: 1em;
  overflow: auto;
  border-radius: 0.5rem !important;
  margin: 0;
}

/* line 28806, app/assets/stylesheets/_custom.scss */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #161C24;
}

/* line 28811, app/assets/stylesheets/_custom.scss */
div.code-toolbar {
  position: relative;
}

/* line 28815, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 0.5rem;
}

/* line 28824, app/assets/stylesheets/_custom.scss */
div.code-toolbar:hover > .toolbar,
div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

/* line 28829, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

/* line 28833, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

/* line 28837, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > button {
  background: none;
  border: 0;
  color: #212B36;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}

/* line 28847, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #212B36;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
}

/* line 28858, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > a:focus {
  color: #212B36;
  text-decoration: none;
}

/* line 28864, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus {
  color: #212B36;
  text-decoration: none;
}

/* line 28870, app/assets/stylesheets/_custom.scss */
div.code-toolbar > .toolbar > .toolbar-item > span:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus {
  color: inherit;
  text-decoration: none;
}

/* Separate line b/c rules are thrown out if selector is invalid.
   IE11 and old Edge versions don't support :focus-within. */
/* line 28878, app/assets/stylesheets/_custom.scss */
.heading-permalink {
  color: transparent;
  margin-left: -2rem;
}

/* line 28883, app/assets/stylesheets/_custom.scss */
.heading-permalink:hover {
  color: transparent;
}

/* line 28887, app/assets/stylesheets/_custom.scss */
.heading-permalink::before {
  color: rgba(82, 95, 127, 0);
  content: "#";
}

/* line 28892, app/assets/stylesheets/_custom.scss */
.heading-permalink:hover:before {
  color: #624BFF;
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-300.woff2.woff2) format("woff2");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-600.woff2) format("woff2");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-700.woff2) format("woff2");
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-regular.woff2) format("woff2");
}

/* line 33, app/assets/stylesheets/application-mailer.scss */
body {
  font-family: 'Kanit', sans-serif !important;
}

/* line 37, app/assets/stylesheets/application-mailer.scss */
.dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: 10px !important;
  clear: both !important;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: inherit !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
}

/* line 50, app/assets/stylesheets/application-mailer.scss */
.custom-dropdown .dropdown-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 14px !important;
  padding: 10px !important;
  position: relative !important;
  color: #b2bac1 !important;
}

/* line 58, app/assets/stylesheets/application-mailer.scss */
.float-right {
  float: right !important;
}

/* line 62, app/assets/stylesheets/application-mailer.scss */
.bg-blue {
  background-color: #03a4ed;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/* line 1, app/assets/stylesheets/invoice.scss */
body {
  font-family: 'Kanit';
}

/* line 5, app/assets/stylesheets/invoice.scss */
.text-center {
  text-align: center;
}

/* line 9, app/assets/stylesheets/invoice.scss */
.invoice-box {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Kanit';
  color: #555;
}

/* line 22, app/assets/stylesheets/invoice.scss */
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
}

/* line 28, app/assets/stylesheets/invoice.scss */
.invoice-box table td {
  padding: 5px;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/invoice.scss */
.invoice-box table tr td:nth-child(2) {
  text-align: right;
}

/* line 37, app/assets/stylesheets/invoice.scss */
.right {
  text-align: right;
}

/* line 41, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}

/* line 45, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}

/* line 51, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}

/* line 55, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

/* line 61, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.details td {
  padding-bottom: 20px;
}

/* line 65, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}

/* line 69, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.item.last td {
  border-bottom: none;
}

/* line 73, app/assets/stylesheets/invoice.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

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

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

/* line 94, app/assets/stylesheets/invoice.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 100, app/assets/stylesheets/invoice.scss */
.text-primary {
  color: #007bff;
}

/* line 104, app/assets/stylesheets/invoice.scss */
.text-success {
  color: #02BD8C;
}

/* line 108, app/assets/stylesheets/invoice.scss */
.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/invoice.scss */
.rtl {
  direction: rtl;
  font-family: 'Kanit';
}

/* line 118, app/assets/stylesheets/invoice.scss */
.rtl table {
  text-align: right;
}

/* line 122, app/assets/stylesheets/invoice.scss */
.rtl table tr td:nth-child(2) {
  text-align: left;
}

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

/* line 131, app/assets/stylesheets/invoice.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
@charset "UTF-8";
/* SEO Content Section Styles */
/* line 2, app/assets/stylesheets/seo_content.scss */
.seo-content-section {
  background-color: #f7f7f7;
  padding: 60px 0;
}

/* line 6, app/assets/stylesheets/seo_content.scss */
.seo-content-section .section-heading h2 {
  text-align: center;
}

/* line 11, app/assets/stylesheets/seo_content.scss */
.seo-content-card {
  background: #ffffff;
  border-radius: 23px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: 30px;
  transition: all 0.3s;
}

/* line 19, app/assets/stylesheets/seo_content.scss */
.seo-content-card:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

/* line 24, app/assets/stylesheets/seo_content.scss */
.content-text {
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
  color: #4a4a4a;
}

/* line 30, app/assets/stylesheets/seo_content.scss */
.content-text h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
}

/* line 38, app/assets/stylesheets/seo_content.scss */
.content-text > p:first-of-type {
  font-size: 18px;
  margin-bottom: 20px;
  color: #2a2a2a;
}

/* line 44, app/assets/stylesheets/seo_content.scss */
.content-text p {
  margin-bottom: 15px;
  line-height: 1.8;
}

/* line 49, app/assets/stylesheets/seo_content.scss */
.content-text ul, .content-text ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

/* line 53, app/assets/stylesheets/seo_content.scss */
.content-text ul li, .content-text ol li {
  margin-bottom: 12px;
  line-height: 1.7;
}

/* line 59, app/assets/stylesheets/seo_content.scss */
.content-text ul {
  list-style-type: none;
}

/* line 62, app/assets/stylesheets/seo_content.scss */
.content-text ul li {
  position: relative;
  padding-left: 25px;
}

/* line 66, app/assets/stylesheets/seo_content.scss */
.content-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/seo_content.scss */
.content-text ol {
  list-style-type: decimal;
  list-style-position: outside;
}

/* line 81, app/assets/stylesheets/seo_content.scss */
.content-text strong {
  color: #2a2a2a;
  font-weight: 700;
}

/* line 87, app/assets/stylesheets/seo_content.scss */
.lead {
  font-weight: 300;
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  /* line 96, app/assets/stylesheets/seo_content.scss */
  .seo-content-section {
    padding: 40px 0;
  }
  /* line 100, app/assets/stylesheets/seo_content.scss */
  .seo-content-card {
    padding: 30px 20px;
  }
  /* line 104, app/assets/stylesheets/seo_content.scss */
  .content-text {
    font-size: 15px;
  }
  /* line 107, app/assets/stylesheets/seo_content.scss */
  .content-text h3 {
    font-size: 20px;
  }
  /* line 111, app/assets/stylesheets/seo_content.scss */
  .content-text > p:first-of-type {
    font-size: 16px;
  }
  /* line 116, app/assets/stylesheets/seo_content.scss */
  .lead {
    font-size: 16px;
  }
}
body {
  background-color: #f0f4f8;
  font-family: 'Kanit'
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-300.woff2) format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-600.woff2) format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/kanit/kanit-v16-latin_thai-regular.woff2) format('woff2');
}

.tracking-progress-bar {
  height: 5px;
  background-color: #e2e8f0;
  position: relative;
  margin: 0 12px;
  flex-grow: 1;
}
.tracking-progress-bar-fill {
  position: absolute;
  height: 100%;
  background-color: #4f46e5;
  transition: width 1s ease-in-out;
}
.tracking-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.tracking-dot.active {
  background-color: #4f46e5;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
}
.tracking-dot.completed {
  background-color: #4f46e5;
}
.tracking-dot i {
  color: white;
  font-size: 12px;
}
.parcel-card {
  transition: all 0.3s ease;
}
.parcel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.7);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(79, 70, 229, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
  }
}

.courier-selector {
  border-color: #e5e7eb;
  transition: all 0.3s ease;
}
.courier-selector:hover {
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.courier-selector.selected {
  border-color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.05);
}
.courier-logo {
  width: 60px;
  height: 60px;
}
.slider-container {
  position: relative;
}
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slider-button:hover {
  background-color: #f3f4f6;
}
.slider-button.prev {
  left: -15px;
}
.slider-button.next {
  right: -15px;
}
.courier-grid {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.courier-grid::-webkit-scrollbar {
  display: none;
}

.image-track {
  width: 125px;
  height: 125px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
