/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) 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
 * 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.
 *
 */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@keyframes sp-fade-up {
  from {
    opacity: 0;
    transform: translateY(150%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sp-skeleton-loading {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #230082;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ed6447;
  --bs-yellow: #f5982b;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-gray-100: #f8f9fa;
  --bs-gray-gray-200: #e9ecef;
  --bs-gray-gray-250: #d4d8dd;
  --bs-gray-gray-300: #dee2e6;
  --bs-gray-gray-400: #ced4da;
  --bs-gray-gray-450: #b7b5bb;
  --bs-gray-gray-500: #adb5bd;
  --bs-gray-gray-550: #a8a8a8;
  --bs-gray-gray-600: #6c757d;
  --bs-gray-gray-650: #787389;
  --bs-gray-gray-700: #495057;
  --bs-gray-gray-800: #343a40;
  --bs-gray-gray-900: #212529;
  --bs-primary: #ed6447;
  --bs-secondary: #230082;
  --bs-success: #198754;
  --bs-info: #495057;
  --bs-warning: #f5982b;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 237, 100, 71;
  --bs-secondary-rgb: 35, 0, 130;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 73, 80, 87;
  --bs-warning-rgb: 245, 152, 43;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 52, 58, 64;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Ubuntu, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Titillium Web, sans-serif;
  --bs-body-font-size: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #343a40;
  --bs-body-bg: #fff;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr:not([size]) {
  height: 1px;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.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;
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 1.875rem;
  }
}

/* line 103, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 1.5rem;
  }
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.3125rem;
  }
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: 1.125rem;
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 0.9375rem;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 0.75rem;
}

/* line 134, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 147, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.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 157, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 185, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 191, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 208, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 218, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 225, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 236, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 244, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 245, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 250, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #ed6447;
  text-decoration: underline;
}

/* line 254, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: #ed6447;
}

/* line 266, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 276, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

/* line 290, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 299, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 306, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 312, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 317, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 324, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 336, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 343, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 353, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 358, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
}

/* line 369, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 375, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 391, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 398, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 408, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 414, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 426, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 433, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 437, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 443, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 451, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 460, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 467, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 475, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 482, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 493, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 505, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 505, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 514, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 522, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 532, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 542, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 563, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 569, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 576, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
}

/* line 583, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 590, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 596, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 604, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 614, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 623, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 0.9375rem;
  font-weight: 300;
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 63, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 80, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 86, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 101, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
#content,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12, #landing-page .image-section {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-8,
.gx-8 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-8,
.gy-8 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6, #landing-page .image-section {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #343a40;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #343a40;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #343a40;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 37, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 42, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(:first-child) {
  border-top: 2px solid #dee2e6;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 105, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 125, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-bg: #fbe0da;
  --bs-table-striped-bg: #eed5cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2cac4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8cfca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2cac4;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-bg: #d3cce6;
  --bs-table-striped-bg: #c8c2db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #beb8cf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3bdd5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #beb8cf;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #dbdcdd;
  --bs-table-striped-bg: #d0d1d2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5c6c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbcccc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c5c6c7;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fdead5;
  --bs-table-striped-bg: #f0deca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4d3c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ead8c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e4d3c0;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.65625rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #6c757d;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #787389;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9c8cc7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #787389;
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #787389;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

/* line 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #787389;
  background-color: #fff;
  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 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}

/* line 120, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 131, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 151, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.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 157, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.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 164, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 170, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 176, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.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 187, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 191, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}

/* line 206, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 210, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 1rem;
}

/* line 215, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 1rem;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #787389;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #9c8cc7;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #787389;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 40, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #230082;
  border-color: #230082;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.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 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.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 71, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #230082;
  border-color: #230082;
  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 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 110, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239180c1'/%3e%3c/svg%3e");
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 134, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 139, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #230082;
  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 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #bdb3da;
}

/* line 43, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #230082;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #bdb3da;
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #787389;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #9c8cc7;
  border-radius: 1rem;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 75, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 84, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.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),
.sp-dropdown-selector .input-group:not(.has-validation) > a.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.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),
.sp-dropdown-selector .input-group.has-validation > a.dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #198754;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 136, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #dc3545;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 136, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #343a40;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #343a40;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #000;
  background-color: #f07b63;
  border-color: #ef7459;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #f07b63;
  border-color: #ef7459;
  box-shadow: 0 0 0 0 rgba(201, 85, 60, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle, .sp-dropdown-selector .show > a.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #f1836c;
  border-color: #ef7459;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 85, 60, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #1e006f;
  border-color: #1c0068;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #1e006f;
  border-color: #1c0068;
  box-shadow: 0 0 0 0 rgba(68, 38, 149, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle, .sp-dropdown-selector .show > a.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1c0068;
  border-color: #1a0062;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(68, 38, 149, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle, .sp-dropdown-selector .show > a.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #3e444a;
  border-color: #3a4046;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3e444a;
  border-color: #3a4046;
  box-shadow: 0 0 0 0 rgba(100, 106, 112, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle, .sp-dropdown-selector .show > a.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3a4046;
  border-color: #373c41;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(100, 106, 112, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: #000;
  background-color: #f5982b;
  border-color: #f5982b;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #f7a74b;
  border-color: #f6a240;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f7a74b;
  border-color: #f6a240;
  box-shadow: 0 0 0 0 rgba(208, 129, 37, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle, .sp-dropdown-selector .show > a.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f7ad55;
  border-color: #f6a240;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(208, 129, 37, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #f5982b;
  border-color: #f5982b;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle, .sp-dropdown-selector .show > a.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle, .sp-dropdown-selector .show > a.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle, .sp-dropdown-selector .show > a.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:focus, .btn-transparent, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
  color: #ed6447;
  border-color: #ed6447;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover, .btn-transparent:hover {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-check:focus + .btn-transparent, .btn-outline-primary:focus, .btn-transparent:focus {
  box-shadow: 0 0 0 0 rgba(237, 100, 71, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:checked + .btn-transparent, .btn-check:active + .btn-outline-primary, .btn-check:active + .btn-transparent, .btn-outline-primary:active, .btn-transparent:active, .btn-outline-primary.active, .active.btn-transparent, .btn-outline-primary.dropdown-toggle.show, .dropdown-toggle.show.btn-transparent {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .btn-transparent:focus, .btn-check:active + .btn-outline-primary:focus, .btn-check:active + .btn-transparent:focus, .btn-outline-primary:active:focus, .btn-transparent:active:focus, .btn-outline-primary.active:focus, .active.btn-transparent:focus, .btn-outline-primary.dropdown-toggle.show:focus, .dropdown-toggle.show.btn-transparent:focus {
  box-shadow: 0 0 0 0 rgba(237, 100, 71, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-transparent:disabled, .btn-outline-primary.disabled, .disabled.btn-transparent {
  color: #ed6447;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #230082;
  border-color: #230082;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #230082;
  border-color: #230082;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(35, 0, 130, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #230082;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(25, 135, 84, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #495057;
  border-color: #495057;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(73, 80, 87, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(73, 80, 87, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #495057;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active:focus {
  color: #f5982b;
  border-color: #f5982b;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #f5982b;
  border-color: #f5982b;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(245, 152, 43, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #f5982b;
  border-color: #f5982b;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(245, 152, 43, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f5982b;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(220, 53, 69, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(248, 249, 250, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #212529;
  border-color: #212529;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(33, 37, 41, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #ed6447;
  text-decoration: underline;
}

/* line 83, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #ed6447;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 105, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle, .sp-dropdown-selector a.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after, .sp-dropdown-selector a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu, .sp-dropdown-selector ul.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #343a40;
  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.75rem;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper], .sp-dropdown-selector ul.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 73, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 86, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 103, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 121, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 131, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item, .sp-dropdown-selector ul.dropdown-menu li a,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 156, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .sp-dropdown-selector ul.dropdown-menu li a:hover,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:hover, .dropdown-item:focus, .sp-dropdown-selector ul.dropdown-menu li a:focus,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:focus {
  color: black;
  background-color: #ded9ec;
}

/* line 163, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .sp-dropdown-selector ul.dropdown-menu li a.active,
.sp-dropdown-selector ul.dropdown-menu li .active.sp-form-check-with-label, .dropdown-item:active, .sp-dropdown-selector ul.dropdown-menu li a:active,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:active {
  color: #fff;
  text-decoration: none;
  background-color: #230082;
}

/* line 170, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .sp-dropdown-selector ul.dropdown-menu li a.disabled,
.sp-dropdown-selector ul.dropdown-menu li .disabled.sp-form-check-with-label, .dropdown-item:disabled, .sp-dropdown-selector ul.dropdown-menu li a:disabled,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 180, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show, .sp-dropdown-selector ul.show.dropdown-menu {
  display: block;
}

/* line 185, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.65625rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #000;
}

/* line 202, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 208, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label {
  color: #dee2e6;
}

/* line 211, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:hover, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:hover,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:hover,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:hover, .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:focus, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:focus,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:focus,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 217, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a.active, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a.active,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .active.sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .active.sp-form-check-with-label, .dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:active, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:active,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:active,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:active {
  color: #fff;
  background-color: #230082;
}

/* line 223, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a.disabled, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a.disabled,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .disabled.sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .disabled.sp-form-check-with-label, .dropdown-menu-dark .dropdown-item:disabled, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:disabled, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:disabled,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:disabled,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:disabled {
  color: #adb5bd;
}

/* line 229, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 233, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 237, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 114, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 124, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 135, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ed6447;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: #ed6447;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 41, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 71, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu, .nav-tabs .sp-dropdown-selector ul.dropdown-menu, .sp-dropdown-selector .nav-tabs ul.dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 85, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 91, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #230082;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 133, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 136, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > #content,
.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 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 75, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu, .navbar-nav .sp-dropdown-selector ul.dropdown-menu, .sp-dropdown-selector .navbar-nav ul.dropdown-menu {
  position: static;
}

/* line 97, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 120, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 120, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 129, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 133, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

/* line 142, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 152, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
  transform: none;
}

/* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 238, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 248, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 251, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 256, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 261, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 267, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 272, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 276, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 279, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 289, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 292, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 299, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 302, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 307, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 312, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 318, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 323, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 327, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 329, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card, .metric-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 18, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr, .metric-card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group, .metric-card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child, .metric-card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child, .metric-card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 40, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group, .metric-card > .card-header + .list-group,
.card > .list-group + .card-footer,
.metric-card > .list-group + .card-footer {
  border-top: 0;
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 63, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 81, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 93, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 129, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 139, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 145, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 163, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card, .card-group > .metric-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 160, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 172, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card, .card-group > .metric-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 177, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card, .card-group > .metric-card + .card, .card-group > .card + .metric-card, .card-group > .metric-card + .metric-card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child), .card-group > .metric-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 187, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .metric-card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.card-group > .metric-card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 192, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .metric-card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.card-group > .metric-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child), .card-group > .metric-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 202, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .metric-card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.card-group > .metric-card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 207, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .metric-card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.card-group > .metric-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.75rem;
  color: #343a40;
  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 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #d55a40;
  background-color: #e9e6f3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.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='%23d55a40'%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");
  transform: rotate(-180deg);
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.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='%23343a40'%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: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 48, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 81, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 86, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 102, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 111, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 114, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #ed6447;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #ed6447;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: #ed6447;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 37, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge, .employee-performance-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.25rem;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty, .employee-performance-badge:empty {
  display: none;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge, .btn .employee-performance-badge {
  position: relative;
  top: -1px;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #8e3c2b;
  background-color: #fbe0da;
  border-color: #fad1c8;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #723022;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #15004e;
  background-color: #d3cce6;
  border-color: #bdb3da;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #11003e;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #2c3034;
  background-color: #dbdcdd;
  border-color: #c8cbcd;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #23262a;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #935b1a;
  background-color: #fdead5;
  border-color: #fce0bf;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #764915;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

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

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.5625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ed6447;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #343a40;
  background-color: #e9ecef;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 70, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 89, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 149, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 152, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #8e3c2b;
  background-color: #fbe0da;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #8e3c2b;
  background-color: #e2cac4;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #8e3c2b;
  border-color: #8e3c2b;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #15004e;
  background-color: #d3cce6;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #15004e;
  background-color: #beb8cf;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #15004e;
  border-color: #15004e;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.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 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #2c3034;
  background-color: #dbdcdd;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2c3034;
  background-color: #c5c6c7;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #935b1a;
  background-color: #fdead5;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #935b1a;
  background-color: #e4d3c0;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #935b1a;
  border-color: #935b1a;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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.25rem;
  opacity: 0.5;
}

/* line 18, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
  opacity: 1;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 22, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 42, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 8, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.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 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 102, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.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 #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 138, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 151, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 155, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 163, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Titillium Web", 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.65625rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Titillium Web", 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.65625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 41, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 47, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 79, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 85, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 93, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 111, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 141, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 155, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #343a40;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

/* line 158, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 173, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 173, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 217, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

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

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.1em;
}

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

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 0.75rem;
  height: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.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: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 40, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

/* line 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

/* line 81, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.show {
  transform: none;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

/* line 41, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.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%;
  animation: placeholder-wave 2s linear infinite;
}

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

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #ed6447;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #f1836c;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #230082;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #1c0068;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #495057;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3a4046;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #f5982b;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #f7ad55;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex, .wrapper, #landing-page .image-section, .date-picker, .notification-card-swiper .notification-card .notification-card-footer a, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-description, .notification-card-swiper .notification-card .notification-card-header, #sidebar ul.nav > li a.nav-link {
  display: flex !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow, .date-picker {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative, .date-picker, .notification-card-swiper {
  position: relative !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute, #sidebar ul.nav > li.active::before {
  position: absolute !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0, #sidebar ul.nav > li.active::before {
  top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0, #sidebar ul.nav > li.active::before {
  left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-100 {
  border-color: #cfe2ff !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-200 {
  border-color: #9ec5fe !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-300 {
  border-color: #6ea8fe !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-400 {
  border-color: #3d8bfd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-500 {
  border-color: #0d6efd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-600 {
  border-color: #0a58ca !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-700 {
  border-color: #084298 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-800 {
  border-color: #052c65 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-900 {
  border-color: #031633 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-100 {
  border-color: #e0cffc !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-200 {
  border-color: #c29ffa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-300 {
  border-color: #a370f7 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-400 {
  border-color: #8540f5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-500 {
  border-color: #6610f2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-600 {
  border-color: #520dc2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-700 {
  border-color: #3d0a91 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-800 {
  border-color: #290661 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-900 {
  border-color: #140330 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-75 {
  border-color: #ded9ec !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-100 {
  border-color: #d3cce6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-150 {
  border-color: #bdb3da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-200 {
  border-color: #a799cd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-225 {
  border-color: #9c8cc7 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-250 {
  border-color: #9180c1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-275 {
  border-color: #7059ae !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-300 {
  border-color: #7b66b4 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-350 {
  border-color: #654da8 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-400 {
  border-color: #4f339b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-425 {
  border-color: #442695 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-450 {
  border-color: #391a8f !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-500 {
  border-color: #230082 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-550 {
  border-color: #200075 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-600 {
  border-color: #1c0068 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-650 {
  border-color: #19005b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-700 {
  border-color: #15004e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-750 {
  border-color: #120041 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-800 {
  border-color: #0e0034 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-850 {
  border-color: #0b0027 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-900 {
  border-color: #07001a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-100 {
  border-color: #f7d6e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-200 {
  border-color: #efadce !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-300 {
  border-color: #e685b5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-400 {
  border-color: #de5c9d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-500 {
  border-color: #d63384 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-600 {
  border-color: #ab296a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-700 {
  border-color: #801f4f !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-800 {
  border-color: #561435 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-900 {
  border-color: #2b0a1a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-100 {
  border-color: #f8d7da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-200 {
  border-color: #f1aeb5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-300 {
  border-color: #ea868f !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-400 {
  border-color: #e35d6a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-500 {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-600 {
  border-color: #b02a37 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-700 {
  border-color: #842029 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-800 {
  border-color: #58151c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-900 {
  border-color: #2c0b0e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-100 {
  border-color: #fbe0da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-200 {
  border-color: #f8c1b5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-300 {
  border-color: #f4a291 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-400 {
  border-color: #f1836c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-500 {
  border-color: #ed6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-600 {
  border-color: #be5039 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-700 {
  border-color: #8e3c2b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-800 {
  border-color: #5f281c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-900 {
  border-color: #2f140e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-100 {
  border-color: #fdead5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-200 {
  border-color: #fbd6aa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-300 {
  border-color: #f9c180 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-400 {
  border-color: #f7ad55 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-500 {
  border-color: #f5982b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-600 {
  border-color: #c47a22 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-700 {
  border-color: #935b1a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-800 {
  border-color: #623d11 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-900 {
  border-color: #311e09 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-100 {
  border-color: #d1e7dd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-200 {
  border-color: #a3cfbb !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-300 {
  border-color: #75b798 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-400 {
  border-color: #479f76 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-500 {
  border-color: #198754 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-600 {
  border-color: #146c43 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-700 {
  border-color: #0f5132 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-800 {
  border-color: #0a3622 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-900 {
  border-color: #051b11 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-100 {
  border-color: #d2f4ea !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-200 {
  border-color: #a6e9d5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-300 {
  border-color: #79dfc1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-400 {
  border-color: #4dd4ac !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-500 {
  border-color: #20c997 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-600 {
  border-color: #1aa179 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-700 {
  border-color: #13795b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-800 {
  border-color: #0d503c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-900 {
  border-color: #06281e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-100 {
  border-color: #cff4fc !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-200 {
  border-color: #9eeaf9 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-300 {
  border-color: #6edff6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-400 {
  border-color: #3dd5f3 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-500 {
  border-color: #0dcaf0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-600 {
  border-color: #0aa2c0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-700 {
  border-color: #087990 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-800 {
  border-color: #055160 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-900 {
  border-color: #032830 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-100 {
  border-color: #f8f9fa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-200 {
  border-color: #e9ecef !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-250 {
  border-color: #d4d8dd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-300 {
  border-color: #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-400 {
  border-color: #ced4da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-450 {
  border-color: #b7b5bb !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-500 {
  border-color: #adb5bd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-550 {
  border-color: #a8a8a8 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-600 {
  border-color: #6c757d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-650 {
  border-color: #787389 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-700 {
  border-color: #495057 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-800 {
  border-color: #343a40 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-900 {
  border-color: #212529 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue {
  border-color: #0d6efd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo {
  border-color: #6610f2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple {
  border-color: #230082 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink {
  border-color: #d63384 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange {
  border-color: #ed6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow {
  border-color: #f5982b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green {
  border-color: #198754 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal {
  border-color: #20c997 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan {
  border-color: #0dcaf0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  border-color: #fff !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray {
  border-color: #6c757d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-dark {
  border-color: #343a40 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  border-color: #ed6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  border-color: #230082 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  border-color: #495057 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  border-color: #f5982b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient {
  border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient-purple {
  border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient-orange {
  border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient-text-orange {
  border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-5 {
  width: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-10 {
  width: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-15 {
  width: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-20 {
  width: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-30 {
  width: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-35 {
  width: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-40 {
  width: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-45 {
  width: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-55 {
  width: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-60 {
  width: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-65 {
  width: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-70 {
  width: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-80 {
  width: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-85 {
  width: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-90 {
  width: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-95 {
  width: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100, .wrapper {
  width: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-min-content {
  width: -moz-min-content !important;
  width: min-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-max-content, .date-picker {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-5 {
  max-width: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-10 {
  max-width: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-15 {
  max-width: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-20 {
  max-width: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-30 {
  max-width: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-35 {
  max-width: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-40 {
  max-width: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-45 {
  max-width: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-55 {
  max-width: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-60 {
  max-width: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-65 {
  max-width: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-70 {
  max-width: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-80 {
  max-width: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-85 {
  max-width: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-90 {
  max-width: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-95 {
  max-width: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-min-content {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-max-content {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-fit-content {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-25 {
  width: 25vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-50 {
  width: 50vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-75 {
  width: 75vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-25 {
  min-width: 25vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-50 {
  min-width: 50vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-75 {
  min-width: 75vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-5 {
  height: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-10 {
  height: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-15 {
  height: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-20 {
  height: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-30 {
  height: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-35 {
  height: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-40 {
  height: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-45 {
  height: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-55 {
  height: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-60 {
  height: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-65 {
  height: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-70 {
  height: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-80 {
  height: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-85 {
  height: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-90 {
  height: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-95 {
  height: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100, .wrapper {
  height: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-min-content {
  height: -moz-min-content !important;
  height: min-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-max-content {
  height: -moz-max-content !important;
  height: max-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-5 {
  max-height: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-10 {
  max-height: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-15 {
  max-height: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-20 {
  max-height: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-30 {
  max-height: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-35 {
  max-height: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-40 {
  max-height: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-45 {
  max-height: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-55 {
  max-height: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-60 {
  max-height: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-65 {
  max-height: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-70 {
  max-height: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-80 {
  max-height: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-85 {
  max-height: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-90 {
  max-height: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-95 {
  max-height: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-25 {
  height: 25vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-50 {
  height: 50vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-75 {
  height: 75vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-25 {
  min-height: 25vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-50 {
  min-height: 50vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-75 {
  min-height: 75vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row, .notification-card-swiper .notification-card .notification-card-footer a, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-description, .notification-card-swiper .notification-card .notification-card-header, #sidebar ul.nav > li a.nav-link {
  flex-direction: row !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-6 {
  gap: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-7 {
  gap: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-8 {
  gap: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center, #landing-page .image-section {
  justify-content: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-header {
  justify-content: space-between !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center, #landing-page .image-section, .date-picker, .notification-card-swiper .notification-card .notification-card-footer a, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-description, .notification-card-swiper .notification-card .notification-card-header, #sidebar ul.nav > li a.nav-link {
  align-items: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch, .wrapper {
  align-items: stretch !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-6 {
  margin: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-7 {
  margin: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-8 {
  margin: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2, .notification-card-swiper .notification-card .notification-card-footer {
  margin-top: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-6 {
  margin-top: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-7 {
  margin-top: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-8 {
  margin-top: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2, .notification-card-swiper .notification-card .notification-card-description svg {
  margin-right: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-6 {
  margin-right: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-7 {
  margin-right: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-8 {
  margin-right: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1, .notification-card-swiper .notification-card .notification-card-description {
  margin-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2, .notification-card-swiper .notification-card .notification-card-header {
  margin-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-6 {
  margin-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-7 {
  margin-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-8 {
  margin-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-6 {
  margin-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-7 {
  margin-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-8 {
  margin-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0, .date-picker a.btn.calendar-btn, .date-picker a.btn.arrow-btn {
  padding: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3, #sidebar header,
#sidebar main {
  padding: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-6 {
  padding: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-7 {
  padding: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-8 {
  padding: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3, .date-picker p {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5, .date-picker {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-6 {
  padding-top: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-7 {
  padding-top: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-8 {
  padding-top: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-6 {
  padding-right: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-7 {
  padding-right: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-8 {
  padding-right: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-6 {
  padding-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-7 {
  padding-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-8 {
  padding-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0, .notification-card-swiper .notification-card.notification-card-iconless .notification-card-footer {
  padding-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2, .notification-card-swiper .notification-card .notification-card-footer {
  padding-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3, .date-picker a.btn.calendar-btn, #sidebar ul.nav > li {
  padding-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-6 {
  padding-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-7 {
  padding-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-8 {
  padding-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-showcase {
  font-size: calc(1.35rem + 1.2vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: 1.125rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 0.9375rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-7 {
  font-size: 0.65625rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-8 {
  font-size: 0.5625rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-9 {
  font-size: 0.46875rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 200 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white, .notification-card-swiper .notification-card .notification-card-footer a span, .notification-card-swiper .notification-card .notification-card-header, #sidebar ul.nav > li.active a,
#sidebar ul.nav > li.active svg {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4, #sidebar ul.nav > li.active::before {
  border-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-1 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-2 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-3 {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-1 {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-2 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-3 {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.letter-spacing {
  letter-spacing: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.letter-spacing-2 {
  letter-spacing: 2px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.transform-unset {
  transform: unset !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

@media (min-width: 576px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-sm {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-sm {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-sm {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-sm-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-sm-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 768px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-md {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-md-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-md-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-md {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-md-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-md {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-md-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-md-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 992px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-lg {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-lg {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-lg {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-lg {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-lg-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-lg-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xl {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xl {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xl {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xl {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xl-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xl-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 1400px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxl {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xxl {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xxl {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xxl {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xxl-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xxl-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.3125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: 1.3125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: 1.3125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: 1.3125rem !important;
  }
}

@media print {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* custom.scss */
/* import the necessary Bootstrap files */
/* line 59, app/assets/bootstrap/overrides/buttons.scss */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  gap: 0.25rem;
  font-weight: 700;
}

/* line 68, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #f8f9fa;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
  filter: drop-shadow(0px 0px 32px rgba(194, 0, 0, 0.24));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #f8f9fa;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary .spinner-border {
  border-color: #f8f9fa;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 inset;
}

/* line 38, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary:disabled {
  color: #fcfdfd;
  background: linear-gradient(0deg, rgba(12, 2, 26, 0.53), rgba(12, 2, 26, 0.53)), radial-gradient(41.69% 129.55% at 29.14% 0%, #f2a277 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #f391b5 0%, rgba(238, 100, 157, 0) 100%), #ed9481;
  filter: none;
}

/* line 71, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary-drop-shadow {
  filter: drop-shadow(0px 0px 3px #ed6447);
}

/* line 76, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  color: #f8f9fa;
  background: #230082;
  filter: drop-shadow(0px 0px 32px rgba(194, 0, 0, 0.24));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  color: #f8f9fa;
  background: #230082;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary .spinner-border {
  border-color: #f8f9fa;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #230082 inset;
}

/* line 38, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary:disabled {
  color: #fcfdfd;
  background: linear-gradient(0deg, rgba(12, 2, 26, 0.53), rgba(12, 2, 26, 0.53)), radial-gradient(41.69% 129.55% at 29.14% 0%, #f2a277 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #f391b5 0%, rgba(238, 100, 157, 0) 100%), #ed9481;
  filter: none;
}

/* line 79, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary-drop-shadow {
  filter: drop-shadow(0px 0px 3px #230082);
}

/* line 84, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: #f8f9fa;
  background: #f5982b;
  filter: drop-shadow(0px 0px 32px rgba(194, 0, 0, 0.24));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: #f8f9fa;
  background: #f5982b;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning .spinner-border {
  border-color: #f8f9fa;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f5982b inset;
}

/* line 38, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning:disabled {
  color: #fcfdfd;
  background: linear-gradient(0deg, rgba(12, 2, 26, 0.53), rgba(12, 2, 26, 0.53)), radial-gradient(41.69% 129.55% at 29.14% 0%, #f2a277 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #f391b5 0%, rgba(238, 100, 157, 0) 100%), #ed9481;
  filter: none;
}

/* line 90, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-primary, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:focus, .btn-transparent, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
  color: #7b66b4;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1000px #f8f9fa inset;
  filter: drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32)) drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-primary:hover, .btn-transparent:hover, .btn-outline-primary:active, .btn-transparent:active, .btn-outline-primary:focus, .btn-transparent:focus, .btn-outline-primary:active:focus {
  color: #7b66b4;
  background: #f8f9fa;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-primary .spinner-border, .btn-transparent .spinner-border {
  border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f8f9fa inset;
}

/* line 94, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active:focus {
  color: #7b66b4;
  background: #f5982b;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1000px #f8f9fa inset;
  filter: drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32)) drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active:focus {
  color: #7b66b4;
  background: #f8f9fa;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-warning .spinner-border {
  border-color: #f5982b;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f8f9fa inset;
}

/* line 99, app/assets/bootstrap/overrides/buttons.scss */
.btn-transparent {
  background: transparent;
  border-color: transparent;
  color: #7b66b4;
  filter: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:focus {
  color: #7b66b4;
  background: #f8f9fa;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-transparent .spinner-border {
  border-color: #7b66b4;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f8f9fa inset;
}

/* line 112, app/assets/bootstrap/overrides/buttons.scss */
button[type=submit],
input[type=submit] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 120, app/assets/bootstrap/overrides/buttons.scss */
.button_to button[type=submit],
.button_to input[type=submit] {
  margin: 0;
}

/* line 127, app/assets/bootstrap/overrides/buttons.scss */
.options-button button {
  background-color: #fff;
}

/* line 130, app/assets/bootstrap/overrides/buttons.scss */
.options-button button svg {
  fill: #230082;
}

/* line 134, app/assets/bootstrap/overrides/buttons.scss */
.options-button button.show {
  background-color: #230082;
}

/* line 137, app/assets/bootstrap/overrides/buttons.scss */
.options-button button.show svg {
  fill: #fff;
}

/* line 143, app/assets/bootstrap/overrides/buttons.scss */
.options-button .dropdown-item, .options-button .sp-dropdown-selector ul.dropdown-menu li a, .sp-dropdown-selector ul.dropdown-menu li .options-button a,
.options-button .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .options-button .sp-form-check-with-label {
  font-weight: 600;
}

/* custom.scss */
/* import the necessary Bootstrap files */
/* line 8, app/assets/bootstrap/overrides/form.scss */
form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 19, app/assets/bootstrap/overrides/form.scss */
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #787389 !important;
  -webkit-box-shadow: 0 0 0px 40rem #fff inset !important;
}

/* line 31, app/assets/bootstrap/overrides/form.scss */
.input-group button,
.input-group div,
.input-group .input-group-text {
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #9c8cc7;
  background-color: #fff;
}

/* line 42, app/assets/bootstrap/overrides/form.scss */
.input-group .form-control,
.input-group button,
.input-group div,
.input-group .input-group-text {
  border-left-width: 0;
  border-right-width: 0;
}

/* line 53, app/assets/bootstrap/overrides/form.scss */
.input-group .form-control:first-child,
.input-group button:first-child,
.input-group div:first-child,
.input-group .input-group-text:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-left-width: 1px;
}

/* line 60, app/assets/bootstrap/overrides/form.scss */
.input-group .form-control:last-child,
.input-group button:last-child,
.input-group div:last-child,
.input-group .input-group-text:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-right-width: 1px;
}

/* line 68, app/assets/bootstrap/overrides/form.scss */
.input-group:focus-within * {
  border-color: #9180c1;
}

/* line 74, app/assets/bootstrap/overrides/form.scss */
.input-group svg {
  max-width: 1rem;
  max-height: 1rem;
  fill: #787389;
}

/* line 82, app/assets/bootstrap/overrides/form.scss */
.form-check {
  margin: 0;
}

/* line 87, app/assets/bootstrap/overrides/form.scss */
.form-check.sp-form-check-with-label {
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #495057;
  border-radius: 1rem;
}

/* line 97, app/assets/bootstrap/overrides/form.scss */
.form-check.sp-form-check-with-label label.btn {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  color: #6c757d;
  border-radius: 0;
}

/* line 106, app/assets/bootstrap/overrides/form.scss */
.form-check.sp-form-check-with-label input.btn-check:checked + label {
  background: #230082;
  color: #fff;
}

/* line 114, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector {
  max-width: 300px;
  width: 100%;
}

/* line 118, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle {
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #bdb3da;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #7059ae;
}

/* line 136, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle p.dropdown-menu-placeholder {
  padding: 0.25rem 0;
  margin: 0;
}

/* line 144, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 149, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container div.divider {
  display: block;
  height: 100%;
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #7059ae;
}

/* line 158, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container div.state-container {
  display: flex;
  align-items: center;
  width: 1.75rem;
}

/* line 166, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container div.state-container svg.state-icon {
  width: 100%;
  height: 100%;
}

/* line 172, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container svg.arrow {
  transition: .3s;
  height: 0.5rem;
  fill: #7059ae;
  transform: rotate(180deg);
}

/* line 184, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle.show div.icons-container svg.arrow {
  transform: rotate(0deg);
}

/* line 191, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle::after {
  content: none;
}

/* line 202, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector ul.dropdown-menu li a,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label {
  font-weight: 700;
}

/* line 209, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label {
  overflow: hidden;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/* line 216, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label label:hover {
  background-color: #ded9ec;
}

/* line 227, app/assets/bootstrap/overrides/form.scss */
.flatpickr-calendar.sp-calendar .flatpickr-day.selected {
  background: #230082;
  border-color: #230082;
}

/* line 231, app/assets/bootstrap/overrides/form.scss */
.flatpickr-calendar.sp-calendar .flatpickr-day.selected.week {
  box-shadow: -5px 0 0 #230082, 5px 0 0 #230082;
}

/* line 1, app/assets/bootstrap/overrides/table.scss */
.table {
  margin: 0;
}

/* line 5, app/assets/bootstrap/overrides/table.scss */
.table-search {
  border-radius: 0.75rem;
}

/* line 9, app/assets/bootstrap/overrides/table.scss */
.table-responsive {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  margin-top: 1rem;
  border-radius: 0.75rem;
}

/* line 15, app/assets/bootstrap/overrides/table.scss */
.table thead div {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9375rem;
  color: #787389;
}

/* line 22, app/assets/bootstrap/overrides/table.scss */
.table thead div div.sort-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 27, app/assets/bootstrap/overrides/table.scss */
.table thead div div.sort-container svg {
  fill: #787389;
}

/* line 30, app/assets/bootstrap/overrides/table.scss */
.table thead div div.sort-container svg.caret-down {
  transform: rotate(180deg);
}

/* line 37, app/assets/bootstrap/overrides/table.scss */
.table > :not(:first-child) {
  border-top-width: 1px;
}

/* line 42, app/assets/bootstrap/overrides/table.scss */
.table tbody {
  font-weight: 700;
}

/* line 45, app/assets/bootstrap/overrides/table.scss */
.table tbody td.limit-width {
  max-width: 140px;
}

/* line 51, app/assets/bootstrap/overrides/table.scss */
.table-states svg {
  width: 70%;
  height: 30%;
  max-width: 600px;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-100 {
  background: #cfe2ff !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-100 {
  color: #cfe2ff !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-100 {
  fill: #cfe2ff !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-100 {
  stroke: #cfe2ff !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-100 path {
  stroke: #cfe2ff !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-200 {
  background: #9ec5fe !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-200 {
  color: #9ec5fe !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-200 {
  fill: #9ec5fe !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-200 {
  stroke: #9ec5fe !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-200 path {
  stroke: #9ec5fe !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-300 {
  background: #6ea8fe !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-300 {
  color: #6ea8fe !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-300 {
  fill: #6ea8fe !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-300 {
  stroke: #6ea8fe !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-300 path {
  stroke: #6ea8fe !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-400 {
  background: #3d8bfd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-400 {
  color: #3d8bfd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-400 {
  fill: #3d8bfd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-400 {
  stroke: #3d8bfd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-400 path {
  stroke: #3d8bfd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-500 {
  background: #0d6efd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-500 {
  color: #0d6efd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-500 {
  fill: #0d6efd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-500 {
  stroke: #0d6efd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-500 path {
  stroke: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-600 {
  background: #0a58ca !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-600 {
  color: #0a58ca !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-600 {
  fill: #0a58ca !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-600 {
  stroke: #0a58ca !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-600 path {
  stroke: #0a58ca !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-700 {
  background: #084298 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-700 {
  color: #084298 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-700 {
  fill: #084298 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-700 {
  stroke: #084298 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-700 path {
  stroke: #084298 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-800 {
  background: #052c65 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-800 {
  color: #052c65 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-800 {
  fill: #052c65 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-800 {
  stroke: #052c65 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-800 path {
  stroke: #052c65 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue-900 {
  background: #031633 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue-900 {
  color: #031633 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue-900 {
  fill: #031633 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-900 {
  stroke: #031633 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue-900 path {
  stroke: #031633 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-100 {
  background: #e0cffc !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-100 {
  color: #e0cffc !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-100 {
  fill: #e0cffc !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-100 {
  stroke: #e0cffc !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-100 path {
  stroke: #e0cffc !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-200 {
  background: #c29ffa !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-200 {
  color: #c29ffa !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-200 {
  fill: #c29ffa !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-200 {
  stroke: #c29ffa !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-200 path {
  stroke: #c29ffa !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-300 {
  background: #a370f7 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-300 {
  color: #a370f7 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-300 {
  fill: #a370f7 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-300 {
  stroke: #a370f7 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-300 path {
  stroke: #a370f7 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-400 {
  background: #8540f5 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-400 {
  color: #8540f5 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-400 {
  fill: #8540f5 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-400 {
  stroke: #8540f5 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-400 path {
  stroke: #8540f5 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-500 {
  background: #6610f2 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-500 {
  color: #6610f2 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-500 {
  fill: #6610f2 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-500 {
  stroke: #6610f2 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-500 path {
  stroke: #6610f2 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-600 {
  background: #520dc2 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-600 {
  color: #520dc2 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-600 {
  fill: #520dc2 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-600 {
  stroke: #520dc2 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-600 path {
  stroke: #520dc2 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-700 {
  background: #3d0a91 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-700 {
  color: #3d0a91 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-700 {
  fill: #3d0a91 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-700 {
  stroke: #3d0a91 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-700 path {
  stroke: #3d0a91 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-800 {
  background: #290661 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-800 {
  color: #290661 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-800 {
  fill: #290661 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-800 {
  stroke: #290661 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-800 path {
  stroke: #290661 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo-900 {
  background: #140330 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo-900 {
  color: #140330 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo-900 {
  fill: #140330 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-900 {
  stroke: #140330 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo-900 path {
  stroke: #140330 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-75 {
  background: #ded9ec !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-75 {
  color: #ded9ec !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-75 {
  fill: #ded9ec !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-75 {
  stroke: #ded9ec !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-75 path {
  stroke: #ded9ec !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-100 {
  background: #d3cce6 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-100 {
  color: #d3cce6 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-100 {
  fill: #d3cce6 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-100 {
  stroke: #d3cce6 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-100 path {
  stroke: #d3cce6 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-150 {
  background: #bdb3da !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-150 {
  color: #bdb3da !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-150 {
  fill: #bdb3da !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-150 {
  stroke: #bdb3da !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-150 path {
  stroke: #bdb3da !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-200 {
  background: #a799cd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-200 {
  color: #a799cd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-200 {
  fill: #a799cd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-200 {
  stroke: #a799cd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-200 path {
  stroke: #a799cd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-225 {
  background: #9c8cc7 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-225 {
  color: #9c8cc7 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-225 {
  fill: #9c8cc7 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-225 {
  stroke: #9c8cc7 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-225 path {
  stroke: #9c8cc7 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-250 {
  background: #9180c1 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-250 {
  color: #9180c1 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-250 {
  fill: #9180c1 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-250 {
  stroke: #9180c1 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-250 path {
  stroke: #9180c1 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-275 {
  background: #7059ae !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-275 {
  color: #7059ae !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-275 {
  fill: #7059ae !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-275 {
  stroke: #7059ae !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-275 path {
  stroke: #7059ae !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-300 {
  background: #7b66b4 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-300 {
  color: #7b66b4 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-300 {
  fill: #7b66b4 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-300 {
  stroke: #7b66b4 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-300 path {
  stroke: #7b66b4 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-350 {
  background: #654da8 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-350 {
  color: #654da8 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-350 {
  fill: #654da8 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-350 {
  stroke: #654da8 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-350 path {
  stroke: #654da8 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-400 {
  background: #4f339b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-400 {
  color: #4f339b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-400 {
  fill: #4f339b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-400 {
  stroke: #4f339b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-400 path {
  stroke: #4f339b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-425 {
  background: #442695 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-425 {
  color: #442695 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-425 {
  fill: #442695 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-425 {
  stroke: #442695 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-425 path {
  stroke: #442695 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-450 {
  background: #391a8f !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-450 {
  color: #391a8f !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-450 {
  fill: #391a8f !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-450 {
  stroke: #391a8f !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-450 path {
  stroke: #391a8f !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-500 {
  background: #230082 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-500 {
  color: #230082 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-500 {
  fill: #230082 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-500 {
  stroke: #230082 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-500 path {
  stroke: #230082 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-550 {
  background: #200075 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-550 {
  color: #200075 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-550 {
  fill: #200075 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-550 {
  stroke: #200075 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-550 path {
  stroke: #200075 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-600 {
  background: #1c0068 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-600 {
  color: #1c0068 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-600 {
  fill: #1c0068 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-600 {
  stroke: #1c0068 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-600 path {
  stroke: #1c0068 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-650 {
  background: #19005b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-650 {
  color: #19005b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-650 {
  fill: #19005b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-650 {
  stroke: #19005b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-650 path {
  stroke: #19005b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-700 {
  background: #15004e !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-700 {
  color: #15004e !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-700 {
  fill: #15004e !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-700 {
  stroke: #15004e !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-700 path {
  stroke: #15004e !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-750 {
  background: #120041 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-750 {
  color: #120041 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-750 {
  fill: #120041 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-750 {
  stroke: #120041 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-750 path {
  stroke: #120041 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-800 {
  background: #0e0034 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-800 {
  color: #0e0034 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-800 {
  fill: #0e0034 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-800 {
  stroke: #0e0034 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-800 path {
  stroke: #0e0034 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-850 {
  background: #0b0027 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-850 {
  color: #0b0027 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-850 {
  fill: #0b0027 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-850 {
  stroke: #0b0027 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-850 path {
  stroke: #0b0027 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple-900 {
  background: #07001a !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple-900 {
  color: #07001a !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple-900 {
  fill: #07001a !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-900 {
  stroke: #07001a !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple-900 path {
  stroke: #07001a !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-100 {
  background: #f7d6e6 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-100 {
  color: #f7d6e6 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-100 {
  fill: #f7d6e6 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-100 {
  stroke: #f7d6e6 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-100 path {
  stroke: #f7d6e6 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-200 {
  background: #efadce !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-200 {
  color: #efadce !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-200 {
  fill: #efadce !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-200 {
  stroke: #efadce !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-200 path {
  stroke: #efadce !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-300 {
  background: #e685b5 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-300 {
  color: #e685b5 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-300 {
  fill: #e685b5 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-300 {
  stroke: #e685b5 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-300 path {
  stroke: #e685b5 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-400 {
  background: #de5c9d !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-400 {
  color: #de5c9d !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-400 {
  fill: #de5c9d !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-400 {
  stroke: #de5c9d !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-400 path {
  stroke: #de5c9d !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-500 {
  background: #d63384 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-500 {
  color: #d63384 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-500 {
  fill: #d63384 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-500 {
  stroke: #d63384 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-500 path {
  stroke: #d63384 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-600 {
  background: #ab296a !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-600 {
  color: #ab296a !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-600 {
  fill: #ab296a !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-600 {
  stroke: #ab296a !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-600 path {
  stroke: #ab296a !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-700 {
  background: #801f4f !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-700 {
  color: #801f4f !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-700 {
  fill: #801f4f !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-700 {
  stroke: #801f4f !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-700 path {
  stroke: #801f4f !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-800 {
  background: #561435 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-800 {
  color: #561435 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-800 {
  fill: #561435 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-800 {
  stroke: #561435 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-800 path {
  stroke: #561435 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink-900 {
  background: #2b0a1a !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink-900 {
  color: #2b0a1a !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink-900 {
  fill: #2b0a1a !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-900 {
  stroke: #2b0a1a !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink-900 path {
  stroke: #2b0a1a !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-100 {
  background: #f8d7da !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-100 {
  color: #f8d7da !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-100 {
  fill: #f8d7da !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-100 {
  stroke: #f8d7da !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-100 path {
  stroke: #f8d7da !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-200 {
  background: #f1aeb5 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-200 {
  color: #f1aeb5 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-200 {
  fill: #f1aeb5 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-200 {
  stroke: #f1aeb5 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-200 path {
  stroke: #f1aeb5 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-300 {
  background: #ea868f !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-300 {
  color: #ea868f !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-300 {
  fill: #ea868f !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-300 {
  stroke: #ea868f !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-300 path {
  stroke: #ea868f !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-400 {
  background: #e35d6a !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-400 {
  color: #e35d6a !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-400 {
  fill: #e35d6a !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-400 {
  stroke: #e35d6a !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-400 path {
  stroke: #e35d6a !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-500 {
  background: #dc3545 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-500 {
  color: #dc3545 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-500 {
  fill: #dc3545 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-500 {
  stroke: #dc3545 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-500 path {
  stroke: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-600 {
  background: #b02a37 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-600 {
  color: #b02a37 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-600 {
  fill: #b02a37 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-600 {
  stroke: #b02a37 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-600 path {
  stroke: #b02a37 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-700 {
  background: #842029 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-700 {
  color: #842029 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-700 {
  fill: #842029 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-700 {
  stroke: #842029 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-700 path {
  stroke: #842029 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-800 {
  background: #58151c !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-800 {
  color: #58151c !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-800 {
  fill: #58151c !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-800 {
  stroke: #58151c !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-800 path {
  stroke: #58151c !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red-900 {
  background: #2c0b0e !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red-900 {
  color: #2c0b0e !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red-900 {
  fill: #2c0b0e !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-900 {
  stroke: #2c0b0e !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red-900 path {
  stroke: #2c0b0e !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-100 {
  background: #fbe0da !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-100 {
  color: #fbe0da !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-100 {
  fill: #fbe0da !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-100 {
  stroke: #fbe0da !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-100 path {
  stroke: #fbe0da !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-200 {
  background: #f8c1b5 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-200 {
  color: #f8c1b5 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-200 {
  fill: #f8c1b5 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-200 {
  stroke: #f8c1b5 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-200 path {
  stroke: #f8c1b5 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-300 {
  background: #f4a291 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-300 {
  color: #f4a291 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-300 {
  fill: #f4a291 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-300 {
  stroke: #f4a291 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-300 path {
  stroke: #f4a291 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-400 {
  background: #f1836c !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-400 {
  color: #f1836c !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-400 {
  fill: #f1836c !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-400 {
  stroke: #f1836c !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-400 path {
  stroke: #f1836c !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-500 {
  background: #ed6447 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-500 {
  color: #ed6447 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-500 {
  fill: #ed6447 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-500 {
  stroke: #ed6447 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-500 path {
  stroke: #ed6447 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-600 {
  background: #be5039 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-600 {
  color: #be5039 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-600 {
  fill: #be5039 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-600 {
  stroke: #be5039 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-600 path {
  stroke: #be5039 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-700 {
  background: #8e3c2b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-700 {
  color: #8e3c2b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-700 {
  fill: #8e3c2b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-700 {
  stroke: #8e3c2b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-700 path {
  stroke: #8e3c2b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-800 {
  background: #5f281c !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-800 {
  color: #5f281c !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-800 {
  fill: #5f281c !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-800 {
  stroke: #5f281c !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-800 path {
  stroke: #5f281c !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange-900 {
  background: #2f140e !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange-900 {
  color: #2f140e !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange-900 {
  fill: #2f140e !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-900 {
  stroke: #2f140e !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange-900 path {
  stroke: #2f140e !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-100 {
  background: #fdead5 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-100 {
  color: #fdead5 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-100 {
  fill: #fdead5 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-100 {
  stroke: #fdead5 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-100 path {
  stroke: #fdead5 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-200 {
  background: #fbd6aa !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-200 {
  color: #fbd6aa !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-200 {
  fill: #fbd6aa !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-200 {
  stroke: #fbd6aa !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-200 path {
  stroke: #fbd6aa !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-300 {
  background: #f9c180 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-300 {
  color: #f9c180 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-300 {
  fill: #f9c180 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-300 {
  stroke: #f9c180 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-300 path {
  stroke: #f9c180 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-400 {
  background: #f7ad55 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-400 {
  color: #f7ad55 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-400 {
  fill: #f7ad55 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-400 {
  stroke: #f7ad55 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-400 path {
  stroke: #f7ad55 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-500 {
  background: #f5982b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-500 {
  color: #f5982b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-500 {
  fill: #f5982b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-500 {
  stroke: #f5982b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-500 path {
  stroke: #f5982b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-600 {
  background: #c47a22 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-600 {
  color: #c47a22 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-600 {
  fill: #c47a22 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-600 {
  stroke: #c47a22 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-600 path {
  stroke: #c47a22 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-700 {
  background: #935b1a !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-700 {
  color: #935b1a !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-700 {
  fill: #935b1a !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-700 {
  stroke: #935b1a !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-700 path {
  stroke: #935b1a !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-800 {
  background: #623d11 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-800 {
  color: #623d11 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-800 {
  fill: #623d11 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-800 {
  stroke: #623d11 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-800 path {
  stroke: #623d11 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow-900 {
  background: #311e09 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow-900 {
  color: #311e09 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow-900 {
  fill: #311e09 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-900 {
  stroke: #311e09 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow-900 path {
  stroke: #311e09 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-100 {
  background: #d1e7dd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-100 {
  color: #d1e7dd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-100 {
  fill: #d1e7dd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-100 {
  stroke: #d1e7dd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-100 path {
  stroke: #d1e7dd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-200 {
  background: #a3cfbb !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-200 {
  color: #a3cfbb !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-200 {
  fill: #a3cfbb !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-200 {
  stroke: #a3cfbb !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-200 path {
  stroke: #a3cfbb !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-300 {
  background: #75b798 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-300 {
  color: #75b798 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-300 {
  fill: #75b798 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-300 {
  stroke: #75b798 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-300 path {
  stroke: #75b798 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-400 {
  background: #479f76 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-400 {
  color: #479f76 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-400 {
  fill: #479f76 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-400 {
  stroke: #479f76 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-400 path {
  stroke: #479f76 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-500 {
  background: #198754 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-500 {
  color: #198754 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-500 {
  fill: #198754 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-500 {
  stroke: #198754 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-500 path {
  stroke: #198754 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-600 {
  background: #146c43 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-600 {
  color: #146c43 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-600 {
  fill: #146c43 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-600 {
  stroke: #146c43 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-600 path {
  stroke: #146c43 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-700 {
  background: #0f5132 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-700 {
  color: #0f5132 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-700 {
  fill: #0f5132 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-700 {
  stroke: #0f5132 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-700 path {
  stroke: #0f5132 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-800 {
  background: #0a3622 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-800 {
  color: #0a3622 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-800 {
  fill: #0a3622 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-800 {
  stroke: #0a3622 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-800 path {
  stroke: #0a3622 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green-900 {
  background: #051b11 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green-900 {
  color: #051b11 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green-900 {
  fill: #051b11 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-900 {
  stroke: #051b11 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green-900 path {
  stroke: #051b11 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-100 {
  background: #d2f4ea !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-100 {
  color: #d2f4ea !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-100 {
  fill: #d2f4ea !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-100 {
  stroke: #d2f4ea !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-100 path {
  stroke: #d2f4ea !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-200 {
  background: #a6e9d5 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-200 {
  color: #a6e9d5 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-200 {
  fill: #a6e9d5 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-200 {
  stroke: #a6e9d5 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-200 path {
  stroke: #a6e9d5 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-300 {
  background: #79dfc1 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-300 {
  color: #79dfc1 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-300 {
  fill: #79dfc1 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-300 {
  stroke: #79dfc1 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-300 path {
  stroke: #79dfc1 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-400 {
  background: #4dd4ac !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-400 {
  color: #4dd4ac !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-400 {
  fill: #4dd4ac !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-400 {
  stroke: #4dd4ac !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-400 path {
  stroke: #4dd4ac !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-500 {
  background: #20c997 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-500 {
  color: #20c997 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-500 {
  fill: #20c997 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-500 {
  stroke: #20c997 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-500 path {
  stroke: #20c997 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-600 {
  background: #1aa179 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-600 {
  color: #1aa179 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-600 {
  fill: #1aa179 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-600 {
  stroke: #1aa179 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-600 path {
  stroke: #1aa179 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-700 {
  background: #13795b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-700 {
  color: #13795b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-700 {
  fill: #13795b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-700 {
  stroke: #13795b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-700 path {
  stroke: #13795b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-800 {
  background: #0d503c !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-800 {
  color: #0d503c !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-800 {
  fill: #0d503c !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-800 {
  stroke: #0d503c !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-800 path {
  stroke: #0d503c !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal-900 {
  background: #06281e !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal-900 {
  color: #06281e !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal-900 {
  fill: #06281e !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-900 {
  stroke: #06281e !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal-900 path {
  stroke: #06281e !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-100 {
  background: #cff4fc !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-100 {
  color: #cff4fc !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-100 {
  fill: #cff4fc !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-100 {
  stroke: #cff4fc !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-100 path {
  stroke: #cff4fc !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-200 {
  background: #9eeaf9 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-200 {
  color: #9eeaf9 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-200 {
  fill: #9eeaf9 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-200 {
  stroke: #9eeaf9 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-200 path {
  stroke: #9eeaf9 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-300 {
  background: #6edff6 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-300 {
  color: #6edff6 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-300 {
  fill: #6edff6 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-300 {
  stroke: #6edff6 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-300 path {
  stroke: #6edff6 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-400 {
  background: #3dd5f3 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-400 {
  color: #3dd5f3 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-400 {
  fill: #3dd5f3 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-400 {
  stroke: #3dd5f3 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-400 path {
  stroke: #3dd5f3 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-500 {
  background: #0dcaf0 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-500 {
  color: #0dcaf0 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-500 {
  fill: #0dcaf0 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-500 {
  stroke: #0dcaf0 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-500 path {
  stroke: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-600 {
  background: #0aa2c0 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-600 {
  color: #0aa2c0 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-600 {
  fill: #0aa2c0 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-600 {
  stroke: #0aa2c0 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-600 path {
  stroke: #0aa2c0 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-700 {
  background: #087990 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-700 {
  color: #087990 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-700 {
  fill: #087990 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-700 {
  stroke: #087990 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-700 path {
  stroke: #087990 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-800 {
  background: #055160 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-800 {
  color: #055160 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-800 {
  fill: #055160 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-800 {
  stroke: #055160 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-800 path {
  stroke: #055160 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan-900 {
  background: #032830 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan-900 {
  color: #032830 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan-900 {
  fill: #032830 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-900 {
  stroke: #032830 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan-900 path {
  stroke: #032830 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-100 {
  background: #f8f9fa !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-100 {
  color: #f8f9fa !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-100 {
  fill: #f8f9fa !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-100 {
  stroke: #f8f9fa !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-100 path {
  stroke: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-200 {
  background: #e9ecef !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-200 {
  color: #e9ecef !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-200 {
  fill: #e9ecef !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-200 {
  stroke: #e9ecef !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-200 path {
  stroke: #e9ecef !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-250 {
  background: #d4d8dd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-250 {
  color: #d4d8dd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-250 {
  fill: #d4d8dd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-250 {
  stroke: #d4d8dd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-250 path {
  stroke: #d4d8dd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-300 {
  background: #dee2e6 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-300 {
  color: #dee2e6 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-300 {
  fill: #dee2e6 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-300 {
  stroke: #dee2e6 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-300 path {
  stroke: #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-400 {
  background: #ced4da !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-400 {
  color: #ced4da !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-400 {
  fill: #ced4da !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-400 {
  stroke: #ced4da !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-400 path {
  stroke: #ced4da !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-450 {
  background: #b7b5bb !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-450 {
  color: #b7b5bb !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-450 {
  fill: #b7b5bb !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-450 {
  stroke: #b7b5bb !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-450 path {
  stroke: #b7b5bb !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-500 {
  background: #adb5bd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-500 {
  color: #adb5bd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-500 {
  fill: #adb5bd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-500 {
  stroke: #adb5bd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-500 path {
  stroke: #adb5bd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-550 {
  background: #a8a8a8 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-550 {
  color: #a8a8a8 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-550 {
  fill: #a8a8a8 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-550 {
  stroke: #a8a8a8 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-550 path {
  stroke: #a8a8a8 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-600 {
  background: #6c757d !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-600, .notification-card-swiper .notification-card {
  color: #6c757d !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-600 {
  fill: #6c757d !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-600 {
  stroke: #6c757d !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-600 path {
  stroke: #6c757d !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-650 {
  background: #787389 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-650 {
  color: #787389 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-650 {
  fill: #787389 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-650 {
  stroke: #787389 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-650 path {
  stroke: #787389 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-700 {
  background: #495057 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-700 {
  color: #495057 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-700 {
  fill: #495057 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-700 {
  stroke: #495057 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-700 path {
  stroke: #495057 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-800 {
  background: #343a40 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-800 {
  color: #343a40 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-800 {
  fill: #343a40 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-800 {
  stroke: #343a40 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-800 path {
  stroke: #343a40 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-900 {
  background: #212529 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-900 {
  color: #212529 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-900 {
  fill: #212529 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-900 {
  stroke: #212529 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-900 path {
  stroke: #212529 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-blue {
  background: #0d6efd !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-blue {
  color: #0d6efd !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-blue {
  fill: #0d6efd !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue {
  stroke: #0d6efd !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-blue path {
  stroke: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-indigo {
  background: #6610f2 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-indigo {
  color: #6610f2 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-indigo {
  fill: #6610f2 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo {
  stroke: #6610f2 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-indigo path {
  stroke: #6610f2 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-purple {
  background: #230082 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-purple {
  color: #230082 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-purple {
  fill: #230082 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple {
  stroke: #230082 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-purple path {
  stroke: #230082 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-pink {
  background: #d63384 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-pink {
  color: #d63384 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-pink {
  fill: #d63384 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink {
  stroke: #d63384 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-pink path {
  stroke: #d63384 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-red {
  background: #dc3545 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-red {
  color: #dc3545 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-red {
  fill: #dc3545 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red {
  stroke: #dc3545 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-red path {
  stroke: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-orange {
  background: #ed6447 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-orange {
  color: #ed6447 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-orange {
  fill: #ed6447 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange {
  stroke: #ed6447 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-orange path {
  stroke: #ed6447 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-yellow {
  background: #f5982b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-yellow {
  color: #f5982b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-yellow {
  fill: #f5982b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow {
  stroke: #f5982b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-yellow path {
  stroke: #f5982b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-green {
  background: #198754 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-green {
  color: #198754 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-green {
  fill: #198754 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green {
  stroke: #198754 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-green path {
  stroke: #198754 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-teal {
  background: #20c997 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-teal {
  color: #20c997 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-teal {
  fill: #20c997 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal {
  stroke: #20c997 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-teal path {
  stroke: #20c997 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-cyan {
  background: #0dcaf0 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-cyan {
  color: #0dcaf0 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-cyan {
  fill: #0dcaf0 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan {
  stroke: #0dcaf0 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-cyan path {
  stroke: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-white {
  background: #fff !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-white, .notification-card-swiper .notification-card .notification-card-footer a span, .notification-card-swiper .notification-card .notification-card-header, #sidebar ul.nav > li.active a,
#sidebar ul.nav > li.active svg {
  color: #fff !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-white, #sidebar ul.nav > li.active a,
#sidebar ul.nav > li.active svg {
  fill: #fff !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-white {
  stroke: #fff !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-white path {
  stroke: #fff !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray {
  background: #6c757d !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray {
  color: #6c757d !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray {
  fill: #6c757d !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray {
  stroke: #6c757d !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray path {
  stroke: #6c757d !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gray-dark {
  background: #343a40 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gray-dark {
  color: #343a40 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gray-dark {
  fill: #343a40 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-dark {
  stroke: #343a40 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gray-dark path {
  stroke: #343a40 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-primary {
  background: #ed6447 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-primary {
  color: #ed6447 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-primary {
  fill: #ed6447 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-primary {
  stroke: #ed6447 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-primary path {
  stroke: #ed6447 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-secondary {
  background: #230082 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-secondary {
  color: #230082 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-secondary {
  fill: #230082 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-secondary {
  stroke: #230082 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-secondary path {
  stroke: #230082 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-success {
  background: #198754 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-success {
  color: #198754 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-success {
  fill: #198754 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-success {
  stroke: #198754 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-success path {
  stroke: #198754 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-info {
  background: #495057 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-info {
  color: #495057 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-info {
  fill: #495057 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-info {
  stroke: #495057 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-info path {
  stroke: #495057 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-warning {
  background: #f5982b !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-warning {
  color: #f5982b !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-warning {
  fill: #f5982b !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-warning {
  stroke: #f5982b !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-warning path {
  stroke: #f5982b !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-danger {
  background: #dc3545 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-danger {
  fill: #dc3545 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-danger {
  stroke: #dc3545 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-danger path {
  stroke: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-light {
  background: #f8f9fa !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-light {
  fill: #f8f9fa !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-light {
  stroke: #f8f9fa !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-light path {
  stroke: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-dark {
  background: #212529 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-dark {
  color: #212529 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-dark {
  fill: #212529 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-dark {
  stroke: #212529 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-dark path {
  stroke: #212529 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gradient {
  color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gradient {
  fill: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient {
  stroke: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient path {
  stroke: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gradient-purple, #operation-overview {
  background: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gradient-purple {
  color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gradient-purple {
  fill: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient-purple {
  stroke: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient-purple path {
  stroke: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gradient-orange {
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gradient-orange {
  color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gradient-orange {
  fill: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient-orange {
  stroke: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient-orange path {
  stroke: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-gradient-text-orange {
  background: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gradient-text-orange {
  color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-gradient-text-orange {
  fill: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient-text-orange {
  stroke: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-gradient-text-orange path {
  stroke: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 6, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-transparent {
  background: transparent !important;
}

/* line 10, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-transparent {
  color: transparent !important;
}

/* line 14, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.fill-transparent {
  fill: transparent !important;
}

/* line 18, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-transparent {
  stroke: transparent !important;
}

/* line 21, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.stroke-transparent path {
  stroke: transparent !important;
}

/* line 31, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-image-sessions .background-image {
  background-image: url(/assets/backgrounds/session-background-8496a472c8950e6c0be1d9e9f4766d4e1a15f7582a7bbd34d90164a9716203da.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 37, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.bg-image-sessions .background-image .background-filters {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: radial-gradient(circle at -110% 77%, rgba(20, 6, 32, 0.9) 0, transparent 140%), radial-gradient(circle at 95% -8.1%, rgba(35, 0, 130, 0.8) 0, rgba(0, 0, 0, 0.8) 112%);
}

/* line 47, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-gradient-orange {
  background: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 58, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-family-sans-serif {
  font-family: Ubuntu, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 58, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-family-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 58, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-family-base {
  font-family: "Titillium Web", sans-serif;
}

/* line 58, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.text-family-code {
  font-family: var(--bs-font-monospace);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-45 {
  transform: rotate(45deg);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-90 {
  transform: rotate(90deg);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-135 {
  transform: rotate(135deg);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-180 {
  transform: rotate(180deg);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-225 {
  transform: rotate(225deg);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-270 {
  transform: rotate(270deg);
}

/* line 77, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.transform-rotate-315 {
  transform: rotate(315deg);
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-auto {
  cursor: auto;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-default {
  cursor: default;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-none {
  cursor: none;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-context-menu {
  cursor: context-menu;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-help {
  cursor: help;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-progress {
  cursor: progress;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-wait {
  cursor: wait;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-cell {
  cursor: cell;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-crosshair {
  cursor: crosshair;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-text {
  cursor: text;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-vertical-text {
  cursor: vertical-text;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-alias {
  cursor: alias;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-copy {
  cursor: copy;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-move {
  cursor: move;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-no-drop {
  cursor: no-drop;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-not-allowed {
  cursor: not-allowed;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-grab {
  cursor: grab;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-grabbing {
  cursor: grabbing;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-all-scroll {
  cursor: all-scroll;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-col-resize {
  cursor: col-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-row-resize {
  cursor: row-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-n-resize {
  cursor: n-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-e-resize {
  cursor: e-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-s-resize {
  cursor: s-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-w-resize {
  cursor: w-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-ne-resize {
  cursor: ne-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-nw-resize {
  cursor: nw-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-se-resize {
  cursor: se-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-sw-resize {
  cursor: sw-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-ew-resize {
  cursor: ew-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-ns-resize {
  cursor: ns-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-nesw-resize {
  cursor: nesw-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-nwse-resize {
  cursor: nwse-resize;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-zoom-in {
  cursor: zoom-in;
}

/* line 125, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.cursor-zoom-out {
  cursor: zoom-out;
}

/* line 131, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.sp-fade-up-animation {
  animation: sp-fade-up .6s forwards;
}

/* line 135, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.sp-skeleton-loading-animation {
  animation: sp-skeleton-loading 1s infinite alternate;
  min-height: 10px;
}

/* line 140, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.sp-hide-element {
  visibility: hidden;
  position: absolute;
}

/* line 145, app/assets/stylesheets/../bootstrap/_custom-classes.scss */
.sp-session-flow-component-max-width {
  max-width: 400px;
}

/* line 1, app/assets/stylesheets/components/_cards.scss */
.metric-card {
  min-height: 100px;
}

/* line 5, app/assets/stylesheets/components/_cards.scss */
.metric-card .metric-card-value {
  font-size: 36px;
  float: left;
}

/* line 1, app/assets/stylesheets/components/_carousel.scss */
.carousel {
  padding-right: 1px;
}

/* line 5, app/assets/stylesheets/components/_carousel.scss */
.carousel-inner .card.carousel-item, .carousel-inner .carousel-item.metric-card {
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex: 0 0 calc(100%);
}

@media (min-width: 576px) {
  /* line 5, app/assets/stylesheets/components/_carousel.scss */
  .carousel-inner .card.carousel-item, .carousel-inner .carousel-item.metric-card {
    flex: 0 0 calc(100%/2);
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/components/_carousel.scss */
  .carousel-inner .card.carousel-item, .carousel-inner .carousel-item.metric-card {
    flex: 0 0 calc(100%/3);
  }
}

/* line 1, app/assets/stylesheets/components/_employee_chart.scss */
.chart-heading {
  display: flex;
  flex-direction: row;
  min-height: 46px;
}

/* line 6, app/assets/stylesheets/components/_employee_chart.scss */
.chart-heading .chart-heading-title {
  flex: 0 20 200px;
}

/* line 12, app/assets/stylesheets/components/_employee_chart.scss */
.chart-heading .skeleton-loading .skeleton-loading-item-1 {
  height: 12px;
  width: 150px;
}

/* line 19, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  vertical-align: middle;
  line-height: 15px;
  width: 100%;
  height: 15px;
  flex: 1 10 auto;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 200;
}

/* line 32, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend .chart-legend-item-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  vertical-align: middle;
  line-height: 15px;
  flex: 0 0 80px;
  gap: 5px;
}

/* line 42, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend .chart-legend-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 0px;
  gap: 3px;
}

/* line 52, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend .chart-legend-item .chart-legend-item-circle {
  flex: 0 0 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 50%;
  margin-bottom: auto;
  margin-top: auto;
}

/* line 61, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend .chart-legend-item .chart-legend-item-text {
  flex: 1 0 auto;
}

/* line 68, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend .skeleton-loading .skeleton-loading-item-1 {
  height: 10px;
  width: 10px;
}

/* line 73, app/assets/stylesheets/components/_employee_chart.scss */
.chart-legend .skeleton-loading .skeleton-loading-item-2 {
  height: 10px;
  width: 30px;
}

/* line 2, app/assets/stylesheets/components/_ohio_lanes_hourly_chart.scss */
#ohio-lanes-hourly-chart .line {
  transition: all 0.2s ease;
}

/* line 6, app/assets/stylesheets/components/_ohio_lanes_hourly_chart.scss */
#ohio-lanes-hourly-chart .line:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}

/* line 1, app/assets/stylesheets/components/_initials_icon.scss */
.initials-icon {
  width: 48px;
  height: 48px;
  font-size: 0.75rem;
}

/* line 1, app/assets/stylesheets/components/_navbar.scss */
#navbar {
  height: 60px;
  z-index: 1030;
}

/* line 5, app/assets/stylesheets/components/_navbar.scss */
#navbar img {
  max-width: 120px;
}

/* line 9, app/assets/stylesheets/components/_navbar.scss */
#navbar a img.logo {
  max-width: 180px;
}

/* line 1, app/assets/stylesheets/components/_sidebar.scss */
#sidebar {
  background: radial-gradient(circle at -110% 77%, rgba(131, 66, 183, 0.4) 0, transparent 140%), radial-gradient(circle at 95% -8.1%, rgba(35, 0, 130, 0.3) 0, rgba(0, 0, 0, 0.3) 112%), #000000;
  margin-top: -100vh;
  z-index: 1030;
  width: 100%;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

/* line 11, app/assets/stylesheets/components/_sidebar.scss */
#sidebar.show {
  opacity: 1;
  pointer-events: all;
  height: calc(100vh - 60px);
  margin-top: 60px;
}

/* line 18, app/assets/stylesheets/components/_sidebar.scss */
#sidebar header {
  height: 60px;
}

/* line 21, app/assets/stylesheets/components/_sidebar.scss */
#sidebar header img {
  max-width: 120px;
}

/* line 28, app/assets/stylesheets/components/_sidebar.scss */
#sidebar main::-webkit-scrollbar {
  width: 4px;
}

/* line 32, app/assets/stylesheets/components/_sidebar.scss */
#sidebar main::-webkit-scrollbar-track {
  background: transparent;
}

/* line 36, app/assets/stylesheets/components/_sidebar.scss */
#sidebar main::-webkit-scrollbar-thumb {
  background: #7b66b4;
}

/* line 47, app/assets/stylesheets/components/_sidebar.scss */
#sidebar ul.nav > li {
  height: 40px;
}

/* line 51, app/assets/stylesheets/components/_sidebar.scss */
#sidebar ul.nav > li a.nav-link {
  color: inherit;
}

/* line 58, app/assets/stylesheets/components/_sidebar.scss */
#sidebar ul.nav > li a.nav-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* line 73, app/assets/stylesheets/components/_sidebar.scss */
#sidebar ul.nav > li.active::before {
  content: '';
  height: 40px;
  width: 4px;
  background: radial-gradient(98.84% 98.84% at 11.16% 82.21%, rgba(255, 185, 25, 0.5) 0%, rgba(214, 83, 143, 0.5) 100%), radial-gradient(162.54% 162.54% at 84.41% 0%, rgba(218, 28, 237, 0.5) 0%, rgba(194, 0, 0, 0.5) 100%), #CA8F21;
}

/* line 88, app/assets/stylesheets/components/_sidebar.scss */
#sidebar footer .dropdown-menu {
  transform: translate(0, -73px) !important;
}

/* line 91, app/assets/stylesheets/components/_sidebar.scss */
#sidebar footer .dropdown-menu .initials-icon {
  width: 32px;
  height: 32px;
}

/* line 97, app/assets/stylesheets/components/_sidebar.scss */
#sidebar footer .dropdown-arrow-selector {
  transition: .3s;
  top: 4px;
  right: 4px;
  transform: rotate(180deg);
}

/* line 105, app/assets/stylesheets/components/_sidebar.scss */
#sidebar footer .dropdown-arrow-selector:has(~ .dropdown-menu.show, ~ .sp-dropdown-selector ul.show.dropdown-menu) {
  transform: rotate(0);
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_sidebar.scss */
  #sidebar {
    opacity: 1;
    height: 100vh;
    margin-top: 0;
    pointer-events: all;
    min-width: 250px;
    max-width: 250px;
  }
}

/* line 1, app/assets/stylesheets/components/_notification_card.scss */
:root {
  --animation-card-duration: .3s;
}

/* line 5, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper {
  width: 100%;
  max-height: 1000px;
  transition: max-height calc(var(--animation-card-duration) * 3) cubic-bezier(0, 1, 0, 1);
}

/* line 13, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper.notification-card-swiper-empty {
  max-height: 0;
}

/* line 17, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card {
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 3;
  position: relative;
  padding: 10px 14px;
  border-radius: 10px;
  transition: transform var(--animation-card-duration) ease-in, opacity var(--animation-card-duration) ease-out;
  transform: translate(0, 0);
}

/* line 33, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.notification-card-primary {
  border: 1px solid #958ACC;
  background: linear-gradient(272deg, #6248A9 5.53%, #220357 95.4%);
}

/* line 39, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.notification-card-primary .notification-card-footer a svg {
  fill: #958ACC;
}

/* line 43, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.notification-card-primary .notification-card-footer a span {
  color: #958ACC !important;
}

/* line 50, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.notification-card-secondary {
  border: 1px solid #E89981;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
}

/* line 56, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.notification-card-iconless .notification-card-footer {
  margin-left: 0;
}

/* line 62, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.dragging {
  transition: none !important;
}

/* line 66, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card.dismiss-animation {
  animation-duration: var(--animation-card-duration);
  animation-name: slideleft;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* line 73, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card:not(:first-of-type) {
  position: absolute;
  z-index: 2 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(7px, 7px);
}

/* line 85, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card:not(:first-of-type):not(:nth-child(2)) {
  z-index: 1 !important;
  opacity: 0;
  transform: translate(14px, 14px);
}

@keyframes slideleft {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translateX(calc(-100% - 50px));
  }
}

/* line 102, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-header {
  font-weight: 700;
  letter-spacing: 1.84px;
  text-transform: uppercase;
}

/* line 116, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-header button {
  cursor: pointer;
  color: white;
  padding: 0;
  border: none;
  background: none;
}

/* line 124, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-header button svg {
  width: 12px;
}

/* line 130, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card svg {
  fill: rgba(255, 255, 255, 0.8);
}

/* line 134, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-description {
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 143, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-description svg {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

/* line 153, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-footer {
  margin-left: 30px;
}

/* line 169, app/assets/stylesheets/components/_notification_card.scss */
.notification-card-swiper .notification-card .notification-card-footer a span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.84px;
  text-transform: uppercase;
  text-decoration-line: underline;
}

/* line 1, app/assets/stylesheets/components/_date_picker.scss */
.date-picker {
  height: 40px;
  border-radius: 20px;
}

/* line 19, app/assets/stylesheets/components/_date_picker.scss */
.date-picker a.btn.arrow-btn svg {
  width: 15px;
  height: 15px;
  fill: #958ACC;
}

/* line 26, app/assets/stylesheets/components/_date_picker.scss */
.date-picker a.btn.arrow-btn:not(:first-of-type) {
  transform: rotate(180deg);
}

/* line 35, app/assets/stylesheets/components/_date_picker.scss */
.date-picker a.btn.calendar-btn svg {
  width: 17px;
  height: 17px;
  fill: black;
}

/* line 44, app/assets/stylesheets/components/_date_picker.scss */
.date-picker p {
  font-size: 14px;
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@keyframes sp-fade-up {
  from {
    opacity: 0;
    transform: translateY(150%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sp-skeleton-loading {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #230082;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ed6447;
  --bs-yellow: #f5982b;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-gray-100: #f8f9fa;
  --bs-gray-gray-200: #e9ecef;
  --bs-gray-gray-250: #d4d8dd;
  --bs-gray-gray-300: #dee2e6;
  --bs-gray-gray-400: #ced4da;
  --bs-gray-gray-450: #b7b5bb;
  --bs-gray-gray-500: #adb5bd;
  --bs-gray-gray-550: #a8a8a8;
  --bs-gray-gray-600: #6c757d;
  --bs-gray-gray-650: #787389;
  --bs-gray-gray-700: #495057;
  --bs-gray-gray-800: #343a40;
  --bs-gray-gray-900: #212529;
  --bs-primary: #ed6447;
  --bs-secondary: #230082;
  --bs-success: #198754;
  --bs-info: #495057;
  --bs-warning: #f5982b;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 237, 100, 71;
  --bs-secondary-rgb: 35, 0, 130;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 73, 80, 87;
  --bs-warning-rgb: 245, 152, 43;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 52, 58, 64;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Ubuntu, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Titillium Web, sans-serif;
  --bs-body-font-size: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #343a40;
  --bs-body-bg: #fff;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr:not([size]) {
  height: 1px;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 1.875rem;
  }
}

/* line 103, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 1.5rem;
  }
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.3125rem;
  }
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: 1.125rem;
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 0.9375rem;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 0.75rem;
}

/* line 134, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 147, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.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 157, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 185, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 191, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 208, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 218, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 225, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 236, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 244, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 245, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 250, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #ed6447;
  text-decoration: underline;
}

/* line 254, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: #ed6447;
}

/* line 266, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 276, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

/* line 290, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 299, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 306, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 312, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 317, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 324, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 336, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 343, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 353, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 358, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
}

/* line 369, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 375, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 391, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 398, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 408, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 414, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 426, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 433, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 437, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 443, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 451, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 460, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 467, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 475, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 482, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 493, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 505, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 505, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 514, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 522, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 532, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 542, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 563, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 569, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 576, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
}

/* line 583, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 590, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 596, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 604, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 614, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 623, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 0.9375rem;
  font-weight: 300;
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 63, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 80, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 86, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 101, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
#content,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12, #landing-page .image-section {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-8,
.gx-8 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-8,
.gy-8 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6, #landing-page .image-section {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #343a40;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #343a40;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #343a40;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 37, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 42, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(:first-child) {
  border-top: 2px solid #dee2e6;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 105, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 115, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 125, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-bg: #fbe0da;
  --bs-table-striped-bg: #eed5cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2cac4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8cfca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2cac4;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-bg: #d3cce6;
  --bs-table-striped-bg: #c8c2db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #beb8cf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3bdd5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #beb8cf;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #dbdcdd;
  --bs-table-striped-bg: #d0d1d2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5c6c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbcccc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c5c6c7;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fdead5;
  --bs-table-striped-bg: #f0deca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4d3c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ead8c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e4d3c0;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.65625rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #6c757d;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #787389;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9c8cc7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #787389;
  background-color: #fff;
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #787389;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

/* line 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #787389;
  background-color: #fff;
  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 95, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}

/* line 120, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 131, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 151, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.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 157, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.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 164, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 170, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 176, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.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 187, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 191, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}

/* line 206, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 210, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 1rem;
}

/* line 215, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 1rem;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #787389;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #9c8cc7;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #787389;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 40, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #230082;
  border-color: #230082;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.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 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.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 71, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #230082;
  border-color: #230082;
  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 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 110, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239180c1'/%3e%3c/svg%3e");
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 134, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 139, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #230082;
  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 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #bdb3da;
}

/* line 43, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #230082;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #bdb3da;
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 36, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #787389;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #9c8cc7;
  border-radius: 1rem;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 75, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 84, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.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),
.sp-dropdown-selector .input-group:not(.has-validation) > a.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.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),
.sp-dropdown-selector .input-group.has-validation > a.dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #198754;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.25);
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 136, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #dc3545;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 98, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 136, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.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 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #343a40;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #343a40;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #000;
  background-color: #f07b63;
  border-color: #ef7459;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #f07b63;
  border-color: #ef7459;
  box-shadow: 0 0 0 0 rgba(201, 85, 60, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle, .sp-dropdown-selector .show > a.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #f1836c;
  border-color: #ef7459;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 85, 60, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #1e006f;
  border-color: #1c0068;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #1e006f;
  border-color: #1c0068;
  box-shadow: 0 0 0 0 rgba(68, 38, 149, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle, .sp-dropdown-selector .show > a.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1c0068;
  border-color: #1a0062;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(68, 38, 149, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle, .sp-dropdown-selector .show > a.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #3e444a;
  border-color: #3a4046;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3e444a;
  border-color: #3a4046;
  box-shadow: 0 0 0 0 rgba(100, 106, 112, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle, .sp-dropdown-selector .show > a.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3a4046;
  border-color: #373c41;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(100, 106, 112, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: #000;
  background-color: #f5982b;
  border-color: #f5982b;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #f7a74b;
  border-color: #f6a240;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f7a74b;
  border-color: #f6a240;
  box-shadow: 0 0 0 0 rgba(208, 129, 37, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle, .sp-dropdown-selector .show > a.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f7ad55;
  border-color: #f6a240;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(208, 129, 37, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #f5982b;
  border-color: #f5982b;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle, .sp-dropdown-selector .show > a.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle, .sp-dropdown-selector .show > a.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle, .sp-dropdown-selector .show > a.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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, .sp-dropdown-selector .show > a.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-transparent, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:focus {
  color: #ed6447;
  border-color: #ed6447;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover, .btn-transparent:hover {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-check:focus + .btn-transparent, .btn-outline-primary:focus, .btn-transparent:focus {
  box-shadow: 0 0 0 0 rgba(237, 100, 71, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:hover, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:active, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:active:focus, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-outline-primary:hover:active, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:focus, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-outline-primary:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-transparent:hover:focus:active, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-outline-primary:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-outline-primary:active:hover, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-outline-primary:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-transparent:active:hover:focus, .btn-check:checked + .btn-outline-primary:focus:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-outline-primary:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:checked + .btn-transparent, .btn-check:checked + .btn-transparent:hover, .btn-check:checked + .btn-transparent:active, .btn-check:checked + .btn-transparent:focus, .btn-check:checked + .btn-transparent:active:focus, .btn-check:checked + .btn-transparent:hover, .btn-check:checked + .btn-transparent:active, .btn-check:checked + .btn-transparent:focus, .btn-check:checked + .btn-transparent:active:focus, .btn-check:checked + .btn-transparent:hover:active, .btn-check:checked + .btn-transparent:hover:focus, .btn-check:checked + .btn-transparent:hover:active:focus, .btn-check:checked + .btn-transparent:active:hover, .btn-check:checked + .btn-transparent:focus:hover, .btn-check:checked + .btn-transparent:focus:active, .btn-check:checked + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:hover, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:active, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:active:focus, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary:hover:active, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:focus, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-outline-primary:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-transparent:hover:focus:active, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-outline-primary:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-outline-primary:active:hover, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-outline-primary:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-transparent:active:hover:focus, .btn-check:active + .btn-outline-primary:focus:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-outline-primary:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-transparent:active:focus:hover, .btn-check:active + .btn-transparent, .btn-check:active + .btn-transparent:hover, .btn-check:active + .btn-transparent:active, .btn-check:active + .btn-transparent:focus, .btn-check:active + .btn-transparent:active:focus, .btn-check:active + .btn-transparent:hover, .btn-check:active + .btn-transparent:active, .btn-check:active + .btn-transparent:focus, .btn-check:active + .btn-transparent:active:focus, .btn-check:active + .btn-transparent:hover:active, .btn-check:active + .btn-transparent:hover:focus, .btn-check:active + .btn-transparent:hover:active:focus, .btn-check:active + .btn-transparent:active:hover, .btn-check:active + .btn-transparent:focus:hover, .btn-check:active + .btn-transparent:focus:active, .btn-check:active + .btn-transparent:active:focus:hover, .btn-outline-primary:active, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:hover, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:hover, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active, .btn-transparent:active:hover, .btn-transparent:active, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:hover, .btn-transparent:active, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:hover, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-outline-primary.active, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:hover, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:hover:focus:active, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:active, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-outline-primary:focus, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:active:focus, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-outline-primary:hover:active, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:hover:focus, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:hover:focus:active, .active.btn-outline-primary:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-transparent:hover:focus:active, .active.btn-outline-primary:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-outline-primary:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-transparent:hover:active:focus, .active.btn-outline-primary:active:hover, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:active:hover:focus, .active.btn-outline-primary:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-transparent:active:hover:focus, .active.btn-outline-primary:focus:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-outline-primary:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-transparent:active:focus:hover, .active.btn-transparent, .active.btn-transparent:hover, .active.btn-transparent:active, .active.btn-transparent:focus, .active.btn-transparent:active:focus, .active.btn-transparent:hover, .active.btn-transparent:active, .active.btn-transparent:focus, .active.btn-transparent:active:focus, .active.btn-transparent:hover:active, .active.btn-transparent:hover:focus, .active.btn-transparent:hover:active:focus, .active.btn-transparent:active:hover, .active.btn-transparent:focus:hover, .active.btn-transparent:focus:active, .active.btn-transparent:active:focus:hover, .btn-outline-primary.dropdown-toggle.show, .dropdown-toggle.show.btn-outline-primary:hover:focus:active, .dropdown-toggle.show.btn-transparent:hover:focus:active, .dropdown-toggle.show.btn-outline-primary:active:hover:focus, .dropdown-toggle.show.btn-transparent:active:hover:focus, .dropdown-toggle.show.btn-outline-primary:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active:hover, .dropdown-toggle.show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary, .show.btn-outline-primary:hover:focus:active, .show.btn-transparent:hover:focus:active, .show.btn-outline-primary:active:hover:focus, .show.btn-transparent:active:hover:focus, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:hover, .show.btn-outline-primary:hover:focus:active, .show.btn-transparent:hover:focus:active, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-outline-primary:hover:focus:active, .show.btn-outline-primary:hover:focus:active, .show.btn-transparent:hover:focus:active, .show.btn-transparent:hover:focus:active, .dropdown-toggle.show.btn-outline-primary:active, .show.btn-outline-primary:active:hover:focus, .show.btn-transparent:active:hover:focus, .show.btn-outline-primary:active:hover:focus, .show.btn-transparent:active:hover:focus, .show.btn-outline-primary:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-transparent:active:focus:hover, .dropdown-toggle.show.btn-outline-primary:focus, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:active:focus, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-transparent:active:focus:hover, .dropdown-toggle.show.btn-outline-primary:hover:active, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-transparent:hover:active:focus, .dropdown-toggle.show.btn-outline-primary:hover:focus, .show.btn-outline-primary:hover:focus:active, .show.btn-transparent:hover:focus:active, .show.btn-outline-primary:hover:focus:active, .show.btn-transparent:hover:focus:active, .show.btn-outline-primary:hover:focus:active, .show.btn-outline-primary:hover:focus:active, .show.btn-transparent:hover:focus:active, .show.btn-transparent:hover:focus:active, .dropdown-toggle.show.btn-outline-primary:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-outline-primary:hover:active:focus, .show.btn-transparent:hover:active:focus, .show.btn-transparent:hover:active:focus, .dropdown-toggle.show.btn-outline-primary:active:hover, .show.btn-outline-primary:active:hover:focus, .show.btn-transparent:active:hover:focus, .show.btn-outline-primary:active:hover:focus, .show.btn-transparent:active:hover:focus, .show.btn-outline-primary:active:hover:focus, .show.btn-outline-primary:active:hover:focus, .show.btn-transparent:active:hover:focus, .show.btn-transparent:active:hover:focus, .dropdown-toggle.show.btn-outline-primary:focus:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-outline-primary:active:focus:hover, .show.btn-transparent:active:focus:hover, .show.btn-transparent:active:focus:hover, .dropdown-toggle.show.btn-transparent, .dropdown-toggle.show.btn-transparent:hover, .dropdown-toggle.show.btn-transparent:active, .dropdown-toggle.show.btn-transparent:focus, .dropdown-toggle.show.btn-transparent:active:focus, .dropdown-toggle.show.btn-transparent:hover, .dropdown-toggle.show.btn-transparent:active, .dropdown-toggle.show.btn-transparent:focus, .dropdown-toggle.show.btn-transparent:active:focus, .dropdown-toggle.show.btn-transparent:hover:active, .dropdown-toggle.show.btn-transparent:hover:focus, .dropdown-toggle.show.btn-transparent:hover:active:focus, .dropdown-toggle.show.btn-transparent:active:hover, .dropdown-toggle.show.btn-transparent:focus:hover, .dropdown-toggle.show.btn-transparent:focus:active, .dropdown-toggle.show.btn-transparent:active:focus:hover, .sp-dropdown-selector a.btn-outline-primary.show.dropdown-toggle, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:focus:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:hover:active:focus, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:hover:focus, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:active:focus:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:active:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:active:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:hover:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:hover:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:hover:active:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:active:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:active:focus:hover {
  color: #000;
  background-color: #ed6447;
  border-color: #ed6447;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:hover, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-outline-primary:focus:active, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-outline-primary:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus, .btn-check:checked + .btn-transparent:focus:hover, .btn-check:checked + .btn-transparent:focus:active, .btn-check:checked + .btn-transparent:focus, .btn-check:checked + .btn-transparent:focus:active, .btn-check:checked + .btn-transparent:focus:hover, .btn-check:checked + .btn-transparent:focus:active, .btn-check:checked + .btn-transparent:focus, .btn-check:checked + .btn-transparent:focus:active, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:hover, .btn-check:checked + .btn-transparent:focus:hover:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:checked + .btn-transparent:focus:hover, .btn-check:checked + .btn-transparent:focus:active, .btn-check:checked + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:hover, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-outline-primary:focus:active, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-outline-primary:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus, .btn-check:active + .btn-transparent:focus:hover, .btn-check:active + .btn-transparent:focus:active, .btn-check:active + .btn-transparent:focus, .btn-check:active + .btn-transparent:focus:active, .btn-check:active + .btn-transparent:focus:hover, .btn-check:active + .btn-transparent:focus:active, .btn-check:active + .btn-transparent:focus, .btn-check:active + .btn-transparent:focus:active, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:hover, .btn-check:active + .btn-transparent:focus:hover:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-check:active + .btn-transparent:focus:hover, .btn-check:active + .btn-transparent:focus:active, .btn-check:active + .btn-transparent:focus:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-outline-primary.active:focus, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:hover, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-outline-primary:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover:active, .active.btn-outline-primary:focus:active, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-outline-primary:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus, .active.btn-transparent:focus:hover, .active.btn-transparent:focus:active, .active.btn-transparent:focus, .active.btn-transparent:focus:active, .active.btn-transparent:focus:hover, .active.btn-transparent:focus:active, .active.btn-transparent:focus, .active.btn-transparent:focus:active, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:hover, .active.btn-transparent:focus:hover:active, .active.btn-transparent:focus:active:hover, .active.btn-transparent:focus:hover, .active.btn-transparent:focus:active, .active.btn-transparent:focus:active:hover, .btn-outline-primary.dropdown-toggle.show:focus, .dropdown-toggle.show.btn-outline-primary:focus:hover:active, .dropdown-toggle.show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active:hover, .dropdown-toggle.show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active:hover, .dropdown-toggle.show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus:hover, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-outline-primary:focus:hover:active, .show.btn-transparent:focus:hover:active, .show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-outline-primary:focus:active, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-outline-primary:focus:active:hover, .show.btn-transparent:focus:active:hover, .show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-transparent:focus, .dropdown-toggle.show.btn-transparent:focus:hover, .dropdown-toggle.show.btn-transparent:focus:active, .dropdown-toggle.show.btn-transparent:focus, .dropdown-toggle.show.btn-transparent:focus:active, .dropdown-toggle.show.btn-transparent:focus:hover, .dropdown-toggle.show.btn-transparent:focus:active, .dropdown-toggle.show.btn-transparent:focus, .dropdown-toggle.show.btn-transparent:focus:active, .dropdown-toggle.show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-transparent:focus:hover, .dropdown-toggle.show.btn-transparent:focus:hover:active, .dropdown-toggle.show.btn-transparent:focus:active:hover, .dropdown-toggle.show.btn-transparent:focus:hover, .dropdown-toggle.show.btn-transparent:focus:active, .dropdown-toggle.show.btn-transparent:focus:active:hover, .sp-dropdown-selector a.btn-outline-primary.show.dropdown-toggle:focus, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:hover:active, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:active, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-outline-primary.dropdown-toggle:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-outline-primary:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector .show.dropdown-toggle.btn-transparent:focus:active:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:hover, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active, .sp-dropdown-selector a.show.btn-transparent.dropdown-toggle:focus:active:hover {
  box-shadow: 0 0 0 0 rgba(237, 100, 71, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-transparent:disabled, .btn-outline-primary.disabled, .disabled.btn-transparent {
  color: #ed6447;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #230082;
  border-color: #230082;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #230082;
  border-color: #230082;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(35, 0, 130, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #230082;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(25, 135, 84, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #495057;
  border-color: #495057;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(73, 80, 87, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #fff;
  background-color: #495057;
  border-color: #495057;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(73, 80, 87, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #495057;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active:focus {
  color: #f5982b;
  border-color: #f5982b;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #f5982b;
  border-color: #f5982b;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(245, 152, 43, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #f5982b;
  border-color: #f5982b;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(245, 152, 43, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f5982b;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(220, 53, 69, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(248, 249, 250, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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: #212529;
  border-color: #212529;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.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 rgba(33, 37, 41, 0.5);
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 78, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #ed6447;
  text-decoration: underline;
}

/* line 83, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #ed6447;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 105, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  border-radius: 0.2rem;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle, .sp-dropdown-selector a.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after, .sp-dropdown-selector a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu, .sp-dropdown-selector ul.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #343a40;
  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.75rem;
}

/* line 34, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper], .sp-dropdown-selector ul.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 73, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 86, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 96, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 103, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 113, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 121, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 131, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item, .sp-dropdown-selector ul.dropdown-menu li a,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 156, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .sp-dropdown-selector ul.dropdown-menu li a:hover,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:hover, .dropdown-item:focus, .sp-dropdown-selector ul.dropdown-menu li a:focus,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:focus {
  color: black;
  background-color: #ded9ec;
}

/* line 163, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .sp-dropdown-selector ul.dropdown-menu li a.active,
.sp-dropdown-selector ul.dropdown-menu li .active.sp-form-check-with-label, .dropdown-item:active, .sp-dropdown-selector ul.dropdown-menu li a:active,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:active {
  color: #fff;
  text-decoration: none;
  background-color: #230082;
}

/* line 170, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .sp-dropdown-selector ul.dropdown-menu li a.disabled,
.sp-dropdown-selector ul.dropdown-menu li .disabled.sp-form-check-with-label, .dropdown-item:disabled, .sp-dropdown-selector ul.dropdown-menu li a:disabled,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 180, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show, .sp-dropdown-selector ul.show.dropdown-menu {
  display: block;
}

/* line 185, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.65625rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #000;
}

/* line 202, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 208, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label {
  color: #dee2e6;
}

/* line 211, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:hover, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:hover,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:hover,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:hover, .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:focus, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:focus,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:focus,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 217, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a.active, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a.active,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .active.sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .active.sp-form-check-with-label, .dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:active, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:active,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:active,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:active {
  color: #fff;
  background-color: #230082;
}

/* line 223, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a.disabled, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a.disabled,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .disabled.sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .disabled.sp-form-check-with-label, .dropdown-menu-dark .dropdown-item:disabled, .dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li a:disabled, .sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark a:disabled,
.dropdown-menu-dark .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label:disabled,
.sp-dropdown-selector ul.dropdown-menu li .dropdown-menu-dark .sp-form-check-with-label:disabled {
  color: #adb5bd;
}

/* line 229, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 233, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 237, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 114, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 124, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 135, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ed6447;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: #ed6447;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 41, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 71, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu, .nav-tabs .sp-dropdown-selector ul.dropdown-menu, .sp-dropdown-selector .nav-tabs ul.dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 85, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 91, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #230082;
}

/* line 104, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 133, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 136, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > #content,
.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 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 75, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu, .navbar-nav .sp-dropdown-selector ul.dropdown-menu, .sp-dropdown-selector .navbar-nav ul.dropdown-menu {
  position: static;
}

/* line 97, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 120, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 120, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 129, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 133, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

/* line 142, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 152, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 166, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 171, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 178, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 188, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 197, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 201, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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;
  transform: none;
}

/* line 213, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 220, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 238, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 248, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 251, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 256, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 261, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 267, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 272, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 276, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 279, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 289, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 292, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 299, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 302, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 307, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 312, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 318, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 323, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.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 327, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 329, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card, .metric-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 18, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr, .metric-card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group, .metric-card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child, .metric-card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child, .metric-card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 40, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group, .metric-card > .card-header + .list-group,
.card > .list-group + .card-footer,
.metric-card > .list-group + .card-footer {
  border-top: 0;
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 58, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 63, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 81, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 88, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 93, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 123, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 129, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 139, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 145, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 163, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card, .card-group > .metric-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 160, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 172, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card, .card-group > .metric-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 177, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card, .card-group > .metric-card + .card, .card-group > .card + .metric-card, .card-group > .metric-card + .metric-card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 184, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child), .card-group > .metric-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 187, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .metric-card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.card-group > .metric-card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 192, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .metric-card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.card-group > .metric-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child), .card-group > .metric-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 202, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .metric-card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.card-group > .metric-card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 207, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .metric-card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.card-group > .metric-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.75rem;
  color: #343a40;
  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 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #d55a40;
  background-color: #e9e6f3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.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='%23d55a40'%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");
  transform: rotate(-180deg);
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.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='%23343a40'%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: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 48, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #9180c1;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 81, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 86, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 102, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 111, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 114, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #ed6447;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #ed6447;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: #ed6447;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 37, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge, .employee-performance-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.25rem;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty, .employee-performance-badge:empty {
  display: none;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge, .btn .employee-performance-badge {
  position: relative;
  top: -1px;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #8e3c2b;
  background-color: #fbe0da;
  border-color: #fad1c8;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #723022;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #15004e;
  background-color: #d3cce6;
  border-color: #bdb3da;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #11003e;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #2c3034;
  background-color: #dbdcdd;
  border-color: #c8cbcd;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #23262a;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #935b1a;
  background-color: #fdead5;
  border-color: #fce0bf;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #764915;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 53, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

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

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.5625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ed6447;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 33, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 19, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #343a40;
  background-color: #e9ecef;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 70, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 74, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 82, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #230082;
  border-color: #230082;
}

/* line 89, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 92, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 149, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 152, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #8e3c2b;
  background-color: #fbe0da;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #8e3c2b;
  background-color: #e2cac4;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #8e3c2b;
  border-color: #8e3c2b;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #15004e;
  background-color: #d3cce6;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #15004e;
  background-color: #beb8cf;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #15004e;
  border-color: #15004e;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.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 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #2c3034;
  background-color: #dbdcdd;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2c3034;
  background-color: #c5c6c7;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #935b1a;
  background-color: #fdead5;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #935b1a;
  background-color: #e4d3c0;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #935b1a;
  border-color: #935b1a;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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.25rem;
  opacity: 0.5;
}

/* line 18, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(35, 0, 130, 0.25);
  opacity: 1;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 22, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 42, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 8, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.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 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 102, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 109, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.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 #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 138, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 151, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 155, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 163, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 174, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 183, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Titillium Web", 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.65625rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.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 108, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Titillium Web", 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.65625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 26, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 41, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 47, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 56, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 61, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 67, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 76, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 79, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 85, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 93, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 106, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 111, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 117, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.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 141, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 150, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 155, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #343a40;
}

/* line 14, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 90, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 118, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 122, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 146, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

/* line 158, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 173, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 173, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 217, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

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

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.1em;
}

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

/* line 45, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 57, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 0.75rem;
  height: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.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: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 21, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 27, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 40, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 46, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

/* line 62, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

/* line 72, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

/* line 81, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.show {
  transform: none;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

/* line 41, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.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%;
  animation: placeholder-wave 2s linear infinite;
}

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

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #ed6447;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #f1836c;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #230082;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #1c0068;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #495057;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3a4046;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #f5982b;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #f7ad55;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex, .wrapper, #landing-page .image-section, #sidebar ul.nav > li a.nav-link, .notification-card-swiper .notification-card .notification-card-header, .notification-card-swiper .notification-card .notification-card-description, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-footer a, .date-picker {
  display: flex !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow, .date-picker {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative, .notification-card-swiper, .date-picker {
  position: relative !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute, #sidebar ul.nav > li.active::before {
  position: absolute !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0, #sidebar ul.nav > li.active::before {
  top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0, #sidebar ul.nav > li.active::before {
  left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-100 {
  border-color: #cfe2ff !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-200 {
  border-color: #9ec5fe !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-300 {
  border-color: #6ea8fe !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-400 {
  border-color: #3d8bfd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-500 {
  border-color: #0d6efd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-600 {
  border-color: #0a58ca !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-700 {
  border-color: #084298 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-800 {
  border-color: #052c65 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue-900 {
  border-color: #031633 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-100 {
  border-color: #e0cffc !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-200 {
  border-color: #c29ffa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-300 {
  border-color: #a370f7 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-400 {
  border-color: #8540f5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-500 {
  border-color: #6610f2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-600 {
  border-color: #520dc2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-700 {
  border-color: #3d0a91 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-800 {
  border-color: #290661 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo-900 {
  border-color: #140330 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-75 {
  border-color: #ded9ec !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-100 {
  border-color: #d3cce6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-150 {
  border-color: #bdb3da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-200 {
  border-color: #a799cd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-225 {
  border-color: #9c8cc7 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-250 {
  border-color: #9180c1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-275 {
  border-color: #7059ae !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-300 {
  border-color: #7b66b4 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-350 {
  border-color: #654da8 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-400 {
  border-color: #4f339b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-425 {
  border-color: #442695 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-450 {
  border-color: #391a8f !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-500 {
  border-color: #230082 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-550 {
  border-color: #200075 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-600 {
  border-color: #1c0068 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-650 {
  border-color: #19005b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-700 {
  border-color: #15004e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-750 {
  border-color: #120041 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-800 {
  border-color: #0e0034 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-850 {
  border-color: #0b0027 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple-900 {
  border-color: #07001a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-100 {
  border-color: #f7d6e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-200 {
  border-color: #efadce !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-300 {
  border-color: #e685b5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-400 {
  border-color: #de5c9d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-500 {
  border-color: #d63384 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-600 {
  border-color: #ab296a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-700 {
  border-color: #801f4f !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-800 {
  border-color: #561435 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink-900 {
  border-color: #2b0a1a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-100 {
  border-color: #f8d7da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-200 {
  border-color: #f1aeb5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-300 {
  border-color: #ea868f !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-400 {
  border-color: #e35d6a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-500 {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-600 {
  border-color: #b02a37 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-700 {
  border-color: #842029 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-800 {
  border-color: #58151c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red-900 {
  border-color: #2c0b0e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-100 {
  border-color: #fbe0da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-200 {
  border-color: #f8c1b5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-300 {
  border-color: #f4a291 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-400 {
  border-color: #f1836c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-500 {
  border-color: #ed6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-600 {
  border-color: #be5039 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-700 {
  border-color: #8e3c2b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-800 {
  border-color: #5f281c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange-900 {
  border-color: #2f140e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-100 {
  border-color: #fdead5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-200 {
  border-color: #fbd6aa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-300 {
  border-color: #f9c180 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-400 {
  border-color: #f7ad55 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-500 {
  border-color: #f5982b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-600 {
  border-color: #c47a22 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-700 {
  border-color: #935b1a !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-800 {
  border-color: #623d11 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow-900 {
  border-color: #311e09 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-100 {
  border-color: #d1e7dd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-200 {
  border-color: #a3cfbb !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-300 {
  border-color: #75b798 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-400 {
  border-color: #479f76 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-500 {
  border-color: #198754 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-600 {
  border-color: #146c43 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-700 {
  border-color: #0f5132 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-800 {
  border-color: #0a3622 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green-900 {
  border-color: #051b11 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-100 {
  border-color: #d2f4ea !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-200 {
  border-color: #a6e9d5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-300 {
  border-color: #79dfc1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-400 {
  border-color: #4dd4ac !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-500 {
  border-color: #20c997 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-600 {
  border-color: #1aa179 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-700 {
  border-color: #13795b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-800 {
  border-color: #0d503c !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal-900 {
  border-color: #06281e !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-100 {
  border-color: #cff4fc !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-200 {
  border-color: #9eeaf9 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-300 {
  border-color: #6edff6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-400 {
  border-color: #3dd5f3 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-500 {
  border-color: #0dcaf0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-600 {
  border-color: #0aa2c0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-700 {
  border-color: #087990 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-800 {
  border-color: #055160 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan-900 {
  border-color: #032830 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-100 {
  border-color: #f8f9fa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-200 {
  border-color: #e9ecef !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-250 {
  border-color: #d4d8dd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-300 {
  border-color: #dee2e6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-400 {
  border-color: #ced4da !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-450 {
  border-color: #b7b5bb !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-500 {
  border-color: #adb5bd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-550 {
  border-color: #a8a8a8 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-600 {
  border-color: #6c757d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-650 {
  border-color: #787389 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-700 {
  border-color: #495057 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-800 {
  border-color: #343a40 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-900 {
  border-color: #212529 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-blue {
  border-color: #0d6efd !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-indigo {
  border-color: #6610f2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-purple {
  border-color: #230082 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-pink {
  border-color: #d63384 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-red {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange {
  border-color: #ed6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-yellow {
  border-color: #f5982b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-green {
  border-color: #198754 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-teal {
  border-color: #20c997 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-cyan {
  border-color: #0dcaf0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  border-color: #fff !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray {
  border-color: #6c757d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gray-dark {
  border-color: #343a40 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  border-color: #ed6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  border-color: #230082 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  border-color: #495057 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  border-color: #f5982b !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient {
  border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient-purple {
  border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient-orange {
  border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-gradient-text-orange {
  border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-5 {
  width: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-10 {
  width: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-15 {
  width: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-20 {
  width: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-30 {
  width: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-35 {
  width: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-40 {
  width: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-45 {
  width: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-55 {
  width: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-60 {
  width: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-65 {
  width: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-70 {
  width: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-80 {
  width: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-85 {
  width: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-90 {
  width: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-95 {
  width: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100, .wrapper {
  width: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-min-content {
  width: -moz-min-content !important;
  width: min-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-max-content, .date-picker {
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-5 {
  max-width: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-10 {
  max-width: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-15 {
  max-width: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-20 {
  max-width: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-30 {
  max-width: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-35 {
  max-width: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-40 {
  max-width: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-45 {
  max-width: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-55 {
  max-width: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-60 {
  max-width: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-65 {
  max-width: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-70 {
  max-width: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-80 {
  max-width: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-85 {
  max-width: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-90 {
  max-width: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-95 {
  max-width: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-min-content {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-max-content {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-fit-content {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-25 {
  width: 25vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-50 {
  width: 50vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-75 {
  width: 75vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-25 {
  min-width: 25vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-50 {
  min-width: 50vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-75 {
  min-width: 75vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-5 {
  height: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-10 {
  height: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-15 {
  height: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-20 {
  height: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-30 {
  height: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-35 {
  height: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-40 {
  height: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-45 {
  height: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-55 {
  height: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-60 {
  height: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-65 {
  height: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-70 {
  height: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-80 {
  height: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-85 {
  height: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-90 {
  height: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-95 {
  height: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100, .wrapper {
  height: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-min-content {
  height: -moz-min-content !important;
  height: min-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-max-content {
  height: -moz-max-content !important;
  height: max-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-5 {
  max-height: 5% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-10 {
  max-height: 10% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-15 {
  max-height: 15% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-20 {
  max-height: 20% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-30 {
  max-height: 30% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-35 {
  max-height: 35% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-40 {
  max-height: 40% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-45 {
  max-height: 45% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-55 {
  max-height: 55% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-60 {
  max-height: 60% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-65 {
  max-height: 65% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-70 {
  max-height: 70% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-80 {
  max-height: 80% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-85 {
  max-height: 85% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-90 {
  max-height: 90% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-95 {
  max-height: 95% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-25 {
  height: 25vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-50 {
  height: 50vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-75 {
  height: 75vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-25 {
  min-height: 25vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-50 {
  min-height: 50vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-75 {
  min-height: 75vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row, #sidebar ul.nav > li a.nav-link, .notification-card-swiper .notification-card .notification-card-header, .notification-card-swiper .notification-card .notification-card-description, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-footer a {
  flex-direction: row !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-6 {
  gap: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-7 {
  gap: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-8 {
  gap: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center, #landing-page .image-section {
  justify-content: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between, .notification-card-swiper .notification-card .notification-card-header, .notification-card-swiper .notification-card .notification-card-footer {
  justify-content: space-between !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center, #landing-page .image-section, #sidebar ul.nav > li a.nav-link, .notification-card-swiper .notification-card .notification-card-header, .notification-card-swiper .notification-card .notification-card-description, .notification-card-swiper .notification-card .notification-card-footer, .notification-card-swiper .notification-card .notification-card-footer a, .date-picker {
  align-items: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch, .wrapper {
  align-items: stretch !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-6 {
  margin: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-7 {
  margin: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-8 {
  margin: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2, .notification-card-swiper .notification-card .notification-card-footer {
  margin-top: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-6 {
  margin-top: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-7 {
  margin-top: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-8 {
  margin-top: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2, .notification-card-swiper .notification-card .notification-card-description svg {
  margin-right: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-6 {
  margin-right: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-7 {
  margin-right: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-8 {
  margin-right: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1, .notification-card-swiper .notification-card .notification-card-description {
  margin-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2, .notification-card-swiper .notification-card .notification-card-header {
  margin-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-6 {
  margin-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-7 {
  margin-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-8 {
  margin-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-6 {
  margin-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-7 {
  margin-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-8 {
  margin-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0, .date-picker a.btn.arrow-btn, .date-picker a.btn.calendar-btn {
  padding: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3, #sidebar header,
#sidebar main {
  padding: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-6 {
  padding: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-7 {
  padding: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-8 {
  padding: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3, .date-picker p {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5, .date-picker {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-6 {
  padding-top: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-7 {
  padding-top: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-8 {
  padding-top: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-6 {
  padding-right: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-7 {
  padding-right: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-8 {
  padding-right: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-6 {
  padding-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-7 {
  padding-bottom: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-8 {
  padding-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0, .notification-card-swiper .notification-card.notification-card-iconless .notification-card-footer {
  padding-left: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2, .notification-card-swiper .notification-card .notification-card-footer {
  padding-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3, #sidebar ul.nav > li, .date-picker a.btn.calendar-btn {
  padding-left: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-6 {
  padding-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-7 {
  padding-left: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-8 {
  padding-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-showcase {
  font-size: calc(1.35rem + 1.2vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: 1.125rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 0.9375rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 0.75rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-7 {
  font-size: 0.65625rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-8 {
  font-size: 0.5625rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-9 {
  font-size: 0.46875rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 200 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white, #sidebar ul.nav > li.active a,
#sidebar ul.nav > li.active svg, .notification-card-swiper .notification-card .notification-card-header, .notification-card-swiper .notification-card .notification-card-footer a span {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 54, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4, #sidebar ul.nav > li.active::before {
  border-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-1 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-2 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-3 {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-x-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-1 {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-2 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-3 {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-y-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.letter-spacing {
  letter-spacing: 0 !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.letter-spacing-2 {
  letter-spacing: 2px !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.transform-unset {
  transform: unset !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

@media (min-width: 576px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-sm {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-sm {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-sm-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-sm-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-sm-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-sm-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-sm {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-sm-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-sm-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-sm-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-sm-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 768px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-md {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-md-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-md-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-md {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-md-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-md-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-md-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-md-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-md-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-md-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-md {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-md-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-md-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-md-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-md-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 992px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-lg {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-lg {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-lg {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-lg-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-lg-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-lg-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-lg-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-lg {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-lg-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-lg-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-lg-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-lg-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xl {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xl {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xl {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xl-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xl-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xl-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xl-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xl {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xl-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xl-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xl-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 1400px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-0 {
    border: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxl {
    border-top: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xxl {
    border-right: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xxl {
    border-left: 1px solid #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-100 {
    border-color: #cfe2ff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-200 {
    border-color: #9ec5fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-300 {
    border-color: #6ea8fe !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-400 {
    border-color: #3d8bfd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-500 {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-600 {
    border-color: #0a58ca !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-700 {
    border-color: #084298 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-800 {
    border-color: #052c65 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue-900 {
    border-color: #031633 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-100 {
    border-color: #e0cffc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-200 {
    border-color: #c29ffa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-300 {
    border-color: #a370f7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-400 {
    border-color: #8540f5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-500 {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-600 {
    border-color: #520dc2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-700 {
    border-color: #3d0a91 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-800 {
    border-color: #290661 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo-900 {
    border-color: #140330 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-75 {
    border-color: #ded9ec !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-100 {
    border-color: #d3cce6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-150 {
    border-color: #bdb3da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-200 {
    border-color: #a799cd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-225 {
    border-color: #9c8cc7 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-250 {
    border-color: #9180c1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-275 {
    border-color: #7059ae !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-300 {
    border-color: #7b66b4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-350 {
    border-color: #654da8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-400 {
    border-color: #4f339b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-425 {
    border-color: #442695 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-450 {
    border-color: #391a8f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-500 {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-550 {
    border-color: #200075 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-600 {
    border-color: #1c0068 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-650 {
    border-color: #19005b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-700 {
    border-color: #15004e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-750 {
    border-color: #120041 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-800 {
    border-color: #0e0034 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-850 {
    border-color: #0b0027 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple-900 {
    border-color: #07001a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-100 {
    border-color: #f7d6e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-200 {
    border-color: #efadce !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-300 {
    border-color: #e685b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-400 {
    border-color: #de5c9d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-500 {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-600 {
    border-color: #ab296a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-700 {
    border-color: #801f4f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-800 {
    border-color: #561435 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink-900 {
    border-color: #2b0a1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-100 {
    border-color: #f8d7da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-200 {
    border-color: #f1aeb5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-300 {
    border-color: #ea868f !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-400 {
    border-color: #e35d6a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-500 {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-600 {
    border-color: #b02a37 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-700 {
    border-color: #842029 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-800 {
    border-color: #58151c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red-900 {
    border-color: #2c0b0e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-100 {
    border-color: #fbe0da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-200 {
    border-color: #f8c1b5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-300 {
    border-color: #f4a291 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-400 {
    border-color: #f1836c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-500 {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-600 {
    border-color: #be5039 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-700 {
    border-color: #8e3c2b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-800 {
    border-color: #5f281c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange-900 {
    border-color: #2f140e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-100 {
    border-color: #fdead5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-200 {
    border-color: #fbd6aa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-300 {
    border-color: #f9c180 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-400 {
    border-color: #f7ad55 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-500 {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-600 {
    border-color: #c47a22 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-700 {
    border-color: #935b1a !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-800 {
    border-color: #623d11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow-900 {
    border-color: #311e09 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-100 {
    border-color: #d1e7dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-200 {
    border-color: #a3cfbb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-300 {
    border-color: #75b798 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-400 {
    border-color: #479f76 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-500 {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-600 {
    border-color: #146c43 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-700 {
    border-color: #0f5132 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-800 {
    border-color: #0a3622 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green-900 {
    border-color: #051b11 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-100 {
    border-color: #d2f4ea !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-200 {
    border-color: #a6e9d5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-300 {
    border-color: #79dfc1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-400 {
    border-color: #4dd4ac !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-500 {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-600 {
    border-color: #1aa179 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-700 {
    border-color: #13795b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-800 {
    border-color: #0d503c !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal-900 {
    border-color: #06281e !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-100 {
    border-color: #cff4fc !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-200 {
    border-color: #9eeaf9 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-300 {
    border-color: #6edff6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-400 {
    border-color: #3dd5f3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-500 {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-600 {
    border-color: #0aa2c0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-700 {
    border-color: #087990 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-800 {
    border-color: #055160 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan-900 {
    border-color: #032830 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-100 {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-200 {
    border-color: #e9ecef !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-250 {
    border-color: #d4d8dd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-300 {
    border-color: #dee2e6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-400 {
    border-color: #ced4da !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-450 {
    border-color: #b7b5bb !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-500 {
    border-color: #adb5bd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-550 {
    border-color: #a8a8a8 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-600 {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-650 {
    border-color: #787389 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-700 {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-800 {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-900 {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-blue {
    border-color: #0d6efd !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-indigo {
    border-color: #6610f2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-purple {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-pink {
    border-color: #d63384 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-red {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-orange {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-yellow {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-green {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-teal {
    border-color: #20c997 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-cyan {
    border-color: #0dcaf0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-white {
    border-color: #fff !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray {
    border-color: #6c757d !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gray-dark {
    border-color: #343a40 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-primary {
    border-color: #ed6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-secondary {
    border-color: #230082 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-success {
    border-color: #198754 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-info {
    border-color: #495057 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-warning {
    border-color: #f5982b !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-danger {
    border-color: #dc3545 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-light {
    border-color: #f8f9fa !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-dark {
    border-color: #212529 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient {
    border-color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient-purple {
    border-color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient-orange {
    border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-gradient-text-orange {
    border-color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-transparent {
    border-color: transparent !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-1 {
    border-width: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-2 {
    border-width: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-3 {
    border-width: 3px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-4 {
    border-width: 4px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-xxl-5 {
    border-width: 5px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-5 {
    width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-10 {
    width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-15 {
    width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-20 {
    width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-35 {
    width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-45 {
    width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-55 {
    width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-60 {
    width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-70 {
    width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-80 {
    width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-85 {
    width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-90 {
    width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-95 {
    width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-fit-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-5 {
    max-width: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-10 {
    max-width: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-15 {
    max-width: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-20 {
    max-width: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-35 {
    max-width: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-45 {
    max-width: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-55 {
    max-width: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-60 {
    max-width: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-70 {
    max-width: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-80 {
    max-width: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-85 {
    max-width: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-90 {
    max-width: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-95 {
    max-width: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-min-content {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-max-content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-fit-content {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-25 {
    width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-50 {
    width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-75 {
    width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vw-xxl-100 {
    width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-25 {
    min-width: 25vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-50 {
    min-width: 50vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-75 {
    min-width: 75vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-5 {
    height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-10 {
    height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-15 {
    height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-20 {
    height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-30 {
    height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-35 {
    height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-40 {
    height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-45 {
    height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-55 {
    height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-60 {
    height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-65 {
    height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-70 {
    height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-80 {
    height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-85 {
    height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-90 {
    height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-95 {
    height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-min-content {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-max-content {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-fit-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-5 {
    max-height: 5% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-10 {
    max-height: 10% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-15 {
    max-height: 15% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-20 {
    max-height: 20% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-30 {
    max-height: 30% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-35 {
    max-height: 35% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-40 {
    max-height: 40% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-45 {
    max-height: 45% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-55 {
    max-height: 55% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-60 {
    max-height: 60% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-65 {
    max-height: 65% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-70 {
    max-height: 70% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-80 {
    max-height: 80% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-85 {
    max-height: 85% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-90 {
    max-height: 90% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-95 {
    max-height: 95% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-25 {
    height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-50 {
    height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-75 {
    height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-8 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-8 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-showcase {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-4 {
    font-size: 1.125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-5 {
    font-size: 0.9375rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-6 {
    font-size: 0.75rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-7 {
    font-size: 0.65625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-8 {
    font-size: 0.5625rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-9 {
    font-size: 0.46875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-0 {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-1 {
    border-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-2 {
    border-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-3 {
    border-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-4 {
    border-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-circle {
    border-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-xxl-pill {
    border-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-top-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-2 {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-3 {
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-4 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-2 {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-3 {
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-x-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-2 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-3 {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .rounded-y-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-n1 {
    z-index: -1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-0 {
    z-index: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-1 {
    z-index: 1 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-2 {
    z-index: 2 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .z-xxl-3 {
    z-index: 3 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xxl {
    letter-spacing: 0 !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xxl-1 {
    letter-spacing: 1px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .letter-spacing-xxl-2 {
    letter-spacing: 2px !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-y-xxl-scroll {
    overflow-y: scroll !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .overflow-x-xxl-scroll {
    overflow-x: scroll !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.3125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: 1.3125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: 1.3125rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-showcase {
    font-size: 2.25rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: 1.875rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: 1.3125rem !important;
  }
}

@media print {
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/ruby/3.1.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* custom.scss */
/* import the necessary Bootstrap files */
/* line 59, app/assets/bootstrap/overrides/buttons.scss */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  gap: 0.25rem;
  font-weight: 700;
}

/* line 68, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #f8f9fa;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
  filter: drop-shadow(0px 0px 32px rgba(194, 0, 0, 0.24));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #f8f9fa;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary .spinner-border {
  border-color: #f8f9fa;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 inset;
}

/* line 38, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary:disabled {
  color: #fcfdfd;
  background: linear-gradient(0deg, rgba(12, 2, 26, 0.53), rgba(12, 2, 26, 0.53)), radial-gradient(41.69% 129.55% at 29.14% 0%, #f2a277 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #f391b5 0%, rgba(238, 100, 157, 0) 100%), #ed9481;
  filter: none;
}

/* line 71, app/assets/bootstrap/overrides/buttons.scss */
.btn-primary-drop-shadow {
  filter: drop-shadow(0px 0px 3px #ed6447);
}

/* line 76, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  color: #f8f9fa;
  background: #230082;
  filter: drop-shadow(0px 0px 32px rgba(194, 0, 0, 0.24));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  color: #f8f9fa;
  background: #230082;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary .spinner-border {
  border-color: #f8f9fa;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #230082 inset;
}

/* line 38, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary:disabled {
  color: #fcfdfd;
  background: linear-gradient(0deg, rgba(12, 2, 26, 0.53), rgba(12, 2, 26, 0.53)), radial-gradient(41.69% 129.55% at 29.14% 0%, #f2a277 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #f391b5 0%, rgba(238, 100, 157, 0) 100%), #ed9481;
  filter: none;
}

/* line 79, app/assets/bootstrap/overrides/buttons.scss */
.btn-secondary-drop-shadow {
  filter: drop-shadow(0px 0px 3px #230082);
}

/* line 84, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: #f8f9fa;
  background: #f5982b;
  filter: drop-shadow(0px 0px 32px rgba(194, 0, 0, 0.24));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus {
  color: #f8f9fa;
  background: #f5982b;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning .spinner-border {
  border-color: #f8f9fa;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f5982b inset;
}

/* line 38, app/assets/bootstrap/overrides/buttons.scss */
.btn-warning:disabled {
  color: #fcfdfd;
  background: linear-gradient(0deg, rgba(12, 2, 26, 0.53), rgba(12, 2, 26, 0.53)), radial-gradient(41.69% 129.55% at 29.14% 0%, #f2a277 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #f391b5 0%, rgba(238, 100, 157, 0) 100%), #ed9481;
  filter: none;
}

/* line 90, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-transparent, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:focus {
  color: #7b66b4;
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1000px #f8f9fa inset;
  filter: drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32)) drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-primary:hover, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:focus, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:focus, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:focus, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-outline-primary:hover:focus:active, .btn-transparent:hover:focus:active, .btn-transparent:hover:focus:active, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-outline-primary:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover, .btn-transparent:hover, .btn-transparent:hover:active, .btn-transparent:hover:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover, .btn-transparent:hover:active, .btn-transparent:hover:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active, .btn-transparent:hover:focus, .btn-transparent:hover:active:focus, .btn-transparent:hover:active, .btn-transparent:hover:focus, .btn-transparent:hover:focus:active, .btn-transparent:hover:active:focus, .btn-outline-primary:active, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:hover, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:hover, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-outline-primary:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active, .btn-transparent:active:hover, .btn-transparent:active, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:hover, .btn-transparent:active, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:hover, .btn-transparent:active:hover:focus, .btn-transparent:active:hover:focus, .btn-transparent:active:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-outline-primary:focus, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:hover:active, .btn-transparent:focus:active:hover, .btn-outline-primary:focus, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:hover:active, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:hover, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:hover:active, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:hover, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-outline-primary:focus:hover:active, .btn-transparent:focus:hover:active, .btn-transparent:focus:hover:active, .btn-outline-primary:focus:active, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-outline-primary:focus:active:hover, .btn-transparent:focus:active:hover, .btn-transparent:focus:active:hover, .btn-transparent:focus, .btn-transparent:focus:hover, .btn-transparent:focus:active, .btn-transparent:focus, .btn-transparent:focus:active, .btn-transparent:focus:hover, .btn-transparent:focus:active, .btn-transparent:focus, .btn-transparent:focus:active, .btn-transparent:focus:hover:active, .btn-transparent:focus:hover, .btn-transparent:focus:hover:active, .btn-transparent:focus:active:hover, .btn-transparent:focus:hover, .btn-transparent:focus:active, .btn-transparent:focus:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-outline-primary:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus:hover, .btn-transparent:active:focus, .btn-transparent:active:focus:hover {
  color: #7b66b4;
  background: #f8f9fa;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-primary .spinner-border, .btn-transparent .spinner-border {
  border-color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f8f9fa inset;
}

/* line 94, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-warning, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active:focus {
  color: #7b66b4;
  background: #f5982b;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1000px #f8f9fa inset;
  filter: drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32)) drop-shadow(0px 0px 8px rgba(194, 0, 0, 0.32));
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active:focus {
  color: #7b66b4;
  background: #f8f9fa;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-outline-warning .spinner-border {
  border-color: #f5982b;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f8f9fa inset;
}

/* line 99, app/assets/bootstrap/overrides/buttons.scss */
.btn-transparent {
  background: transparent;
  border-color: transparent;
  color: #7b66b4;
  filter: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 9, app/assets/bootstrap/overrides/buttons.scss */
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:focus {
  color: #7b66b4;
  background: #f8f9fa;
}

/* line 20, app/assets/bootstrap/overrides/buttons.scss */
.btn-transparent .spinner-border {
  border-color: #7b66b4;
  border-right-color: transparent;
  background: transparent;
  box-shadow: 0px 0px 4px 1000px #f8f9fa inset;
}

/* line 112, app/assets/bootstrap/overrides/buttons.scss */
button[type=submit],
input[type=submit] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 120, app/assets/bootstrap/overrides/buttons.scss */
.button_to button[type=submit],
.button_to input[type=submit] {
  margin: 0;
}

/* line 127, app/assets/bootstrap/overrides/buttons.scss */
.options-button button {
  background-color: #fff;
}

/* line 130, app/assets/bootstrap/overrides/buttons.scss */
.options-button button svg {
  fill: #230082;
}

/* line 134, app/assets/bootstrap/overrides/buttons.scss */
.options-button button.show {
  background-color: #230082;
}

/* line 137, app/assets/bootstrap/overrides/buttons.scss */
.options-button button.show svg {
  fill: #fff;
}

/* line 143, app/assets/bootstrap/overrides/buttons.scss */
.options-button .dropdown-item, .options-button .sp-dropdown-selector ul.dropdown-menu li a, .sp-dropdown-selector ul.dropdown-menu li .options-button a,
.options-button .sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label,
.sp-dropdown-selector ul.dropdown-menu li .options-button .sp-form-check-with-label {
  font-weight: 600;
}

/* custom.scss */
/* import the necessary Bootstrap files */
/* line 8, app/assets/bootstrap/overrides/form.scss */
form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 19, app/assets/bootstrap/overrides/form.scss */
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #787389 !important;
  -webkit-box-shadow: 0 0 0px 40rem #fff inset !important;
}

/* line 31, app/assets/bootstrap/overrides/form.scss */
.input-group button,
.input-group div,
.input-group .input-group-text {
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #9c8cc7;
  background-color: #fff;
}

/* line 42, app/assets/bootstrap/overrides/form.scss */
.input-group .form-control,
.input-group button,
.input-group div,
.input-group .input-group-text {
  border-left-width: 0;
  border-right-width: 0;
}

/* line 53, app/assets/bootstrap/overrides/form.scss */
.input-group .form-control:first-child,
.input-group button:first-child,
.input-group div:first-child,
.input-group .input-group-text:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-left-width: 1px;
}

/* line 60, app/assets/bootstrap/overrides/form.scss */
.input-group .form-control:last-child,
.input-group button:last-child,
.input-group div:last-child,
.input-group .input-group-text:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-right-width: 1px;
}

/* line 68, app/assets/bootstrap/overrides/form.scss */
.input-group:focus-within * {
  border-color: #9180c1;
}

/* line 74, app/assets/bootstrap/overrides/form.scss */
.input-group svg {
  max-width: 1rem;
  max-height: 1rem;
  fill: #787389;
}

/* line 82, app/assets/bootstrap/overrides/form.scss */
.form-check {
  margin: 0;
}

/* line 87, app/assets/bootstrap/overrides/form.scss */
.form-check.sp-form-check-with-label {
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #495057;
  border-radius: 1rem;
}

/* line 97, app/assets/bootstrap/overrides/form.scss */
.form-check.sp-form-check-with-label label.btn {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  color: #6c757d;
  border-radius: 0;
}

/* line 106, app/assets/bootstrap/overrides/form.scss */
.form-check.sp-form-check-with-label input.btn-check:checked + label {
  background: #230082;
  color: #fff;
}

/* line 114, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector {
  max-width: 300px;
  width: 100%;
}

/* line 118, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle {
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #bdb3da;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #7059ae;
}

/* line 136, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle p.dropdown-menu-placeholder {
  padding: 0.25rem 0;
  margin: 0;
}

/* line 144, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 149, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container div.divider {
  display: block;
  height: 100%;
  border: 1px solid #dee2e6;
  border-width: 1px;
  border-color: #7059ae;
}

/* line 158, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container div.state-container {
  display: flex;
  align-items: center;
  width: 1.75rem;
}

/* line 166, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container div.state-container svg.state-icon {
  width: 100%;
  height: 100%;
}

/* line 172, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle div.icons-container svg.arrow {
  transition: .3s;
  height: 0.5rem;
  fill: #7059ae;
  transform: rotate(180deg);
}

/* line 184, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle.show div.icons-container svg.arrow {
  transform: rotate(0deg);
}

/* line 191, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector a.dropdown-toggle::after {
  content: none;
}

/* line 202, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector ul.dropdown-menu li a,
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label {
  font-weight: 700;
}

/* line 209, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label {
  overflow: hidden;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/* line 216, app/assets/bootstrap/overrides/form.scss */
.sp-dropdown-selector ul.dropdown-menu li .sp-form-check-with-label label:hover {
  background-color: #ded9ec;
}

/* line 227, app/assets/bootstrap/overrides/form.scss */
.flatpickr-calendar.sp-calendar .flatpickr-day.selected {
  background: #230082;
  border-color: #230082;
}

/* line 231, app/assets/bootstrap/overrides/form.scss */
.flatpickr-calendar.sp-calendar .flatpickr-day.selected.week {
  box-shadow: -5px 0 0 #230082, 5px 0 0 #230082;
}

/* line 1, app/assets/bootstrap/overrides/table.scss */
.table {
  margin: 0;
}

/* line 5, app/assets/bootstrap/overrides/table.scss */
.table-search {
  border-radius: 0.75rem;
}

/* line 9, app/assets/bootstrap/overrides/table.scss */
.table-responsive {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  margin-top: 1rem;
  border-radius: 0.75rem;
}

/* line 15, app/assets/bootstrap/overrides/table.scss */
.table thead div {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9375rem;
  color: #787389;
}

/* line 22, app/assets/bootstrap/overrides/table.scss */
.table thead div div.sort-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 27, app/assets/bootstrap/overrides/table.scss */
.table thead div div.sort-container svg {
  fill: #787389;
}

/* line 30, app/assets/bootstrap/overrides/table.scss */
.table thead div div.sort-container svg.caret-down {
  transform: rotate(180deg);
}

/* line 37, app/assets/bootstrap/overrides/table.scss */
.table > :not(:first-child) {
  border-top-width: 1px;
}

/* line 42, app/assets/bootstrap/overrides/table.scss */
.table tbody {
  font-weight: 700;
}

/* line 45, app/assets/bootstrap/overrides/table.scss */
.table tbody td.limit-width {
  max-width: 140px;
}

/* line 51, app/assets/bootstrap/overrides/table.scss */
.table-states svg {
  width: 70%;
  height: 30%;
  max-width: 600px;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-100 {
  background: #cfe2ff !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-100 {
  color: #cfe2ff !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-100 {
  fill: #cfe2ff !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-100 {
  stroke: #cfe2ff !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-100 path {
  stroke: #cfe2ff !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-200 {
  background: #9ec5fe !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-200 {
  color: #9ec5fe !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-200 {
  fill: #9ec5fe !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-200 {
  stroke: #9ec5fe !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-200 path {
  stroke: #9ec5fe !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-300 {
  background: #6ea8fe !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-300 {
  color: #6ea8fe !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-300 {
  fill: #6ea8fe !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-300 {
  stroke: #6ea8fe !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-300 path {
  stroke: #6ea8fe !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-400 {
  background: #3d8bfd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-400 {
  color: #3d8bfd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-400 {
  fill: #3d8bfd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-400 {
  stroke: #3d8bfd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-400 path {
  stroke: #3d8bfd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-500 {
  background: #0d6efd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-500 {
  color: #0d6efd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-500 {
  fill: #0d6efd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-500 {
  stroke: #0d6efd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-500 path {
  stroke: #0d6efd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-600 {
  background: #0a58ca !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-600 {
  color: #0a58ca !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-600 {
  fill: #0a58ca !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-600 {
  stroke: #0a58ca !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-600 path {
  stroke: #0a58ca !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-700 {
  background: #084298 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-700 {
  color: #084298 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-700 {
  fill: #084298 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-700 {
  stroke: #084298 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-700 path {
  stroke: #084298 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-800 {
  background: #052c65 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-800 {
  color: #052c65 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-800 {
  fill: #052c65 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-800 {
  stroke: #052c65 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-800 path {
  stroke: #052c65 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue-900 {
  background: #031633 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue-900 {
  color: #031633 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue-900 {
  fill: #031633 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-900 {
  stroke: #031633 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue-900 path {
  stroke: #031633 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-100 {
  background: #e0cffc !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-100 {
  color: #e0cffc !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-100 {
  fill: #e0cffc !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-100 {
  stroke: #e0cffc !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-100 path {
  stroke: #e0cffc !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-200 {
  background: #c29ffa !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-200 {
  color: #c29ffa !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-200 {
  fill: #c29ffa !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-200 {
  stroke: #c29ffa !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-200 path {
  stroke: #c29ffa !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-300 {
  background: #a370f7 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-300 {
  color: #a370f7 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-300 {
  fill: #a370f7 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-300 {
  stroke: #a370f7 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-300 path {
  stroke: #a370f7 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-400 {
  background: #8540f5 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-400 {
  color: #8540f5 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-400 {
  fill: #8540f5 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-400 {
  stroke: #8540f5 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-400 path {
  stroke: #8540f5 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-500 {
  background: #6610f2 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-500 {
  color: #6610f2 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-500 {
  fill: #6610f2 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-500 {
  stroke: #6610f2 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-500 path {
  stroke: #6610f2 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-600 {
  background: #520dc2 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-600 {
  color: #520dc2 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-600 {
  fill: #520dc2 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-600 {
  stroke: #520dc2 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-600 path {
  stroke: #520dc2 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-700 {
  background: #3d0a91 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-700 {
  color: #3d0a91 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-700 {
  fill: #3d0a91 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-700 {
  stroke: #3d0a91 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-700 path {
  stroke: #3d0a91 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-800 {
  background: #290661 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-800 {
  color: #290661 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-800 {
  fill: #290661 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-800 {
  stroke: #290661 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-800 path {
  stroke: #290661 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo-900 {
  background: #140330 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo-900 {
  color: #140330 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo-900 {
  fill: #140330 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-900 {
  stroke: #140330 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo-900 path {
  stroke: #140330 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-75 {
  background: #ded9ec !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-75 {
  color: #ded9ec !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-75 {
  fill: #ded9ec !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-75 {
  stroke: #ded9ec !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-75 path {
  stroke: #ded9ec !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-100 {
  background: #d3cce6 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-100 {
  color: #d3cce6 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-100 {
  fill: #d3cce6 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-100 {
  stroke: #d3cce6 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-100 path {
  stroke: #d3cce6 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-150 {
  background: #bdb3da !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-150 {
  color: #bdb3da !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-150 {
  fill: #bdb3da !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-150 {
  stroke: #bdb3da !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-150 path {
  stroke: #bdb3da !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-200 {
  background: #a799cd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-200 {
  color: #a799cd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-200 {
  fill: #a799cd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-200 {
  stroke: #a799cd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-200 path {
  stroke: #a799cd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-225 {
  background: #9c8cc7 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-225 {
  color: #9c8cc7 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-225 {
  fill: #9c8cc7 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-225 {
  stroke: #9c8cc7 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-225 path {
  stroke: #9c8cc7 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-250 {
  background: #9180c1 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-250 {
  color: #9180c1 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-250 {
  fill: #9180c1 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-250 {
  stroke: #9180c1 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-250 path {
  stroke: #9180c1 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-275 {
  background: #7059ae !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-275 {
  color: #7059ae !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-275 {
  fill: #7059ae !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-275 {
  stroke: #7059ae !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-275 path {
  stroke: #7059ae !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-300 {
  background: #7b66b4 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-300 {
  color: #7b66b4 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-300 {
  fill: #7b66b4 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-300 {
  stroke: #7b66b4 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-300 path {
  stroke: #7b66b4 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-350 {
  background: #654da8 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-350 {
  color: #654da8 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-350 {
  fill: #654da8 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-350 {
  stroke: #654da8 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-350 path {
  stroke: #654da8 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-400 {
  background: #4f339b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-400 {
  color: #4f339b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-400 {
  fill: #4f339b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-400 {
  stroke: #4f339b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-400 path {
  stroke: #4f339b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-425 {
  background: #442695 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-425 {
  color: #442695 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-425 {
  fill: #442695 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-425 {
  stroke: #442695 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-425 path {
  stroke: #442695 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-450 {
  background: #391a8f !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-450 {
  color: #391a8f !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-450 {
  fill: #391a8f !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-450 {
  stroke: #391a8f !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-450 path {
  stroke: #391a8f !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-500 {
  background: #230082 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-500 {
  color: #230082 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-500 {
  fill: #230082 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-500 {
  stroke: #230082 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-500 path {
  stroke: #230082 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-550 {
  background: #200075 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-550 {
  color: #200075 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-550 {
  fill: #200075 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-550 {
  stroke: #200075 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-550 path {
  stroke: #200075 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-600 {
  background: #1c0068 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-600 {
  color: #1c0068 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-600 {
  fill: #1c0068 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-600 {
  stroke: #1c0068 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-600 path {
  stroke: #1c0068 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-650 {
  background: #19005b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-650 {
  color: #19005b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-650 {
  fill: #19005b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-650 {
  stroke: #19005b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-650 path {
  stroke: #19005b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-700 {
  background: #15004e !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-700 {
  color: #15004e !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-700 {
  fill: #15004e !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-700 {
  stroke: #15004e !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-700 path {
  stroke: #15004e !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-750 {
  background: #120041 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-750 {
  color: #120041 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-750 {
  fill: #120041 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-750 {
  stroke: #120041 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-750 path {
  stroke: #120041 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-800 {
  background: #0e0034 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-800 {
  color: #0e0034 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-800 {
  fill: #0e0034 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-800 {
  stroke: #0e0034 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-800 path {
  stroke: #0e0034 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-850 {
  background: #0b0027 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-850 {
  color: #0b0027 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-850 {
  fill: #0b0027 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-850 {
  stroke: #0b0027 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-850 path {
  stroke: #0b0027 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple-900 {
  background: #07001a !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple-900 {
  color: #07001a !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple-900 {
  fill: #07001a !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-900 {
  stroke: #07001a !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple-900 path {
  stroke: #07001a !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-100 {
  background: #f7d6e6 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-100 {
  color: #f7d6e6 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-100 {
  fill: #f7d6e6 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-100 {
  stroke: #f7d6e6 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-100 path {
  stroke: #f7d6e6 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-200 {
  background: #efadce !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-200 {
  color: #efadce !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-200 {
  fill: #efadce !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-200 {
  stroke: #efadce !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-200 path {
  stroke: #efadce !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-300 {
  background: #e685b5 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-300 {
  color: #e685b5 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-300 {
  fill: #e685b5 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-300 {
  stroke: #e685b5 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-300 path {
  stroke: #e685b5 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-400 {
  background: #de5c9d !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-400 {
  color: #de5c9d !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-400 {
  fill: #de5c9d !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-400 {
  stroke: #de5c9d !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-400 path {
  stroke: #de5c9d !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-500 {
  background: #d63384 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-500 {
  color: #d63384 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-500 {
  fill: #d63384 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-500 {
  stroke: #d63384 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-500 path {
  stroke: #d63384 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-600 {
  background: #ab296a !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-600 {
  color: #ab296a !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-600 {
  fill: #ab296a !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-600 {
  stroke: #ab296a !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-600 path {
  stroke: #ab296a !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-700 {
  background: #801f4f !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-700 {
  color: #801f4f !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-700 {
  fill: #801f4f !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-700 {
  stroke: #801f4f !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-700 path {
  stroke: #801f4f !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-800 {
  background: #561435 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-800 {
  color: #561435 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-800 {
  fill: #561435 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-800 {
  stroke: #561435 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-800 path {
  stroke: #561435 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink-900 {
  background: #2b0a1a !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink-900 {
  color: #2b0a1a !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink-900 {
  fill: #2b0a1a !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-900 {
  stroke: #2b0a1a !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink-900 path {
  stroke: #2b0a1a !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-100 {
  background: #f8d7da !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-100 {
  color: #f8d7da !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-100 {
  fill: #f8d7da !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-100 {
  stroke: #f8d7da !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-100 path {
  stroke: #f8d7da !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-200 {
  background: #f1aeb5 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-200 {
  color: #f1aeb5 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-200 {
  fill: #f1aeb5 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-200 {
  stroke: #f1aeb5 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-200 path {
  stroke: #f1aeb5 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-300 {
  background: #ea868f !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-300 {
  color: #ea868f !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-300 {
  fill: #ea868f !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-300 {
  stroke: #ea868f !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-300 path {
  stroke: #ea868f !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-400 {
  background: #e35d6a !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-400 {
  color: #e35d6a !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-400 {
  fill: #e35d6a !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-400 {
  stroke: #e35d6a !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-400 path {
  stroke: #e35d6a !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-500 {
  background: #dc3545 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-500 {
  color: #dc3545 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-500 {
  fill: #dc3545 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-500 {
  stroke: #dc3545 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-500 path {
  stroke: #dc3545 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-600 {
  background: #b02a37 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-600 {
  color: #b02a37 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-600 {
  fill: #b02a37 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-600 {
  stroke: #b02a37 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-600 path {
  stroke: #b02a37 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-700 {
  background: #842029 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-700 {
  color: #842029 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-700 {
  fill: #842029 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-700 {
  stroke: #842029 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-700 path {
  stroke: #842029 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-800 {
  background: #58151c !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-800 {
  color: #58151c !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-800 {
  fill: #58151c !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-800 {
  stroke: #58151c !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-800 path {
  stroke: #58151c !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red-900 {
  background: #2c0b0e !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red-900 {
  color: #2c0b0e !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red-900 {
  fill: #2c0b0e !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-900 {
  stroke: #2c0b0e !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red-900 path {
  stroke: #2c0b0e !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-100 {
  background: #fbe0da !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-100 {
  color: #fbe0da !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-100 {
  fill: #fbe0da !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-100 {
  stroke: #fbe0da !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-100 path {
  stroke: #fbe0da !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-200 {
  background: #f8c1b5 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-200 {
  color: #f8c1b5 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-200 {
  fill: #f8c1b5 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-200 {
  stroke: #f8c1b5 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-200 path {
  stroke: #f8c1b5 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-300 {
  background: #f4a291 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-300 {
  color: #f4a291 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-300 {
  fill: #f4a291 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-300 {
  stroke: #f4a291 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-300 path {
  stroke: #f4a291 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-400 {
  background: #f1836c !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-400 {
  color: #f1836c !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-400 {
  fill: #f1836c !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-400 {
  stroke: #f1836c !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-400 path {
  stroke: #f1836c !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-500 {
  background: #ed6447 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-500 {
  color: #ed6447 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-500 {
  fill: #ed6447 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-500 {
  stroke: #ed6447 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-500 path {
  stroke: #ed6447 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-600 {
  background: #be5039 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-600 {
  color: #be5039 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-600 {
  fill: #be5039 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-600 {
  stroke: #be5039 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-600 path {
  stroke: #be5039 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-700 {
  background: #8e3c2b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-700 {
  color: #8e3c2b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-700 {
  fill: #8e3c2b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-700 {
  stroke: #8e3c2b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-700 path {
  stroke: #8e3c2b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-800 {
  background: #5f281c !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-800 {
  color: #5f281c !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-800 {
  fill: #5f281c !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-800 {
  stroke: #5f281c !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-800 path {
  stroke: #5f281c !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange-900 {
  background: #2f140e !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange-900 {
  color: #2f140e !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange-900 {
  fill: #2f140e !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-900 {
  stroke: #2f140e !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange-900 path {
  stroke: #2f140e !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-100 {
  background: #fdead5 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-100 {
  color: #fdead5 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-100 {
  fill: #fdead5 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-100 {
  stroke: #fdead5 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-100 path {
  stroke: #fdead5 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-200 {
  background: #fbd6aa !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-200 {
  color: #fbd6aa !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-200 {
  fill: #fbd6aa !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-200 {
  stroke: #fbd6aa !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-200 path {
  stroke: #fbd6aa !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-300 {
  background: #f9c180 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-300 {
  color: #f9c180 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-300 {
  fill: #f9c180 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-300 {
  stroke: #f9c180 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-300 path {
  stroke: #f9c180 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-400 {
  background: #f7ad55 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-400 {
  color: #f7ad55 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-400 {
  fill: #f7ad55 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-400 {
  stroke: #f7ad55 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-400 path {
  stroke: #f7ad55 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-500 {
  background: #f5982b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-500 {
  color: #f5982b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-500 {
  fill: #f5982b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-500 {
  stroke: #f5982b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-500 path {
  stroke: #f5982b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-600 {
  background: #c47a22 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-600 {
  color: #c47a22 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-600 {
  fill: #c47a22 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-600 {
  stroke: #c47a22 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-600 path {
  stroke: #c47a22 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-700 {
  background: #935b1a !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-700 {
  color: #935b1a !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-700 {
  fill: #935b1a !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-700 {
  stroke: #935b1a !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-700 path {
  stroke: #935b1a !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-800 {
  background: #623d11 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-800 {
  color: #623d11 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-800 {
  fill: #623d11 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-800 {
  stroke: #623d11 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-800 path {
  stroke: #623d11 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow-900 {
  background: #311e09 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow-900 {
  color: #311e09 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow-900 {
  fill: #311e09 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-900 {
  stroke: #311e09 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow-900 path {
  stroke: #311e09 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-100 {
  background: #d1e7dd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-100 {
  color: #d1e7dd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-100 {
  fill: #d1e7dd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-100 {
  stroke: #d1e7dd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-100 path {
  stroke: #d1e7dd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-200 {
  background: #a3cfbb !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-200 {
  color: #a3cfbb !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-200 {
  fill: #a3cfbb !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-200 {
  stroke: #a3cfbb !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-200 path {
  stroke: #a3cfbb !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-300 {
  background: #75b798 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-300 {
  color: #75b798 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-300 {
  fill: #75b798 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-300 {
  stroke: #75b798 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-300 path {
  stroke: #75b798 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-400 {
  background: #479f76 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-400 {
  color: #479f76 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-400 {
  fill: #479f76 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-400 {
  stroke: #479f76 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-400 path {
  stroke: #479f76 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-500 {
  background: #198754 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-500 {
  color: #198754 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-500 {
  fill: #198754 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-500 {
  stroke: #198754 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-500 path {
  stroke: #198754 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-600 {
  background: #146c43 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-600 {
  color: #146c43 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-600 {
  fill: #146c43 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-600 {
  stroke: #146c43 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-600 path {
  stroke: #146c43 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-700 {
  background: #0f5132 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-700 {
  color: #0f5132 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-700 {
  fill: #0f5132 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-700 {
  stroke: #0f5132 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-700 path {
  stroke: #0f5132 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-800 {
  background: #0a3622 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-800 {
  color: #0a3622 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-800 {
  fill: #0a3622 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-800 {
  stroke: #0a3622 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-800 path {
  stroke: #0a3622 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green-900 {
  background: #051b11 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green-900 {
  color: #051b11 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green-900 {
  fill: #051b11 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-900 {
  stroke: #051b11 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green-900 path {
  stroke: #051b11 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-100 {
  background: #d2f4ea !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-100 {
  color: #d2f4ea !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-100 {
  fill: #d2f4ea !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-100 {
  stroke: #d2f4ea !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-100 path {
  stroke: #d2f4ea !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-200 {
  background: #a6e9d5 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-200 {
  color: #a6e9d5 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-200 {
  fill: #a6e9d5 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-200 {
  stroke: #a6e9d5 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-200 path {
  stroke: #a6e9d5 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-300 {
  background: #79dfc1 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-300 {
  color: #79dfc1 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-300 {
  fill: #79dfc1 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-300 {
  stroke: #79dfc1 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-300 path {
  stroke: #79dfc1 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-400 {
  background: #4dd4ac !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-400 {
  color: #4dd4ac !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-400 {
  fill: #4dd4ac !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-400 {
  stroke: #4dd4ac !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-400 path {
  stroke: #4dd4ac !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-500 {
  background: #20c997 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-500 {
  color: #20c997 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-500 {
  fill: #20c997 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-500 {
  stroke: #20c997 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-500 path {
  stroke: #20c997 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-600 {
  background: #1aa179 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-600 {
  color: #1aa179 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-600 {
  fill: #1aa179 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-600 {
  stroke: #1aa179 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-600 path {
  stroke: #1aa179 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-700 {
  background: #13795b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-700 {
  color: #13795b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-700 {
  fill: #13795b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-700 {
  stroke: #13795b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-700 path {
  stroke: #13795b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-800 {
  background: #0d503c !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-800 {
  color: #0d503c !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-800 {
  fill: #0d503c !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-800 {
  stroke: #0d503c !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-800 path {
  stroke: #0d503c !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal-900 {
  background: #06281e !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal-900 {
  color: #06281e !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal-900 {
  fill: #06281e !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-900 {
  stroke: #06281e !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal-900 path {
  stroke: #06281e !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-100 {
  background: #cff4fc !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-100 {
  color: #cff4fc !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-100 {
  fill: #cff4fc !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-100 {
  stroke: #cff4fc !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-100 path {
  stroke: #cff4fc !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-200 {
  background: #9eeaf9 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-200 {
  color: #9eeaf9 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-200 {
  fill: #9eeaf9 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-200 {
  stroke: #9eeaf9 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-200 path {
  stroke: #9eeaf9 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-300 {
  background: #6edff6 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-300 {
  color: #6edff6 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-300 {
  fill: #6edff6 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-300 {
  stroke: #6edff6 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-300 path {
  stroke: #6edff6 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-400 {
  background: #3dd5f3 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-400 {
  color: #3dd5f3 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-400 {
  fill: #3dd5f3 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-400 {
  stroke: #3dd5f3 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-400 path {
  stroke: #3dd5f3 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-500 {
  background: #0dcaf0 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-500 {
  color: #0dcaf0 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-500 {
  fill: #0dcaf0 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-500 {
  stroke: #0dcaf0 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-500 path {
  stroke: #0dcaf0 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-600 {
  background: #0aa2c0 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-600 {
  color: #0aa2c0 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-600 {
  fill: #0aa2c0 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-600 {
  stroke: #0aa2c0 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-600 path {
  stroke: #0aa2c0 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-700 {
  background: #087990 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-700 {
  color: #087990 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-700 {
  fill: #087990 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-700 {
  stroke: #087990 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-700 path {
  stroke: #087990 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-800 {
  background: #055160 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-800 {
  color: #055160 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-800 {
  fill: #055160 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-800 {
  stroke: #055160 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-800 path {
  stroke: #055160 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan-900 {
  background: #032830 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan-900 {
  color: #032830 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan-900 {
  fill: #032830 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-900 {
  stroke: #032830 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan-900 path {
  stroke: #032830 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-100 {
  background: #f8f9fa !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-100 {
  color: #f8f9fa !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-100 {
  fill: #f8f9fa !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-100 {
  stroke: #f8f9fa !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-100 path {
  stroke: #f8f9fa !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-200 {
  background: #e9ecef !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-200 {
  color: #e9ecef !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-200 {
  fill: #e9ecef !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-200 {
  stroke: #e9ecef !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-200 path {
  stroke: #e9ecef !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-250 {
  background: #d4d8dd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-250 {
  color: #d4d8dd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-250 {
  fill: #d4d8dd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-250 {
  stroke: #d4d8dd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-250 path {
  stroke: #d4d8dd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-300 {
  background: #dee2e6 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-300 {
  color: #dee2e6 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-300 {
  fill: #dee2e6 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-300 {
  stroke: #dee2e6 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-300 path {
  stroke: #dee2e6 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-400 {
  background: #ced4da !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-400 {
  color: #ced4da !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-400 {
  fill: #ced4da !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-400 {
  stroke: #ced4da !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-400 path {
  stroke: #ced4da !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-450 {
  background: #b7b5bb !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-450 {
  color: #b7b5bb !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-450 {
  fill: #b7b5bb !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-450 {
  stroke: #b7b5bb !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-450 path {
  stroke: #b7b5bb !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-500 {
  background: #adb5bd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-500 {
  color: #adb5bd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-500 {
  fill: #adb5bd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-500 {
  stroke: #adb5bd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-500 path {
  stroke: #adb5bd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-550 {
  background: #a8a8a8 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-550 {
  color: #a8a8a8 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-550 {
  fill: #a8a8a8 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-550 {
  stroke: #a8a8a8 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-550 path {
  stroke: #a8a8a8 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-600 {
  background: #6c757d !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-600, .notification-card-swiper .notification-card {
  color: #6c757d !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-600 {
  fill: #6c757d !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-600 {
  stroke: #6c757d !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-600 path {
  stroke: #6c757d !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-650 {
  background: #787389 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-650 {
  color: #787389 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-650 {
  fill: #787389 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-650 {
  stroke: #787389 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-650 path {
  stroke: #787389 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-700 {
  background: #495057 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-700 {
  color: #495057 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-700 {
  fill: #495057 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-700 {
  stroke: #495057 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-700 path {
  stroke: #495057 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-800 {
  background: #343a40 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-800 {
  color: #343a40 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-800 {
  fill: #343a40 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-800 {
  stroke: #343a40 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-800 path {
  stroke: #343a40 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-900 {
  background: #212529 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-900 {
  color: #212529 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-900 {
  fill: #212529 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-900 {
  stroke: #212529 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-900 path {
  stroke: #212529 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-blue {
  background: #0d6efd !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-blue {
  color: #0d6efd !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-blue {
  fill: #0d6efd !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue {
  stroke: #0d6efd !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-blue path {
  stroke: #0d6efd !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-indigo {
  background: #6610f2 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-indigo {
  color: #6610f2 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-indigo {
  fill: #6610f2 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo {
  stroke: #6610f2 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-indigo path {
  stroke: #6610f2 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-purple {
  background: #230082 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-purple {
  color: #230082 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-purple {
  fill: #230082 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple {
  stroke: #230082 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-purple path {
  stroke: #230082 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-pink {
  background: #d63384 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-pink {
  color: #d63384 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-pink {
  fill: #d63384 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink {
  stroke: #d63384 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-pink path {
  stroke: #d63384 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-red {
  background: #dc3545 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-red {
  color: #dc3545 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-red {
  fill: #dc3545 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-red {
  stroke: #dc3545 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-red path {
  stroke: #dc3545 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-orange {
  background: #ed6447 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-orange {
  color: #ed6447 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-orange {
  fill: #ed6447 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange {
  stroke: #ed6447 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-orange path {
  stroke: #ed6447 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-yellow {
  background: #f5982b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-yellow {
  color: #f5982b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-yellow {
  fill: #f5982b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow {
  stroke: #f5982b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-yellow path {
  stroke: #f5982b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-green {
  background: #198754 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-green {
  color: #198754 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-green {
  fill: #198754 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-green {
  stroke: #198754 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-green path {
  stroke: #198754 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-teal {
  background: #20c997 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-teal {
  color: #20c997 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-teal {
  fill: #20c997 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal {
  stroke: #20c997 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-teal path {
  stroke: #20c997 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-cyan {
  background: #0dcaf0 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-cyan {
  color: #0dcaf0 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-cyan {
  fill: #0dcaf0 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan {
  stroke: #0dcaf0 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-cyan path {
  stroke: #0dcaf0 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-white {
  background: #fff !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-white, #sidebar ul.nav > li.active a,
#sidebar ul.nav > li.active svg, .notification-card-swiper .notification-card .notification-card-header, .notification-card-swiper .notification-card .notification-card-footer a span {
  color: #fff !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-white, #sidebar ul.nav > li.active a,
#sidebar ul.nav > li.active svg {
  fill: #fff !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-white {
  stroke: #fff !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-white path {
  stroke: #fff !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray {
  background: #6c757d !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray {
  color: #6c757d !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray {
  fill: #6c757d !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray {
  stroke: #6c757d !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray path {
  stroke: #6c757d !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gray-dark {
  background: #343a40 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gray-dark {
  color: #343a40 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gray-dark {
  fill: #343a40 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-dark {
  stroke: #343a40 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gray-dark path {
  stroke: #343a40 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-primary {
  background: #ed6447 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-primary {
  color: #ed6447 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-primary {
  fill: #ed6447 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-primary {
  stroke: #ed6447 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-primary path {
  stroke: #ed6447 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-secondary {
  background: #230082 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-secondary {
  color: #230082 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-secondary {
  fill: #230082 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-secondary {
  stroke: #230082 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-secondary path {
  stroke: #230082 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-success {
  background: #198754 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-success {
  color: #198754 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-success {
  fill: #198754 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-success {
  stroke: #198754 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-success path {
  stroke: #198754 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-info {
  background: #495057 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-info {
  color: #495057 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-info {
  fill: #495057 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-info {
  stroke: #495057 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-info path {
  stroke: #495057 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-warning {
  background: #f5982b !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-warning {
  color: #f5982b !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-warning {
  fill: #f5982b !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-warning {
  stroke: #f5982b !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-warning path {
  stroke: #f5982b !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-danger {
  background: #dc3545 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-danger {
  fill: #dc3545 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-danger {
  stroke: #dc3545 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-danger path {
  stroke: #dc3545 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-light {
  background: #f8f9fa !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-light {
  fill: #f8f9fa !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-light {
  stroke: #f8f9fa !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-light path {
  stroke: #f8f9fa !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-dark {
  background: #212529 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-dark {
  color: #212529 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-dark {
  fill: #212529 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-dark {
  stroke: #212529 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-dark path {
  stroke: #212529 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gradient {
  color: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gradient {
  fill: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient {
  stroke: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient path {
  stroke: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gradient-purple, #operation-overview {
  background: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gradient-purple {
  color: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gradient-purple {
  fill: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient-purple {
  stroke: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient-purple path {
  stroke: radial-gradient(circle at 71% -11%, rgba(35, 0, 130, 0.5) 0, rgba(0, 0, 0, 0.5) 71%), #000 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gradient-orange {
  background: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gradient-orange {
  color: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gradient-orange {
  fill: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient-orange {
  stroke: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient-orange path {
  stroke: radial-gradient(41.69% 129.55% at 29.14% 0%, #f08349 0%, rgba(238, 102, 143, 0) 100%), radial-gradient(40.77% 127.27% at 65.24% 63.64%, #ee6497 0%, rgba(238, 100, 157, 0) 100%), #ec6447 !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-gradient-text-orange {
  background: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-gradient-text-orange {
  color: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-gradient-text-orange {
  fill: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient-text-orange {
  stroke: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-gradient-text-orange path {
  stroke: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%) !important;
}

/* line 6, app/assets/bootstrap/_custom-classes.scss */
.bg-transparent {
  background: transparent !important;
}

/* line 10, app/assets/bootstrap/_custom-classes.scss */
.text-transparent {
  color: transparent !important;
}

/* line 14, app/assets/bootstrap/_custom-classes.scss */
.fill-transparent {
  fill: transparent !important;
}

/* line 18, app/assets/bootstrap/_custom-classes.scss */
.stroke-transparent {
  stroke: transparent !important;
}

/* line 21, app/assets/bootstrap/_custom-classes.scss */
.stroke-transparent path {
  stroke: transparent !important;
}

/* line 31, app/assets/bootstrap/_custom-classes.scss */
.bg-image-sessions .background-image {
  background-image: url(/assets/backgrounds/session-background-8496a472c8950e6c0be1d9e9f4766d4e1a15f7582a7bbd34d90164a9716203da.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 37, app/assets/bootstrap/_custom-classes.scss */
.bg-image-sessions .background-image .background-filters {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: radial-gradient(circle at -110% 77%, rgba(20, 6, 32, 0.9) 0, transparent 140%), radial-gradient(circle at 95% -8.1%, rgba(35, 0, 130, 0.8) 0, rgba(0, 0, 0, 0.8) 112%);
}

/* line 47, app/assets/bootstrap/_custom-classes.scss */
.text-gradient-orange {
  background: radial-gradient(circle at 47% -17%, #ffb919 0, #d6538f 99%), radial-gradient(circle at 84% 0, #da1ced 0, #c20000 163%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 58, app/assets/bootstrap/_custom-classes.scss */
.text-family-sans-serif {
  font-family: Ubuntu, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 58, app/assets/bootstrap/_custom-classes.scss */
.text-family-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 58, app/assets/bootstrap/_custom-classes.scss */
.text-family-base {
  font-family: "Titillium Web", sans-serif;
}

/* line 58, app/assets/bootstrap/_custom-classes.scss */
.text-family-code {
  font-family: var(--bs-font-monospace);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-45 {
  transform: rotate(45deg);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-90 {
  transform: rotate(90deg);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-135 {
  transform: rotate(135deg);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-180 {
  transform: rotate(180deg);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-225 {
  transform: rotate(225deg);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-270 {
  transform: rotate(270deg);
}

/* line 77, app/assets/bootstrap/_custom-classes.scss */
.transform-rotate-315 {
  transform: rotate(315deg);
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-auto {
  cursor: auto;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-default {
  cursor: default;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-none {
  cursor: none;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-context-menu {
  cursor: context-menu;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-help {
  cursor: help;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-progress {
  cursor: progress;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-wait {
  cursor: wait;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-cell {
  cursor: cell;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-crosshair {
  cursor: crosshair;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-text {
  cursor: text;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-vertical-text {
  cursor: vertical-text;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-alias {
  cursor: alias;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-copy {
  cursor: copy;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-move {
  cursor: move;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-no-drop {
  cursor: no-drop;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-not-allowed {
  cursor: not-allowed;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-grab {
  cursor: grab;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-grabbing {
  cursor: grabbing;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-all-scroll {
  cursor: all-scroll;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-col-resize {
  cursor: col-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-row-resize {
  cursor: row-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-n-resize {
  cursor: n-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-e-resize {
  cursor: e-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-s-resize {
  cursor: s-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-w-resize {
  cursor: w-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-ne-resize {
  cursor: ne-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-nw-resize {
  cursor: nw-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-se-resize {
  cursor: se-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-sw-resize {
  cursor: sw-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-ew-resize {
  cursor: ew-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-ns-resize {
  cursor: ns-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-nesw-resize {
  cursor: nesw-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-nwse-resize {
  cursor: nwse-resize;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-zoom-in {
  cursor: zoom-in;
}

/* line 125, app/assets/bootstrap/_custom-classes.scss */
.cursor-zoom-out {
  cursor: zoom-out;
}

/* line 131, app/assets/bootstrap/_custom-classes.scss */
.sp-fade-up-animation {
  animation: sp-fade-up .6s forwards;
}

/* line 135, app/assets/bootstrap/_custom-classes.scss */
.sp-skeleton-loading-animation {
  animation: sp-skeleton-loading 1s infinite alternate;
  min-height: 10px;
}

/* line 140, app/assets/bootstrap/_custom-classes.scss */
.sp-hide-element {
  visibility: hidden;
  position: absolute;
}

/* line 145, app/assets/bootstrap/_custom-classes.scss */
.sp-session-flow-component-max-width {
  max-width: 400px;
}

/* line 2, app/assets/stylesheets/pages/_landing.scss */
#landing-page header {
  min-height: 480px;
  max-height: 800px;
}

/* line 6, app/assets/stylesheets/pages/_landing.scss */
#landing-page header .showcase-image {
  max-width: 800px;
}

/* line 10, app/assets/stylesheets/pages/_landing.scss */
#landing-page header .btn {
  transform: translateY(50%);
}

/* line 15, app/assets/stylesheets/pages/_landing.scss */
#landing-page footer {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/pages/_landing.scss */
  #landing-page header {
    min-height: 680px;
  }
}

/* line 2, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  position: relative;
}

/* line 9, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .line {
  height: 2px;
  width: 100%;
  background-color: black;
}

@media (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/pages/_employee_details.scss */
  #employee-details .scans-timeline .line {
    height: 1px;
  }
}

/* line 19, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .marker {
  position: absolute;
  display: flex;
  flex-direction: column;
}

/* line 25, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .marker.time-marker {
  top: -7px;
}

@media (max-width: 767.98px) {
  /* line 25, app/assets/stylesheets/pages/_employee_details.scss */
  #employee-details .scans-timeline .marker.time-marker {
    top: -4.5px;
  }
}

/* line 33, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .marker.initial-time-marker {
  left: -2px;
}

/* line 37, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .marker.final-time-marker {
  right: -2px;
  align-items: flex-end;
}

/* line 42, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .marker .marker-line {
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background-color: black;
}

@media (max-width: 767.98px) {
  /* line 42, app/assets/stylesheets/pages/_employee_details.scss */
  #employee-details .scans-timeline .marker .marker-line {
    width: 3px;
    height: 10px;
  }
}

/* line 55, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .marker {
  top: -4px;
  position: absolute;
}

/* line 60, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .scan-marker {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  background-color: black;
  transform: translateY(calc(-50% - 1px));
}

@media (max-width: 767.98px) {
  /* line 60, app/assets/stylesheets/pages/_employee_details.scss */
  #employee-details .scans-timeline .scan-marker {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
}

/* line 76, app/assets/stylesheets/pages/_employee_details.scss */
#employee-details .scans-timeline .scan-marker:hover {
  z-index: 2;
  border: 2px solid black;
  transform: scale(2) translateX(0) translateY(-25%);
}

@media (max-width: 767.98px) {
  /* line 76, app/assets/stylesheets/pages/_employee_details.scss */
  #employee-details .scans-timeline .scan-marker:hover {
    border-width: 1px;
    transform: scale(2) translateX(0) translateY(calc(-25%));
  }
}

/* line 1, app/assets/stylesheets/pages/_mobile_dashboard.scss */
.employee-performance-badge {
  width: 70px;
  height: 28px;
  padding-top: 7px;
}

/* line 1, app/assets/stylesheets/pages/_dashboard_operation.scss */
#operation-overview {
  width: 100%;
  height: 100%;
  padding: 30px;
}

/* line 8, app/assets/stylesheets/pages/_dashboard_operation.scss */
#operation-overview h3, #operation-overview .h3 {
  color: white;
  margin-bottom: 40px;
}

/* line 13, app/assets/stylesheets/pages/_dashboard_operation.scss */
#operation-overview .operation-chart-container {
  max-width: 1450px;
  position: relative;
}

/* line 17, app/assets/stylesheets/pages/_dashboard_operation.scss */
#operation-overview .operation-chart-container .counter-container {
  height: 5.5%;
  width: 9.2%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: calc(min(1.2vw, 21px));
}

/* line 1, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 56, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months {
  display: flex;
}

/* line 140, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 158, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 174, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 178, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 182, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 198, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 214, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 218, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 222, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 227, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 233, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 237, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 241, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 244, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 247, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 252, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 265, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 268, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 271, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 276, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 280, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 286, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 289, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 295, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 299, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 302, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 305, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 308, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

/* line 324, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 332, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 335, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 340, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 343, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 346, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 367, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 370, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 377, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 400, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 404, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 407, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 412, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 427, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 437, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 452, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 456, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 469, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 472, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 496, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 500, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 525, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 542, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 545, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 551, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 575, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 580, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 585, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 591, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 596, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 601, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 613, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 618, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 623, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 626, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 629, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 632, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 637, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 642, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 652, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 662, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 668, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 683, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 688, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 697, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 700, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 703, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 706, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 709, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 729, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 732, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 736, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 740, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 756, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 763, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 769, ../usr/local/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 20, app/assets/stylesheets/application.scss */
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/application.scss */
#content {
  display: flex;
  transition: .3s;
}

/* line 39, app/assets/stylesheets/application.scss */
#content .container {
  margin-top: 60px;
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/application.scss */
  #content #navbar,
#content .container {
    margin-left: 250px;
    width: calc(100vw - 250px - 15px);
  }
}

/* line 57, app/assets/stylesheets/application.scss */
.toast-container {
  z-index: 1080;
}

/* line 62, app/assets/stylesheets/application.scss */
.footer-logo {
  height: 80px;
  background: rgba(7, 0, 26, 0.3);
}

/* line 67, app/assets/stylesheets/application.scss */
.printable {
  display: none !important;
}
