@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:13px; } }@media screen and (max-width: 1200px) { html{font-size:12px; } }@media screen and (max-width: 1024px) { html{font-size:11px; } }@media screen and (max-width: 768px) {  html{font-size:10px; } }@media screen and (max-width: 480px) {  html{font-size:9px; } }
/* css setting */
@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:13px; } }@media screen and (max-width: 1200px) { html{font-size:12px; } }@media screen and (max-width: 1024px) { html{font-size:11px; } }@media screen and (max-width: 768px) {  html{font-size:10px; } }@media screen and (max-width: 480px) {  html{font-size:9px; } }
/* css setting */
@charset "UTF-8";
/* bootstrap variables --start */
/* bootstrap variables --end */
img {
  max-width: 100%;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: var(--base-bold-font-family);
}

th,
td {
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}

.rrh-layout-wrapper {
  text-align: left;
  max-width: 100%;
}

.ccm-spacer {
  margin: 0 !important;
  padding: 0 !important;
}

/*!
 * Bootstrap v5.0.2 (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)
 */
:root {
  --bs-blue: #60ACEC;
  --bs-indigo: #6610f2;
  --bs-purple: #9e62bd;
  --bs-pink: #d63384;
  --bs-red: #F46063;
  --bs-orange: #ff571a;
  --bs-yellow: #DBAA0B;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #66686A;
  --bs-blue-light: #f7fbfe;
  --bs-blue-dark: #13222f;
  --bs-red-light: #fef7f7;
  --bs-red-dark: #8c3c3c;
  --bs-black: #231815;
  --bs-gray-light: #9CA0A4;
  --bs-primary: #60ACEC;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #DBAA0B;
  --bs-danger: #F46063;
  --bs-light: #f4f4f4;
  --bs-dark: #212529;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(45deg, #0091db, #008cdd, #007ee1, #3c69e0, #684cd5, #8628c5, #9008bd);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
  background-color: #f4f4f4;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(35, 24, 21, 0);
}

hr {
  margin: 1rem 0;
  color: #dde1e5;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 1px;
}

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;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #60ACEC;
  text-decoration: none;
}
a:hover {
  color: #4d8abd;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f4f4f4;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.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) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1890px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1410px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.row-cols-7 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
}
@media (min-width: 1890px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 10%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7.5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 10rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 10rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 10rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1890px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 10rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2C2C2C;
  --bs-table-striped-bg: rgba(35, 24, 21, 0.05);
  --bs-table-active-color: #2C2C2C;
  --bs-table-active-bg: rgba(35, 24, 21, 0.1);
  --bs-table-hover-color: #2C2C2C;
  --bs-table-hover-bg: rgba(35, 24, 21, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #2C2C2C;
  vertical-align: top;
  border-color: #dde1e5;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #dfeefb;
  --bs-table-striped-bg: #d6e3f0;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #ccd9e4;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #d1deea;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #ccd9e4;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d8d9db;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #cfcfd0;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #d4d4d5;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #cfcfd0;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c8ddd3;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #c0d2c9;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #c4d7ce;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #c0d2c9;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c6e9f0;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #bedee5;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #c2e4eb;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #bedee5;
}

.table-warning {
  --bs-table-bg: #f8eece;
  --bs-table-striped-bg: #ede3c5;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #e3d9bc;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #e8dec0;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #e3d9bc;
}

.table-danger {
  --bs-table-bg: #fddfe0;
  --bs-table-striped-bg: #f2d5d6;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #e7cbcc;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #edd0d1;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #e7cbcc;
}

.table-light {
  --bs-table-bg: #f4f4f4;
  --bs-table-striped-bg: #eae9e5;
  --bs-table-striped-color: #231815;
  --bs-table-active-bg: #dfdeda;
  --bs-table-active-color: #231815;
  --bs-table-hover-bg: #e4e4e0;
  --bs-table-hover-color: #231815;
  color: #231815;
  border-color: #dfdeda;
}

.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;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1889.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #2C2C2C;
  background-color: #fff;
  border-color: #b0d6f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #2C2C2C;
  background-color: #e9ecef;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #2C2C2C;
  background-color: #e9ecef;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #2C2C2C;
  background-color: #e9ecef;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2C2C2C;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}
.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;
}
.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;
}
.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;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 4px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 2px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 2px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
  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 #ced4da;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #b0d6f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2C2C2C;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check:not(:has(.form-check-input:checked[type=checkbox])) {
  opacity: 0.5;
  font-weight: normal;
}

.form-check:has(.form-check-input:not([disabled])) {
  opacity: 1 !important;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.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(35, 24, 21, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #b0d6f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}
.form-check-input:checked {
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #60ACEC;
  border-color: #60ACEC;
  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");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.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='%23b0d6f6'/%3e%3c/svg%3e");
}
.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");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #60ACEC;
  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) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cfe6f9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #60ACEC;
  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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cfe6f9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.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;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.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;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 2px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.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;
}
.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;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #F46063;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #231815;
  background-color: rgba(244, 96, 99, 0.9);
  border-radius: 2px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #F46063;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F46063'%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='%23F46063' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #F46063;
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #F46063;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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='%23F46063'%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='%23F46063' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #F46063;
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #F46063;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #F46063;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F46063;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.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;
}
.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;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
  text-align: center;
  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.75rem 0.75rem;
  font-size: 1rem;
  border-radius: 2px;
  -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) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #2C2C2C;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.btn-primary:hover {
  color: #231815;
  background-color: #78b8ef;
  border-color: #70b4ee;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #231815;
  background-color: #78b8ef;
  border-color: #70b4ee;
  box-shadow: 0 0 0 0.25rem rgba(87, 150, 204, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #231815;
  background-color: #80bdf0;
  border-color: #70b4ee;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 150, 204, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #231815;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #231815;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(16, 175, 207, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #231815;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 175, 207, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-warning:hover {
  color: #231815;
  background-color: #e0b730;
  border-color: #dfb323;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #231815;
  background-color: #e0b730;
  border-color: #dfb323;
  box-shadow: 0 0 0 0.25rem rgba(191, 148, 13, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #231815;
  background-color: #e2bb3c;
  border-color: #dfb323;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(191, 148, 13, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}

.btn-danger {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}
.btn-danger:hover {
  color: #231815;
  background-color: #f6787a;
  border-color: #f57073;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #231815;
  background-color: #f6787a;
  border-color: #f57073;
  box-shadow: 0 0 0 0.25rem rgba(213, 85, 87, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #231815;
  background-color: #f68082;
  border-color: #f57073;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 85, 87, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}

.btn-light {
  color: #231815;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-light:hover {
  color: #231815;
  background-color: #f6f6f2;
  border-color: #f5f5f2;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #231815;
  background-color: #f6f6f2;
  border-color: #f5f5f2;
  box-shadow: 0 0 0 0.25rem rgba(213, 211, 207, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #231815;
  background-color: #f6f6f3;
  border-color: #f5f5f2;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 211, 207, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #231815;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #60ACEC;
  border-color: #60ACEC;
}
.btn-outline-primary:hover {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #60ACEC;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.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: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.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;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.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: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-outline-warning:hover {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 170, 11, 0.5);
}
.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: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 170, 11, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #DBAA0B;
  background-color: transparent;
}

.btn-outline-danger {
  color: #F46063;
  border-color: #F46063;
}
.btn-outline-danger:hover {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.5);
}
.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: #231815;
  background-color: #F46063;
  border-color: #F46063;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #F46063;
  background-color: transparent;
}

.btn-outline-light {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-light:hover {
  color: #231815;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.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: #231815;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.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;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #60ACEC;
  text-decoration: none;
}
.btn-link:hover {
  color: #4d8abd;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-article {
  color: #60ACEC;
  background-color: #fff;
  border-color: #60ACEC;
}
.btn-article:hover {
  color: #60ACEC;
  background-color: #f7fbfe;
  border-color: #60ACEC;
}
.btn-check:focus + .btn-article, .btn-article:focus {
  color: #60ACEC;
  background-color: #fff;
  border-color: #60ACEC;
  box-shadow: 0 0 0 0.25rem rgba(87, 150, 204, 0.5);
}
.btn-check:checked + .btn-article, .btn-check:active + .btn-article, .btn-article:active, .btn-article.active, .show > .btn-article.dropdown-toggle {
  color: #60ACEC;
  background-color: #fff;
  border-color: #60ACEC;
}
.btn-check:checked + .btn-article:focus, .btn-check:active + .btn-article:focus, .btn-article:active:focus, .btn-article.active:focus, .show > .btn-article.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 150, 204, 0.5);
}
.btn-article:disabled, .btn-article.disabled {
  color: #60ACEC;
  background-color: #fff;
  border-color: #60ACEC;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #2C2C2C;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 24, 21, 0.15);
  border-radius: 2px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1890px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(35, 24, 21, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #60ACEC;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(35, 24, 21, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #60ACEC;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(35, 24, 21, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
.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;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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;
}
.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;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #60ACEC;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #4d8abd;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f4f4f4;
  border-color: #dee2e6 #dee2e6 #f4f4f4;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #60ACEC;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: inherit;
          flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.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%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1890px) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(35, 24, 21, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(35, 24, 21, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(35, 24, 21, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(35, 24, 21, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(35, 24, 21, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(35, 24, 21, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(35, 24, 21, 0.55);
  border-color: rgba(35, 24, 21, 0.1);
}
.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%2835, 24, 21, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(35, 24, 21, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(35, 24, 21, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 2px;

}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0rem 1rem;
}

.card-body-sp {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-title {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: rgba(35, 24, 21, 0.03);
  border-bottom: 1px solid #dde1e5;
}
.card-header:first-child {
  border-radius: 1px 1px 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(35, 24, 21, 0.03);
  border-top: 1px solid #dde1e5;
}
.card-footer:last-child {
  border-radius: 0 0 1px 1px;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 1px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #2C2C2C;
  text-align: left;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -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, border-radius 0.15s ease;
  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) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #569bd4;
  background-color: #eff7fd;
  box-shadow: inset 0 -1px 0 rgba(35, 24, 21, 0.125);
}
.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='%23569bd4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -webkit-flex-shrink: 0;
          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='%232C2C2C'%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;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #b0d6f6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #f4f4f4;
  border: 1px solid rgba(35, 24, 21, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #60ACEC;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -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) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #4d8abd;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #4d8abd;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.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;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.high-school-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;
}
.high-school-badge:empty {
  display: none;
}

.btn .high-school-badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #3a678e;
  background-color: #dfeefb;
  border-color: #cfe6f9;
}
.alert-primary .alert-link {
  color: #2e5272;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #1a5f6d;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #154c57;
}

.alert-warning {
  color: #836607;
  background-color: #f8eece;
  border-color: #f4e6b6;
}
.alert-warning .alert-link {
  color: #695206;
}

.alert-danger {
  color: #923a3b;
  background-color: #fddfe0;
  border-color: #fccfd0;
}
.alert-danger .alert-link {
  color: #752e2f;
}

.alert-light {
  color: #77706d;
  background-color: #fdfdfc;
  border-color: #fcfcfb;
}
.alert-light .alert-link {
  color: #5f5a57;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 2px;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #60ACEC;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-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-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;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #2C2C2C;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(35, 24, 21, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1890px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #3a678e;
  background-color: #dfeefb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #3a678e;
  background-color: #c9d6e2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3a678e;
  border-color: #3a678e;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #1a5f6d;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1a5f6d;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1a5f6d;
  border-color: #1a5f6d;
}

.list-group-item-warning {
  color: #836607;
  background-color: #f8eece;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #836607;
  background-color: #dfd6b9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #836607;
  border-color: #836607;
}

.list-group-item-danger {
  color: #923a3b;
  background-color: #fddfe0;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #923a3b;
  background-color: #e4c9ca;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #923a3b;
  border-color: #923a3b;
}

.list-group-item-light {
  color: #77706d;
  background-color: #fdfdfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #77706d;
  background-color: #e4e4e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #77706d;
  border-color: #77706d;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #231815;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23231815'%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: 2px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #231815;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.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(35, 24, 21, 0.15);
  border-radius: 2px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          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: 1px;
  border-top-right-radius: 1px;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 24, 21, 0.2);
  border-radius: 2px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #231815;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dde1e5;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dde1e5;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1889.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

dialog {
	width: 50%;
	border: none;
        padding: calc(var(--spacer) * 2);
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 
        0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
        border-radius: 2px;
}
dialog::backdrop {
        backdrop-filter: contrast(60%);
}

dialog .title-dialog,
dialog .contents-dialog,
dialog .action-dialog
{
    position: relative;
    width: 100%;
}
dialog .title-dialog{
  border-bottom: 1px solid var(--bs-border-color);
}
dialog .action-dialog{
    height: 55px;
}
dialog .title-dialog h3{
    display: inline-block;
    width: 100%;
    margin: 0px;
    font-weight: bold;
}
dialog .contents-dialog{
  margin-top: 10px;
}
dialog .contents-dialog textarea{
  resize: none;
  width: 100%;
  height: 200px;
  max-height: 200px;
  margin-top: 10px;
}
dialog .title-dialog button,
dialog .action-dialog button
{
  position: absolute;
  right: 0px;
}

dialog .title-dialog .close-dialog{
    border: none;
    background: transparent;
}

dialog .title-dialog .close-dialog2 {
  border: none;
  background: transparent;
}

.circle {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.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: #231815;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.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: #231815;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.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: #231815;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.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: #231815;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #231815;
  border-radius: 2px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 24, 21, 0.2);
  border-radius: 4px;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.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(35, 24, 21, 0.25);
}
.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;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.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(35, 24, 21, 0.25);
}
.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;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.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(35, 24, 21, 0.25);
}
.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;
}
.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;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.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(35, 24, 21, 0.25);
}
.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;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #2C2C2C;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.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;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.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;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.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"
  } ]
} */
.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");
}

.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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #231815;
}
.carousel-dark .carousel-caption {
  color: #231815;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(35, 24, 21, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(35, 24, 21, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(35, 24, 21, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(35, 24, 21, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #60ACEC;
}
.link-primary:hover, .link-primary:focus {
  color: #80bdf0;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #DBAA0B;
}
.link-warning:hover, .link-warning:focus {
  color: #e2bb3c;
}

.link-danger {
  color: #F46063;
}
.link-danger:hover, .link-danger:focus {
  color: #f68082;
}

.link-light {
  color: #f4f4f4;
}
.link-light:hover, .link-light:focus {
  color: #f6f6f3;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1890px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-sub {
  vertical-align: sub !important;
}

.align-super {
  vertical-align: super !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row-group {
  display: table-row-group !important;
}

.d-table-header-group {
  display: table-header-group !important;
}

.d-table-footer-group {
  display: table-footer-group !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-table-column {
  display: table-column !important;
}

.d-table-caption {
  display: table-caption !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(35, 24, 21, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 24, 21, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 24, 21, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.top-auto {
  top: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.bottom-auto {
  bottom: auto !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.start-auto {
  left: auto !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.end-auto {
  right: auto !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid var(--bs-border-color) !important;
}

.border-bottom:has(.form-check-input:checked[type=checkbox]) {
  font-weight: bold;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dde1e5 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #60ACEC !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #DBAA0B !important;
}

.border-danger {
  border-color: #F46063 !important;
}

.border-light {
  border-color: #f4f4f4 !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-25 {
  min-width: 25vw !important;
}

.min-vw-50 {
  min-width: 50vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 5rem !important;
}

.gap-7 {
  gap: 7.5rem !important;
}

.gap-8 {
  gap: 10rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.m-7 {
  margin: 7.5rem !important;
}

.m-8 {
  margin: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-7 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-8 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-7 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-8 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mt-7 {
  margin-top: 7.5rem !important;
}

.mt-8 {
  margin-top: 10rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 5rem !important;
}

.me-7 {
  margin-right: 7.5rem !important;
}

.me-8 {
  margin-right: 10rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 10rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 5rem !important;
}

.ms-7 {
  margin-left: 7.5rem !important;
}

.ms-8 {
  margin-left: 10rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n6 {
  margin: -5rem !important;
}

.m-n7 {
  margin: -7.5rem !important;
}

.m-n8 {
  margin: -10rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n7 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n8 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n7 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n8 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -5rem !important;
}

.mt-n7 {
  margin-top: -7.5rem !important;
}

.mt-n8 {
  margin-top: -10rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -5rem !important;
}

.me-n7 {
  margin-right: -7.5rem !important;
}

.me-n8 {
  margin-right: -10rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n6 {
  margin-bottom: -5rem !important;
}

.mb-n7 {
  margin-bottom: -7.5rem !important;
}

.mb-n8 {
  margin-bottom: -10rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -5rem !important;
}

.ms-n7 {
  margin-left: -7.5rem !important;
}

.ms-n8 {
  margin-left: -10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.p-7 {
  padding: 7.5rem !important;
}

.p-8 {
  padding: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-7 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-8 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-7 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-8 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pt-7 {
  padding-top: 7.5rem !important;
}

.pt-8 {
  padding-top: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 5rem !important;
}

.pe-7 {
  padding-right: 7.5rem !important;
}

.pe-8 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pb-7 {
  padding-bottom: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 5rem !important;
}

.ps-7 {
  padding-left: 7.5rem !important;
}

.ps-8 {
  padding-left: 10rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-0 {
  font-size: 3rem !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-md {
  line-height: 1.75 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #60ACEC !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #DBAA0B !important;
}

.text-danger {
  color: #F46063 !important;
}

.text-light {
  color: #f4f4f4 !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #2C2C2C !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(35, 24, 21, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #60ACEC !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #DBAA0B !important;
}

.bg-danger {
  background-color: #F46063 !important;
}

.bg-light {
  background-color: #f4f4f4 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #f4f4f4 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 2px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-3 {
  border-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-end {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-start {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row-group {
    display: table-row-group !important;
  }
  .d-sm-table-header-group {
    display: table-header-group !important;
  }
  .d-sm-table-footer-group {
    display: table-footer-group !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-table-column {
    display: table-column !important;
  }
  .d-sm-table-caption {
    display: table-caption !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .top-sm-auto {
    top: auto !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .bottom-sm-auto {
    bottom: auto !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .start-sm-auto {
    left: auto !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .end-sm-auto {
    right: auto !important;
  }
  .border-sm {
    border: 1px solid var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: 1px solid var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: 1px solid var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-1em {
    width: 1em !important;
  }
  .w-sm-2em {
    width: 2em !important;
  }
  .w-sm-3em {
    width: 3em !important;
  }
  .w-sm-4em {
    width: 4em !important;
  }
  .w-sm-5em {
    width: 5em !important;
  }
  .w-sm-6em {
    width: 6em !important;
  }
  .w-sm-7em {
    width: 7em !important;
  }
  .w-sm-8em {
    width: 8em !important;
  }
  .w-sm-9em {
    width: 9em !important;
  }
  .w-sm-10em {
    width: 10em !important;
  }
  .w-sm-11em {
    width: 11em !important;
  }
  .w-sm-12em {
    width: 12em !important;
  }
  .w-sm-13em {
    width: 13em !important;
  }
  .w-sm-14em {
    width: 14em !important;
  }
  .w-sm-15em {
    width: 15em !important;
  }
  .w-sm-16em {
    width: 16em !important;
  }
  .w-sm-17em {
    width: 17em !important;
  }
  .w-sm-18em {
    width: 18em !important;
  }
  .w-sm-19em {
    width: 19em !important;
  }
  .w-sm-20em {
    width: 20em !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 7.5rem !important;
  }
  .gap-sm-8 {
    gap: 10rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 7.5rem !important;
  }
  .me-sm-8 {
    margin-right: 10rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .m-sm-n7 {
    margin: -7.5rem !important;
  }
  .m-sm-n8 {
    margin: -10rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -10rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -5rem !important;
  }
  .me-sm-n7 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n8 {
    margin-right: -10rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 7.5rem !important;
  }
  .p-sm-8 {
    padding: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 10rem !important;
  }
  .fs-sm-0 {
    font-size: 3rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .fs-sm-7 {
    font-size: 0.9rem !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-lighter {
    font-weight: lighter !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
  .fw-sm-bolder {
    font-weight: bolder !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row-group {
    display: table-row-group !important;
  }
  .d-md-table-header-group {
    display: table-header-group !important;
  }
  .d-md-table-footer-group {
    display: table-footer-group !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-table-column {
    display: table-column !important;
  }
  .d-md-table-caption {
    display: table-caption !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .bottom-md-auto {
    bottom: auto !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .start-md-auto {
    left: auto !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .end-md-auto {
    right: auto !important;
  }
  .border-md {
    border: 1px solid var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: 1px solid var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: 1px solid var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-1em {
    width: 1em !important;
  }
  .w-md-2em {
    width: 2em !important;
  }
  .w-md-3em {
    width: 3em !important;
  }
  .w-md-4em {
    width: 4em !important;
  }
  .w-md-5em {
    width: 5em !important;
  }
  .w-md-6em {
    width: 6em !important;
  }
  .w-md-7em {
    width: 7em !important;
  }
  .w-md-8em {
    width: 8em !important;
  }
  .w-md-9em {
    width: 9em !important;
  }
  .w-md-10em {
    width: 10em !important;
  }
  .w-md-11em {
    width: 11em !important;
  }
  .w-md-12em {
    width: 12em !important;
  }
  .w-md-13em {
    width: 13em !important;
  }
  .w-md-14em {
    width: 14em !important;
  }
  .w-md-15em {
    width: 15em !important;
  }
  .w-md-16em {
    width: 16em !important;
  }
  .w-md-17em {
    width: 17em !important;
  }
  .w-md-18em {
    width: 18em !important;
  }
  .w-md-19em {
    width: 19em !important;
  }
  .w-md-20em {
    width: 20em !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 7.5rem !important;
  }
  .gap-md-8 {
    gap: 10rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 7.5rem !important;
  }
  .m-md-8 {
    margin: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 7.5rem !important;
  }
  .me-md-8 {
    margin-right: 10rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 7.5rem !important;
  }
  .ms-md-8 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .m-md-n7 {
    margin: -7.5rem !important;
  }
  .m-md-n8 {
    margin: -10rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -5rem !important;
  }
  .mt-md-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n8 {
    margin-top: -10rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -5rem !important;
  }
  .me-md-n7 {
    margin-right: -7.5rem !important;
  }
  .me-md-n8 {
    margin-right: -10rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -5rem !important;
  }
  .ms-md-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n8 {
    margin-left: -10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 7.5rem !important;
  }
  .p-md-8 {
    padding: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 7.5rem !important;
  }
  .pe-md-8 {
    padding-right: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 7.5rem !important;
  }
  .ps-md-8 {
    padding-left: 10rem !important;
  }
  .fs-md-0 {
    font-size: 3rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .fs-md-7 {
    font-size: 0.9rem !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-lighter {
    font-weight: lighter !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .fw-md-bolder {
    font-weight: bolder !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row-group {
    display: table-row-group !important;
  }
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
  .d-lg-table-footer-group {
    display: table-footer-group !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-table-column {
    display: table-column !important;
  }
  .d-lg-table-caption {
    display: table-caption !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .top-lg-auto {
    top: auto !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .bottom-lg-auto {
    bottom: auto !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .start-lg-auto {
    left: auto !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .end-lg-auto {
    right: auto !important;
  }
  .border-lg {
    border: 1px solid var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: 1px solid var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: 1px solid var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-1em {
    width: 1em !important;
  }
  .w-lg-2em {
    width: 2em !important;
  }
  .w-lg-3em {
    width: 3em !important;
  }
  .w-lg-4em {
    width: 4em !important;
  }
  .w-lg-5em {
    width: 5em !important;
  }
  .w-lg-6em {
    width: 6em !important;
  }
  .w-lg-7em {
    width: 7em !important;
  }
  .w-lg-8em {
    width: 8em !important;
  }
  .w-lg-9em {
    width: 9em !important;
  }
  .w-lg-10em {
    width: 10em !important;
  }
  .w-lg-11em {
    width: 11em !important;
  }
  .w-lg-12em {
    width: 12em !important;
  }
  .w-lg-13em {
    width: 13em !important;
  }
  .w-lg-14em {
    width: 14em !important;
  }
  .w-lg-15em {
    width: 15em !important;
  }
  .w-lg-16em {
    width: 16em !important;
  }
  .w-lg-17em {
    width: 17em !important;
  }
  .w-lg-18em {
    width: 18em !important;
  }
  .w-lg-19em {
    width: 19em !important;
  }
  .w-lg-20em {
    width: 20em !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 7.5rem !important;
  }
  .gap-lg-8 {
    gap: 10rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 7.5rem !important;
  }
  .me-lg-8 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .m-lg-n7 {
    margin: -7.5rem !important;
  }
  .m-lg-n8 {
    margin: -10rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -10rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -5rem !important;
  }
  .me-lg-n7 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n8 {
    margin-right: -10rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 7.5rem !important;
  }
  .p-lg-8 {
    padding: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 10rem !important;
  }
  .fs-lg-0 {
    font-size: 3rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .fs-lg-7 {
    font-size: 0.9rem !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-lighter {
    font-weight: lighter !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
  .fw-lg-bolder {
    font-weight: bolder !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row-group {
    display: table-row-group !important;
  }
  .d-xl-table-header-group {
    display: table-header-group !important;
  }
  .d-xl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-table-column {
    display: table-column !important;
  }
  .d-xl-table-caption {
    display: table-caption !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .top-xl-auto {
    top: auto !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .bottom-xl-auto {
    bottom: auto !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .start-xl-auto {
    left: auto !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .end-xl-auto {
    right: auto !important;
  }
  .border-xl {
    border: 1px solid var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: 1px solid var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: 1px solid var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-1em {
    width: 1em !important;
  }
  .w-xl-2em {
    width: 2em !important;
  }
  .w-xl-3em {
    width: 3em !important;
  }
  .w-xl-4em {
    width: 4em !important;
  }
  .w-xl-5em {
    width: 5em !important;
  }
  .w-xl-6em {
    width: 6em !important;
  }
  .w-xl-7em {
    width: 7em !important;
  }
  .w-xl-8em {
    width: 8em !important;
  }
  .w-xl-9em {
    width: 9em !important;
  }
  .w-xl-10em {
    width: 10em !important;
  }
  .w-xl-11em {
    width: 11em !important;
  }
  .w-xl-12em {
    width: 12em !important;
  }
  .w-xl-13em {
    width: 13em !important;
  }
  .w-xl-14em {
    width: 14em !important;
  }
  .w-xl-15em {
    width: 15em !important;
  }
  .w-xl-16em {
    width: 16em !important;
  }
  .w-xl-17em {
    width: 17em !important;
  }
  .w-xl-18em {
    width: 18em !important;
  }
  .w-xl-19em {
    width: 19em !important;
  }
  .w-xl-20em {
    width: 20em !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 7.5rem !important;
  }
  .gap-xl-8 {
    gap: 10rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xl-8 {
    margin-right: 10rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .m-xl-n7 {
    margin: -7.5rem !important;
  }
  .m-xl-n8 {
    margin: -10rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -10rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -5rem !important;
  }
  .me-xl-n7 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n8 {
    margin-right: -10rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 7.5rem !important;
  }
  .p-xl-8 {
    padding: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 10rem !important;
  }
  .fs-xl-0 {
    font-size: 3rem !important;
  }
  .fs-xl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  .fs-xl-3 {
    font-size: 1.75rem !important;
  }
  .fs-xl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .fs-xl-7 {
    font-size: 0.9rem !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-lighter {
    font-weight: lighter !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
  .fw-xl-bolder {
    font-weight: bolder !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1890px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row-group {
    display: table-row-group !important;
  }
  .d-xxl-table-header-group {
    display: table-header-group !important;
  }
  .d-xxl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-table-column {
    display: table-column !important;
  }
  .d-xxl-table-caption {
    display: table-caption !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .top-xxl-auto {
    top: auto !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .bottom-xxl-auto {
    bottom: auto !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .start-xxl-auto {
    left: auto !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .end-xxl-auto {
    right: auto !important;
  }
  .border-xxl {
    border: 1px solid var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: 1px solid var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: 1px solid var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-1em {
    width: 1em !important;
  }
  .w-xxl-2em {
    width: 2em !important;
  }
  .w-xxl-3em {
    width: 3em !important;
  }
  .w-xxl-4em {
    width: 4em !important;
  }
  .w-xxl-5em {
    width: 5em !important;
  }
  .w-xxl-6em {
    width: 6em !important;
  }
  .w-xxl-7em {
    width: 7em !important;
  }
  .w-xxl-8em {
    width: 8em !important;
  }
  .w-xxl-9em {
    width: 9em !important;
  }
  .w-xxl-10em {
    width: 10em !important;
  }
  .w-xxl-11em {
    width: 11em !important;
  }
  .w-xxl-12em {
    width: 12em !important;
  }
  .w-xxl-13em {
    width: 13em !important;
  }
  .w-xxl-14em {
    width: 14em !important;
  }
  .w-xxl-15em {
    width: 15em !important;
  }
  .w-xxl-16em {
    width: 16em !important;
  }
  .w-xxl-17em {
    width: 17em !important;
  }
  .w-xxl-18em {
    width: 18em !important;
  }
  .w-xxl-19em {
    width: 19em !important;
  }
  .w-xxl-20em {
    width: 20em !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-7 {
    gap: 7.5rem !important;
  }
  .gap-xxl-8 {
    gap: 10rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 10rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 10rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 10rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -5rem !important;
  }
  .m-xxl-n7 {
    margin: -7.5rem !important;
  }
  .m-xxl-n8 {
    margin: -10rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -10rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -10rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 7.5rem !important;
  }
  .p-xxl-8 {
    padding: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 10rem !important;
  }
  .fs-xxl-0 {
    font-size: 3rem !important;
  }
  .fs-xxl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xxl-2 {
    font-size: 2rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.75rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .fs-xxl-7 {
    font-size: 0.9rem !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-lighter {
    font-weight: lighter !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
  .fw-xxl-bolder {
    font-weight: bolder !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row-group {
    display: table-row-group !important;
  }
  .d-print-table-header-group {
    display: table-header-group !important;
  }
  .d-print-table-footer-group {
    display: table-footer-group !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-table-column {
    display: table-column !important;
  }
  .d-print-table-caption {
    display: table-caption !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.btn-blue {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.btn-blue:hover {
  color: #231815;
  background-color: #78b8ef;
  border-color: #70b4ee;
}
.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #231815;
  background-color: #78b8ef;
  border-color: #70b4ee;
  box-shadow: 0 0 0 0.25rem rgba(87, 150, 204, 0.5);
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
  color: #231815;
  background-color: #80bdf0;
  border-color: #70b4ee;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 150, 204, 0.5);
}
.btn-blue:disabled, .btn-blue.disabled {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #570ece;
  border-color: #520dc2;
}
.btn-check:focus + .btn-indigo, .btn-indigo:focus {
  color: #fff;
  background-color: #570ece;
  border-color: #520dc2;
  box-shadow: 0 0 0 0.25rem rgba(125, 52, 244, 0.5);
}
.btn-check:checked + .btn-indigo, .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #520dc2;
  border-color: #4d0cb6;
}
.btn-check:checked + .btn-indigo:focus, .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 52, 244, 0.5);
}
.btn-indigo:disabled, .btn-indigo.disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-purple {
  color: #fff;
  background-color: #9e62bd;
  border-color: #9e62bd;
}
.btn-purple:hover {
  color: #fff;
  background-color: #8653a1;
  border-color: #7e4e97;
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: #8653a1;
  border-color: #7e4e97;
  box-shadow: 0 0 0 0.25rem rgba(173, 122, 199, 0.5);
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #7e4e97;
  border-color: #774a8e;
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 122, 199, 0.5);
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #9e62bd;
  border-color: #9e62bd;
}

.btn-pink {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}
.btn-pink:hover {
  color: #fff;
  background-color: #b62b70;
  border-color: #ab296a;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #fff;
  background-color: #b62b70;
  border-color: #ab296a;
  box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ab296a;
  border-color: #a12663;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}

.btn-red {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}
.btn-red:hover {
  color: #231815;
  background-color: #f6787a;
  border-color: #f57073;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #231815;
  background-color: #f6787a;
  border-color: #f57073;
  box-shadow: 0 0 0 0.25rem rgba(213, 85, 87, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #231815;
  background-color: #f68082;
  border-color: #f57073;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 85, 87, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}

.btn-orange {
  color: #231815;
  background-color: #ff571a;
  border-color: #ff571a;
}
.btn-orange:hover {
  color: #231815;
  background-color: #ff703c;
  border-color: #ff6831;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #231815;
  background-color: #ff703c;
  border-color: #ff6831;
  box-shadow: 0 0 0 0.25rem rgba(222, 78, 25, 0.5);
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #231815;
  background-color: #ff7948;
  border-color: #ff6831;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 78, 25, 0.5);
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #231815;
  background-color: #ff571a;
  border-color: #ff571a;
}

.btn-yellow {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-yellow:hover {
  color: #231815;
  background-color: #e0b730;
  border-color: #dfb323;
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #231815;
  background-color: #e0b730;
  border-color: #dfb323;
  box-shadow: 0 0 0 0.25rem rgba(191, 148, 13, 0.5);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #231815;
  background-color: #e2bb3c;
  border-color: #dfb323;
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(191, 148, 13, 0.5);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}

.btn-green {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-green:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-green:disabled, .btn-green.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-teal {
  color: #231815;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:hover {
  color: #231815;
  background-color: #41d1a7;
  border-color: #36cea1;
}
.btn-check:focus + .btn-teal, .btn-teal:focus {
  color: #231815;
  background-color: #41d1a7;
  border-color: #36cea1;
  box-shadow: 0 0 0 0.25rem rgba(32, 174, 132, 0.5);
}
.btn-check:checked + .btn-teal, .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  color: #231815;
  background-color: #4dd4ac;
  border-color: #36cea1;
}
.btn-check:checked + .btn-teal:focus, .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 174, 132, 0.5);
}
.btn-teal:disabled, .btn-teal.disabled {
  color: #231815;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-cyan {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-cyan:hover {
  color: #231815;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-cyan, .btn-cyan:focus {
  color: #231815;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(16, 175, 207, 0.5);
}
.btn-check:checked + .btn-cyan, .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
  color: #231815;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-cyan:focus, .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 175, 207, 0.5);
}
.btn-cyan:disabled, .btn-cyan.disabled {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-white {
  color: #231815;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #231815;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #231815;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(222, 220, 220, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #231815;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 220, 220, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #231815;
  background-color: #fff;
  border-color: #fff;
}

.btn-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-dark {
  color: #fff;
  background-color: #66686A;
  border-color: #66686A;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: #57585a;
  border-color: #525355;
}
.btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
  color: #fff;
  background-color: #57585a;
  border-color: #525355;
  box-shadow: 0 0 0 0.25rem rgba(125, 127, 128, 0.5);
}
.btn-check:checked + .btn-gray-dark, .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #525355;
  border-color: #4d4e50;
}
.btn-check:checked + .btn-gray-dark:focus, .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 127, 128, 0.5);
}
.btn-gray-dark:disabled, .btn-gray-dark.disabled {
  color: #fff;
  background-color: #66686A;
  border-color: #66686A;
}

.btn-blue-light {
  color: #231815;
  background-color: #f7fbfe;
  border-color: #f7fbfe;
}
.btn-blue-light:hover {
  color: #231815;
  background-color: #f8fcfe;
  border-color: #f8fbfe;
}
.btn-check:focus + .btn-blue-light, .btn-blue-light:focus {
  color: #231815;
  background-color: #f8fcfe;
  border-color: #f8fbfe;
  box-shadow: 0 0 0 0.25rem rgba(215, 217, 219, 0.5);
}
.btn-check:checked + .btn-blue-light, .btn-check:active + .btn-blue-light, .btn-blue-light:active, .btn-blue-light.active, .show > .btn-blue-light.dropdown-toggle {
  color: #231815;
  background-color: #f9fcfe;
  border-color: #f8fbfe;
}
.btn-check:checked + .btn-blue-light:focus, .btn-check:active + .btn-blue-light:focus, .btn-blue-light:active:focus, .btn-blue-light.active:focus, .show > .btn-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 217, 219, 0.5);
}
.btn-blue-light:disabled, .btn-blue-light.disabled {
  color: #231815;
  background-color: #f7fbfe;
  border-color: #f7fbfe;
}

.btn-blue-dark {
  color: #fff;
  background-color: #13222f;
  border-color: #13222f;
}
.btn-blue-dark:hover {
  color: #fff;
  background-color: #101d28;
  border-color: #0f1b26;
}
.btn-check:focus + .btn-blue-dark, .btn-blue-dark:focus {
  color: #fff;
  background-color: #101d28;
  border-color: #0f1b26;
  box-shadow: 0 0 0 0.25rem rgba(54, 67, 78, 0.5);
}
.btn-check:checked + .btn-blue-dark, .btn-check:active + .btn-blue-dark, .btn-blue-dark:active, .btn-blue-dark.active, .show > .btn-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f1b26;
  border-color: #0e1a23;
}
.btn-check:checked + .btn-blue-dark:focus, .btn-check:active + .btn-blue-dark:focus, .btn-blue-dark:active:focus, .btn-blue-dark.active:focus, .show > .btn-blue-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(54, 67, 78, 0.5);
}
.btn-blue-dark:disabled, .btn-blue-dark.disabled {
  color: #fff;
  background-color: #13222f;
  border-color: #13222f;
}

.btn-red-light {
  color: #231815;
  background-color: #fef7f7;
  border-color: #fef7f7;
}
.btn-red-light:hover {
  color: #231815;
  background-color: #fef8f8;
  border-color: #fef8f8;
}
.btn-check:focus + .btn-red-light, .btn-red-light:focus {
  color: #231815;
  background-color: #fef8f8;
  border-color: #fef8f8;
  box-shadow: 0 0 0 0.25rem rgba(221, 214, 213, 0.5);
}
.btn-check:checked + .btn-red-light, .btn-check:active + .btn-red-light, .btn-red-light:active, .btn-red-light.active, .show > .btn-red-light.dropdown-toggle {
  color: #231815;
  background-color: #fef9f9;
  border-color: #fef8f8;
}
.btn-check:checked + .btn-red-light:focus, .btn-check:active + .btn-red-light:focus, .btn-red-light:active:focus, .btn-red-light.active:focus, .show > .btn-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 214, 213, 0.5);
}
.btn-red-light:disabled, .btn-red-light.disabled {
  color: #231815;
  background-color: #fef7f7;
  border-color: #fef7f7;
}

.btn-red-dark {
  color: #fff;
  background-color: #8c3c3c;
  border-color: #8c3c3c;
}
.btn-red-dark:hover {
  color: #fff;
  background-color: #773333;
  border-color: #703030;
}
.btn-check:focus + .btn-red-dark, .btn-red-dark:focus {
  color: #fff;
  background-color: #773333;
  border-color: #703030;
  box-shadow: 0 0 0 0.25rem rgba(157, 89, 89, 0.5);
}
.btn-check:checked + .btn-red-dark, .btn-check:active + .btn-red-dark, .btn-red-dark:active, .btn-red-dark.active, .show > .btn-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #703030;
  border-color: #692d2d;
}
.btn-check:checked + .btn-red-dark:focus, .btn-check:active + .btn-red-dark:focus, .btn-red-dark:active:focus, .btn-red-dark.active:focus, .show > .btn-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(157, 89, 89, 0.5);
}
.btn-red-dark:disabled, .btn-red-dark.disabled {
  color: #fff;
  background-color: #8c3c3c;
  border-color: #8c3c3c;
}

.btn-black {
  color: #fff;
  background-color: #231815;
  border-color: #231815;
}
.btn-black:hover {
  color: #fff;
  background-color: #1e1412;
  border-color: #1c1311;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: #1e1412;
  border-color: #1c1311;
  box-shadow: 0 0 0 0.25rem rgba(68, 59, 56, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #1c1311;
  border-color: #1a1210;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 59, 56, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #231815;
  border-color: #231815;
}

.btn-gray-light {
  color: #231815;
  background-color: #9CA0A4;
  border-color: #9CA0A4;
}
.btn-gray-light:hover {
  color: #231815;
  background-color: #abaeb2;
  border-color: #a6aaad;
}
.btn-check:focus + .btn-gray-light, .btn-gray-light:focus {
  color: #231815;
  background-color: #abaeb2;
  border-color: #a6aaad;
  box-shadow: 0 0 0 0.25rem rgba(138, 140, 143, 0.5);
}
.btn-check:checked + .btn-gray-light, .btn-check:active + .btn-gray-light, .btn-gray-light:active, .btn-gray-light.active, .show > .btn-gray-light.dropdown-toggle {
  color: #231815;
  background-color: #b0b3b6;
  border-color: #a6aaad;
}
.btn-check:checked + .btn-gray-light:focus, .btn-check:active + .btn-gray-light:focus, .btn-gray-light:active:focus, .btn-gray-light.active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(138, 140, 143, 0.5);
}
.btn-gray-light:disabled, .btn-gray-light.disabled {
  color: #231815;
  background-color: #9CA0A4;
  border-color: #9CA0A4;
}

.btn-outline-blue {
  color: #60ACEC;
  border-color: #60ACEC;
}
.btn-outline-blue:hover {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.5);
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #231815;
  background-color: #60ACEC;
  border-color: #60ACEC;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 172, 236, 0.5);
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #60ACEC;
  background-color: transparent;
}

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5);
}
.btn-check:checked + .btn-outline-indigo, .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-check:checked + .btn-outline-indigo:focus, .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5);
}
.btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
  color: #6610f2;
  background-color: transparent;
}

.btn-outline-purple {
  color: #9e62bd;
  border-color: #9e62bd;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #9e62bd;
  border-color: #9e62bd;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 98, 189, 0.5);
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #9e62bd;
  border-color: #9e62bd;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 98, 189, 0.5);
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #9e62bd;
  background-color: transparent;
}

.btn-outline-pink {
  color: #d63384;
  border-color: #d63384;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #fff;
  background-color: #d63384;
  border-color: #d63384;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #d63384;
  background-color: transparent;
}

.btn-outline-red {
  color: #F46063;
  border-color: #F46063;
}
.btn-outline-red:hover {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #231815;
  background-color: #F46063;
  border-color: #F46063;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 96, 99, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #F46063;
  background-color: transparent;
}

.btn-outline-orange {
  color: #ff571a;
  border-color: #ff571a;
}
.btn-outline-orange:hover {
  color: #231815;
  background-color: #ff571a;
  border-color: #ff571a;
}
.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 26, 0.5);
}
.btn-check:checked + .btn-outline-orange, .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #231815;
  background-color: #ff571a;
  border-color: #ff571a;
}
.btn-check:checked + .btn-outline-orange:focus, .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 26, 0.5);
}
.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #ff571a;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-outline-yellow:hover {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 170, 11, 0.5);
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #231815;
  background-color: #DBAA0B;
  border-color: #DBAA0B;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 170, 11, 0.5);
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #DBAA0B;
  background-color: transparent;
}

.btn-outline-green {
  color: #198754;
  border-color: #198754;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:hover {
  color: #231815;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
}
.btn-check:checked + .btn-outline-teal, .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
  color: #231815;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-check:checked + .btn-outline-teal:focus, .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
}
.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #20c997;
  background-color: transparent;
}

.btn-outline-cyan {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-cyan:hover {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-cyan, .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
  color: #231815;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-cyan:focus, .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #231815;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #231815;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-gray-dark {
  color: #66686A;
  border-color: #66686A;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #66686A;
  border-color: #66686A;
}
.btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 104, 106, 0.5);
}
.btn-check:checked + .btn-outline-gray-dark, .btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #66686A;
  border-color: #66686A;
}
.btn-check:checked + .btn-outline-gray-dark:focus, .btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 104, 106, 0.5);
}
.btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
  color: #66686A;
  background-color: transparent;
}

.btn-outline-blue-light {
  color: #f7fbfe;
  border-color: #f7fbfe;
}
.btn-outline-blue-light:hover {
  color: #231815;
  background-color: #f7fbfe;
  border-color: #f7fbfe;
}
.btn-check:focus + .btn-outline-blue-light, .btn-outline-blue-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 251, 254, 0.5);
}
.btn-check:checked + .btn-outline-blue-light, .btn-check:active + .btn-outline-blue-light, .btn-outline-blue-light:active, .btn-outline-blue-light.active, .btn-outline-blue-light.dropdown-toggle.show {
  color: #231815;
  background-color: #f7fbfe;
  border-color: #f7fbfe;
}
.btn-check:checked + .btn-outline-blue-light:focus, .btn-check:active + .btn-outline-blue-light:focus, .btn-outline-blue-light:active:focus, .btn-outline-blue-light.active:focus, .btn-outline-blue-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 251, 254, 0.5);
}
.btn-outline-blue-light:disabled, .btn-outline-blue-light.disabled {
  color: #f7fbfe;
  background-color: transparent;
}

.btn-outline-blue-dark {
  color: #13222f;
  border-color: #13222f;
}
.btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #13222f;
  border-color: #13222f;
}
.btn-check:focus + .btn-outline-blue-dark, .btn-outline-blue-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 34, 47, 0.5);
}
.btn-check:checked + .btn-outline-blue-dark, .btn-check:active + .btn-outline-blue-dark, .btn-outline-blue-dark:active, .btn-outline-blue-dark.active, .btn-outline-blue-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #13222f;
  border-color: #13222f;
}
.btn-check:checked + .btn-outline-blue-dark:focus, .btn-check:active + .btn-outline-blue-dark:focus, .btn-outline-blue-dark:active:focus, .btn-outline-blue-dark.active:focus, .btn-outline-blue-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 34, 47, 0.5);
}
.btn-outline-blue-dark:disabled, .btn-outline-blue-dark.disabled {
  color: #13222f;
  background-color: transparent;
}

.btn-outline-red-light {
  color: #fef7f7;
  border-color: #fef7f7;
}
.btn-outline-red-light:hover {
  color: #231815;
  background-color: #fef7f7;
  border-color: #fef7f7;
}
.btn-check:focus + .btn-outline-red-light, .btn-outline-red-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 247, 247, 0.5);
}
.btn-check:checked + .btn-outline-red-light, .btn-check:active + .btn-outline-red-light, .btn-outline-red-light:active, .btn-outline-red-light.active, .btn-outline-red-light.dropdown-toggle.show {
  color: #231815;
  background-color: #fef7f7;
  border-color: #fef7f7;
}
.btn-check:checked + .btn-outline-red-light:focus, .btn-check:active + .btn-outline-red-light:focus, .btn-outline-red-light:active:focus, .btn-outline-red-light.active:focus, .btn-outline-red-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 247, 247, 0.5);
}
.btn-outline-red-light:disabled, .btn-outline-red-light.disabled {
  color: #fef7f7;
  background-color: transparent;
}

.btn-outline-red-dark {
  color: #8c3c3c;
  border-color: #8c3c3c;
}
.btn-outline-red-dark:hover {
  color: #fff;
  background-color: #8c3c3c;
  border-color: #8c3c3c;
}
.btn-check:focus + .btn-outline-red-dark, .btn-outline-red-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 60, 60, 0.5);
}
.btn-check:checked + .btn-outline-red-dark, .btn-check:active + .btn-outline-red-dark, .btn-outline-red-dark:active, .btn-outline-red-dark.active, .btn-outline-red-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #8c3c3c;
  border-color: #8c3c3c;
}
.btn-check:checked + .btn-outline-red-dark:focus, .btn-check:active + .btn-outline-red-dark:focus, .btn-outline-red-dark:active:focus, .btn-outline-red-dark.active:focus, .btn-outline-red-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 60, 60, 0.5);
}
.btn-outline-red-dark:disabled, .btn-outline-red-dark.disabled {
  color: #8c3c3c;
  background-color: transparent;
}

.btn-outline-black {
  color: #231815;
  border-color: #231815;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #231815;
  border-color: #231815;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 24, 21, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #231815;
  border-color: #231815;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 24, 21, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #231815;
  background-color: transparent;
}

.btn-outline-gray-light {
  color: #9CA0A4;
  border-color: #9CA0A4;
}
.btn-outline-gray-light:hover {
  color: #231815;
  background-color: #9CA0A4;
  border-color: #9CA0A4;
}
.btn-check:focus + .btn-outline-gray-light, .btn-outline-gray-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(156, 160, 164, 0.5);
}
.btn-check:checked + .btn-outline-gray-light, .btn-check:active + .btn-outline-gray-light, .btn-outline-gray-light:active, .btn-outline-gray-light.active, .btn-outline-gray-light.dropdown-toggle.show {
  color: #231815;
  background-color: #9CA0A4;
  border-color: #9CA0A4;
}
.btn-check:checked + .btn-outline-gray-light:focus, .btn-check:active + .btn-outline-gray-light:focus, .btn-outline-gray-light:active:focus, .btn-outline-gray-light.active:focus, .btn-outline-gray-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(156, 160, 164, 0.5);
}
.btn-outline-gray-light:disabled, .btn-outline-gray-light.disabled {
  color: #9CA0A4;
  background-color: transparent;
}

.btn-sm.btn-logout i.bi {
  vertical-align: 0.1em;
}

a.text-black {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.text-black:hover {
  color: #60ACEC !important;
}

.table-responsive {
  overflow-y: hidden;
}

.badge {
  white-space: normal;
  padding: 0.25rem 1rem;
  line-height: 1.5;
}

.high-school-badge {
  white-space: normal;
  padding: 0.25rem 1rem;
  line-height: 1.5;
}

.bg-blue {
  background-color: #60ACEC !important;
  --bs-bg-color: #60ACEC;
  --bs-bg-color-rgb: 96, 172, 236;
}

.text-blue {
  color: #60ACEC !important;
  --bs-text-color: #60ACEC;
  --bs-text-color-rgb: 96, 172, 236;
}

.bg-indigo {
  background-color: #6610f2 !important;
  --bs-bg-color: #6610f2;
  --bs-bg-color-rgb: 102, 16, 242;
}

.text-indigo {
  color: #6610f2 !important;
  --bs-text-color: #6610f2;
  --bs-text-color-rgb: 102, 16, 242;
}

.bg-purple {
  background-color: #9e62bd !important;
  --bs-bg-color: #9e62bd;
  --bs-bg-color-rgb: 158, 98, 189;
}

.text-purple {
  color: #9e62bd !important;
  --bs-text-color: #9e62bd;
  --bs-text-color-rgb: 158, 98, 189;
}

.bg-pink {
  background-color: #d63384 !important;
  --bs-bg-color: #d63384;
  --bs-bg-color-rgb: 214, 51, 132;
}

.text-pink {
  color: #d63384 !important;
  --bs-text-color: #d63384;
  --bs-text-color-rgb: 214, 51, 132;
}

.bg-red {
  background-color: #F46063 !important;
  --bs-bg-color: #F46063;
  --bs-bg-color-rgb: 244, 96, 99;
}

.text-red {
  color: #F46063 !important;
  --bs-text-color: #F46063;
  --bs-text-color-rgb: 244, 96, 99;
}

.bg-orange {
  background-color: #ff571a !important;
  --bs-bg-color: #ff571a;
  --bs-bg-color-rgb: 255, 87, 26;
}

.text-orange {
  color: #ff571a !important;
  --bs-text-color: #ff571a;
  --bs-text-color-rgb: 255, 87, 26;
}

.bg-yellow {
  background-color: #DBAA0B !important;
  --bs-bg-color: #DBAA0B;
  --bs-bg-color-rgb: 219, 170, 11;
}

.text-yellow {
  color: #DBAA0B !important;
  --bs-text-color: #DBAA0B;
  --bs-text-color-rgb: 219, 170, 11;
}

.bg-green {
  background-color: #198754 !important;
  --bs-bg-color: #198754;
  --bs-bg-color-rgb: 25, 135, 84;
}

.text-green {
  color: #198754 !important;
  --bs-text-color: #198754;
  --bs-text-color-rgb: 25, 135, 84;
}

.bg-teal {
  background-color: #20c997 !important;
  --bs-bg-color: #20c997;
  --bs-bg-color-rgb: 32, 201, 151;
}

.text-teal {
  color: #20c997 !important;
  --bs-text-color: #20c997;
  --bs-text-color-rgb: 32, 201, 151;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
  --bs-bg-color: #0dcaf0;
  --bs-bg-color-rgb: 13, 202, 240;
}

.text-cyan {
  color: #0dcaf0 !important;
  --bs-text-color: #0dcaf0;
  --bs-text-color-rgb: 13, 202, 240;
}

.bg-white {
  background-color: #fff !important;
  --bs-bg-color: #fff;
  --bs-bg-color-rgb: 255, 255, 255;
}

.text-white {
  color: #fff !important;
  --bs-text-color: #fff;
  --bs-text-color-rgb: 255, 255, 255;
}

.bg-gray {
  background-color: #6c757d !important;
  --bs-bg-color: #6c757d;
  --bs-bg-color-rgb: 108, 117, 125;
}

.text-gray {
  color: #6c757d !important;
  --bs-text-color: #6c757d;
  --bs-text-color-rgb: 108, 117, 125;
}

.bg-gray-dark {
  background-color: #66686A !important;
  --bs-bg-color: #66686A;
  --bs-bg-color-rgb: 102, 104, 106;
}

.text-gray-dark {
  color: #66686A !important;
  --bs-text-color: #66686A;
  --bs-text-color-rgb: 102, 104, 106;
}

.bg-blue-light {
  background-color: #f7fbfe !important;
  --bs-bg-color: #f7fbfe;
  --bs-bg-color-rgb: 247, 251, 254;
}

.text-blue-light {
  color: #f7fbfe !important;
  --bs-text-color: #f7fbfe;
  --bs-text-color-rgb: 247, 251, 254;
}

.bg-blue-dark {
  background-color: #13222f !important;
  --bs-bg-color: #13222f;
  --bs-bg-color-rgb: 19, 34, 47;
}

.text-blue-dark {
  color: #13222f !important;
  --bs-text-color: #13222f;
  --bs-text-color-rgb: 19, 34, 47;
}

.bg-red-light {
  background-color: #fef7f7 !important;
  --bs-bg-color: #fef7f7;
  --bs-bg-color-rgb: 254, 247, 247;
}

.text-red-light {
  color: #fef7f7 !important;
  --bs-text-color: #fef7f7;
  --bs-text-color-rgb: 254, 247, 247;
}

.bg-red-dark {
  background-color: #8c3c3c !important;
  --bs-bg-color: #8c3c3c;
  --bs-bg-color-rgb: 140, 60, 60;
}

.text-red-dark {
  color: #8c3c3c !important;
  --bs-text-color: #8c3c3c;
  --bs-text-color-rgb: 140, 60, 60;
}

.bg-black {
  background-color: #231815 !important;
  --bs-bg-color: #231815;
  --bs-bg-color-rgb: 35, 24, 21;
}

.text-black {
  color: #231815 !important;
  --bs-text-color: #231815;
  --bs-text-color-rgb: 35, 24, 21;
}

.bg-gray-light {
  background-color: #9CA0A4 !important;
  --bs-bg-color: #9CA0A4;
  --bs-bg-color-rgb: 156, 160, 164;
}

.text-gray-light {
  color: #9CA0A4 !important;
  --bs-text-color: #9CA0A4;
  --bs-text-color-rgb: 156, 160, 164;
}

.bg-primary {
  --bs-bg-color: #60ACEC;
  --bs-bg-color-rgb: 96, 172, 236;
}

.bg-secondary {
  --bs-bg-color: #6c757d;
  --bs-bg-color-rgb: 108, 117, 125;
}

.bg-success {
  --bs-bg-color: #198754;
  --bs-bg-color-rgb: 25, 135, 84;
}

.bg-info {
  --bs-bg-color: #0dcaf0;
  --bs-bg-color-rgb: 13, 202, 240;
}

.bg-warning {
  --bs-bg-color: #DBAA0B;
  --bs-bg-color-rgb: 219, 170, 11;
}

.bg-danger {
  --bs-bg-color: #F46063;
  --bs-bg-color-rgb: 244, 96, 99;
}

.bg-light {
  --bs-bg-color: #f4f4f4;
  --bs-bg-color-rgb: 244, 244, 244;
}

.bg-dark {
  --bs-bg-color: #212529;
  --bs-bg-color-rgb: 33, 37, 41;
}

.flex-row .ccm-layout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.flex-row .ccm-layout-row > * {
  float: none;
  width: auto !important;
}

.flex-column .ccm-layout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.flex-column .ccm-layout-row > * {
  float: none;
  width: 100% !important;
}

.flex-row-reverse .ccm-layout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-row-reverse .ccm-layout-row > * {
  float: none;
  width: auto !important;
}

.flex-column-reverse .ccm-layout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-column-reverse .ccm-layout-row > * {
  float: none;
  width: auto !important;
}

@media (min-width: 576px) {
  .flex-sm-row .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-row .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-sm-column .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-column .ccm-layout-row > * {
    float: none;
    width: 100% !important;
  }
  .flex-sm-row-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-row-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-sm-column-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-column-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-row .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-md-column .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-column .ccm-layout-row > * {
    float: none;
    width: 100% !important;
  }
  .flex-md-row-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-row-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-md-column-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-column-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-row .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-lg-column .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-column .ccm-layout-row > * {
    float: none;
    width: 100% !important;
  }
  .flex-lg-row-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-row-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-lg-column-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-column-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-row .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-xl-column .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-column .ccm-layout-row > * {
    float: none;
    width: 100% !important;
  }
  .flex-xl-row-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-row-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-xl-column-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-column-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
}
@media (min-width: 1890px) {
  .flex-xxl-row .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .flex-xxl-row .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-xxl-column .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .flex-xxl-column .ccm-layout-row > * {
    float: none;
    width: 100% !important;
  }
  .flex-xxl-row-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xxl-row-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
  .flex-xxl-column-reverse .ccm-layout-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xxl-column-reverse .ccm-layout-row > * {
    float: none;
    width: auto !important;
  }
}
.rrh-layout-wrapper {
  max-width: none;
}

.btn[disabled], .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn:not(*[class*=btn-outline-]) {
  color: #fff !important;
}
.btn:hover {
  color: #fff !important;
}
.btn i.bi {
  font-size: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: -0.1em;
}
.btn-sm i.bi, .btn-group-sm > .btn i.bi {
  font-size: 0.9em;
}

.g-x-reset {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.sticky-top {
  z-index: 900;
}

.alert-link {
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}

.bg-transparent {
  background: rgba(255, 255, 255, 0) !important;
}

.text-justify {
  text-align: justify;
}

.nav-link {
  padding: 1rem 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.nav-tabs .nav-item {
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}

.fw-bold,
.fw-bolder {
  font-family: var(--base-bold-font-family);
}

.fw-ex-bold {
  font-weight: 900;
  font-family: var(--base-ex-bold-font-family);
}

.fw-normal {
  font-family: var(--base-font-family);
}

/* .card */
.card-body p,
.container .card-body p {
  line-height: 1.8;
}
.card-title,
.container .card-title {
  line-height: 1.1;
  color: var(--bs-text-color);
}

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-header {
  background-color: var(--bs-light);
}
.card-footer {
  text-align: right;
}

/* bootstrap icon */
.icon-stack {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.icon-stack i.bi:first-of-type {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.75em), calc(100% - 0.25em) calc(100% - 0.75em), calc(100% - 0.25em) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.75em), calc(100% - 0.25em) calc(100% - 0.75em), calc(100% - 0.25em) 100%, 0 100%);
}
.icon-stack i.bi:last-of-type {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0.6) translate(50%, -10%);
          transform: scale(0.6) translate(50%, -10%);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.list-decimal01 {
  list-style: decimal !important;
  padding-left: 1.5em !important;
}
.list-decimal01 > li {
  list-style: inherit;
}

.list-decimal02 > li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.list-decimal02 > li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.list-disc {
  list-style: disc !important;
  padding-left: 1.5em !important;
}
.list-disc > li {
  list-style: inherit;
}
.list-disc ul {
  list-style: circle !important;
}
.list-disc ul > li {
  list-style: inherit;
}

*[class*=line-clamp-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.fs-step--2 {
  font-size: clamp(0.69rem, 0.67rem + 0.11vw, 0.8rem);
}

.fs-step--1 {
  font-size: clamp(0.83rem, 0.79rem + 0.17vw, 1rem);
}

.fs-step-0 {
  font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
}

.fs-step-1 {
  font-size: clamp(1.2rem, 1.11rem + 0.38vw, 1.56rem);
}

.fs-step-2 {
  font-size: clamp(1.44rem, 1.32rem + 0.53vw, 1.95rem);
}

.fs-step-3 {
  font-size: clamp(1.73rem, 1.56rem + 0.74vw, 2.44rem);
}

.fs-step-4 {
  font-size: clamp(2.07rem, 1.84rem + 1.01vw, 3.05rem);
}

.fs-step-5 {
  font-size: clamp(2.49rem, 2.17rem + 1.37vw, 3.82rem);
}

/* z-index-n～ */
.z-index-n5 {
  z-index: -5;
}

.z-index-n4 {
  z-index: -4;
}

.z-index-n3 {
  z-index: -3;
}

.z-index-n2 {
  z-index: -2;
}

.z-index-n1 {
  z-index: -1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.form-check-input,
.form-check label {
  cursor: pointer;
}

memo {
  font-size: 0.8rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  margin: 0 1rem;
  background: rgba(219, 170, 11, 0.5);
  color: #2C2C2C;
  vertical-align: middle;
}

main {
  background: #f4f4f4;
}

.test {
  background: #fafafb;
  text-align: center;
  position: relative;
  z-index: 800;
  opacity: 0.8;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.test-memo {
  position: relative;
  width: 100%;
}
.test-memo > * {
  opacity: 0.5;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-linear-gradient(top, transparent 30%, yellow 30%);
  background: linear-gradient(to bottom, transparent 30%, yellow 30%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.test > div {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 3rem;
  margin: auto;
  top: 0;
  left: -100%;
  right: -100%;
  border: 2px solid #DBAA0B;
  background-image: -webkit-linear-gradient(335deg, rgba(255, 255, 255, 0) calc(50.0001% - 0.5px), rgba(219, 170, 11, 0.8) calc(50.0001% - 0.5px), rgba(219, 170, 11, 0.8) calc(50.0001% + 0.5px), rgba(255, 255, 255, 0) calc(50.0001% + 0.5px));
  background-image: linear-gradient(115.0001deg, rgba(255, 255, 255, 0) calc(50.0001% - 0.5px), rgba(219, 170, 11, 0.8) calc(50.0001% - 0.5px), rgba(219, 170, 11, 0.8) calc(50.0001% + 0.5px), rgba(255, 255, 255, 0) calc(50.0001% + 0.5px));
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.test-parent {
  position: relative;
}
.test-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: table;
  width: 100%;
}
.test mark, .test .mark {
  background: #DBAA0B;
  font-style: normal;
  padding: 0.5rem 1rem;
  margin: auto;
  border-radius: 2px;
  display: table;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  position: relative;
  z-index: 10;
}
.test-repeat {
  border: 0;
  background-color: transparent;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.test-repeat::before, .test-repeat::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  opacity: 0.5;
  width: 50%;
  height: 100px;
  color: #231815;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0ic3ZnLWJnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDg0IDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODQgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZGlzcGxheTpub25lO30NCgkuc3Qxe2Rpc3BsYXk6aW5saW5lO2ZpbGw6IzAwRkYwQjt9DQoJLnN0MntkaXNwbGF5OmlubGluZTtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAwNTg1NTg3OTQ3MjU0MTg0ODkyNDAwMDAwMTY3MDkyMTc5NzI2ODMzNjczMDhfKTt9DQoJLnN0NHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDV7ZGlzcGxheTppbmxpbmU7fQ0KCS5zdDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAwNTU2NjczMDU4MTE5MzgzMDEzNjAwMDAwMDc1MjI3Mjk4NTIzMjQ0MTA4MDJfKTt9DQoJLnN0N3tkaXNwbGF5Om5vbmU7b3BhY2l0eTowLjU7fQ0KPC9zdHlsZT4NCjxnIGNsYXNzPSJzdDAiPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMDIuNSw0MGMtNyw2LjYtMTQsNi42LTIxLDBzLTE0LTYuNi0yMSwwcy0xNCw2LjYtMjEsMHMtMTQtNi42LTIxLDBzLTE0LDYuNi0yMSwwdjIwYzcsNi42LDE0LDYuNiwyMSwwDQoJCXMxNC02LjYsMjEsMHMxNCw2LjYsMjEsMHMxNC02LjYsMjEsMHMxNCw2LjYsMjEsMFY0MHoiLz4NCjwvZz4NCjxnIGNsYXNzPSJzdDAiPg0KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMDUsMGMtNyw2LjYtMTQsNi42LTIxLDBTNzAtNi42LDYzLDBTNDksNi42LDQyLDBTMjgtNi42LDIxLDBTNyw2LjYsMCwwdjIwYzcsNi42LDE0LDYuNiwyMSwwczE0LTYuNiwyMSwwDQoJCXMxNCw2LjYsMjEsMHMxNC02LjYsMjEsMHMxNCw2LjYsMjEsMFYweiIvPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxkZWZzPg0KCQkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iODQiIGhlaWdodD0iMTAwIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8wMDAwMDE0NzIwNDk3ODY1MTU5NDAxODUyMDAwMDAwODU2OTAzNzkyOTIyMjI0MDEzNV8iPg0KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgkJPC9jbGlwUGF0aD4NCgkJPGcgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTQ3MjA0OTc4NjUxNTk0MDE4NTIwMDAwMDA4NTY5MDM3OTI5MjIyMjQwMTM1Xyk7Ij4NCgkJCTxwYXRoIGNsYXNzPSJzdDQiIGQ9Ik0xMDIuNSw0MGMtNyw2LjYtMTQsNi42LTIxLDBzLTE0LTYuNi0yMSwwcy0xNCw2LjYtMjEsMHMtMTQtNi42LTIxLDBzLTE0LDYuNi0yMSwwdjIwYzcsNi42LDE0LDYuNiwyMSwwDQoJCQkJczE0LTYuNiwyMSwwczE0LDYuNiwyMSwwczE0LTYuNiwyMSwwczE0LDYuNiwyMSwwVjQweiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgY2xhc3M9InN0MCI+DQoJPGcgY2xhc3M9InN0NSI+DQoJCTxkZWZzPg0KCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDQxMjk1MjMzNjgzMTgzNzkxNjkwMDAwMDA3OTIyMjAxOTA2ODIzNjQzMDMyXyIgeD0iODQiIHdpZHRoPSI4MS41IiBoZWlnaHQ9IjEwMCIvPg0KCQk8L2RlZnM+DQoJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMDAwMDAxMjc3NDM4MTM5ODc5NzQyMTk5MzAwMDAwMDMwMzEyMTE4NjcwMjYwNDYxMzJfIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzAwMDAwMDQxMjk1MjMzNjgzMTgzNzkxNjkwMDAwMDA3OTIyMjAxOTA2ODIzNjQzMDMyXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8ZyBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjc3NDM4MTM5ODc5NzQyMTk5MzAwMDAwMDMwMzEyMTE4NjcwMjYwNDYxMzJfKTsiPg0KCQkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTE4Ni41LDQwYy03LDYuNi0xNCw2LjYtMjEsMHMtMTQtNi42LTIxLDBzLTE0LDYuNi0yMSwwcy0xNC02LjYtMjEsMHMtMTQsNi42LTIxLDB2MjBjNyw2LjYsMTQsNi42LDIxLDANCgkJCQlzMTQtNi42LDIxLDBzMTQsNi42LDIxLDBzMTQtNi42LDIxLDBzMTQsNi42LDIxLDBWNDB6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8ZyBjbGFzcz0ic3Q3Ij4NCgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTg2LjUsNDBjLTcsNi42LTE0LDYuNi0yMSwwcy0xNC02LjYtMjEsMHMtMTQsNi42LTIxLDBzLTE0LTYuNi0yMSwwcy0xNCw2LjYtMjEsMHYyMGM3LDYuNiwxNCw2LjYsMjEsMA0KCQlzMTQtNi42LDIxLDBzMTQsNi42LDIxLDBzMTQtNi42LDIxLDBzMTQsNi42LDIxLDBWNDB6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.test-repeat::before {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0rem) skewX(-10deg);
          transform: translateX(0rem) skewX(-10deg);
}
.test-repeat::after {
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(0rem) skewX(-10deg);
          transform: translateX(0rem) skewX(-10deg);
}

/* sp : mobile-first css */
:root {
  --sp: on;
  --spacer: 1rem;
  --card-spacer: 0;
  --radar-color: rgba(96, 172, 236, 0.8);
  --radar-color01: rgba(218, 96, 236, 0.6);
  --radar-color02: rgba(33, 117, 241, 0.3);
  --radar-color03: rgba(128, 197, 255, 0.6);
  --radar-color04: rgba(158, 98, 189, 1);
  --bs-border-radius: 2px;
  --bs-bg-color: #f4f4f4;
  --bs-bg-color-rgb: 244, 244, 244;
  --bs-text-color: #2C2C2C;
  --bs-text-color-rgb: 44, 44, 44;
  --bs-border-color: #dde1e5;
  --base-font-family:-apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  --base-bold-font-family:-apple-system, BlinkMacSystemFont, Roboto, Segoe UI semibold, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic, Segoe UI, Verdana, Meiryo, sans-serif;
  --base-ex-bold-font-family:Noto Sans JP, sans-serif;
  --global-header-height: 80;
  --bs-primary-rgb: 96, 172, 236;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 219, 170, 11;
  --bs-danger-rgb: 244, 96, 99;
  --bs-light-rgb: 244, 244, 244;
  --bs-dark-rgb: 33, 37, 41;
  --bs-blue-rgb: 96, 172, 236;
  --bs-indigo-rgb: 102, 16, 242;
  --bs-purple-rgb: 158, 98, 189;
  --bs-pink-rgb: 214, 51, 132;
  --bs-red-rgb: 244, 96, 99;
  --bs-orange-rgb: 255, 87, 26;
  --bs-yellow-rgb: 219, 170, 11;
  --bs-green-rgb: 25, 135, 84;
  --bs-teal-rgb: 32, 201, 151;
  --bs-cyan-rgb: 13, 202, 240;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 108, 117, 125;
  --bs-gray-dark-rgb: 102, 104, 106;
  --bs-blue-light-rgb: 247, 251, 254;
  --bs-blue-dark-rgb: 19, 34, 47;
  --bs-red-light-rgb: 254, 247, 247;
  --bs-red-dark-rgb: 140, 60, 60;
  --bs-black-rgb: 35, 24, 21;
  --bs-gray-light-rgb: 156, 160, 164;
  --bs-gray--"100": #f8f9fa;
  --bs-gray--"100"-rgb: 248, 249, 250;
  --bs-gray-200: #e9ecef;
  --bs-gray-200-rgb: 233, 236, 239;
  --bs-gray-300: #dee2e6;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400: #ced4da;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500: #adb5bd;
  --bs-gray-500-rgb: 173, 181, 189;
  --bs-gray-600: #6c757d;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-700: #495057;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800: #343a40;
  --bs-gray-800-rgb: 52, 58, 64;
  --bs-gray-900: #212529;
  --bs-gray-900-rgb: 33, 37, 41;
  --bs-blue-100: #f8f9fa;
  --bs-blue-100-rgb: 248, 249, 250;
  --bs-blue-200: #e9ecef;
  --bs-blue-200-rgb: 233, 236, 239;
  --bs-blue-300: #dee2e6;
  --bs-blue-300-rgb: 222, 226, 230;
  --bs-blue-400: #ced4da;
  --bs-blue-400-rgb: 206, 212, 218;
  --bs-blue-500: #adb5bd;
  --bs-blue-500-rgb: 173, 181, 189;
  --bs-blue-600: #6c757d;
  --bs-blue-600-rgb: 108, 117, 125;
  --bs-blue-700: #495057;
  --bs-blue-700-rgb: 73, 80, 87;
  --bs-blue-800: #343a40;
  --bs-blue-800-rgb: 52, 58, 64;
  --bs-blue-900: #212529;
  --bs-blue-900-rgb: 33, 37, 41;
  --bs-xs-width: 0;
  --bs-sm-width: 576px;
  --bs-md-width: 768px;
  --bs-lg-width: 992px;
  --bs-xl-width: 1200px;
  --bs-xxl-width: 1890px;
}

/* custom reset */
a {
  word-break: break-all;
}

th {
  font-weight: normal;
  font-family: var(--base-font-family);
}

html {
  font-size: 14px !important;
}

body {
  font-size: 14px !important;
  font-family: var(--base-font-family) !important;
  --body-padding: var(--spacer);
  --body-padding: 0;
  padding: 0;
  background-color: var(--bs-gray-light);
}

b,
strong {
  font-family: var(--base-bold-font-family);
  font-weight: bold;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a,
a:visited,
a:active {
  color: var(--bs-primary);
}

/* .container */
.container p {
  line-height: 2;
}

#MainContents {
  background: var(--bs-light);
  color: var(--bs-text-color);
  padding: var(--spacer);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.body-pt001 #MainContents {
  padding-top: 0;
}

/* reset */
.reset-body-padding, .reset-body-padding-start {
  margin-left: calc(var(--body-padding) * -1) !important;
  padding-left: var(--body-padding) !important;
}
.reset-body-padding, .reset-body-padding-end {
  margin-right: calc(var(--body-padding) * -1) !important;
  padding-right: var(--body-padding) !important;
}
.reset-body-padding.p-0, .reset-body-padding.px-0, .reset-body-padding-start.p-0, .reset-body-padding-start.px-0, .reset-body-padding-end.p-0, .reset-body-padding-end.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.reset-body-padding.ps-0, .reset-body-padding-start.ps-0, .reset-body-padding-end.ps-0 {
  padding-left: 0 !important;
}
.reset-body-padding.pe-0, .reset-body-padding-start.pe-0, .reset-body-padding-end.pe-0 {
  padding-right: 0 !important;
}

/* form */
.form-check-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  padding: calc(var(--spacer) * 0.75) var(--spacer);
  border-radius: var(--bs-border-radius);
  margin: calc(var(--spacer) * 0.25) 0;
  border: 1px solid var(--bs-border-color);
  position: relative;
}
.form-check-custom label {
  color: #4D4D4D;
  position: absolute;
  padding-left: 1.5em;
  z-index: 10;
  cursor: pointer;
  display: block;
  width: calc(100% - 1.5em);
}
.form-check-custom input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-check-custom input:checked ~ .check {
  border-color: currentColor;
  color: var(--bs-primary);
  box-shadow: 0px 0px 0px 15px var(--bs-primary) inset;
}
.form-check-custom input:checked ~ .check::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form-check-custom .check {
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  border-radius: 100px;
  background-color: var(--bs-white);
  border: 2px solid currentColor;
  box-shadow: 0px 0px 0px 0px currentColor inset;
  -webkit-transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.form-check-custom .check::after {
  content: "\f26e";
  color: var(--bs-white);
  display: block;
  font-family: "bootstrap-icons";
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
  top: -1px;
  left: -2px;
}

/* .btn 共通　*/
.button-fixed-bottom .btn,
.search-results .card-footer .btn {
  position: relative;
}
.button-fixed-bottom .btn .btn-inner,
.search-results .card-footer .btn .btn-inner {
  position: relative;
  display: block;
  letter-spacing: -0.05em;
}

/* letter-spacing */
.ls-01 {
  letter-spacing: -0.05em;
}

/*.btn-ex01 */
.btn-ex01 {
  background: var(--bs-light);
}
.btn-ex01:not([class*=btn-outline]) {
  color: var(--bs-text-color) !important;
}
.btn-ex01 i.bi {
  color: var(--bs-primary);
}

.btn-ex01-muted {
  background: #dee2e6;
}
.btn-ex01-muted:not([class*=btn-outline]) {
  color: var(--bs-gray) !important;
  color: var(--bs-text-color) !important;
}
.btn-ex01-muted:not([class*=btn-outline]) i.bi:not([class*=text-]) {
  color: var(--bs-primary) !important;
  color: var(--bs-text-color) !important;
}

/* .text-x */
.text-en {
  font-family: "Roboto", sans-serif;
}

/* data-inview // data-inview-active が設定されている内部のみ対象 */
*[data-inview-active] *[data-inview],
.inview-active *[data-inview] {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
}
*[data-inview-active] *[data-inview][data-inview-delay="0.5"],
.inview-active *[data-inview][data-inview-delay="0.5"] {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="1"], *[data-inview-active] *[data-inview][data-inview-delay="1.0"],
.inview-active *[data-inview][data-inview-delay="1"],
.inview-active *[data-inview][data-inview-delay="1.0"] {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="1.5"],
.inview-active *[data-inview][data-inview-delay="1.5"] {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="2"], *[data-inview-active] *[data-inview][data-inview-delay="2.0"],
.inview-active *[data-inview][data-inview-delay="2"],
.inview-active *[data-inview][data-inview-delay="2.0"] {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="2.5"],
.inview-active *[data-inview][data-inview-delay="2.5"] {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="3"], *[data-inview-active] *[data-inview][data-inview-delay="3.0"],
.inview-active *[data-inview][data-inview-delay="3"],
.inview-active *[data-inview][data-inview-delay="3.0"] {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="3.5"],
.inview-active *[data-inview][data-inview-delay="3.5"] {
  -webkit-transition-delay: 3.5s !important;
          transition-delay: 3.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="4"], *[data-inview-active] *[data-inview][data-inview-delay="4.0"],
.inview-active *[data-inview][data-inview-delay="4"],
.inview-active *[data-inview][data-inview-delay="4.0"] {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="4.5"],
.inview-active *[data-inview][data-inview-delay="4.5"] {
  -webkit-transition-delay: 4.5s !important;
          transition-delay: 4.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="5"], *[data-inview-active] *[data-inview][data-inview-delay="5.0"],
.inview-active *[data-inview][data-inview-delay="5"],
.inview-active *[data-inview][data-inview-delay="5.0"] {
  -webkit-transition-delay: 5s !important;
          transition-delay: 5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="5.5"],
.inview-active *[data-inview][data-inview-delay="5.5"] {
  -webkit-transition-delay: 5.5s !important;
          transition-delay: 5.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="6"], *[data-inview-active] *[data-inview][data-inview-delay="6.0"],
.inview-active *[data-inview][data-inview-delay="6"],
.inview-active *[data-inview][data-inview-delay="6.0"] {
  -webkit-transition-delay: 6s !important;
          transition-delay: 6s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="6.5"],
.inview-active *[data-inview][data-inview-delay="6.5"] {
  -webkit-transition-delay: 6.5s !important;
          transition-delay: 6.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="7"], *[data-inview-active] *[data-inview][data-inview-delay="7.0"],
.inview-active *[data-inview][data-inview-delay="7"],
.inview-active *[data-inview][data-inview-delay="7.0"] {
  -webkit-transition-delay: 7s !important;
          transition-delay: 7s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="7.5"],
.inview-active *[data-inview][data-inview-delay="7.5"] {
  -webkit-transition-delay: 7.5s !important;
          transition-delay: 7.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="8"], *[data-inview-active] *[data-inview][data-inview-delay="8.0"],
.inview-active *[data-inview][data-inview-delay="8"],
.inview-active *[data-inview][data-inview-delay="8.0"] {
  -webkit-transition-delay: 8s !important;
          transition-delay: 8s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="8.5"],
.inview-active *[data-inview][data-inview-delay="8.5"] {
  -webkit-transition-delay: 8.5s !important;
          transition-delay: 8.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="9"], *[data-inview-active] *[data-inview][data-inview-delay="9.0"],
.inview-active *[data-inview][data-inview-delay="9"],
.inview-active *[data-inview][data-inview-delay="9.0"] {
  -webkit-transition-delay: 9s !important;
          transition-delay: 9s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="9.5"],
.inview-active *[data-inview][data-inview-delay="9.5"] {
  -webkit-transition-delay: 9.5s !important;
          transition-delay: 9.5s !important;
}
*[data-inview-active] *[data-inview][data-inview-delay="10"],
.inview-active *[data-inview][data-inview-delay="10"] {
  -webkit-transition-delay: 10s !important;
          transition-delay: 10s !important;
}
*[data-inview-active] *[data-inview][data-inview=false],
.inview-active *[data-inview][data-inview=false] {
  opacity: 1;
}
*[data-inview-active] *[data-inview][data-inview-effect=slideUp][data-inview=true],
.inview-active *[data-inview][data-inview-effect=slideUp][data-inview=true] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
*[data-inview-active] *[data-inview][data-inview-effect=slideUp][data-inview=false],
.inview-active *[data-inview][data-inview-effect=slideUp][data-inview=false] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
*[data-inview-active] *[data-inview][data-inview-effect=slideInLeft], *[data-inview-active] *[data-inview][data-inview-effect=slideInRight],
.inview-active *[data-inview][data-inview-effect=slideInLeft],
.inview-active *[data-inview][data-inview-effect=slideInRight] {
  -webkit-transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 1s cubic-bezier(0, 0.55, 0.45, 1);
}
*[data-inview-active] *[data-inview][data-inview-effect=slideInLeft][data-inview=false], *[data-inview-active] *[data-inview][data-inview-effect=slideInRight][data-inview=false],
.inview-active *[data-inview][data-inview-effect=slideInLeft][data-inview=false],
.inview-active *[data-inview][data-inview-effect=slideInRight][data-inview=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
*[data-inview-active] *[data-inview][data-inview-effect=slideInLeft][data-inview=true],
.inview-active *[data-inview][data-inview-effect=slideInLeft][data-inview=true] {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
*[data-inview-active] *[data-inview][data-inview-effect=slideInRight][data-inview=true],
.inview-active *[data-inview][data-inview-effect=slideInRight][data-inview=true] {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
*[data-inview-active] *[data-inview][data-inview-effect=fadeIn],
.inview-active *[data-inview][data-inview-effect=fadeIn] {
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: all 1s cubic-bezier(0.5, 0, 0.75, 0);
}
*[data-inview-active] *[data-inview][data-inview-effect=fadeIn][data-inview=true],
.inview-active *[data-inview][data-inview-effect=fadeIn][data-inview=true] {
  opacity: 0;
}
*[data-inview-active] *[data-inview][data-inview-effect=fadeIn][data-inview=false],
.inview-active *[data-inview][data-inview-effect=fadeIn][data-inview=false] {
  opacity: 1;
}
*[data-inview-active] *[data-inview][data-inview-effect=fadeIn],
.inview-active *[data-inview][data-inview-effect=fadeIn] {
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0.75, 0);
  transition: all 1s cubic-bezier(0.5, 0, 0.75, 0);
}
*[data-inview-active] *[data-inview][data-inview-effect=fadeIn][data-inview=true],
.inview-active *[data-inview][data-inview-effect=fadeIn][data-inview=true] {
  opacity: 0;
}
*[data-inview-active] *[data-inview][data-inview-effect=fadeIn][data-inview=false],
.inview-active *[data-inview][data-inview-effect=fadeIn][data-inview=false] {
  opacity: 1;
}

/* .tl0n*/
.tl01 {
  /* トップページ用 */
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  margin-bottom: 3rem;
  text-align: center;
}
.tl01 .tl01-en01 {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.05em !important;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 1.5em;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.tl01 .tl01-en01::before {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  -webkit-transform: translateY(40%) scale(2);
          transform: translateY(40%) scale(2);
}
.tl01 .en {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: -0.5rem;
  font-family: "Grape Nuts", cursive;
  font-family: "Oswald", sans-serif;
  font-family: "Neonderthaw", cursive;
  padding: calc(var(--spacer) * 0.25) calc(var(--spacer) * 0.5);
  font-weight: 400;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  word-break: all;
  position: relative;
  border-bottom: 1px solid currentColor;
  opacity: 0.5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  letter-spacing: normal !important;
}
.tl01 .en i {
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Crimson Pro", serif;
  letter-spacing: -0.02em;
}

.tl02 {
  /* トップページ用 */
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.tl02 > b {
  display: block;
  padding: calc(var(--spacer) * 1.25);
  font-size: 1.25rem;
  border: 4px double rgba(var(--bs-text-color-rgb), 0.25);
  background: var(--bs-white);
  background: conic-gradient(from 0deg at 0% 25%, rgba(var(--bs-white-rgb), 0.75), rgba(var(--bs-white-rgb), 0.5), rgba(var(--bs-gray-rgb), 0.1) 180deg);
  position: relative;
  -webkit-clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
          clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
  z-index: 1;
}
.tl02::before {
  z-index: 2;
  pointer-events: none;
  content: "";
  display: block;
  width: calc(100% - var(--spacer) * 2);
  width: calc(var(--spacer) * 8);
  width: 280px;
  height: 16px;
  height: 8px;
  position: absolute;
  left: var(--spacer);
  top: 0;
  background-color: var(--bs-white);
  background-color: var(--bs-primary);
  background-image: -webkit-linear-gradient(left, var(--bs-primary), var(--bs-white));
  background-image: linear-gradient(90deg, var(--bs-primary), var(--bs-white));
  margin: 0 auto;
  opacity: 0.25;
  -webkit-transform: translateY(-25%) skew(-45deg);
          transform: translateY(-25%) skew(-45deg);
}

.tl03 {
  position: relative;
  color: var(--bs-border-color);
  color: var(--bs-primary);
  color: var(--bs-white);
  line-height: 1;
}
.tl03::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - var(--spacer) * 36);
  min-width: 300px;
  height: 100%;
  z-index: -1;
  background: var(--bs-primary);
  opacity: 0.25;
}
.tl03-border::before {
  background: -webkit-linear-gradient(315deg, var(--bs-blue) 0%, rgba(255, 255, 255, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 1500 1500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background: linear-gradient(135deg, var(--bs-blue) 0%, rgba(255, 255, 255, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 1500 1500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  -webkit-filter: contrast(200%) brightness(100%);
          filter: contrast(200%) brightness(100%);
}
.tl03-border::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - var(--spacer) * 36 + var(--spacer) * 1);
  min-width: calc(300px + var(--spacer) * 1);
  height: calc(100% + var(--spacer) * 1);
  z-index: -1;
  border: 1px solid var(--bs-primary);
  opacity: 0.25;
}
.tl03 .tl03-en01 {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.05em !important;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 1.5em;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

.tl04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.tl04::before, .tl04::after {
  content: "";
  display: inline-block;
  width: 3px;
  background: currentColor;
}
.tl04::before {
  margin-right: 2em;
  -webkit-transform: translateX(-1em) rotate(15deg) scaleY(150%);
          transform: translateX(-1em) rotate(15deg) scaleY(150%);
}
.tl04::after {
  margin-left: 2em;
  -webkit-transform: translateX(1em) rotate(15deg) scaleY(150%);
          transform: translateX(1em) rotate(15deg) scaleY(150%);
}

.tl05 {
  /* 下層ページタイトル用 */
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  border-bottom: 1px solid var(--bs-border-color);
}
.tl05 > i.bi {
  color: var(--bs-primary);
  font-size: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.tl06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  border-bottom: 1px dashed rgba(var(--bs-primary-rgb), 0.5);
  /*
  &::before,
  &::after {
    content: "";
    display: inline-block;
    width: 3px;
    // height: 200%;
    background: currentColor;
    background: rgba(var(--bs-primary-rgb), 0.5);
    //background: rgba($secondary, 0.5);
    // margin: 0 1em;
  }

  &::before {
    margin-right: 2em;
    transform: translateX(-1em) rotate(15deg) scaleY(150%);
  }

  &::after {
    margin-left: 2em;
    transform: translateX(1em) rotate(15deg) scaleY(150%);
  }*/
}
.tl06::before, .tl06::after {
  content: "";
  display: block;
  position: absolute;
  inset: -100%;
  margin: auto;
}
.tl06::before {
  z-index: -1;
  background: var(--bs-white);
  width: calc(100% + var(--spacer) * 1);
  height: calc(100% - var(--spacer) * 0.5);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  opacity: 0.5;
}
.tl06::after {
  width: calc(100% + var(--spacer) * 2);
  height: calc(100% - var(--spacer));
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  border-left: 3px solid rgba(var(--bs-primary-rgb), 0.5);
  border-right: 3px solid rgba(var(--bs-primary-rgb), 0.5);
}

.tl07::before {
  content: "(";
}
.tl07::after {
  content: ")";
}
.tl07::before, .tl07::after {
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  width: 4rem;
  height: 1rem;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  -webkit-transform: scale(1.25) translateY(-15%);
          transform: scale(1.25) translateY(-15%);
}

.tl08 {
  color: var(--bs-primary);
  background: var(--bs-light);
  padding: 0.75em 1em;
}

.top-tl01 {
  font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
}

.slider-text01 {
  border: 1px solid var(--bs-border-color);
  margin: var(--spacer) 0;
  padding: var(--spacer);
  z-index: 2;
  position: relative;
}
.slider-text01 > div:not(.slick-list) {
  position: absolute;
  top: 0;
}

*[class*=slider-text] {
  /* .slick-slider 付加前 */
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.slick-slider[class*=slider-text] {
  opacity: 1;
}
.slick-slider[class*=slider-text] .slick-track {
  padding: 0;
}
.slick-slider[class*=slider-text] .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.slick-slider[class*=slider-text] .slick-slide dt,
.slick-slider[class*=slider-text] .slick-slide dd {
  display: block;
  padding: 0 var(--spacer);
  margin: 0;
  text-align: left;
}
.slick-slider[class*=slider-text] .slick-slide dd {
  width: 100%;
}
.slick-slider[class*=slider-text] .slick-slide dd .badge {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.slick-slider[class*=slider-text] .slick-list {
  padding: 0 calc(var(--spacer) * 2);
}
.slick-slider[class*=slider-text] .slick-prev,
.slick-slider[class*=slider-text] .slick-next {
  z-index: 100;
  width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 100%;
  margin: auto -1rem;
  padding-left: var(--spacer);
  padding-right: var(--spacer);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 50%;
}
.slick-slider[class*=slider-text] .slick-prev::before,
.slick-slider[class*=slider-text] .slick-next::before {
  color: var(--bs-text-color);
  font-family: "bootstrap-icons";
  display: inline-block;
  height: 1em;
  font-weight: normal;
  font-size: 1.5rem;
  margin: auto;
}
.slick-slider[class*=slider-text] .slick-prev[aria-disabled=true],
.slick-slider[class*=slider-text] .slick-next[aria-disabled=true] {
  opacity: 0;
  pointer-events: none;
}
.slick-slider[class*=slider-text] .slick-prev,
.slick-slider[class*=slider-text] .slick-prev:hover,
.slick-slider[class*=slider-text] .slick-prev:focus {
  left: var(--spacer);
}
.slick-slider[class*=slider-text] .slick-prev::before,
.slick-slider[class*=slider-text] .slick-prev:hover::before,
.slick-slider[class*=slider-text] .slick-prev:focus::before {
  content: "\f284";
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}
.slick-slider[class*=slider-text] .slick-next,
.slick-slider[class*=slider-text] .slick-next:hover,
.slick-slider[class*=slider-text] .slick-next:focus {
  right: var(--spacer);
}
.slick-slider[class*=slider-text] .slick-next::before,
.slick-slider[class*=slider-text] .slick-next:hover::before,
.slick-slider[class*=slider-text] .slick-next:focus::before {
  content: "\f285";
  border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

.content-list-ex01 {
  padding: var(--spacer) 0;
  --bs-gutter-x: 0;
}
.content-list-ex01 .col {
  position: relative;
  z-index: 1;
}
.content-list-ex01 .col::before, .content-list-ex01 .col::after {
  display: block;
  position: absolute;
}
.content-list-ex01 .col::before {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: calc(100% - 0);
  background-color: var(--bs-border-color);
  z-index: 2;
  mix-blend-mode: darken;
}
.content-list-ex01 .col::after {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: calc(100% - 0);
  background-color: var(--bs-border-color);
  z-index: 3;
  mix-blend-mode: darken;
}

/* .slider0n */
.slick-slider[class*=slider0] .slick-list {
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
}
.slick-slider[class*=slider0] .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
  margin-right: auto;
}
.slick-slider[class*=slider0] figure {
  position: relative;
  z-index: 1;
  margin: calc(var(--spacer) * 0.5);
}
.slick-slider[class*=slider0] figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-black-rgb), 0.5);
  z-index: 2;
  mix-blend-mode: multiply;
}
.slick-slider[class*=slider0] figure::after {
  font-family: "Roboto", sans-serif;
  content: "NEW";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-red);
  z-index: 4;
  color: var(--bs-white);
  padding: calc(var(--spacer) * 0.25) var(--spacer);
}
.slick-slider[class*=slider0] figure figcaption {
  position: absolute;
  color: var(--bs-white);
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .slick-slider[class*=slider0] figure figcaption {
    font-size: 1.5rem;
  }
}
.slick-slider[class*=slider0] .slick-slide {
  height: auto !important;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}
.slick-slider[class*=slider0] .slick-slide > .card {
  height: 100%;
  overflow: hidden;
}
.slick-slider[class*=slider0].slick-centermode .slick-slide {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slider[class*=slider0].slick-centermode .slick-slide.slick-center {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 1;
  z-index: 1;
  position: relative;
}
.slick-slider[class*=slider0].slick-centermode .slick-list {
  margin-top: 0 !important;
}
.slick-slider[class*=slider0].slick-centermode figure {
  margin: 1rem 0;
}

.slick-slider[class*=slider0] .slick-prev,
.slick-slider[class*=slider0] .slick-next {
  z-index: 100;
  width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  height: calc(100% + 0rem);
  line-height: 100%;
  margin: 0 -1rem;
  padding-left: calc(var(--spacer) * 0.75);
  padding-right: calc(var(--spacer) * 0.75);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slick-slider[class*=slider0] .slick-prev::before,
.slick-slider[class*=slider0] .slick-next::before {
  color: var(--bs-blue-dark);
  display: inline-block;
  width: 1em;
  height: 1em;
  font-weight: normal;
  font-size: 1.2rem;
  margin: auto;
  content: "";
  border-top: 4px solid currentColor;
  border-right: 4px solid var(--bs-primary);
  border-top-right-radius: var(--bs-border-radius);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.slick-slider[class*=slider0] .slick-prev::after,
.slick-slider[class*=slider0] .slick-next::after {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: auto;
  background: var(--bs-blue-light);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.9;
  border: 2px solid rgba(var(--bs-white-rgb), 1);
  -webkit-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
}
.slick-slider[class*=slider0] .slick-prev:hover::before,
.slick-slider[class*=slider0] .slick-next:hover::before {
  color: var(--bs-primary);
}
.slick-slider[class*=slider0] .slick-prev[aria-disabled=true],
.slick-slider[class*=slider0] .slick-next[aria-disabled=true] {
  opacity: 0;
  pointer-events: none;
}
.slick-slider[class*=slider0] .slick-prev,
.slick-slider[class*=slider0] .slick-prev:hover,
.slick-slider[class*=slider0] .slick-prev:focus {
  left: 0;
}
.slick-slider[class*=slider0] .slick-prev::before,
.slick-slider[class*=slider0] .slick-prev:hover::before,
.slick-slider[class*=slider0] .slick-prev:focus::before {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.slick-slider[class*=slider0] .slick-prev::after,
.slick-slider[class*=slider0] .slick-prev:hover::after,
.slick-slider[class*=slider0] .slick-prev:focus::after {
  border-left: 0;
  -webkit-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
}
.slick-slider[class*=slider0] .slick-next,
.slick-slider[class*=slider0] .slick-next:hover,
.slick-slider[class*=slider0] .slick-next:focus {
  right: 0;
  background: rgba(var(--bs-bg-color-rgb), 0.5);
}
.slick-slider[class*=slider0] .slick-next::before,
.slick-slider[class*=slider0] .slick-next:hover::before,
.slick-slider[class*=slider0] .slick-next:focus::before {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.slick-slider[class*=slider0] .slick-next::after,
.slick-slider[class*=slider0] .slick-next:hover::after,
.slick-slider[class*=slider0] .slick-next:focus::after {
  border-right: 0;
}
.slick-slider[class*=slider0] .slick-next,
.slick-slider[class*=slider0] .slick-prev {
  background: rgba(255, 255, 255, 0);
}
.slick-slider[class*=slider0] .slick-next:hover,
.slick-slider[class*=slider0] .slick-prev:hover {
  background: rgba(var(--bs-bg-color-rgb), 0.5);
}

.slider04 > * {
  width: 100%;
}
.slider04 .slick-dots {
  bottom: -2rem;
}
.slider04 .slick-dots li button:before {
  font-size: 12px;
  line-height: 20px;
}

body > header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 901;
  /*10000*/
  background: var(--bs-bg-color);
  margin-left: calc(var(--body-padding) * -1);
  margin-right: calc(var(--body-padding) * -1);
  width: calc(100% + var(--body-padding) * 2);
  padding-left: var(--body-padding);
  padding-right: var(--body-padding);
}
body > header::after {
  content: "";
  display: block;
  width: calc(100% - var(--body-padding) * 2);
  height: 1px;
  background: var(--bs-border-color);
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  pointer-events: none;
}

.global-header > .container {
  position: relative;
}
.global-header-upper {
  padding: var(--spacer);
  position: relative;
}
.global-header-upper-login {
  display: none;
}
.global-header-logo {
  max-width: 100%;
  width: calc(100% - 80px + 2rem);
  padding: 0.75rem 0 0.75rem 0rem;
  height: calc(80px - 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-header-logo a {
  margin-right: var(--spacer);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.global-header-logo a img {
  width: auto;
  height: 100%;
  display: block;
  max-width: 100%;
}
.global-header-logo > span {
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  margin: auto 0;
}
.global-header-login {
  display: none;
  /*        *[class*="navbar-expand"],*/
}
.global-header-login .btn i.bi {
  font-size: 1em;
}
.global-header-login .navbar-nav {
  height: 100%;
  max-height: 40px;
}
.global-header-login .navbar-nav .dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.global-header-login .navbar-nav .dropdown-toggle > span {
  line-height: 1;
  height: auto;
}
.global-header-login-mypage {
  padding-left: calc(var(--spacer) * 1.5);
  padding-right: calc(var(--spacer) * 1.5);
  border-left: 1px solid var(--bs-border-color);
}
.global-header-login-mypage .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.global-header-login-mypage .nav-item + .nav-item {
  margin-left: calc(var(--spacer) * 0.5);
  position: relative;
}
.global-header-login-mypage .nav-item i.bi {
  font-size: 1em;
}
.global-header-login-mypage .nav-item:first-of-type i.bi {
  opacity: 0.25;
  display: inline-block;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  margin-left: 0.25rem;
}
.global-header-login-mypage .nav-item > .btn {
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  margin: var(--spacer) 0;
  border-radius: var(--bs-border-radius);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  max-height: 40px;
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}
.global-header-login-mypage .nav-item > .btn .bi-bell-fill {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.global-header-login-mypage .nav-item-alert > .btn {
  font-size: 1rem;
}
.global-header-login-mypage .nav-item-alert > .btn i.bi {
  margin-right: 0;
}
.global-header-login-mypage .nav-item-alert > .btn .badge {
  margin-right: -0.65em;
}
.global-header-login-mypage .nav-item-alert > .btn:hover .badge {
  background-color: rgba(255, 255, 255, 0) !important;
}
.global-header-login-mypage img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.global-header-login-mypage .btn {
  display: inline-block;
}
.global-header-login-mypage .btn > span {
  display: none;
}
.global-header-menu .menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 80;
  background: var(--bs-primary);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.global-header-menu .menu::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
.global-header-menu .menu nav {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-width: 500px;
  padding: calc(26px + 3rem) 2rem 2rem;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.global-header-menu .menu nav a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: var(--spacer) calc(var(--spacer) * 2);
  position: relative;
  border-bottom: 1px solid rgba(var(--bs-white-rgb), 0);
}
.global-header-menu .menu nav .nav-item {
  display: block;
  border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.5);
}
.global-header-menu .menu nav .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
.global-header-menu .menu nav .nav-link.btn:not(.nav-link-login) {
  border-radius: 0;
  width: 100%;
}
.global-header-menu .menu nav .nav-link.btn:not(.nav-link-login) i.bi {
  font-size: 1rem;
}
.global-header-menu .menu nav .nav-link.nav-link-login {
  margin: calc(var(--spacer) * 0.5);
  height: auto;
  border-bottom: 1px solid currentColor;
  width: auto;
}
.global-header-menu .menu nav .nav-link.nav-link-login.btn-outline-light:hover {
  color: var(--bs-primary) !important;
}
.global-header-menu .menu nav a.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: var(--bs-white);
}
.global-header-menu .menu nav a.nav-link > span > i.bi {
  margin-right: 0.25rem;
}
.global-header-menu .menu nav a.nav-link.btn i.bi {
  font-size: 1rem;
}
.global-header-menu .menu nav a.nav-link.btn:not([class*=btn-outline]) {
  border: 0;
}
.global-header-menu .menu nav a.nav-link.btn.btn-light {
  color: var(--bs-primary);
}
.global-header-menu .menu nav a.nav-link.btn + .btn {
  margin-top: var(--spacer);
  margin-bottom: var(--spacer);
}
.global-header-menu .menu nav span.nav-link {
  padding: calc(var(--spacer) * 0.5) var(--spacer);
}
.global-header-menu .menu nav span.nav-link .btn {
  padding: calc(var(--spacer) * 0.5) var(--spacer);
}
.global-header-menu .menu nav span.nav-link .btn i.bi {
  font-size: 1rem;
  margin-right: 0;
}
.global-header-menu .menu nav ul {
  margin: 0;
  padding: 0 0 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  max-height: 100vh;
  box-sizing: border-box;
}
.global-header-menu .menu nav ul li {
  border-bottom: 1px solid green;
  list-style: none;
  height: auto;
}
.global-header-menu .menu nav ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: green;
  padding: 9px 15px 10px 0;
  position: relative;
}
.global-header-menu .menu nav ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid green;
  border-right: 1px solid green;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  margin: auto 0;
  top: -100%;
  right: 0;
  bottom: -100%;
}
.global-header-menu .menu-button {
  position: fixed;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 90;
  cursor: pointer;
}
.global-header-menu .menu-button span,
.global-header-menu .menu-button span::before,
.global-header-menu .menu-button span::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin-right: -6px;
  background: var(--bs-primary);
  position: absolute;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.global-header-menu .menu-button span::before,
.global-header-menu .menu-button span::after {
  margin-right: 0;
}
.global-header-menu .menu-button span::before {
  margin-left: -6px;
  width: 26px;
  bottom: 8px;
}
.global-header-menu .menu-button span::after {
  margin-left: -3px;
  width: 23px;
  top: 8px;
}
.global-header-menu .menu-button-check {
  display: none;
}
.global-header-menu .menu-button-check:checked ~ .menu {
  right: 0;
}
.global-header-menu .menu-button-check:checked ~ .menu::before {
  opacity: 1;
}
.global-header-menu .menu-button-check:checked ~ .menu-button {
  position: fixed;
}
.global-header-menu .menu-button-check:checked ~ .menu-button span {
  background: var(--bs-primary);
}
.global-header-menu .menu-button-check:checked ~ .menu-button span::before, .global-header-menu .menu-button-check:checked ~ .menu-button span::after {
  width: 26px;
  margin-left: 0;
  background: var(--bs-white);
}
.global-header-menu .menu-button-check:checked ~ .menu-button span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.global-header-menu .menu-button-check:checked ~ .menu-button span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.global-header-menu .menu .dropdown-menu {
  background: var(--bs-blue-200);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-header-menu .menu .dropdown-menu a {
  background: rgba(255, 255, 255, 0);
  color: var(--bs-blue-dark);
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
.global-header-menu .menu .dropdown-item {
  border-top: 1px solid rgba(var(--bs-primary), 0.5);
  text-align: center;
}
.global-header-menu .menu .dropdown-item:first-of-type {
  border-top: 0;
}
.global-header .dropdown-menu {
  width: 100%;
  margin-top: -2px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-header .dropdown-menu a {
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
.global-header .dropdown-menu .dropdown-item {
  text-align: center;
}
.global-header .dropdown-menu .dropdown-item:first-of-type {
  border-top: 0;
}

/* .dropdown */
.dropdown {
  height: 100%;
}
.dropdown.nav-item {
  height: auto;
}

.dropdown-toggle {
  display: block;
  padding: var(--spacer) 0 var(--spacer) var(--spacer);
  position: relative;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 0;
  padding-left: var(--spacer);
  padding-right: var(--spacer);
}
.dropdown-toggle::after {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
.dropdown-toggle span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.dropdown-toggle span i {
  background: var(--bs-red);
  color: var(--bs-white);
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  padding: 0.25rem;
  box-sizing: content-box;
  line-height: 1;
  font-style: normal;
  -webkit-transform: scale(0.7) translate(25%, -25%);
          transform: scale(0.7) translate(25%, -25%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.dropdown-menu {
  margin-top: -2px;
  font-size: 0.8rem;
  padding: 0;
  border-radius: 0;
}
.dropdown-menu .dropdown-item {
  padding: 0.75rem;
  position: relative;
  border-top: 1px solid var(--bs-border-color);
}
.dropdown-menu .dropdown-item::before {
  display: block;
  width: calc(100% - var(--spacer) * 2);
  height: 2px;
  background: var(--bs-border-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.dropdown-menu .dropdown-item:first-of-type {
  border-top: 0;
}
.dropdown-menu li + li {
  border-top: 1px solid var(--bs-border-color);
}
.dropdown-menu p {
  text-align: center;
  font-weight: bold;
  opacity: 0.5;
}
.global-header-login-mypage .dropdown-menu .dropdown-item {
  text-align: center;
}
.global-header-login-mypage .dropdown-menu .dropdown-item.dropdown-item-logout {
  border-top: 0;
  background: #343a40;
  color: #fff;
}
.global-header-login-mypage .dropdown-menu .dropdown-item.dropdown-item-logout::before {
  display: none;
}

.nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
}
.nav-tabs .nav-link {
  border-color: var(--bs-border-color) var(--bs-border-color) rgba(255, 255, 255, 0);
}
.nav-tabs .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.nav-tabs .nav-item:nth-of-type(n+2) .nav-link {
  border-radius: 0;
}
.nav-tabs + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.button-fixed-bottom {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 900;
  padding: 0 calc(var(--spacer) * 1.5) calc(var(--spacer) * 1);
}
.button-fixed-bottom .row {
  box-shadow: 0 22px 5px -20px rgba(var(--bs-black-rgb), 0.5);
}
.button-fixed-bottom .row::after {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  background: var(--bs-gray);
  border-radius: var(--bs-border-radius);
  opacity: 0.5;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.button-fixed-bottom .row > .col .btn {
  font-size: 0.8rem;
}
.button-fixed-bottom > .container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.card-footer .row,
.button-fixed-bottom .row {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: #212529;
  background: #13222f;
  background: rgba(255, 255, 255, 0);
  border-radius: var(--bs-border-radius);
  position: relative;
}
.card-footer .row::before,
.button-fixed-bottom .row::before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: var(--bs-light);
  opacity: 1;
  z-index: -2;
  border-radius: var(--bs-border-radius);
}
.card-footer .row > .col,
.button-fixed-bottom .row > .col {
  width: calc((100vw - var(--spacer) * 2) / 3);
  min-width: 109px;
  box-sizing: border-box;
}
.card-footer .row > .col:first-of-type,
.button-fixed-bottom .row > .col:first-of-type {
  border-left: 0 !important;
}
.card-footer .row > .col:first-of-type .btn,
.button-fixed-bottom .row > .col:first-of-type .btn {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.card-footer .row > .col:last-of-type,
.button-fixed-bottom .row > .col:last-of-type {
  border-right: 0 !important;
}
.card-footer .row > .col:last-of-type .btn,
.button-fixed-bottom .row > .col:last-of-type .btn {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.card-footer .row > .col,
  .button-fixed-bottom .row > .col {
border-right: 1px solid transparent;
}
.card-footer .row > .col .btn,
.button-fixed-bottom .row > .col .btn {
  border-radius: 0 !important;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 0 !important;
  height: 100%;
  white-space: normal;
  line-height: 1.2;
  padding: calc(var(--spacer) * 1.25) calc(var(--spacer) * 0.5);
  position: relative;
}
.card-footer .row > .col .btn:not([class*=btn-]),
.button-fixed-bottom .row > .col .btn:not([class*=btn-]) {
  background: rgb(var(--bs-gray-dark-rgb)) !important;
  color: var(--bs-white) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
.card-footer .row > .col .btn:not([class*=btn-]):hover,
.button-fixed-bottom .row > .col .btn:not([class*=btn-]):hover {
  background: var(--bs-primary) !important;
}
.card-footer .row > .col .btn i.bi:not([class*=text-]),
.button-fixed-bottom .row > .col .btn i.bi:not([class*=text-]) {
  color: var(--bs-white);
}
.card-footer .row > .col .btn::before,
.button-fixed-bottom .row > .col .btn::before {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 0;
  width: 1rem;
  height: 0.75rem;
  margin: 0 auto;
  background: var(--bs-white);
  line-height: 1;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.card-footer::before,
.button-fixed-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(var(--bs-black-rgb), 0) calc(var(--spacer) * 1.5), rgba(var(--bs-black-rgb), 0.1));
  background: linear-gradient(to bottom, rgba(var(--bs-black-rgb), 0) calc(var(--spacer) * 1.5), rgba(var(--bs-black-rgb), 0.1));
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  opacity: 0.5;
  z-index: -1;
}
.card-footer .btn,
.button-fixed-bottom .btn {
  font-size: 0.8rem;
}
.card-footer .btn i.bi,
.card-footer .btn .icon-stack,
.button-fixed-bottom .btn i.bi,
.button-fixed-bottom .btn .icon-stack {
  font-size: 1.5rem;
  display: block;
  width: 1em;
  margin: 0 auto calc(var(--spacer) * 0.25);
}

#MainContents + footer {
  top: 0 !important;
}

.global-footer {
  margin-left: calc(var(--body-padding) * -1);
  margin-right: calc(var(--body-padding) * -1);
  width: calc(100% + var(--body-padding) * 2);
  color: var(--bs-white);
  padding: calc(var(--spacer) * 1.5) 0 0;
  background: var(--bs-gray-light);
}
.global-footer ul {
  padding-left: 0;
  list-style: none;
}
.global-footer-logo {
  max-width: 200px;
  margin: 0 auto calc(var(--spacer) * 2);
  margin: 0 0 calc(var(--spacer) * 2);
  box-sizing: content-box;
}
.global-footer-logo img {
  display: block;
  max-width: 100%;
  min-width: 200px;
  height: auto;
}
.global-footer-link01 a, .global-footer-link02 a {
  display: inline-block;
  padding: calc(var(--spacer) * 0.25) var(--spacer);
}
.global-footer-link01 a {
  color: var(--bs-white);
}
.global-footer-link01 li ul {
  line-height: 1.1;
}
.global-footer-link01 li ul li {
  display: block;
  padding-left: calc(var(--spacer) * 0.5);
}
.global-footer-link01 li ul li a {
  font-weight: normal;
  font-size: 0.9rem;
}
.global-footer-link02 {
  font-size: 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.global-footer-link02 li {
  display: block;
  position: relative;
}
.global-footer-link02 li::after {
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--bs-border-color);
  pointer-events: none;
}
.global-footer-link02 li:last-of-type::after {
  display: none;
}
.global-footer-link02 a {
  display: inline-block;
  position: relative;
  color: var(--bs-white);
}

/* .side */
.side {
  width: 100%;
  top: 0;
  left: var(--spacer);
  border: 0;
  margin-top: 1.5rem !important;
}

/* .main-content */
.has-bkg-img .main-content-bkg-img {
  max-height: 300px;
  margin: 0 calc(var(--bs-gutter-x, 0.75rem) * -1);
}
.has-bkg-img .main-content img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.main-content > .container {
  z-index: 3;
}
.main-content-header {
  position: relative;
  padding: calc(var(--spacer) * 2);
  text-align: center;
  border-top: 1px solid var(--bs-border-color);
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
}
.main-content-header-img {
  max-width: 200px;
  margin: 1rem auto 0;
}
.main-content-header-img img {
  margin-bottom: calc(var(--spacer) * 1.5);
  border: 1px solid var(--bs-border-color);
}
.main-content-body {
  position: relative;
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}
.main-content-mypage, .main-content-separate {
  margin-bottom: 0.5rem;
}
.main-content-mypage .main-content-body, .main-content-separate .main-content-body {
  /* sticky hover reset test */
}
.main-content-mypage .main-content-body > *, .main-content-separate .main-content-body > * {
  margin-top: 0 !important;
}
.main-content-mypage .main-content-body.flex-lg-row .ccm-layout-row, .main-content-separate .main-content-body.flex-lg-row .ccm-layout-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.main-content-mypage .main-content-body.flex-lg-row .ccm-layout-row .side,
.main-content-mypage .main-content-body.flex-lg-row .ccm-layout-row .main, .main-content-separate .main-content-body.flex-lg-row .ccm-layout-row .side,
.main-content-separate .main-content-body.flex-lg-row .ccm-layout-row .main {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.main-content-mypage .main-content-body.flex-lg-row .ccm-layout-row > *, .main-content-separate .main-content-body.flex-lg-row .ccm-layout-row > * {
  display: contents;
}
.main-content-mypage .main-content-body.flex-lg-row .ccm-layout-row > .last, .main-content-separate .main-content-body.flex-lg-row .ccm-layout-row > .last {
  width: 100% !important;
}
.main-content-mypage .main-content-body .ccm-layout-col-spacing,
.main-content-mypage .main-content-body .fs_html, .main-content-separate .main-content-body .ccm-layout-col-spacing,
.main-content-separate .main-content-body .fs_html {
  display: contents;
}
.main-content-mypage .main-content-body .ccm-menu-hotspot-active, .main-content-separate .main-content-body .ccm-menu-hotspot-active {
  display: block !important;
}
.ccm-area .sticky-top {
  position: static !important;
}

.main-content .card.tab-pane {
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-content .card-top-check {
  position: absolute;
  top: var(--spacer);
  left: var(--spacer);
  background: none;
  z-index: 1;
  height: 1.5rem;

  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main-content .card-top-check col {
  padding: 0.5rem 0.75rem;
  color: var(--bs-red);
}
.main-content .card-top-check col i.bi-check-square {
  color: var(--bs-red);
}
.main-content .card-top-favorite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: var(--bs-light);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main-content .card-top-favorite button {
  padding: 0.5rem 0.75rem;
  border: 0;
  color: var(--bs-blue-dark);
  background: rgba(255, 255, 255, 0);
}
.main-content .card-top-favorite button button i.bi-star-fill {
  color: var(--bs-blue-dark);
}
.main-content .card-top-favorite button button i.bi-star {
  color: var(--bs-blue-dark);
}
.main-content .card-top-favorite:hover button i.bi-star-fill {
  color: var(--bs-blue-dark);
}
.main-content .card-top-favorite:hover button i.bi-star-fill::before {
  content: "\f588";
}
.main-content .card-top-favorite:hover button i.bi-star {
  color: var(--bs-blue-dark);
}
.main-content .card-top-favorite:hover button i.bi-star::before {
  content: "\f586";
}
.main-content .card-header {
  padding-top: calc(var(--spacer) * 1.5 + 0.25rem);
  padding-bottom: calc(var(--spacer) * 1.5);
  background: rgba(var(--bs-primary-rgb), 0.05);
}
.main-content .card-header.row > *[class^=col] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.main-content .card-header .form-check-input {
  margin-top: 0;
}
.main-content .card-header .h4 {
  margin-bottom: 0;
}
.main-content .card-body p {
  line-height: 1.8;
  text-align: justify;
}
.main-content .card-footer p {
  margin-bottom: 0;
}

/* .sns-group */
.sns-group {
  margin: var(--spacer) 0;
}
.sns-group > .row {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  margin: 0 auto;
  width: auto;
  padding: var(--spacer);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.sns-group > .row a {
  color: var(--bs-text-color);
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  padding: 0.75em;
  box-sizing: content-box;
  line-height: 1;
  margin: 0 calc(var(--spacer) * 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sns-group > .row a:hover {
  color: var(--bs-primary);
  background-color: #dfeefb;
  border-color: rgba(255, 255, 255, 0);
}

/* .tbl01 */
.tbl01 {
  margin: var(--spacer) 0;
  width: 100%;
  display: table;
  border-top: 1px solid var(--bs-border-color);
}
.tbl01 tr {
  display: table-row;
  position: relative;
  width: 100%;
}
.tbl01 tr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bs-border-color);
}
.tbl01 th,
.tbl01 td {
  display: table-cell;
  padding: var(--spacer) calc(var(--spacer) * 0.5);
  vertical-align: middle;
}
.tbl01 th {
  color: var(--bs-primary);
  width: 2rem;
  white-space: nowrap;
}
.tbl01-sm th,
.tbl01-sm td {
  padding: calc(var(--spacer) * 0.5) calc(var(--spacer) * 0.5);
}

/* .tbl02 */
.tbl02 {
  display: block;
  border-top: 1px solid var(--bs-border-color);
  margin: var(--spacer) 0;
}
.tbl02 tbody,
.tbl02 tr,
.tbl02 th,
.tbl02 td {
  display: block;
  width: 100%;
}
.tbl02 tr.empty-row {
  display: none;
}
.tbl02 th,
.tbl02 td {
  padding: var(--spacer) calc(var(--spacer) * 0.5);
  vertical-align: top;
  line-height: normal;
}
.tbl02 td {
  padding: 0 calc(var(--spacer) * 0.5) var(--spacer);
  border-bottom: 1px solid var(--bs-border-color);
}
.tbl02 th {
  color: var(--bs-primary);
  white-space: nowrap;
}

/* .tbl03 */
.tbl03 {
  border-bottom: 1px solid var(--bs-border-color);
}
table.tbl03 {
  display: block;
}

.tbl03 tbody,
.tbl03 tr,
.tbl03 th,
.tbl03 td {
  display: block;
}
.tbl03 tr {
  background: var(--bs-white);
  border-top: 1px solid var(--bs-border-color);
  padding: var(--spacer);
}
.tbl03:not(.tbl03-row) th,
.tbl03:not(.tbl03-row) td {
  width: 100%;
}
.tbl03 th a,
.tbl03 td a {
  color: var(--bs-text-color);
}
.tbl03 th a:hover,
.tbl03 td a:hover {
  color: var(--bs-primary);
}
.tbl03:not(.tbl03-row) th {
  width: auto;
}
.tbl03 th small, .tbl03 th .small {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  opacity: 0.3;
}
.tbl03 td .company-logo-sm {
  margin-right: 0.25rem;
}
.tbl03 td:nth-last-of-type(2) {
  font-size: clamp(0.83rem, 0.79rem + 0.17vw, 1rem);
}
.tbl03 td:nth-last-of-type(2) a {
  vertical-align: middle;
}
.tbl03 td:nth-last-of-type(-n+2) {
  -webkit-align-self: stretch;
          align-self: stretch;
  margin-top: auto;
}
td.tbl03-td-main {
  padding: calc(var(--spacer) * 0.5) 0;
  position: relative;
}
td.tbl03-td-main::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-border-color);
  font-size: 0.8rem;
  width: 10em;
  height: 1px;
  opacity: 1;
}
td.tbl03-td-main i.bi {
  display: inline-block;
  margin-right: 0.25rem;
  color: var(--bs-primary);
  vertical-align: middle;
}
td.tbl03-td-main a {
  color: var(--bs-text-color);
}
td.tbl03-td-message {
  margin-top: auto;
  margin-left: auto;
  width: auto;
}
td.tbl03-td-message a {
  padding: calc(var(--spacer) * 0.5) calc(var(--spacer) * 1);
  color: var(--bs-primary);
  display: block;
  border: 1px solid;
  border-radius: var(--bs-border-radius);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
td.tbl03-td-message a:hover {
  opacity: 0.8;
}

/* .tbl04 */
.tbl04 {
  border-bottom: 1px solid var(--bs-border-color);
}
table.tbl04 {
  width: 100%;
}

.tbl04 td{
  width: 25%;
  text-align: left;
}
.tbl04 th,
.tbl04 td {
  width:auto;
  align-items: center;
  white-space : nowrap;
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  padding: var(--spacer);
}
.tbl04 th a,
.tbl04 td a,
.tbl04 td span {
  color: var(--bs-primary);
}
.tbl04 th a:hover,
.tbl04 td a:hover,
.tbl04 td span:hover {
  opacity: 0.8;
  cursor: pointer;
}
.tbl04 th {
  width: auto;
  font-weight: bold;
}

.tbl04 th small, .tbl04 th .small {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  opacity: 0.3;
}
.tbl04 td .company-logo-sm {
  margin-right: 0.25rem;
}

/* .tbl05 */
table.tbl05 {
  width: 100%;
}
.tbl05 th,
.tbl05 td{
  white-space : nowrap;
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  padding: var(--spacer);

}
.tbl05 th{
  width: 25%;
  text-align: left;
}
.tbl05 td{
  width: 75%;
}
.tbl05 td a {
  color: var(--bs-primary);
}
.tbl05 td a:hover {
  opacity: 0.8;
}

/* .content-list */
.content-list .col > .card {
  height: 100% !important;
}
.content-list .card {
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
}
.content-list .card-body p {
  font-size: 0.9rem;
}
.content-list .card-footer {
  background: rgba(255, 255, 255, 0);
  margin-top: calc(var(--spacer) * -1);
  color: #6c757d;
}
.content-list .company-logo-md {
  margin-right: 10px;
  box-shadow: 1px 1px 2px #dcdcdc;
}

/* .tbl06 */
table.tbl06 {
  width: 100%;
}

.tbl06 th,
.tbl06 td{
  white-space : nowrap;
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  padding: var(--spacer);
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.tbl06 td a {
  color: var(--bs-primary);
}
.tbl06 td a:hover {
  opacity: 0.8;
}

/* .tags-group */
.tags-group {
  font-size: 1.25rem;
  padding: 0.5rem;
  vertical-align: 0.25em;
  display: block;
}
.tags-group .badge {
  font-weight: normal;
  margin: 0 0.25rem 0.5rem 0;
  background: rgba(var(--bs-primary-rgb), 0.5);
  font-size: 1em;
  color: var(--bs-black);
  border-radius: 2px;
  text-align: left;
}
.tags-group a.badge {
  text-decoration: none;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.tags-group a.badge:hover {
  color: var(--bs-white);
}
.tags-group .high-school-badge {
  font-weight: normal;
  margin: 0 0.25rem 0.5rem 0;
  background: #ea5506;
  font-size: 1em;
  color: var(--bs-white);
  border-radius: 2px;
  text-align: left;
}
.tags-group a.high-school-badge {
  text-decoration: none;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.tags-group a.high-school-badge:hover {
  color: var(--bs-white);
}
.tags-group .btn {
  padding: 0.25rem 0.75rem;
  margin-right: 0.25rem;
  text-align: left;
}
.tags-group .btn i.bi {
  font-size: 1em;
  margin-right: 0;
}
.tags-group.tags-group[class*=g-] {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.tags-group.tags-group[class*=g-] .btn,
.tags-group.tags-group[class*=g-] .badge {
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.tags-group.tags-group[class*=g-] .high-school-badge {
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.mark-require,
.badge-require {
  /* bottom: 0; */
  margin: auto;
  height: 1em;
  box-sizing: content-box;
  padding: 0.5em 1em;
  line-height: 1;
}
.mark-require-parent,
.badge-require-parent {
  position: relative !important;
  padding-right: 4.5rem !important;
}
.mark-require-parent .mark-require, .mark-require-parent .badge-require,
.badge-require-parent .mark-require,
.badge-require-parent .badge-require {
  position: absolute;
  right: 0;
  top: 0;
}
th.mark-require-parent .mark-require, th.mark-require-parent .badge-require,
th.badge-require-parent .mark-require,
th.badge-require-parent .badge-require {
  right: 1rem;
  top: 1rem;
}

.mark-require, .mark-require-sm,
.mark-new,
.mark-new-sm {
  display: inline-block;
  color: var(--bs-red);
  border-radius: var(--bs-border-radius);
  line-height: 1.1;
  text-align: center;
  box-sizing: content-box;
  height: 1em;
  white-space: nowrap;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  vertical-align: 0.3em;
  text-transform: uppercase;
}
.mark-require,
.mark-new {
  border: 2px solid currentColor;
  padding: calc(var(--spacer) * 0.25) calc(var(--spacer) * 0.5);
  font-size: 0.8rem;
}
.mark-require-sm,
.mark-new-sm {
  border: 1px solid currentColor;
  padding: calc(var(--spacer) * 0.1) calc(var(--spacer) * 0.25);
  font-size: 0.7rem;
}
.mark-require-simple,
.mark-new-simple {
  color: var(--bs-red);
  font-size: 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  padding: 0 0.5rem;
  background: rgba(var(--bs-red-rgb), 0.1);
}

/* .mark-list */
.mark-list .card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mark-list .card[data-mark]::before {
  content: attr(data-mark) "";
  display: block;
  position: absolute;
  top: var(--spacer);
  left: var(--spacer);
  color: var(--bs-red);
  background-color: rgba(var(--bs-white-rgb), 0.5);
  border: 2px solid currentColor;
  border-radius: var(--bs-border-radius);
  line-height: 1.1;
  text-align: center;
  box-sizing: content-box;
  height: 1em;
  padding: calc(var(--spacer) * 0.25) calc(var(--spacer) * 0.5);
  white-space: nowrap;
  z-index: 3;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.mark-entered {
  color: var(--bs-white);
  background: var(--bs-black);
  border-color: var(--bs-black);
  font-size: 0.8rem;
  line-height: 1;
  padding: calc(var(--spacer)* 0.75) calc(var(--spacer)* 1);
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px -4px;
  border-width: 0;
  font-family: var(--base-ex-bold-font-family);
  font-weight: 900;
  height: auto;
  border-radius: 100vh;
  border: 2px solid rgba(var(--bs-bg-color-rgb), 0.5);
}

.mark-entered .bi {
  font-size: 2rem;
  vertical-align: -0.2em;
  margin-right: 0.25rem;
}

.mark-select {
  top: var(--spacer);
  z-index: 1;
  background: var(--bs-red);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  border-radius: 100vh;
  padding: 0 calc(var(--spacer) * 2) 0 calc(var(--spacer) * 0.5);
  width: auto;
  margin: 1rem;
  justify-content: center;
}

.mark-select .bi {
  color: var(--bs-white);
  font-size: 3.5rem;
  height: 1em;
  width: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  transform: rotate(-45deg);
  margin-left: -1rem;
}

/* .icon-list */
.icon-list i.bi {
  color: var(--bs-primary);
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .icon-list i.bi {
    font-size: 4rem;
  }
}
.icon-list-md i.bi {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .icon-list-md i.bi {
    font-size: 2.5rem;
  }
}
/* .number-list */
.number-list .card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.number-list .card::before {
  content: attr(data-number) "";
  display: block;
  position: absolute;
  top: calc(var(--spacer) * 0.9);
  left: var(--spacer);
  color: var(--bs-white);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  box-sizing: content-box;
  white-space: pre;
  text-align: center;
  width: calc(var(--spacer) * 3);
  z-index: 3;
  font-size: calc(1.265rem + 0.18vw);
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}
@media (min-width: 1200px) {
  .number-list .card::before {
    font-size: 1.4rem;
  }
}
.number-list .card::after {
  content: "";
  display: block;
  background: var(--bs-primary);
  width: calc(var(--spacer) * 4);
  height: calc(var(--spacer) * 4);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 8%, 8% 98%, 0 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 98% 8%, 8% 98%, 0 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 10%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 95% 10%, 0 80%);
  -webkit-clip-path: polygon(0 0, 74% 0, 73% 44%, 0 74%);
          clip-path: polygon(0 0, 74% 0, 73% 44%, 0 74%);
  -webkit-clip-path: polygon(98% 0%, 0% 0%, 0% 87%, 92% 46%, 100% 4%);
          clip-path: polygon(98% 0%, 0% 0%, 0% 87%, 92% 46%, 100% 4%);
}
.number-list .col .card[data-number="1"]::after {
  background: var(--bs-red);
}
.number-list .col .card[data-number="2"]::after {
  background: var(--bs-red);
}
.number-list .col .card[data-number="3"]::after {
  background: var(--bs-red);
}

/* .bkg0n */
.bkg01 {
  position: relative;
  overflow: visible;
  overflow-x: hidden;
}
.bkg01::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 60%;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  opacity: 0.25;
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, var(--bs-blue) 0%, rgba(255, 255, 255, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 1500 1500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background: linear-gradient(135deg, var(--bs-blue) 0%, rgba(255, 255, 255, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 1500 1500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  -webkit-filter: contrast(200%) brightness(100%);
          filter: contrast(200%) brightness(100%);
}

/* home */
.hero {
  height: 50vh;
}

.slider-hero {
  z-index: 2;
  pointer-events: none;
}
.slider-hero:not(.slick-initialized) > div {
  position: absolute;
  height: calc(100vh - var(--global-header-height) * 1px);
}
.slider-hero:not(.slick-initialized) > div:first-of-type {
  position: relative;
  z-index: 1;
}
.slider-hero:not(.slick-initialized) > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-hero .slick-slide {
  width: 100%;
  height: 100%;
  height: calc(100vh - var(--global-header-height) * 1px);
}
.slider-hero .slick-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100vh - var(--global-header-height) * 1px);
  z-index: 1;
  overflow: hidden;
}
.slider-hero-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(ellipse, rgba(var(--bs-blue-dark-rgb), 0.25) 0%, rgba(var(--bs-black-rgb), 0.95) 100%);
  background: radial-gradient(ellipse, rgba(var(--bs-blue-dark-rgb), 0.25) 0%, rgba(var(--bs-black-rgb), 0.95) 100%);
  z-index: 3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.slider-hero-content {
  position: absolute;
  inset: 0;
  padding: calc(var(--spacer) * 2) var(--spacer);
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
  text-align: center;
  color: var(--bs-white);
}
.slider-hero-content-tl,
.slider-hero-content p {
  /* text shadow width */
  /* text shadow blur */
  /* text shadow color */
  text-shadow: rgba(var(--bs-blue-dark-rgb), 0.25) 2px 2px 1px, rgba(var(--bs-blue-dark-rgb), 0.25) 2px -2px 1px, rgba(var(--bs-blue-dark-rgb), 0.25) -2px 2px 1px, rgba(var(--bs-blue-dark-rgb), 0.25) -2px -2px 1px;
}
.slider-hero-content-tl {
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  font-size: clamp(2.07rem, 1.84rem + 1.01vw, 3.05rem);
  line-height: 1.25;
}
.slider-hero-content-tl b {
  font-size: clamp(2.49rem, 2.17rem + 1.37vw, 3.82rem);
}
.slider-hero-content p {
  font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
  margin: 1rem 0 2rem;
  letter-spacing: normal;
}
.slider-hero-content .btn {
  min-width: min(100vh, 300px);
}

.site-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block;
}
.site-logo-upper {
  line-height: 1.5 !important;
}

/* .search */
.search-box .card {
  max-width: 500px;
  margin: auto;
}
.search-box .card-header {
  padding-top: calc(var(--spacer) * 1.5 + 0.25rem);
  padding-bottom: calc(var(--spacer) * 1.5);
  background: rgba(var(--bs-primary-rgb), 0.05);
}
.search-box .card-body {
  padding: 1rem;
}
.search-box .card-body input[type=text] {
  padding: 0.75rem;
  font-size: 1.1rem;
}
.search-box .card-body select option {
  color: #231815;
}
.search-box .card-body select option[value=""] {
  /*
  color: #ced4da;
  opacity: 0.5;
  */
}
.search-box .fw-bold i.bi {
  font-size: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.search-box .btn[type=submit] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-width: 500px;
}
.search-box .btn[type=submit] i.bi {
  font-size: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.search-results-header input[type=checkbox], .search-results-footer input[type=checkbox] {
  vertical-align: sub;
}
.search-results-header .btn, .search-results-footer .btn {
  min-width: 300px;
}
.search-results .card {
  padding: 0;
  box-sizing: border-box;
  padding: calc(var(--spacer) * 2);
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.search-results .card .tbl01 {
  font-size: 0.9rem;
}
.search-results .card .tbl01 th,
.search-results .card .tbl01 td {
  display: table-cell;
  padding: calc(var(--spacer) * 0.75) calc(var(--spacer) * 0.5);
}
.search-results .card .tbl01 td .tags-group {
  font-size: 0.9rem;
}
.search-results .card + .card {
  margin-top: var(--spacer);
}
.search-results .card-header {
  padding: var(--spacer) calc(var(--spacer) * 1.5);
  background: rgba(var(--bs-light-rgb), 0.5);
}
.search-results .card-header a {
  text-decoration: none;
}
.search-results .card-header .favorite {
  padding: 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}
.search-results .card-header .favorite .bi.bi-star-fill {
  color: var(--bs-primary);
  font-size: 1.5em;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.search-results .card-body p {
  line-height: 1.8;
}
.search-results .card-footer .col a.btn {
  font-size: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.radar-chart-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-sizing: content-box;
}

.radar-chart-2 svg {
  width: 100%;
  height: 100%;
}

.radar-chart-2 dl {
  position: absolute;
  width: 100%;
  height: 100%;
}

.radar-chart-2 dl > div {
  position: absolute;
  color: #777;
  font-size: .6em;
  text-align: center;
}

.radar-chart-2 dl > div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(2) {
  top: 31%;
  right: 7%;
  transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(3) {
  bottom: 6%;
  right: 25%;
  transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(4) {
  bottom: 6%;
  left: 25%;
  transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(5) {
  top: 31%;
  left: 7%;
  transform: translateX(-50%);
}

.radar-chart-2 dd {
  margin: 0;
}

/*.hero-top */
.hero-top {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 10px solid var(--bs-white);
}
.hero-top-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-top-wrapper .tl03::before {
  mix-blend-mode: exclusion;
}
.hero-top-wrapper-bkg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-top-wrapper-bkg img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: -2;
  opacity: 0.5;
  width: calc(100% - var(--spacer) * 2);
  height: calc(100vh - var(--global-header-height) * 1px);
  -webkit-filter: saturate(0);
          filter: saturate(0);
  display: none;
}
.hero-top-wrapper-bkg::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  opacity: 0.7;
  background: var(--bs-blue);
  width: 75%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  pointer-events: none;
  background: -webkit-linear-gradient(315deg, var(--bs-blue) 0%, rgba(255, 255, 255, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 1500 1500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background: linear-gradient(135deg, var(--bs-blue) 0%, rgba(255, 255, 255, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 1500 1500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  -webkit-filter: contrast(150%) brightness(100%);
          filter: contrast(150%) brightness(100%);
}
.hero-top .bg-white {
  background-color: rgba(var(--bs-white-rgb), 0.8) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.hero-top .card {
  background-color: rgba(var(--bs-white-rgb), 0);
  border: 0;
}
.hero-top > .container > .bg-white {
  background: rgba(var(--bs-white-rgb), 0.8) !important;
}
.hero-top::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  display: block;
  margin: auto;
  width: 110%;
  height: 110%;
  z-index: -1;
  background: #cfe2ef;
  mix-blend-mode: color;
}
.hero-top-bkg {
  position: absolute;
  display: block;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  display: block;
  margin: auto;
  width: 110%;
  height: 110%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.hero-top .search-box .btn[type=submit] {
  max-width: 100%;
}

/* .user */
.user-name {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
@media (min-width: 1200px) {
  .user-name {
    font-size: 1.5rem;
  }
}
.user-name i.bi {
  font-size: calc(1.325rem + 0.9vw);
  margin: auto;
  display: block;
}
@media (min-width: 1200px) {
  .user-name i.bi {
    font-size: 2rem;
  }
}
.user-name small, .user-name .small {
  font-size: 1rem;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
/* .status-list */
.status-list {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  padding: var(--spacer) 0;
}
.status-list .row > .col {
  text-align: center;
}
.status-list .row > .col i.bi {
  display: block;
  margin: auto;
  font-size: calc(1.275rem + 0.3vw);
  color: var(--bs-primary);
}
@media (min-width: 1200px) {
  .status-list .row > .col i.bi {
    font-size: 1.5rem;
  }
}
.status-list .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  line-height: 1;
  font-weight: bold;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .status-list .number {
    font-size: 1.5rem;
  }
}
.status-list small, .status-list .small {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

/* .border-group */
.border-group {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: var(--spacer);
}

/* .pagination */
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: calc(var(--spacer) * 2) 0;
}

/* .single-form */
.single-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* .company */
.company .main-content-footer {
  margin: calc(var(--spacer) * 2) 0 calc(var(--spacer) * 4);
}
.company-info01 {
  padding: 0 calc(var(--spacer) * 2) calc(var(--spacer) * 2);
}
.company-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.company-logo-sm {
  max-width: 32px;
  aspect-ratio: 1;
}
.company-logo-md {
  max-width: 60px;
  aspect-ratio: 1;
  box-shadow: 1px 1px 2px #dcdcdc;
}

.company-description1 {
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin-bottom: 3rem !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.tabs-info .nav-tabs {
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.tabs-info .nav-tabs .nav-link {
  width: 100%;
  max-width: 100%;
}
.tabs-info .nav-tabs .nav-link::before {
  font-family: "bootstrap-icons";
  content: "\f229";
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.tabs-info .nav-tabs .nav-link.active::before {
  content: "\f231";
}

#chart01, #chart01-lg {
  margin: auto;
  max-width: 100%;
}
#chart01-wrapper, #chart01-lg-wrapper {
  position: relative;
  max-width: 100%;
  margin: auto;
}
#chart01-wrapper {
  width: 1000px;
}
#chart01-lg-wrapper {
  width: 500px;
  max-width: 100% !important;
}
#chart01-lg-wrapper > canvas {
  width: 100%;
}

/* score  */
.score-number::before {
  content: "スコア";
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  font-size: 1rem;
  display: block;
  opacity: 0.5;
}
.score-number b {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid var(--bs-border-color);
  margin: calc(var(--spacer) * 0.5) auto 0;
  padding-top: calc(var(--spacer) * 0.5);
  line-height: 1;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .score-number b {
    font-size: 3rem;
  }
}
.score-number b::after {
  content: "点";
  display: inline-block;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  margin-right: -0.5rem;
  margin-bottom: 0.4em;
}
.score-number.score-number-only b{
  display: inline-flex;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.score-number.score-number-only::before,
.score-number.score-number-only b::after {
  display: none;
}
.score {
  color: var(--bs-red);
}
.score.score-sm {
  font-size: 1rem;
}
.score.score-lg {
  font-size: 1.5rem;
}
.score small, .score .small {
  font-size: 1em;
  margin-left: 0.5rem;
  display: inline-block;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}

.company-data-number b {
  /* font-size: 1.25rem; */
  /* margin-right: 0.5rem; */
}

.jo_corporation_ranking .spotlight.company-data-number,
.jo_corporation_ranking .spotlight .company-data-number {
    color: var(--bs-red);
}

.spotlight.company-data-number b,
.spotlight .company-data-number b {
  /* font-size: 1.5rem; */
}

.jo_corporation_ranking .spotlight.company-data-number b,
.jo_corporation_ranking .spotlight .company-data-number b {
  font-size: 1.75rem;
}

/* .please-login */
.please-login {
  color: var(--bs-primary);
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  text-align: center;
  width: 100%;
  position: relative;
}
.please-login .bkg-please-login {
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.please-login > .btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/* .text-pickup */
.text-pickup {
  /* 表を改行=block化 */
}

.text-pickup.text-center th,
.text-pickup.text-center td {
  text-align: center;
}

.text-pickup-content,
.text-pickup table {
  position: relative;
  padding: calc(var(--spacer) * 0.4) 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: var(--bs-border-radius);
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid var(--bs-gray-500);
  border-bottom: 1px solid var(--bs-gray-500);
}

.text-pickup-content::after,
.text-pickup table::after {
  content: "";
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: calc(100% - var(--spacer) * 0.1);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(var(--spacer) * 0.2), 0% calc(var(--spacer) * 0.2), 0% calc(100% - var(--spacer) * 0.2), 100% calc(100% - var(--spacer) * 0.2), 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(var(--spacer) * 0.2), 0% calc(var(--spacer) * 0.2), 0% calc(100% - var(--spacer) * 0.2), 100% calc(100% - var(--spacer) * 0.2), 100% 100%, 0% 100%);
  background-color: var(--bs-light);
}
.text-pickup.text-pickup-normal table {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}
.text-pickup.text-pickup-normal table::after {
  display: none;
}
.text-pickup th {
  white-space: normal;
}
.text-pickup th,
.text-pickup td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid var(--bs-border-color);
  position: relative;
}
.text-pickup th::before,
.text-pickup td::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-border-color);
  width: 1px;
  height: calc(100% - var(--spacer) * 2);
  margin: auto;
}
.text-pickup th .badge,
.text-pickup td .badge {
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
.text-pickup th .high-school-badge,
.text-pickup td .high-school-badge {
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
.text-pickup tr::before {
  display: none;
}
.text-pickup th,
.text-pickup td {
  text-align: left;
  padding: var(--spacer);
}
.text-pickup th {
  vertical-align: top;
}
.text-pickup td {
  vertical-align: middle;
}
.text-pickup thead th {
  background: var(--bs-light);
}
.text-pickup thead tr > th:last-of-type::before {
  display: none;
}
.text-pickup tbody tr > td:last-of-type::before,
.text-pickup tfoot tr > td:last-of-type::before {
  display: none;
}
.text-pickup tbody tr:last-of-type th,
.text-pickup tbody tr:last-of-type td {
  border: 0;
}
.text-pickup tfoot tr:first-of-type th,
.text-pickup tfoot tr:first-of-type td {
  border-bottom: 1px solid var(--bs-border-color);
}
.text-pickup td.text-pickup-link {
  width: 1rem;
  padding-left: var(--spacer);
  padding-right: var(--spacer);
  position: relative;
}
.text-pickup td.text-pickup-link::before {
  content: "";
  border-bottom: 1px dotted var(--bs-border-color);
  display: block;
  width: calc(100% - var(--spacer) * 2);
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
}
.text-pickup td.text-pickup-link a.dropdown-toggle {
  margin: 0;
  padding: 0;
}
.text-pickup td.text-pickup-link a.dropdown-toggle::after {
  display: none;
}
.text-pickup.text-pickup-normalwrap table,
.text-pickup.text-pickup-normalwrap thead,
.text-pickup.text-pickup-normalwrap tfoot,
.text-pickup.text-pickup-normalwrap tbody,
.text-pickup.text-pickup-normalwrap caption,
.text-pickup.text-pickup-normalwrap tr,
.text-pickup.text-pickup-normalwrap th,
.text-pickup.text-pickup-normalwrap td {
  display: block;
  width: 100%;
}
.text-pickup.text-pickup-normalwrap th::before,
.text-pickup.text-pickup-normalwrap td::before {
  display: none;
}
.text-pickup.text-pickup-normalwrap tr:last-of-type > * {
  border-bottom: 1px solid var(--bs-border-color);
}
.text-pickup.text-pickup-normalwrap tr:last-of-type > *:last-child {
  border: 0;
}

/* .part-prevnext0n */
.part-prevnext01 {
  display: inline-block;
  font-size: 0.6rem;
}
.part-prevnext01 .prev,
.part-prevnext01 .next {
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.part-prevnext01 .prev::before,
.part-prevnext01 .next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
}
.part-prevnext01 .prev::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.part-prevnext01 .prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.part-prevnext01 .next::before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.part-prevnext01 .next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* .day0n */
.day01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
.day01-wrap {
  background: var(--bs-white);
  width: 100%;
}
a .day01 {
  color: var(--bs-text-color);
  z-index: 2;
  background: var(--bs-white);
  position: relative;
  padding: 0.75rem;
}
a .day01::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #231815;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a .day01:hover::before {
  border-color: var(--bs-primary);
  opacity: 1;
}
a .day01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: calc(100% + 0rem);
  height: calc(100% + 0rem);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
  box-sizing: border-box;
  background: rgba(96, 172, 236, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity 0.3s ease, -webkit-clip-path 0.5s ease;
  transition: opacity 0.3s ease, -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease, opacity 0.3s ease;
  transition: clip-path 0.5s ease, opacity 0.3s ease, -webkit-clip-path 0.5s ease;
  opacity: 0;
}
a .day01:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(var(--spacer) * 0.75) 100%, calc(var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(var(--spacer) * 0.75) 100%, calc(var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) 100%, 100% 100%, 100% 0%);
}

.content-list .card {
  position: relative;
}
.content-list .card .day01 {
  position: static;
}

.day01 .upper,
.day01 .year,
.day01 .month,
.day01 .day {
  text-align: center;
}
.day01 .upper,
.day01 .year {
  display: block;
  width: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  font-size: 1rem;
  background: var(--bs-light);
  padding: calc(var(--spacer) * 0.25);
}
.day01 .upper {
  font-size: 0.8em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.day01 .year::after {
  content: "年";
  font-size: 0.8em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.day01 .month-day {
  display: block;
  padding: calc(var(--spacer) * 0.5);
  text-align: center;
  line-height: 0.8;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .day01 .month-day {
    font-size: 2rem;
  }
}
.day01 .dow {
  color: var(--bs-primary);
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.25em;
  font-size: 1rem;
}

.day02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
.day02-wrap {
  background: var(--bs-white);
  width: 100%;
}
.day02 .upper,
.day02 .year,
.day02 .month,
.day02 .day {
  text-align: center;
}
.day02 .upper {
  font-size: 0.8rem;
  display: block;
  padding: calc(var(--spacer) * 0.25);
  background: var(--bs-light);
  text-align: center;
}
.day02 .upper {
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.day02 .year::after {
  content: "年";
  font-size: 0.8em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.day02 .month-day {
  padding: calc(var(--spacer) * 0.5);
  text-align: center;
  line-height: 0.8;
  font-size: 1.25rem;
}
.day02 .dow {
  color: var(--bs-primary);
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.25em;
  font-size: 1rem;
}

/* .w-x */
.w-min {
  width: 1px;
  white-space: normal;
}
.table-responsive-outer {
  position: relative;
  width: 100%;
}
.table-responsive-outer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-linear-gradient(right, #d9d9d9, transparent);
  background-image: linear-gradient(to left, #d9d9d9, transparent);
  height: 100%;
  width: 8px;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.table-responsive > table {
  width: auto;
  min-width: 100%;
}
.table-responsive .text-pickup th,
.table-responsive .text-pickup td, .table-responsive.text-pickup th,
.table-responsive.text-pickup td {
  white-space: nowrap;
}

.add-highlight {
  position: relative;
}
.add-highlight::before {
  content: "";
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  opacity: 0.25;
  position: absolute;
  top: calc(var(--spacer) * 0);
  left: calc(var(--spacer) * 0);
  -webkit-transition: -webkit-transform 1s ease 0.5s;
  transition: -webkit-transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(0deg) scaleX(1);
          transform: rotate(0deg) scaleX(1);
}
.add-highlight[data-inview=false]::before {
  -webkit-transform: rotate(0) scaleX(0.025);
          transform: rotate(0) scaleX(0.025);
}

.inview-slideup[data-inview=true] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card-hover01 a.card {
  position: relative;
  padding: 0.75rem;
}
.card-hover01 a.card::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #231815;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-hover01 a.card:hover::before {
  border-color: var(--bs-primary);
  opacity: 1;
}
.card-hover01 a.card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: calc(100% + 0rem);
  height: calc(100% + 0rem);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
  box-sizing: border-box;
  background: rgba(96, 172, 236, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity 0.3s ease, -webkit-clip-path 0.5s ease;
  transition: opacity 0.3s ease, -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease, opacity 0.3s ease;
  transition: clip-path 0.5s ease, opacity 0.3s ease, -webkit-clip-path 0.5s ease;
  opacity: 0;
}
.card-hover01 a.card:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.5;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(var(--spacer) * 0.75) 100%, calc(var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(var(--spacer) * 0.75) 100%, calc(var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(var(--spacer) * 0.75), calc(100% - var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) calc(100% - var(--spacer) * 0.75), calc(var(--spacer) * 0.75) 100%, 100% 100%, 100% 0%);
}

/* .card共通 */
.card.bg-light {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.card.bg-light:hover {
  background-color: var(--bs-white) !important;
}
.card.bg-light:hover .card-top-favorite {
  background: var(--bs-white);
}
.card-img-top {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -webkit-transition: -webkit-clip-path 0.5s ease-in-out;
  transition: -webkit-clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
}
a:hover .card .card-img-top,
a.card:hover .card-img-top {
  -webkit-clip-path: inset(var(--spacer));
          clip-path: inset(var(--spacer));
}

.card-header {
  border-bottom: 0;
}
.card-header .tags-group {
  padding: 0;
}
.card-footer {
  border-top: 0;
  padding: 0;
}

/* +border */
.white-border {
  border: 10px solid var(--bs-white);
}

/* .text-indent-n */
.text-indent-1em {
  text-indent: -1em;
  padding-left: 1em;
}

.text-indent-2em {
  text-indent: -2em;
  padding-left: 2em;
}

.text-indent-3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* .text-link */
.text-link,
a.text-link {
  border-bottom: 1px solid currentColor;
  color: var(--bs-text-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.text-link:hover,
a.text-link:hover {
  color: var(--bs-text-color);
  opacity: 0.8;
}

.text-outer-link,
a.text-outer-link {
  border-bottom: 1px solid currentColor;
  color: var(--bs-text-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.text-outer-link:hover,
a.text-outer-link:hover {
  color: var(--bs-text-color);
  opacity: 0.8;
}
.text-outer-link::after,
a.text-outer-link::after {
  margin-left: 0.5em;
  font-size: 0.8em;
  content: "\f1c5";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.text-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: inline;
  background: rgba(255, 255, 255, 0);
}

.btn-back {
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0);
  border-radius: 100%;
  vertical-align: text-bottom;
  color: #bbb;
}

/* .text-favorite */
.text-favorite {
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  vertical-align: 0.1em;
}
.text-favorite i.bi {
  vertical-align: -0.1em;
}
.text-favorite i.bi[class*=bi-star] {
  text-shadow: 0px 0px 5px rgba(var(--bs-gray-rgb), 0.5);
}
/* .message- */
.message {
  position: relative;
  height: calc(100vh - var(--global-header-height) * 1px - var(--spacer));
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.message-header {
  border-bottom: 1px solid var(--bs-border-color);
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.message-header-icon img {
  display: inline-block;
  width: 50px;
  border-radius: 100%;
  border: 1px solid var(--bs-border-color);
  aspect-ratio: 1;
}
.message-header-title {
  margin-left: calc(var(--spacer) * 1);
  line-height: 1.5;
}
.message-header-title b {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: calc(var(--spacer) * 0.25);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(var(--spacer) * 0.5);
}
.message-header-title b a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}
.message-header-title > a {
  display: block;
  text-align: left;
  color: var(--bs-text-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
.message-header-title > a:hover {
  color: var(--bs-primary);
}
.message-main {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  z-index: 1;
}
.message-main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  top: 0;
  background-image: -webkit-linear-gradient(top, var(--bs-white), transparent);
  background-image: linear-gradient(to bottom, var(--bs-white), transparent);
  height: 16px;
  width: 100%;
  z-index: 2;
}
.message-main-inner {
  padding: var(--spacer) 0;
  overflow-y: scroll;
  /* 17px:scrollbar分*/
  width: calc(100% + 17px);
  height: 100%;
  box-sizing: content-box;
}
.message-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--spacer);
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
.message-footer > .input-group {
  position: static;
}
.message-name {
  padding: 0 0.5rem;
}
.message-name b {
  font-weight: bold;
  font-family: var(--base-bold-font-family);
}
.message-button {
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  padding: 0.5rem 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 1rem;
  font-size: 0.8rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.message-button button {
  background: rgba(255, 255, 255, 0);
  border: 0;
  width: 1em;
  height: 1em;
  padding: 0.25rem;
  display: inline-block;
  color: var(--bs-bg-color);
  border-radius: 100%;
  box-sizing: content-box;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  pointer-events: none;
}
.message-button button:hover {
  color: #231815;
}
.message-block-my > p {
  cursor: pointer;
}

.message-block-my > p:hover .message-button {
  opacity: 1;
}
.message-block-my > p:hover .message-button button {
  pointer-events: auto;
}

.message-block {
  margin: 0 0 calc(var(--spacer) * 2);
  padding: 0 calc(var(--spacer) * 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.message-block > p {
  width: auto;
  min-width: 200px;
  max-width: calc(100% - var(--spacer) * 2);
  margin: 0.25rem 0;
  padding: calc(var(--spacer) * 1) calc(var(--spacer) * 1.5);
  border-radius: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.8;
  box-sizing: border-box;
  position: relative;
  text-align: justify;
  z-index: 2;
  word-break: break-all;
}
.message-block > p::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(1rem + var(--bs-border-radius) * 2);
  height: calc(1rem + var(--bs-border-radius) * 2);
  background: var(--bs-bg-color);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 75%);
          clip-path: polygon(0 0, 100% 0, 0 75%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 100% 75%, 100% 0);
          clip-path: polygon(0 0, 100% 75%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 50%, 100% 0);
          clip-path: polygon(0 0, 50% 50%, 100% 0);
  z-index: 1;
}
.message-block time {
  width: 100%;
  display: block;
  padding: 0.25rem 0;
  color: #6c757d;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.message-block-your {
  --bs-bg-color: var(--bs-light);
  --bs-text-color: var(--bs-blue-dark);
  text-align: left;
  margin-right: auto;
}
.message-block-your .message-name {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}
.message-block-your > p {
  text-align: left;
  border-top-left-radius: var(--bs-border-radius);
  color: var(--bs-blue-dark);
  background: var(--bs-light);
  margin-right: auto;
}
.message-block-your > p::before {
  display: none;
  top: var(--bs-border-radius);
  left: 1rem;
  opacity: 1;
  -webkit-transform: scaleY(-1) translate(0%, 100%);
          transform: scaleY(-1) translate(0%, 100%);
}
.message-block-your > p + p {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.message-block-your > p:first-of-type {
  border-bottom-left-radius: var(--bs-border-radius);
}
.message-block-your > p:first-of-type::before {
  display: block;
}
.message-block-your > p:last-of-type {
  border-bottom-left-radius: 0.75rem;
}
.message-block-my {
  --bs-bg-color: var(--bs-primary);
  --bs-text-color: var(--bs-white);
  text-align: right;
  margin-left: auto;
}
.message-block-my .message-name {
  margin-top: 0.5rem;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
          order: 9999;
}
.message-block-my > p {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-bottom-right-radius: var(--bs-border-radius);
  margin-left: auto;
}
.message-block-my > p::before {
  display: none;
  bottom: var(--bs-border-radius);
  right: 1rem;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  -webkit-transform: scaleX(-1) translate(0%, 100%);
          transform: scaleX(-1) translate(0%, 100%);
}
.message-block-my > p + p {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.message-block-my > p:first-of-type {
  border-top-right-radius: 0.75rem;
}
.message-block-my > p:last-of-type::before {
  display: block;
}
.message-block-my time {
  text-align: right;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.accordion-comment01 {
  line-height: 1.8;
  padding: 0 var(--spacer);
}

.company-main-content .side *[id^=side-accordion-check] input[type=checkbox] + label {
  width: 2em;
  height: 2em;
}
.company-main-content .side div[data-accordion] {
  padding-bottom: calc(var(--spacer) * 4);
}
.company-main-content .side div[data-accordion=hide] #side-accordion-check input[type=checkbox] + label::after {
  -webkit-transform: translateX(0%) rotate(90deg);
          transform: translateX(0%) rotate(90deg);
}

div[data-accordion] {
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
div[data-accordion] *[data-accordion-target-self] {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: opacity 0.5s ease 0.3s, max-height 1s ease-in-out 0.3s;
  transition: opacity 0.5s ease 0.3s, max-height 1s ease-in-out 0.3s;
}
div[data-accordion][data-accordion-check-position] {
  position: relative;
}
div[data-accordion][data-accordion-check-position] *[id*=accordion-check] {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
div[data-accordion][data-accordion-check-position] *[id*=accordion-check] input[type=checkbox] + label {
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  text-indent: -2000px;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  background: var(--bs-light);
  background: var(--bs-blue-dark);
  background: #13222f;
}
div[data-accordion][data-accordion-check-position] *[id*=accordion-check] input[type=checkbox] + label::before, div[data-accordion][data-accordion-check-position] *[id*=accordion-check] input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  inset: -100%;
  margin: auto;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
div[data-accordion][data-accordion-check-position] *[id*=accordion-check] input[type=checkbox] + label::before {
  background: var(--bs-white);
  width: 12px;
  height: 2px;
  -webkit-transform: translateY(0%) rotate(0deg);
          transform: translateY(0%) rotate(0deg);
}
div[data-accordion][data-accordion-check-position] *[id*=accordion-check] input[type=checkbox] + label::after {
  background: var(--bs-white);
  width: 12px;
  height: 2px;
  -webkit-transform: translateX(0%) rotate(0deg);
          transform: translateX(0%) rotate(0deg);
}
div[data-accordion][data-accordion-check-position][data-accordion-check-position*=top] *[id*=accordion-check] {
  top: 0;
}
div[data-accordion][data-accordion-check-position][data-accordion-check-position*=left] *[id*=accordion-check] {
  left: 0;
}
div[data-accordion][data-accordion-check-position][data-accordion-check-position*=right] *[id*=accordion-check] {
  right: 0;
}
div[data-accordion][data-accordion-check-position][data-accordion-check-position*=bottom] *[id*=accordion-check] {
  bottom: 0;
}
div[data-accordion] *[id^=side-accordion-check] {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
div[data-accordion] *[id^=side-accordion-check] input[type=checkbox] {
  visibility: hidden;
}
div[data-accordion] *[id^=side-accordion-check] input[type=checkbox] + label {
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  text-indent: -2000px;
  width: 1em;
  height: 1em;
  line-height: 1;
  box-sizing: border-box;
  background: var(--bs-light);
  background: var(--bs-blue-dark);
  background: #13222f;
}
div[data-accordion] *[id^=side-accordion-check] input[type=checkbox] + label::before, div[data-accordion] *[id^=side-accordion-check] input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  inset: -100%;
  margin: auto;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
div[data-accordion] *[id^=side-accordion-check] input[type=checkbox] + label::before {
  background: var(--bs-white);
  width: 12px;
  height: 2px;
  /* border-top: 4px solid currentColor; */
  /* border-top-right-radius: 4px; */
  -webkit-transform: translateY(0%) rotate(0deg);
          transform: translateY(0%) rotate(0deg);
}
div[data-accordion] *[id^=side-accordion-check] input[type=checkbox] + label::after {
  background: var(--bs-white);
  width: 12px;
  height: 2px;
  /* border-top: 4px solid currentColor; */
  /* border-top-right-radius: 4px; */
  -webkit-transform: translateX(0%) rotate(0deg);
          transform: translateX(0%) rotate(0deg);
}
div[data-accordion][data-accordion-check-position=right-bottom] *[id^=side-accordion-check] {
  right: 0;
  bottom: 0;
  margin: 0;
}
div[data-accordion] *[data-accordion-target-self=show] {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 2000px;
  -webkit-transition: opacity 0.5s ease 0.3s, max-height 1s ease-in-out 0.3s;
  transition: opacity 0.5s ease 0.3s, max-height 1s ease-in-out 0.3s;
}
div[data-accordion] *[data-accordion-target-self=hide] {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease 0.3s, max-height 1s ease-in-out 0.3s;
  transition: opacity 0.5s ease 0.3s, max-height 1s ease-in-out 0.3s;
}
div[data-accordion][data-accordion=hide] {
  max-height: 1000px;
}
div[data-accordion][data-accordion=hide] *[id^=side-accordion-check] input[type=checkbox] + label::after {
  -webkit-transform: translateX(0%) rotate(90deg);
          transform: translateX(0%) rotate(90deg);
}

/* 就活ニュース .journal */
.journal .side {
  left: 0;
  border-right: 0;
  border-left: 1px solid var(--bs-border-color);
}
.journal-content p {
  line-height: 1.8;
  margin-bottom: var(--spacer);
}

/* .flow-dot 削除予定 */
.flow-dot-active {
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
}
.flow-dot-active::before {
  content: "";
  display: block;
  z-index: -1;
  background: var(--bs-primary);
  width: 100%;
  height: 100%;
  inset: -100%;
  margin: -100%;
}

.flow-bar {
  height: 5px;
  border-radius: var(--bs-border-radius);
  background: var(--bs-light);
}
.flow-bar > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bs-light);
  position: relative;
}
.flow-bar > span.before {
  background-image: -webkit-linear-gradient(left, rgba(var(--bs-primary-rgb), 0.5), rgba(var(--bs-primary-rgb), 0.5));
  background-image: linear-gradient(to right, rgba(var(--bs-primary-rgb), 0.5), rgba(var(--bs-primary-rgb), 0.5));
}
.flow-bar > span.before::after {
  position: absolute;
  content: "";
  display: block;
  top: -100%;
  right: 0;
  bottom: -100%;
  width: 1px;
  height: 100%;
  margin: auto 0;
  background: rgba(var(--bs-white-rgb), 0.5);
}
.flow-bar > span.active {
  background-image: -webkit-linear-gradient(left, rgba(var(--bs-primary-rgb), 0.5) 0%, rgba(var(--bs-primary-rgb), 0.5) 0%, rgba(var(--bs-red-rgb), 0.5), var(--bs-red) calc(100% - 0px), var(--bs-light) 100%);
  background-image: linear-gradient(to right, rgba(var(--bs-primary-rgb), 0.5) 0%, rgba(var(--bs-primary-rgb), 0.5) 0%, rgba(var(--bs-red-rgb), 0.5), var(--bs-red) calc(100% - 0px), var(--bs-light) 100%);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation-name: bar-gradient;
          animation-name: bar-gradient;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
          animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}
.single-form .card > .flow-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

@-webkit-keyframes bar-gradient {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bar-gradient {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.hint-box {
  color: var(--bs-red);
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: var(--spacer);
  font-size: 0.8rem;
}
.hint-box > p {
  text-indent: -1em;
  padding-left: 1em;
}

.event-table-sp + .event-table-sp {
  margin-top: var(--spacer) !important;
  padding-top: var(--spacer) !important;
  border-top: 1px solid var(--bs-border-color);
}
.event-table-sp.row {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.event-table-sp-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: stretch;
          align-self: stretch;
  white-space: nowrap;
}
.event-table-sp-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: stretch;
          align-self: stretch;
}
.event-table-sp-detail .tags-group .badge {
  vertical-align: baseline;
}
.event-table-sp-detail .mark-new,
.event-table-sp-detail .mark-require {
  vertical-align: bottom;
}
.event-table-sp-button {
  -webkit-align-self: stretch;
          align-self: stretch;
}
.event-table-sp-button .btn {
  position: relative;
  -webkit-align-self: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-width: 80px;
}
.event-table-sp-button .btn-inner {
  position: relative;
  display: block;
  letter-spacing: -0.05em;
  -webkit-align-self: center;
          align-self: center;
  font-size: 0.8rem;
}

/* .about */
.about-feature-content-title {
  font-size: clamp(1.875rem, 1.563rem + 1.04vw, 2.813rem);
  color: var(--bs-blue-dark);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-feature-content-title small, .about-feature-content-title .small {
  color: var(--bs-primary);
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-align: left;
}
.about-feature-content-title small i, .about-feature-content-title .small i {
  display: inline-block;
  font-style: normal;
}
.about-feature-content-title small i::after, .about-feature-content-title .small i::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: currentColor;
  margin: auto 0.5rem;
}
.about-feature-content p {
  text-align: justify;
}
.about-feature-footer:not(.ccm-layout-wrapper), .about-feature-footer-fix > .ccm-layout .ccm-layout-row.ccm-layout-row-2 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(var(--bs-bg-color-rgb), 0.9) 25%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(var(--bs-bg-color-rgb), 0.9) 25%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.about-feature-footer-fix {
  position: relative;
}

.about-img, .about-img-lg {
  width: clamp(300px, 50vw, 500px);
  height: auto;
  display: block;
}
.about-img-sm {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.about-img-lg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#about-system .card {
  background: rgba(var(--bs-white-rgb), 0.5);
}

.about-bg-chart {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 400px !important;
}
.about-bg-chart-base {
  position: relative;
}

.about-system-img {
  position: relative;
  overflow: hidden;
}
.about-system-img .about-img-sm {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: auto;
  max-width: min(200px, 40vw);
  -webkit-transform: translate(-75%, 50%);
          transform: translate(-75%, 50%);
  -webkit-transform: translate(-100%, 25%);
          transform: translate(-100%, 25%);
}

.about-text01 {
  border: 10px solid var(--bs-white);
}

.single-page .container p {
  line-height: 1.5;
}

.tl-base {
  text-align: justify;
  letter-spacing: -0.01em;
}

/* .fs_breadcrumb */
.fs_breadcrumb,
.breadcrumb {
  border-bottom: 1px solid var(--bs-border-color);
  padding: var(--spacer) var(--spacer) !important;
  margin-bottom: calc(var(--spacer) * 1.5) !important;
}

.breadcrumb {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  display: inline;
}
.breadcrumb li a {
  word-break: break-all;
}
.breadcrumb li::after {
  content: "/";
  padding-left: 0.5em;
  padding-right: 0.5em;
  opacity: 0.5;
}
.breadcrumb li:last-of-type::after {
  display: none;
}

/* 2022.12.23 add - start - */
.search-condition:not(:empty) {
  padding: var(--spacer) calc(var(--spacer) - 0.5rem) var(--spacer) var(--spacer);
  border: solid 1px var(--bs-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  background: var(--bs-white);
  margin: var(--spacer) 0;
}
.search-condition-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: smaller;
  margin-right: 0.5rem;
}
.search-condition-term {
  margin-right: 0.25rem;
}
.search-condition-description {
  color: var(--bs-primary);
  border: solid 1px var(--bs-border-color);
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0.25rem;
  font-weight: bolder;
  background: var(--bs-bg-color);
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.search-condition-description:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.search-condition-description:hover::before {
  background-color: var(--bs-white);
}
.search-condition-description > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.search-condition-description::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0.75rem;
  bottom: 0;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.2);
  width: 1em;
  height: 1em;
  margin: auto 0;
  --cross-width: 15%;
  -webkit-clip-path: polygon(var(--cross-width) 0%, 0% var(--cross-width), calc(50% - var(--cross-width)) 50%, 0% calc(100% - var(--cross-width)), var(--cross-width) 100%, 50% calc(50% + var(--cross-width)), calc(100% - var(--cross-width)) 100%, 100% calc(100% - var(--cross-width)), calc(50% + var(--cross-width)) 50%, 100% var(--cross-width), calc(100% - var(--cross-width)) 0%, 50% calc(50% - var(--cross-width)));
          clip-path: polygon(var(--cross-width) 0%, 0% var(--cross-width), calc(50% - var(--cross-width)) 50%, 0% calc(100% - var(--cross-width)), var(--cross-width) 100%, 50% calc(50% + var(--cross-width)), calc(100% - var(--cross-width)) 100%, 100% calc(100% - var(--cross-width)), calc(50% + var(--cross-width)) 50%, 100% var(--cross-width), calc(100% - var(--cross-width)) 0%, 50% calc(50% - var(--cross-width)));
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.balloon01, .balloon02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: calc(var(--spacer) * 2);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  aspect-ratio: 1/1;
  z-index: 100;
}
.balloon01 b, .balloon02 b {
  display: block;
}
.balloon01::before, .balloon02::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 792.2 800"><g transform="scale(1,1) translateX(100%)"><path d="M664.4,660.1c67-68.2,108.3-161.8,108-265.1C771.7,187.1,604,20,396.1,20C188.4,20,20,188.3,19.8,396 c-0.2, 207.2, 165.5, 374.7, 372.8, 376.6c41, 0.4, 80.6-5.8, 117.6-17.6c12.8-4.1, 26.8-3.4, 39.1, 2c59.9, 26.7, 124.6, 22.8, 124.6, 22.8 c-2.4-2.1-4.8-4.2-7-6.3C634.5, 743.1, 633.3, 691.7, 664.4, 660.1z" /></g></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 792.2 800"><g transform="scale(1,1) translateX(100%)"><path d="M664.4,660.1c67-68.2,108.3-161.8,108-265.1C771.7,187.1,604,20,396.1,20C188.4,20,20,188.3,19.8,396 c-0.2, 207.2, 165.5, 374.7, 372.8, 376.6c41, 0.4, 80.6-5.8, 117.6-17.6c12.8-4.1, 26.8-3.4, 39.1, 2c59.9, 26.7, 124.6, 22.8, 124.6, 22.8 c-2.4-2.1-4.8-4.2-7-6.3C634.5, 743.1, 633.3, 691.7, 664.4, 660.1z" /></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: -1;
}
.balloon01 {
  -webkit-transform: translate(calc(min(25vw, 150px) * -1), 0%);
          transform: translate(calc(min(25vw, 150px) * -1), 0%);
}
.balloon01::before {
  background: #eee;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.balloon02 {
  -webkit-transform: translate(min(25vw, 150px), -25%);
          transform: translate(min(25vw, 150px), -25%);
}
.balloon02::before {
  background: -webkit-radial-gradient(top right, ellipse, rgba(var(--bs-primary-rgb), 0.25) 30%, rgba(var(--bs-primary-rgb), 0.5) 75%);
  background: radial-gradient(ellipse at top right, rgba(var(--bs-primary-rgb), 0.25) 30%, rgba(var(--bs-primary-rgb), 0.5) 75%);
  -webkit-transform: rotate(-25deg) scaleX(-1);
          transform: rotate(-25deg) scaleX(-1);
}

@media (pointer: coarse), (hover: none) {
  .search-condition-description[title] {
    position: relative;
  }
  .search-condition-description[title]:focus::after {
    content: attr(title);
    position: absolute;
    top: 90%;
    color: var(--bs-text-color);
    background-color: var(--bs-white);
    border: 1px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px;
    font-size: 10px;
    text-align: left;
    z-index: 100;
  }
}

.footer-app > .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.footer-app-title {
  font-weight: bold;
  font-family: var(--base-bold-font-family);
  font-size: clamp(1.73rem, 1.56rem + 0.74vw, 2.44rem);
  padding: 0 var(--spacer);
}
.footer-app-image {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  max-height: 400px;
}
.footer-app-image img {
  display: block;
  width: 100%;
  width: auto;
  height: 100%;
  margin: auto;
}
.footer-app-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.footer-app-text > div {
  margin: auto;
}
.footer-app-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.footer-app-introduction ul {
  margin: 0;
  padding: 0;
  display: block;
}
.footer-app-introduction ul li {
  display: block;
  padding: 0 0 0 1.25em;
  position: relative;
}
.footer-app-introduction ul li::before {
  content: "◆";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: scale(0.5) translateY(45%);
          transform: scale(0.5) translateY(45%);
  opacity: 0.9;
}
.footer-app-icon {
  padding: var(--spacer);
}
.footer-app-icon img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 110px;
  border-radius: 10px;
}
.footer-app-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacer);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: var(--spacer) 0;
}
.footer-app-badges a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-app-badges a img {
  display: block;
  width: auto;
  height: 60px;
}
.footer-app-badges a:hover {
  opacity: 0.8;
}

.icon-radius {
  -webkit-clip-path: polygon(100% 50%, 100% 56.6%, 100% 59.3%, 100% 61.4%, 99.9% 63.2%, 99.9% 64.8%, 99.9% 66.2%, 99.8% 67.5%, 99.8% 68.7%, 99.7% 69.8%, 99.6% 70.8%, 99.5% 71.8%, 99.5% 72.8%, 99.4% 73.7%, 99.3% 74.6%, 99.1% 75.4%, 99% 76.3%, 98.9% 77%, 98.8% 77.8%, 98.6% 78.5%, 98.5% 79.2%, 98.3% 79.9%, 98.1% 80.6%, 98% 81.3%, 97.8% 81.9%, 97.6% 82.5%, 97.4% 83.1%, 97.2% 83.7%, 97% 84.3%, 96.8% 84.8%, 96.5% 85.4%, 96.3% 85.9%, 96% 86.4%, 95.8% 86.9%, 95.5% 87.4%, 95.3% 87.9%, 95% 88.3%, 94.7% 88.8%, 94.4% 89.2%, 94.1% 89.7%, 93.8% 90.1%, 93.4% 90.5%, 93.1% 90.9%, 92.8% 91.3%, 92.4% 91.7%, 92% 92%, 91.7% 92.4%, 91.3% 92.8%, 90.9% 93.1%, 90.5% 93.4%, 90.1% 93.8%, 89.7% 94.1%, 89.2% 94.4%, 88.8% 94.7%, 88.3% 95%, 87.9% 95.3%, 87.4% 95.5%, 86.9% 95.8%, 86.4% 96%, 85.9% 96.3%, 85.4% 96.5%, 84.8% 96.8%, 84.3% 97%, 83.7% 97.2%, 83.1% 97.4%, 82.5% 97.6%, 81.9% 97.8%, 81.3% 98%, 80.6% 98.1%, 79.9% 98.3%, 79.2% 98.5%, 78.5% 98.6%, 77.8% 98.8%, 77% 98.9%, 76.3% 99%, 75.4% 99.1%, 74.6% 99.3%, 73.7% 99.4%, 72.8% 99.5%, 71.8% 99.5%, 70.8% 99.6%, 69.8% 99.7%, 68.7% 99.8%, 67.5% 99.8%, 66.2% 99.9%, 64.8% 99.9%, 63.2% 99.9%, 61.4% 100%, 59.3% 100%, 56.6% 100%, 50% 100%, 43.4% 100%, 40.7% 100%, 38.6% 100%, 36.8% 99.9%, 35.2% 99.9%, 33.8% 99.9%, 32.5% 99.8%, 31.3% 99.8%, 30.2% 99.7%, 29.2% 99.6%, 28.2% 99.5%, 27.2% 99.5%, 26.3% 99.4%, 25.4% 99.3%, 24.6% 99.1%, 23.7% 99%, 23% 98.9%, 22.2% 98.8%, 21.5% 98.6%, 20.8% 98.5%, 20.1% 98.3%, 19.4% 98.1%, 18.7% 98%, 18.1% 97.8%, 17.5% 97.6%, 16.9% 97.4%, 16.3% 97.2%, 15.7% 97%, 15.2% 96.8%, 14.6% 96.5%, 14.1% 96.3%, 13.6% 96%, 13.1% 95.8%, 12.6% 95.5%, 12.1% 95.3%, 11.7% 95%, 11.2% 94.7%, 10.8% 94.4%, 10.3% 94.1%, 9.9% 93.8%, 9.5% 93.4%, 9.1% 93.1%, 8.7% 92.8%, 8.3% 92.4%, 8% 92%, 7.6% 91.7%, 7.2% 91.3%, 6.9% 90.9%, 6.6% 90.5%, 6.2% 90.1%, 5.9% 89.7%, 5.6% 89.2%, 5.3% 88.8%, 5% 88.3%, 4.7% 87.9%, 4.5% 87.4%, 4.2% 86.9%, 4% 86.4%, 3.7% 85.9%, 3.5% 85.4%, 3.2% 84.8%, 3% 84.3%, 2.8% 83.7%, 2.6% 83.1%, 2.4% 82.5%, 2.2% 81.9%, 2% 81.3%, 1.9% 80.6%, 1.7% 79.9%, 1.5% 79.2%, 1.4% 78.5%, 1.2% 77.8%, 1.1% 77%, 1% 76.3%, 0.9% 75.4%, 0.7% 74.6%, 0.6% 73.7%, 0.5% 72.8%, 0.5% 71.8%, 0.4% 70.8%, 0.3% 69.8%, 0.2% 68.7%, 0.2% 67.5%, 0.1% 66.2%, 0.1% 64.8%, 0.1% 63.2%, 0% 61.4%, 0% 59.3%, 0% 56.6%, 0% 50%, 0% 43.4%, 0% 40.7%, 0% 38.6%, 0.1% 36.8%, 0.1% 35.2%, 0.1% 33.8%, 0.2% 32.5%, 0.2% 31.3%, 0.3% 30.2%, 0.4% 29.2%, 0.5% 28.2%, 0.5% 27.2%, 0.6% 26.3%, 0.7% 25.4%, 0.9% 24.6%, 1% 23.7%, 1.1% 23%, 1.2% 22.2%, 1.4% 21.5%, 1.5% 20.8%, 1.7% 20.1%, 1.9% 19.4%, 2% 18.7%, 2.2% 18.1%, 2.4% 17.5%, 2.6% 16.9%, 2.8% 16.3%, 3% 15.7%, 3.2% 15.2%, 3.5% 14.6%, 3.7% 14.1%, 4% 13.6%, 4.2% 13.1%, 4.5% 12.6%, 4.7% 12.1%, 5% 11.7%, 5.3% 11.2%, 5.6% 10.8%, 5.9% 10.3%, 6.2% 9.9%, 6.6% 9.5%, 6.9% 9.1%, 7.2% 8.7%, 7.6% 8.3%, 8% 8%, 8.3% 7.6%, 8.7% 7.2%, 9.1% 6.9%, 9.5% 6.6%, 9.9% 6.2%, 10.3% 5.9%, 10.8% 5.6%, 11.2% 5.3%, 11.7% 5%, 12.1% 4.7%, 12.6% 4.5%, 13.1% 4.2%, 13.6% 4%, 14.1% 3.7%, 14.6% 3.5%, 15.2% 3.2%, 15.7% 3%, 16.3% 2.8%, 16.9% 2.6%, 17.5% 2.4%, 18.1% 2.2%, 18.7% 2%, 19.4% 1.9%, 20.1% 1.7%, 20.8% 1.5%, 21.5% 1.4%, 22.2% 1.2%, 23% 1.1%, 23.7% 1%, 24.6% 0.9%, 25.4% 0.7%, 26.3% 0.6%, 27.2% 0.5%, 28.2% 0.5%, 29.2% 0.4%, 30.2% 0.3%, 31.3% 0.2%, 32.5% 0.2%, 33.8% 0.1%, 35.2% 0.1%, 36.8% 0.1%, 38.6% 0%, 40.7% 0%, 43.4% 0%, 50% 0%, 56.6% 0%, 59.3% 0%, 61.4% 0%, 63.2% 0.1%, 64.8% 0.1%, 66.2% 0.1%, 67.5% 0.2%, 68.7% 0.2%, 69.8% 0.3%, 70.8% 0.4%, 71.8% 0.5%, 72.8% 0.5%, 73.7% 0.6%, 74.6% 0.7%, 75.4% 0.9%, 76.3% 1%, 77% 1.1%, 77.8% 1.2%, 78.5% 1.4%, 79.2% 1.5%, 79.9% 1.7%, 80.6% 1.9%, 81.3% 2%, 81.9% 2.2%, 82.5% 2.4%, 83.1% 2.6%, 83.7% 2.8%, 84.3% 3%, 84.8% 3.2%, 85.4% 3.5%, 85.9% 3.7%, 86.4% 4%, 86.9% 4.2%, 87.4% 4.5%, 87.9% 4.7%, 88.3% 5%, 88.8% 5.3%, 89.2% 5.6%, 89.7% 5.9%, 90.1% 6.2%, 90.5% 6.6%, 90.9% 6.9%, 91.3% 7.2%, 91.7% 7.6%, 92% 8%, 92.4% 8.3%, 92.8% 8.7%, 93.1% 9.1%, 93.4% 9.5%, 93.8% 9.9%, 94.1% 10.3%, 94.4% 10.8%, 94.7% 11.2%, 95% 11.7%, 95.3% 12.1%, 95.5% 12.6%, 95.8% 13.1%, 96% 13.6%, 96.3% 14.1%, 96.5% 14.6%, 96.8% 15.2%, 97% 15.7%, 97.2% 16.3%, 97.4% 16.9%, 97.6% 17.5%, 97.8% 18.1%, 98% 18.7%, 98.1% 19.4%, 98.3% 20.1%, 98.5% 20.8%, 98.6% 21.5%, 98.8% 22.2%, 98.9% 23%, 99% 23.7%, 99.1% 24.6%, 99.3% 25.4%, 99.4% 26.3%, 99.5% 27.2%, 99.5% 28.2%, 99.6% 29.2%, 99.7% 30.2%, 99.8% 31.3%, 99.8% 32.5%, 99.9% 33.8%, 99.9% 35.2%, 99.9% 36.8%, 100% 38.6%, 100% 40.7%, 100% 43.4%);
          clip-path: polygon(100% 50%, 100% 56.6%, 100% 59.3%, 100% 61.4%, 99.9% 63.2%, 99.9% 64.8%, 99.9% 66.2%, 99.8% 67.5%, 99.8% 68.7%, 99.7% 69.8%, 99.6% 70.8%, 99.5% 71.8%, 99.5% 72.8%, 99.4% 73.7%, 99.3% 74.6%, 99.1% 75.4%, 99% 76.3%, 98.9% 77%, 98.8% 77.8%, 98.6% 78.5%, 98.5% 79.2%, 98.3% 79.9%, 98.1% 80.6%, 98% 81.3%, 97.8% 81.9%, 97.6% 82.5%, 97.4% 83.1%, 97.2% 83.7%, 97% 84.3%, 96.8% 84.8%, 96.5% 85.4%, 96.3% 85.9%, 96% 86.4%, 95.8% 86.9%, 95.5% 87.4%, 95.3% 87.9%, 95% 88.3%, 94.7% 88.8%, 94.4% 89.2%, 94.1% 89.7%, 93.8% 90.1%, 93.4% 90.5%, 93.1% 90.9%, 92.8% 91.3%, 92.4% 91.7%, 92% 92%, 91.7% 92.4%, 91.3% 92.8%, 90.9% 93.1%, 90.5% 93.4%, 90.1% 93.8%, 89.7% 94.1%, 89.2% 94.4%, 88.8% 94.7%, 88.3% 95%, 87.9% 95.3%, 87.4% 95.5%, 86.9% 95.8%, 86.4% 96%, 85.9% 96.3%, 85.4% 96.5%, 84.8% 96.8%, 84.3% 97%, 83.7% 97.2%, 83.1% 97.4%, 82.5% 97.6%, 81.9% 97.8%, 81.3% 98%, 80.6% 98.1%, 79.9% 98.3%, 79.2% 98.5%, 78.5% 98.6%, 77.8% 98.8%, 77% 98.9%, 76.3% 99%, 75.4% 99.1%, 74.6% 99.3%, 73.7% 99.4%, 72.8% 99.5%, 71.8% 99.5%, 70.8% 99.6%, 69.8% 99.7%, 68.7% 99.8%, 67.5% 99.8%, 66.2% 99.9%, 64.8% 99.9%, 63.2% 99.9%, 61.4% 100%, 59.3% 100%, 56.6% 100%, 50% 100%, 43.4% 100%, 40.7% 100%, 38.6% 100%, 36.8% 99.9%, 35.2% 99.9%, 33.8% 99.9%, 32.5% 99.8%, 31.3% 99.8%, 30.2% 99.7%, 29.2% 99.6%, 28.2% 99.5%, 27.2% 99.5%, 26.3% 99.4%, 25.4% 99.3%, 24.6% 99.1%, 23.7% 99%, 23% 98.9%, 22.2% 98.8%, 21.5% 98.6%, 20.8% 98.5%, 20.1% 98.3%, 19.4% 98.1%, 18.7% 98%, 18.1% 97.8%, 17.5% 97.6%, 16.9% 97.4%, 16.3% 97.2%, 15.7% 97%, 15.2% 96.8%, 14.6% 96.5%, 14.1% 96.3%, 13.6% 96%, 13.1% 95.8%, 12.6% 95.5%, 12.1% 95.3%, 11.7% 95%, 11.2% 94.7%, 10.8% 94.4%, 10.3% 94.1%, 9.9% 93.8%, 9.5% 93.4%, 9.1% 93.1%, 8.7% 92.8%, 8.3% 92.4%, 8% 92%, 7.6% 91.7%, 7.2% 91.3%, 6.9% 90.9%, 6.6% 90.5%, 6.2% 90.1%, 5.9% 89.7%, 5.6% 89.2%, 5.3% 88.8%, 5% 88.3%, 4.7% 87.9%, 4.5% 87.4%, 4.2% 86.9%, 4% 86.4%, 3.7% 85.9%, 3.5% 85.4%, 3.2% 84.8%, 3% 84.3%, 2.8% 83.7%, 2.6% 83.1%, 2.4% 82.5%, 2.2% 81.9%, 2% 81.3%, 1.9% 80.6%, 1.7% 79.9%, 1.5% 79.2%, 1.4% 78.5%, 1.2% 77.8%, 1.1% 77%, 1% 76.3%, 0.9% 75.4%, 0.7% 74.6%, 0.6% 73.7%, 0.5% 72.8%, 0.5% 71.8%, 0.4% 70.8%, 0.3% 69.8%, 0.2% 68.7%, 0.2% 67.5%, 0.1% 66.2%, 0.1% 64.8%, 0.1% 63.2%, 0% 61.4%, 0% 59.3%, 0% 56.6%, 0% 50%, 0% 43.4%, 0% 40.7%, 0% 38.6%, 0.1% 36.8%, 0.1% 35.2%, 0.1% 33.8%, 0.2% 32.5%, 0.2% 31.3%, 0.3% 30.2%, 0.4% 29.2%, 0.5% 28.2%, 0.5% 27.2%, 0.6% 26.3%, 0.7% 25.4%, 0.9% 24.6%, 1% 23.7%, 1.1% 23%, 1.2% 22.2%, 1.4% 21.5%, 1.5% 20.8%, 1.7% 20.1%, 1.9% 19.4%, 2% 18.7%, 2.2% 18.1%, 2.4% 17.5%, 2.6% 16.9%, 2.8% 16.3%, 3% 15.7%, 3.2% 15.2%, 3.5% 14.6%, 3.7% 14.1%, 4% 13.6%, 4.2% 13.1%, 4.5% 12.6%, 4.7% 12.1%, 5% 11.7%, 5.3% 11.2%, 5.6% 10.8%, 5.9% 10.3%, 6.2% 9.9%, 6.6% 9.5%, 6.9% 9.1%, 7.2% 8.7%, 7.6% 8.3%, 8% 8%, 8.3% 7.6%, 8.7% 7.2%, 9.1% 6.9%, 9.5% 6.6%, 9.9% 6.2%, 10.3% 5.9%, 10.8% 5.6%, 11.2% 5.3%, 11.7% 5%, 12.1% 4.7%, 12.6% 4.5%, 13.1% 4.2%, 13.6% 4%, 14.1% 3.7%, 14.6% 3.5%, 15.2% 3.2%, 15.7% 3%, 16.3% 2.8%, 16.9% 2.6%, 17.5% 2.4%, 18.1% 2.2%, 18.7% 2%, 19.4% 1.9%, 20.1% 1.7%, 20.8% 1.5%, 21.5% 1.4%, 22.2% 1.2%, 23% 1.1%, 23.7% 1%, 24.6% 0.9%, 25.4% 0.7%, 26.3% 0.6%, 27.2% 0.5%, 28.2% 0.5%, 29.2% 0.4%, 30.2% 0.3%, 31.3% 0.2%, 32.5% 0.2%, 33.8% 0.1%, 35.2% 0.1%, 36.8% 0.1%, 38.6% 0%, 40.7% 0%, 43.4% 0%, 50% 0%, 56.6% 0%, 59.3% 0%, 61.4% 0%, 63.2% 0.1%, 64.8% 0.1%, 66.2% 0.1%, 67.5% 0.2%, 68.7% 0.2%, 69.8% 0.3%, 70.8% 0.4%, 71.8% 0.5%, 72.8% 0.5%, 73.7% 0.6%, 74.6% 0.7%, 75.4% 0.9%, 76.3% 1%, 77% 1.1%, 77.8% 1.2%, 78.5% 1.4%, 79.2% 1.5%, 79.9% 1.7%, 80.6% 1.9%, 81.3% 2%, 81.9% 2.2%, 82.5% 2.4%, 83.1% 2.6%, 83.7% 2.8%, 84.3% 3%, 84.8% 3.2%, 85.4% 3.5%, 85.9% 3.7%, 86.4% 4%, 86.9% 4.2%, 87.4% 4.5%, 87.9% 4.7%, 88.3% 5%, 88.8% 5.3%, 89.2% 5.6%, 89.7% 5.9%, 90.1% 6.2%, 90.5% 6.6%, 90.9% 6.9%, 91.3% 7.2%, 91.7% 7.6%, 92% 8%, 92.4% 8.3%, 92.8% 8.7%, 93.1% 9.1%, 93.4% 9.5%, 93.8% 9.9%, 94.1% 10.3%, 94.4% 10.8%, 94.7% 11.2%, 95% 11.7%, 95.3% 12.1%, 95.5% 12.6%, 95.8% 13.1%, 96% 13.6%, 96.3% 14.1%, 96.5% 14.6%, 96.8% 15.2%, 97% 15.7%, 97.2% 16.3%, 97.4% 16.9%, 97.6% 17.5%, 97.8% 18.1%, 98% 18.7%, 98.1% 19.4%, 98.3% 20.1%, 98.5% 20.8%, 98.6% 21.5%, 98.8% 22.2%, 98.9% 23%, 99% 23.7%, 99.1% 24.6%, 99.3% 25.4%, 99.4% 26.3%, 99.5% 27.2%, 99.5% 28.2%, 99.6% 29.2%, 99.7% 30.2%, 99.8% 31.3%, 99.8% 32.5%, 99.9% 33.8%, 99.9% 35.2%, 99.9% 36.8%, 100% 38.6%, 100% 40.7%, 100% 43.4%);
}

.slider01 {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease:
}
.slider01.slick-initialized {
  visibility: visible;
  overflow: visible;
  opacity: 1;
}

.slider01 .card-body p.line-clamp-3 {
  -webkit-line-clamp: 3;
  max-height: 5.4em;
}

/* 2023.03.06 add */
.slider01 .slick-list {
    padding-bottom: 10px;
 }

/* 2023.01.31 overwrite */
.form-floating > .form-select {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* 2023.03.03 add */
/* ヘッダーアイコン */
.global-header-menu .mypage-button,
.global-header-menu .notification-button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 80px;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  transform: translate(70px, 5px);
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.global-header-menu .mypage-button {
  right: 130px;
}

.global-header-menu .notification-button {
  right: 80px;
}

.global-header-menu .mypage-button .bi,
.global-header-menu .notification-button .bi {
  font-size: 24px;
  color: var(--bs-text-color);
}

.global-header-menu .notification-badge:not(:empty) {
  width: 6px;
  height: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  border-radius: 3px;
  margin: -24px -24px 0 0;
  font-size: 0;
}

/* マイページサイドナビ */
.status-list .row > .col i.bi {
  /* 既存部に追加(※影響ないか要確認) */
  position: relative;
}

.status-list .row > .col .notification-badge:not(:empty) {
  font-size: 11px;
  font-style: normal;
  color: #fff;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  border-radius: 9px;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(75%, -100%);
          transform: translate(75%, -100%);
}

/* sm 以上 */
@media (min-width: 576px) {
  :root {
    --sp: ;
  }
}
/* lg 未満 */
@media (max-width: 991.98px) {
  /* 2023.03.03 add */
  #app .text-pickup th,
  #app .text-pickup td {
    display: table;
    width: 100% !important;
  }
  #app .text-pickup th::before,
  #app .text-pickup td::before {
    content: none;
  }
  #app .text-pickup tbody tr:last-of-type th {
    border-bottom: 1px solid var(--bs-border-color);
  }
}
/* tablet, pc */
@media (min-width: 992px) {
  :root {
    --sp: ;
    --global-header-height: 136;
  }
  #MainContents {
    overflow: visible;
  }
  .global-header .menu-button,
  .global-header .menu-button-check {
    display: none;
  }
  .global-header-upper {
    padding-top: var(--spacer);
    padding-bottom: var(--spacer);
  }
  .global-header > .container {
    position: relative;
  }
  .global-header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: calc(100% - 26px);
    height: 30px !important;
    padding-top: calc(var(--spacer) * 0.5);
    padding-bottom: calc(var(--spacer) * 0.5);
    -webkit-transition: padding 1s ease-in-out;
    transition: padding 1s ease-in-out;
    box-sizing: content-box;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .global-header-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 var(--spacer) 0 var(--spacer);
    height: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .global-header-logo a img {
    display: block;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: none;
  }
  .global-header-logo > span {
    line-height: 1;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin-top: calc(var(--spacer) * 0.5);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .global-header-login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: auto;
    padding-left: calc(var(--spacer) * 1.5);
    padding-right: 0;
    margin: var(--spacer) 0;
  }
  .global-header-login .btn {
    margin: 0 calc(var(--spacer) * 0.25);
    width: 150px;
    max-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .global-header-login .btn i.bi {
    -webkit-transform: none;
            transform: none;
  }
  .global-header-login .btn > span {
    display: inline;
  }
  .global-header-login .navbar-nav {
    height: 100%;
    max-height: 100%;
  }
  .global-header-login-mypage {
    font-size: 1rem;
    height: 100%;
    padding-right: 1rem;
  }
  .global-header-login-mypage .btn {
    width: 100px;
  }
  .global-header-login .dropdown-toggle span {
    margin-left: auto;
  }
  .global-header-menu .menu {
    position: relative;
    right: auto;
    background: rgba(255, 255, 255, 0);
  }
  .global-header-menu .menu nav {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid var(--bs-border-color);
    background: none;
    max-width: 100%;
    padding: 0;
    overflow-y: visible;
    background: var(--bs-gray-light);
  }
  .global-header-menu .menu nav .nav-item {
    border-bottom: 0;
  }
  .global-header-menu .menu nav .nav-item:last-of-type .nav-link {
    border-right: 0;
  }
  .global-header-menu .menu nav .nav-link {
    border-right: 1px solid var(--bs-border-color);
    position: relative;
    text-align: center;
    padding: var(--spacer) calc(var(--spacer) * 2);
    color: var(--bs-white) !important;
  }
  .global-header-menu .menu nav .nav-link.btn, .global-header-menu .menu nav .nav-link.btn:not(.nav-link-login) {
    color: var(--bs-white) !important;
  }
  .global-header-menu .menu nav .nav-link.nav-link-login {
    display: none;
  }
  .global-header-menu .menu nav .nav-link.active::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: var(--bs-primary);
  }
  .global-header-menu .menu .dropdown-menu {
    position: absolute !important;
    background-color: #fff;
    border: 1px solid rgba(35, 24, 21, 0.15);
  }
  .global-header-menu .menu .dropdown-menu .dropdown-item {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
    color: #212529;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }
  .global-header-menu .menu .dropdown-menu .dropdown-item:hover, .global-header-menu .menu .dropdown-menu .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
  }
  .global-header-menu .menu .dropdown-menu .dropdown-item.active, .global-header-menu .menu .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #60ACEC;
  }
  .global-header-menu .menu .dropdown-menu .dropdown-item.disabled, .global-header-menu .menu .dropdown-menu .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
  }
  /* .side */
  .side {
    width: max(25vw, 400px);
    margin-top: 0 !important;
  }
  /* .side-main */
  .side-main {
    margin-left: min(25vw, 400px);
  }
  /* .side-upper */
  .side-upper {
    margin-left: min(25vw, 400px);
  }
  .main-content-header-img {
    margin: -100px auto 0;
  }
  .main-content-body .main {
    border-left: 1px solid var(--bs-border-color);
  }
  .has-bkg-img .main-content-bkg-img {
    margin: 0;
  }
  .button-fixed-bottom .row > .col {
    max-width: 250px;
    width: 25vw;
  }
  .button-fixed-bottom .row > .col .btn {
    font-size: 0.9rem;
  }
  .card-footer .btn,
  .button-fixed-bottom .btn {
    font-size: 1rem;
  }
  .card-footer .btn i.bi,
  .card-footer .btn .icon-stack,
  .button-fixed-bottom .btn i.bi,
  .button-fixed-bottom .btn .icon-stack {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  /* for bootstrap */
  .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .nav-tabs .nav-link {
    border-color: transparent;
  }
  .nav-tabs .nav-link.active {
    border-color: var(--bs-border-color) var(--bs-border-color) transparent;
  }
  .global-footer a {
    display: inline-block;
    padding: calc(var(--spacer) * 0.25) var(--spacer);
  }
  .global-footer-link01 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .global-footer-link02 {
    font-size: 0.9rem;
  }
  .global-footer-link02 li:last-of-type::after {
    display: none;
  }
  /* .company */
  .company .nav-tabs + .card .card-body {
    padding: calc(var(--spacer) * 2);
  }
  /* .tabs-info */
  .tabs-info .nav-tabs .nav-link {
    width: 100%;
    max-width: 33%;
  }
  /* search */
  .search-box .card-body {
    padding: 2.5rem 5rem 3rem;
  }
  .search-results .card-footer {
    background: var(--bs-light);
  }
  .search-results .card-footer .col a.btn {
    font-size: 1rem;
  }
  /* .hero-top */
  .hero-top-main-row {
    position: relative;
  }
  .hero-top .card-body {
    padding: 3rem;
  }
  /* .tags-group */
  .tags-group {
    display: inline-block;
  }
  /* .text-pickup */
  .text-pickup {
    /* tfoot想定無し */
    /* tablet, pc 上は table */
  }
  .text-pickup table {
    margin: 0;
    width: 100%;
  }
  .text-pickup th {
    white-space: nowrap;
    vertical-align: top;
    padding: calc(var(--spacer) * 1) calc(var(--spacer) * 1.5);
  }
  form .text-pickup th {
    padding: calc(var(--spacer) * 1.5);
  }
  .text-pickup td {
    vertical-align: middle;
    padding: calc(var(--spacer) * 1) calc(var(--spacer) * 1.5);
  }
  .text-pickup th,
  .text-pickup td {
    text-align: left;
    border-bottom: 1px solid var(--bs-border-color);
    position: relative;
  }
  .text-pickup th::before,
  .text-pickup td::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-border-color);
    width: 1px;
    height: calc(100% - var(--spacer) * 2);
    margin: auto;
  }
  .text-pickup th .badge,
  .text-pickup td .badge {
    margin-left: 0.5rem;
    vertical-align: text-bottom;
  }
  .text-pickup thead tr th:last-of-type::before,
  .text-pickup thead tr td:last-of-type::before,
  .text-pickup tbody tr th:last-of-type::before,
  .text-pickup tbody tr td:last-of-type::before,
  .text-pickup tfoot tr th:last-of-type::before,
  .text-pickup tfoot tr td:last-of-type::before {
    display: none;
  }
  .text-pickup thead tr th + td::after,
  .text-pickup tbody tr th + td::after,
  .text-pickup tfoot tr th + td::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--bs-border-color);
    width: 1px;
    height: calc(100% - var(--spacer) * 2);
    margin: auto;
  }
  .text-pickup tbody tr:last-of-type th,
  .text-pickup tbody tr:last-of-type td {
    border: 0;
  }
  .text-pickup td.text-pickup-link {
    width: 1rem;
    padding-left: var(--spacer);
    padding-right: var(--spacer);
    position: relative;
  }
  .text-pickup td.text-pickup-link::before {
    display: none;
  }
  .text-pickup.text-pickup-normalwrap thead,
  .text-pickup.text-pickup-normalwrap tfoot,
  .text-pickup.text-pickup-normalwrap tbody,
  .text-pickup.text-pickup-normalwrap caption,
  .text-pickup.text-pickup-normalwrap tr,
  .text-pickup.text-pickup-normalwrap th,
  .text-pickup.text-pickup-normalwrap td {
    width: auto;
  }
  .text-pickup.text-pickup-normalwrap table {
    display: table;
  }
  .text-pickup.text-pickup-normalwrap thead {
    display: table-header-group;
  }
  .text-pickup.text-pickup-normalwrap tfoot {
    display: table-footer-group;
  }
  .text-pickup.text-pickup-normalwrap tbody {
    display: table-row-group;
  }
  .text-pickup.text-pickup-normalwrap caption {
    display: table-caption;
  }
  .text-pickup.text-pickup-normalwrap tr {
    display: table-row;
  }
  .text-pickup.text-pickup-normalwrap tr:last-of-type > * {
    border: 0;
  }
  .text-pickup.text-pickup-normalwrap th,
  .text-pickup.text-pickup-normalwrap td {
    display: table-cell;
  }
  .text-pickup.text-pickup-normalwrap th::before,
  .text-pickup.text-pickup-normalwrap td::before {
    display: block;
  }
  .table-responsive-outer::before {
    display: none;
  }
  /* .w-x */
  .w-min {
    width: 1px;
    white-space: nowrap;
  }
  .w-min.text-nowrap {
    max-width: 100%;
    white-space: nowrap !important;
  }
  /* .card共通 */
  .card-header .tags-group {
    padding: 0;
    padding: calc(var(--spacer) * 0.5);
    margin-left: calc(var(--spacer) * 0.5);
  }
  /* slider */
  .slick-slider[class*=slider-text] .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .slick-slider[class*=slider-text] .slick-slide dt,
  .slick-slider[class*=slider-text] .slick-slide dd {
    display: block;
    padding: calc(var(--spacer) * 0.5) var(--spacer);
    margin: 0;
    text-align: left;
  }
  .slick-slider[class*=slider-text] .slick-slide dt {
    width: 9em;
    box-sizing: content-box;
    white-space: nowrap;
    position: relative;
  }
  .slick-slider[class*=slider-text] .slick-slide dt::before {
    content: "";
    background: var(--bs-border-color);
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto 0;
  }
  /* .message- */
  .message-header {
    letter-spacing: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .message-block > p {
    max-width: 50%;
    min-width: 0;
  }
  /* table */
  /* .tbl02 */
  .tbl02 {
    margin: var(--spacer) 0;
    width: 100%;
    display: table;
    border-top: 1px solid var(--bs-border-color);
  }
  .tbl02 tr {
    display: table-row;
    position: relative;
    width: 100%;
  }
  .tbl02 th,
  .tbl02 td {
    display: table-cell;
    padding: var(--spacer) calc(var(--spacer) * 0.5);
    border-bottom: 1px solid var(--bs-border-color);
    line-height: 2;
  }
  .tbl02 th {
    color: var(--bs-primary);
    width: 2rem;
    white-space: nowrap;
  }
}/*# sourceMappingURL=common.css.map */

.global-header-logo .logo-link {
cursor: pointer;
}

.global-header-logo .banner-link {
cursor: pointer;
height: 45px;
}

@media (max-width: 575.98px) {
.global-header-logo.is-logging.has-event-banner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: calc(80px + 2rem);
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.global-header-logo.is-logging.has-event-banner .logo-link {
max-height: calc(80px - 3.5rem);
}
.global-header-logo.is-logging.has-event-banner .banner-link {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
margin-top: auto;
margin-right: calc(-80px + 2rem);
}
}

.chart_img img { max-width:520px; padding:2rem 0 3rem 0; }

.ttl_sg {font-size:clamp(2.49rem, 2.17rem + 1.37vw, 3.82rem); font-weight: bold !important; padding:3rem 1rem;}

.layout-2clm_sg {padding:5rem 0;}
.layout-2clm_sg ul{width:85%; display:flex; flex-direction:row; margin: 0 auto; }
.layout-2clm_sg li{ width:50%; background:#ebebeb; text-align: center; margin: 5px; padding:5rem  2rem;}
.layout-2clm_sg dt:nth-child(1){ color: var(--bs-primary);
    font-size: 1.5rem;
    font-weight: 800;  padding:0 0 1rem 0 ;}
.layout-2clm_sg dt:nth-child(2){ font-size:2rem; padding:0 0 3rem 0 ;}

.layout-2clm_sg dd:nth-child(3){padding:0 0 2rem 0 ;}
.fsbtn_sg{ color:#fff!important; padding:1rem 5rem ; background-color:#60ACEC; font-size: 1.25rem;  border-radius: 2px; }
.fsbtn_sg:hover  {opacity: 0.5;}

.layout-2clm_sg iframe{width:100%; height:400px;}
@media screen and (max-width: 480px) {
.layout-2clm_sg ul{width:100%;flex-direction:column;padding-left:0rem !important;}
.layout-2clm_sg li{ width:100% ; margin:5px 0;}
.layout-2clm_sg iframe{width:100%; height:200px;}}

.img-svg_sg1{width:50%; margin:0 auto;padding:0 2rem 3rem 2rem;}

.fukidasi-ttl_sg{ position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 2rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}

.fukidasi-ttl_sg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.fukidasi-ttl_sg p {
  margin: 0;
  padding: 0;
}
.search-ttl_1{font-size:2.5rem; padding-top:1rem;  font-weight: bolder; color:#0091db;}

.searchttl-column_sg{width:100%; display:flex;  flex-direction:row; margin: 0 auto;  }

@media screen and (max-width: 698px) {.searchttl-column_sg{display:none;}}

.searchttl-3column_sg {    width: 30%;
    justify-content: flex-end;
    display: grid;
    align-items: flex-end; }
.searchttl-3column-cnt_sg {display: table-cell;
  vertical-align: middle; width:40%; margin: 0 auto; padding:4rem 0 ; }

.searchttl-3column_sg img{ width:auto; height:25vh; padding-top:0.5rem;}

.search-bgcl-w{background-color:#fff;width:70%; margin:0 auto;padding:2rem; font-size:1.2rem;}
@media screen and (max-width: 698px) {.search-bgcl-w{width:100%;}}

.blue-h1{width:100%; padding:1rem 2rem; color:#fff; font-weight:bold; text-align:left; background-color:#0091db;margin-bottom:2rem; font-size:1.4rem!important;
  border-radius: 5px;}


.num-box_sg {width:100%; display:flex; flex-direction:row; flex-wrap:wrap; text-align:center; }
.num-box_sg ol, ul {
    padding-left: 0rem;}
.num-box_sg li{ border:solid 2px #fff; padding:2rem 2rem 1.5rem 2rem; }
.num-box_sg li:nth-child(1){ width:99%; background-color:#f4f4f4; }
.num-box_sg li:nth-child(2){background-color:#f4f4f4; width:33%; }
.num-box_sg li:nth-child(3){background-color:#f4f4f4; width:33%; }
.num-box_sg li:nth-child(4){background-color:#f4f4f4; width:33%; }

.num-box_sg dt{/*font-size:2rem;*/padding-bottom:0.5rem;}
.num-box_sg span{font-size:2rem; font-weight:bold;}

.search_txt span{font-weight:bold; color:#ff8572;}



.talk_fukidashi{ position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 2rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
/*  font-size: 16px;*/
  background: #f4f4f4;
}

.talk_fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f4f4f4;
}

.talk_fukidashi p {
  margin: 0;
  padding: 0;
}


.picttl-h1{width:100%; padding:1rem 2rem; color:#666; font-weight:bold; text-align:left; background-color:#cce9ff; font-size:1.4rem!important;
  border-radius: 5px 5px 0 0;}


.search-2column_img img{width:50% ; border:solid 2px #fff; padding-bottom:2rem;}

.kessansyo_tb{width:100%; display:flex;  flex-direction:row;   text-align: center;}
.kessansyo_tb li{width:30%; border:solid 2px #fff; }
.kessansyo_tb dt{background:#e6e6e6; padding:2rem 0.5rem;}
.kessansyo_tb dd{background:#f2f2f2; padding:2rem; display:flex; align-items:stretch; }
.kessansyo_tb1{background:#f2f2f2; padding:2rem; display:flex; align-items:stretch; }

@media screen and (max-width: 698px) {.kessansyo_tb dd{font-size:0.8rem;}
.kessansyo_tb li{width:33%;}
.kessansyo_tb dt{font-size:0.8rem; padding:0.5rem;}
.kessansyo_tb dd{font-size:0.8rem; padding:0.5rem;}
.search-2column_img img{width:100% ; padding-bottom:0;}
.kessansyo_tb1{padding:0.75rem!important; }}


.search-tb2_sg{background: rgba(204, 233, 255, 1)!important; color:#0091db; font-weight:bold; }
.search-tb3_sg{background: rgba(198, 178, 217, 0.5)!important; color:#5c39a5; font-weight:bold; }

.yellow-box span{ padding:1rem 2rem; background:#ffa30d; color:#fff; font-weight:bold; font-size:1.2rem;}
.yellow-box_list {border:solid 2px #ffa30d; padding:2rem; margin: -4px 0 2rem 0; }

.yellow-box_list i{color: #0091db;}


.list5_sg{width:100%;}
.list5_sg dl{width:100%; display:flex; flex-direction:row;}
.list5_sg dt{width:50%!important; padding:0.5rem;}
.list5_sg dd{width:25%; padding-bottom:2rem;}

.list5_sg span{    font-weight: normal;}
.list5_sg  i{color: #0091db;}

.list5_sg hr{
    height: 1px;
    border: dashed 1px #e6e6e6;
    color: rgba(0,0,0,0.00);
}


/*　▼　*/
.flowA-sankaku  {
/*width: 0;
height: 0;
border: 2rem solid transparent;
border-top: 2rem solid #008080;
margin: 0 auto;
padding:0 0 1rem 0;*/
    width: 0;
    height: 0;
    border: 5rem solid transparent;
    border-top: 2rem solid #0091db;
    margin: 0 0 0 42vh;
    padding: 0;
}

.flowA-sankaku-color {
width: 0;
height: 0;
border: 2rem solid transparent;
border-top: 2rem solid #0091db;
margin: 0 auto!important;
padding:0 0 1rem 0;
}

@media screen and (max-width: 698px) {.flowA-sankaku  {margin: 0 auto;}}

.searchttl-column_sg-sp{width:100%; display:flex;flex-direction:row; margin: 0 auto;}

.searchttl-2column_sg-sp{width: 30%;    padding: 0 0.5rem;
    justify-content: flex-end;
    display: grid;
    align-items: flex-end; }

.searchttl-2column-cnt_sg-sp {display: table-cell;
  vertical-align: middle; width:70%; margin: 0 auto; padding:1rem 1rem 1rem 0 ; }

@media screen and (min-width: 698px) {.searchttl-column_sg-sp{display:none;}}
@media screen and (max-width: 698px) {.fukidasi-ttl_sg{padding: 1rem; font-size:0.8rem;}
.search-ttl_1{font-size:1.5rem;}
.talk_fukidashi{margin: 0rem 0 1.5em 15px; padding:1.5rem;}
.num-box_sg li{padding: 1.5rem 0 0.5rem 0;}
.num-box_sg span {font-size: 1rem;}
.search-bgcl-w{padding:2rem 1rem;}
.num-box_sg dt{font-size:0.8rem;}
.search-bgcl-w{font-size:1rem;}}

.talk_pcsp{width:100%;}
.talk_pcsp dl{width:100%; display:flex; flex-direction:row!important; }
.talk_pcsp dt{padding:0.5rem; text-align: center;}
.talk_pcsp dd{/*padding-bottom:2rem;*/}
.talk_pcsp img{padding-bottom:0.5rem;}

@media screen and (max-width: 698px) {
.talk_pcsp dt{width:28%;}
.talk_pcsp dd{width:72%;}
.list5_sg dl{flex-direction: column;}
.list5_sg dt{width:100%!important;}
.list5_sg dd{width:100%;}}

.img-banner-sg{padding-bottom:1rem;}


/*　スコアの見方　*/
.about-explanationLine{
    margin-top:50px;
    margin-bottom:50px;
}
.about-explanation-ttl{
    font-size: clamp(1.73rem, 1.56rem + 0.74vw, 2.44rem);
    font-weight:400;
    text-align:center;
    margin-top:50px;
    margin-bottom:45px;
}
.about-explanation-read{
    font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
    text-align: justify;
    line-height:2;
    margin-bottom: 50px;
}
.about-explanation-composite{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: stretch; 
}
.about-explanation-composite div{
    width:55%;
}
.about-explanation-composite div h3{
    text-align: justify;
}
.about-explanation-composite div p{
    font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
    text-align: justify;
    line-height:2;
}
.about-explanation-composite img{
    width:35%;
    max-width: 300px;
    margin: 0 auto;
}
/*　--------------------　モーダルの設定　--------------------　*/
.pv-after{
    display: inline-block;
}
#modal-content {
    text-align: justify;
    width: 50%;
    height: 600px;
    margin: 0;
    padding: 2rem;
    border: 2px solid #efefef;
    border-radius: 1rem 0rem 0rem 1rem;
    background-color: #ffffff;
    position: fixed;
    display: none;
    z-index: 2;
    overflow-y: scroll;
    overflow-x: hidden;
}
#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.75 );
}
.modal-close-button{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#modal-close{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /*position: fixed;*/
    bottom: 11%;
    background-color: #fff;
    border: 2px solid #efefef;
    width: 40px;
    height: 40px;
    border-radius: 3rem;
    font-size: 1.3rem;
}
#modal-open{
    color: #0176ea;
    font-weight:normal;
    text-decoration: underline ;
}
#modal-open:hover {
    cursor: pointer ;
}
.modal-ttl{
    font-size: 1.4rem;
    color: #999999;
    margin-bottom: 2rem;
}
.modal-text{
    font-size: 0.9rem;
}
.modal-text p:nth-child(even){
    margin: 0rem 0rem 1.2rem 0.9rem;
}
.modal-text p:last-child{
    margin-bottom: 3rem!important;
}

@media screen and (max-width:798px) {
    #modal-content {
        width: 75%;
        height: 520px;
        padding: 2rem 1.5rem 2rem 1.5rem;
        -webkit-overflow-scrolling: touch;
    }
    #modal-close{
        bottom: 13%;
    }
}
@media screen and (max-width:498px) {
    #modal-content {
        width: 75%;
        height: 520px;
        padding: 2rem 1.5rem 2rem 1.5rem;
    }
    #modal-close{
        bottom: 3%;
    }
}


@media screen and (max-width: 698px){.img-spnone_sg{display:none;}}
@media screen and (min-width: 698px){.img-pcnone_sg{display:none;}}


.pcnone_pdtop_sg {padding-top:1rem!important;}

img.profile-img,
.profile-img img {
  max-width: 100px;
  height: auto;
  box-sizing: border-box;
  border-radius: 100vh;
  aspect-ratio: 1 / 1;
}