@charset "UTF-8";
:root,
[data-bs-theme="light"] {
  --bs-blue: #4472c4;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #c50000;
  --bs-orange: #ed7d31;
  --bs-yellow: #ffc107;
  --bs-green: #70ad47;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #af290e;
  --bs-secondary: #3a262e;
  --bs-light: #f6f6f6;
  --bs-dark: #333332;
  --bs-white: #fff;
  --bs-gray: #707070;
  --bs-orange: #ed7d31;
  --bs-green: #70ad47;
  --bs-blue: #4472c4;
  --bs-primary-rgb: 175, 41, 14;
  --bs-secondary-rgb: 58, 38, 46;
  --bs-light-rgb: 246, 246, 246;
  --bs-dark-rgb: 51, 51, 50;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 112, 112, 112;
  --bs-orange-rgb: 237, 125, 49;
  --bs-green-rgb: 112, 173, 71;
  --bs-blue-rgb: 68, 114, 196;
  --bs-primary-text-emphasis: #461006;
  --bs-secondary-text-emphasis: #170f12;
  --bs-success-text-emphasis: #2d451c;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #4f0000;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #efd4cf;
  --bs-secondary-bg-subtle: #d8d4d5;
  --bs-success-bg-subtle: #e2efda;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f3cccc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #dfa99f;
  --bs-secondary-border-subtle: #b0a8ab;
  --bs-success-border-subtle: #c6deb5;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #e89999;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
  --bs-font-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 62.5%;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: calc(1.285rem + 0.42vw);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #3b272e;
  --bs-body-color-rgb: 59, 39, 46;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(59, 39, 46, 0.75);
  --bs-secondary-color-rgb: 59, 39, 46;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(59, 39, 46, 0.5);
  --bs-tertiary-color-rgb: 59, 39, 46;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #333332;
  --bs-link-color-rgb: 51, 51, 50;
  --bs-link-decoration: none;
  --bs-link-hover-color: #7f2d1c;
  --bs-link-hover-color-rgb: 127, 45, 28;
  --bs-link-hover-decoration: none;
  --bs-code-color: #d63384;
  --bs-highlight-color: #3b272e;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d9d9d9;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(175, 41, 14, 0.25);
  --bs-form-valid-color: #70ad47;
  --bs-form-valid-border-color: #70ad47;
  --bs-form-invalid-color: #c50000;
  --bs-form-invalid-border-color: #c50000;
}
@media (min-width: 1200px) {
  :root,
  [data-bs-theme="light"] {
    --bs-body-font-size: 1.6rem;
  }
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #cf7f6e;
  --bs-secondary-text-emphasis: #897d82;
  --bs-success-text-emphasis: #a9ce91;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #dc6666;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #230803;
  --bs-secondary-bg-subtle: #0c0809;
  --bs-success-bg-subtle: #16230e;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #270000;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #691908;
  --bs-secondary-border-subtle: #23171c;
  --bs-success-border-subtle: #43682b;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #760000;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #cf7f6e;
  --bs-link-hover-color: #d9998b;
  --bs-link-color-rgb: 207, 127, 110;
  --bs-link-hover-color-rgb: 217, 153, 139;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #a9ce91;
  --bs-form-valid-border-color: #a9ce91;
  --bs-form-invalid-color: #dc6666;
  --bs-form-invalid-border-color: #dc6666;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.6rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: calc(1.445rem + 2.34vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.8rem;
  }
}

h4,
.h4 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 2.4rem;
  }
}

h5,
.h5 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 2rem;
  }
}

h6,
.h6 {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[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.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 2rem;
  }
}

.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: 1.6rem;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 2rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1.6rem;
  margin-bottom: 1.6rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.8rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 840px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1460px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1260px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1460px;
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.6rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1460px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: calc(1.285rem + 0.42vw);
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.7;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn {
    --bs-btn-font-size: 1.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #af290e;
  --bs-btn-border-color: #af290e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #95230c;
  --bs-btn-hover-border-color: #8c210b;
  --bs-btn-focus-shadow-rgb: 187, 73, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8c210b;
  --bs-btn-active-border-color: #831f0b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #af290e;
  --bs-btn-disabled-border-color: #af290e;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3a262e;
  --bs-btn-border-color: #3a262e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #312027;
  --bs-btn-hover-border-color: #2e1e25;
  --bs-btn-focus-shadow-rgb: 88, 71, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e1e25;
  --bs-btn-active-border-color: #2c1d23;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3a262e;
  --bs-btn-disabled-border-color: #3a262e;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f6f6f6;
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d1d1d1;
  --bs-btn-hover-border-color: #c5c5c5;
  --bs-btn-focus-shadow-rgb: 209, 209, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c5c5c5;
  --bs-btn-active-border-color: #b9b9b9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f6f6f6;
  --bs-btn-disabled-border-color: #f6f6f6;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333332;
  --bs-btn-border-color: #333332;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #525251;
  --bs-btn-hover-border-color: #474747;
  --bs-btn-focus-shadow-rgb: 82, 82, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c5c5b;
  --bs-btn-active-border-color: #474747;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333332;
  --bs-btn-disabled-border-color: #333332;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #707070;
  --bs-btn-border-color: #707070;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5f5f5f;
  --bs-btn-hover-border-color: #5a5a5a;
  --bs-btn-focus-shadow-rgb: 133, 133, 133;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5a5a5a;
  --bs-btn-active-border-color: #545454;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #707070;
  --bs-btn-disabled-border-color: #707070;
}

.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #ed7d31;
  --bs-btn-border-color: #ed7d31;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f09150;
  --bs-btn-hover-border-color: #ef8a46;
  --bs-btn-focus-shadow-rgb: 201, 106, 42;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1975a;
  --bs-btn-active-border-color: #ef8a46;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ed7d31;
  --bs-btn-disabled-border-color: #ed7d31;
}

.btn-green {
  --bs-btn-color: #000;
  --bs-btn-bg: #70ad47;
  --bs-btn-border-color: #70ad47;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #85b963;
  --bs-btn-hover-border-color: #7eb559;
  --bs-btn-focus-shadow-rgb: 95, 147, 60;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8dbd6c;
  --bs-btn-active-border-color: #7eb559;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #70ad47;
  --bs-btn-disabled-border-color: #70ad47;
}

.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4472c4;
  --bs-btn-border-color: #4472c4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3a61a7;
  --bs-btn-hover-border-color: #365b9d;
  --bs-btn-focus-shadow-rgb: 96, 135, 205;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #365b9d;
  --bs-btn-active-border-color: #335693;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4472c4;
  --bs-btn-disabled-border-color: #4472c4;
}

.btn-outline-primary {
  --bs-btn-color: #af290e;
  --bs-btn-border-color: #af290e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #af290e;
  --bs-btn-hover-border-color: #af290e;
  --bs-btn-focus-shadow-rgb: 175, 41, 14;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #af290e;
  --bs-btn-active-border-color: #af290e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #af290e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #af290e;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #3a262e;
  --bs-btn-border-color: #3a262e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3a262e;
  --bs-btn-hover-border-color: #3a262e;
  --bs-btn-focus-shadow-rgb: 58, 38, 46;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3a262e;
  --bs-btn-active-border-color: #3a262e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3a262e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3a262e;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f6f6f6;
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 246, 246, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6f6f6;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f6f6f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f6f6;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #333332;
  --bs-btn-border-color: #333332;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333332;
  --bs-btn-hover-border-color: #333332;
  --bs-btn-focus-shadow-rgb: 51, 51, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333332;
  --bs-btn-active-border-color: #333332;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333332;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333332;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #707070;
  --bs-btn-border-color: #707070;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #707070;
  --bs-btn-hover-border-color: #707070;
  --bs-btn-focus-shadow-rgb: 112, 112, 112;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #707070;
  --bs-btn-active-border-color: #707070;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #707070;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #707070;
  --bs-gradient: none;
}

.btn-outline-orange {
  --bs-btn-color: #ed7d31;
  --bs-btn-border-color: #ed7d31;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ed7d31;
  --bs-btn-hover-border-color: #ed7d31;
  --bs-btn-focus-shadow-rgb: 237, 125, 49;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ed7d31;
  --bs-btn-active-border-color: #ed7d31;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ed7d31;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ed7d31;
  --bs-gradient: none;
}

.btn-outline-green {
  --bs-btn-color: #70ad47;
  --bs-btn-border-color: #70ad47;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #70ad47;
  --bs-btn-hover-border-color: #70ad47;
  --bs-btn-focus-shadow-rgb: 112, 173, 71;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #70ad47;
  --bs-btn-active-border-color: #70ad47;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #70ad47;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #70ad47;
  --bs-gradient: none;
}

.btn-outline-blue {
  --bs-btn-color: #4472c4;
  --bs-btn-border-color: #4472c4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4472c4;
  --bs-btn-hover-border-color: #4472c4;
  --bs-btn-focus-shadow-rgb: 68, 114, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4472c4;
  --bs-btn-active-border-color: #4472c4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4472c4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4472c4;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 82, 82, 81;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus-visible {
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: calc(1.325rem + 0.9vw);
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .btn-lg {
    --bs-btn-font-size: 2rem;
  }
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: calc(1.265rem + 0.18vw);
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .btn-sm {
    --bs-btn-font-size: 1.4rem;
  }
}

.form-label {
  margin-bottom: 0.5em;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .form-label {
    font-size: 1.6rem;
  }
}

.col-form-label {
  padding-top: calc(1.375em + var(--bs-border-width));
  padding-bottom: calc(1.375em + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 2rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .col-form-label-sm {
    font-size: 1.4rem;
  }
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.375em 1em;
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 400;
  line-height: 1.7;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 1.6rem;
  }
}
@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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #d79487;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.7em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 1.375em 1em;
  margin: -1.375em -1em;
  -webkit-margin-end: 1em;
  margin-inline-end: 1em;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 1.375em 1em;
  margin: -1.375em -1em;
  -webkit-margin-end: 1em;
  margin-inline-end: 1em;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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, -webkit-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, -webkit-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;
  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, -webkit-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: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.375em 0;
  margin-bottom: 0;
  line-height: 1.7;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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.7em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: calc(1.265rem + 0.18vw);
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .form-control-sm {
    font-size: 1.4rem;
  }
}
.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-lg {
  min-height: calc(1.7em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 2rem;
  }
}
.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;
}

textarea.form-control {
  min-height: calc(1.7em + 2.75em + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.7em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.7em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.7em + 2.75em + calc(var(--bs-border-width) * 2));
  padding: 1.375em;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.7em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.7em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 1.375em 3em 1.375em 1em;
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 400;
  line-height: 1.7;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-select {
    font-size: 1.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #d79487;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1em;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: calc(1.265rem + 0.18vw);
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .form-select-sm {
    font-size: 1.4rem;
  }
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 2rem;
  }
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 2.72rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.35em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-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: #d79487;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
}
.form-check-input:checked {
  background-color: #af290e;
  border-color: #af290e;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #af290e;
  border-color: #af290e;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  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 {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d79487'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(175, 41, 14, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #af290e;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e7bfb7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #af290e;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e7bfb7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1em;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 1em;
}
.form-floating > .form-control::-webkit-input-placeholder,
.form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder,
.form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder),
.form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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 {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 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:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.5em;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.5em;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.5em;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 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-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.375em 1em;
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 400;
  line-height: 1.7;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .input-group-text {
    font-size: 1.6rem;
  }
}

.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: calc(1.325rem + 0.9vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 2rem;
  }
}

.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: calc(1.265rem + 0.18vw);
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    font-size: 1.4rem;
  }
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4em;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .valid-tooltip {
    font-size: 1.4rem;
  }
}

.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: var(--bs-form-valid-border-color);
  padding-right: 4.45em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2370ad47' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.1125em center;
  background-size: 2.225em 2.225em;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 4.45em;
  background-position: top 1.1125em right 1.1125em;
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2370ad47' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 5.5em;
  background-position: right 1em center, center right 3em;
  background-size: 16px 12px, 2.225em 2.225em;
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + 4.45em);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .invalid-tooltip {
    font-size: 1.4rem;
  }
}

.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: var(--bs-form-invalid-border-color);
  padding-right: 4.45em;
  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='%23c50000'%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='%23c50000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.1125em center;
  background-size: 2.225em 2.225em;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 4.45em;
  background-position: top 1.1125em right 1.1125em;
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c50000'%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='%23c50000' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5.5em;
  background-position: right 1em center, center right 3em;
  background-size: 16px 12px, 2.225em 2.225em;
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + 4.45em);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

/*Mailformpro用　選択カレンダー*/
.mfp_calendar_event:hover {
  background-color: #e7bfb7;
}
.mfp_calendar_event.mfp_calendar_current {
  background-color: #af290e;
}
/*選択不可日*/
.mfp_calendar_stat_0 {
  background-color: #ccc;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #fff !important;
  background-color: RGBA(var(--bs-blue-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(140, 33, 11, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(140, 33, 11, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(46, 30, 37, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(46, 30, 37, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(248, 248, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 248, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(41, 41, 40, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 41, 40, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover,
.link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover,
.link-gray:focus {
  color: RGBA(90, 90, 90, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(90, 90, 90, var(--bs-link-underline-opacity, 1)) !important;
}

.link-orange {
  color: RGBA(var(--bs-orange-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-orange-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-orange:hover,
.link-orange:focus {
  color: RGBA(241, 151, 90, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 151, 90, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green {
  color: RGBA(var(--bs-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green:hover,
.link-green:focus {
  color: RGBA(141, 189, 108, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(141, 189, 108, var(--bs-link-underline-opacity, 1)) !important;
}

.link-blue {
  color: RGBA(var(--bs-blue-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-blue:hover,
.link-blue:focus {
  color: RGBA(54, 91, 157, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(54, 91, 157, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-2x3 {
  --bs-aspect-ratio: 150%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.3333333333%;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}

.ratio-4x1 {
  --bs-aspect-ratio: 25%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-9x16 {
  --bs-aspect-ratio: 177.7777777778%;
}

.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: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1460px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.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-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-orange {
  --bs-focus-ring-color: rgba(var(--bs-orange-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-green {
  --bs-focus-ring-color: rgba(var(--bs-green-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue {
  --bs-focus-ring-color: rgba(var(--bs-blue-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-orange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}

.border-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
}

.border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !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;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.8rem !important;
}

.m-2 {
  margin: 1.6rem !important;
}

.m-3 {
  margin: 2.4rem !important;
}

.m-4 {
  margin: 3.2rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.m-6 {
  margin: 4.8rem !important;
}

.m-7 {
  margin: 6.4rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9.6rem !important;
}

.m-10 {
  margin: 11.2rem !important;
}

.m-11 {
  margin: 12.8rem !important;
}

.m-12 {
  margin: 14.4rem !important;
}

.m-13 {
  margin: 16rem !important;
}

.m-14 {
  margin: 17.6rem !important;
}

.m-15 {
  margin: 19.2rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-2 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-4 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-6 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-7 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 9.6rem !important;
  margin-left: 9.6rem !important;
}

.mx-10 {
  margin-right: 11.2rem !important;
  margin-left: 11.2rem !important;
}

.mx-11 {
  margin-right: 12.8rem !important;
  margin-left: 12.8rem !important;
}

.mx-12 {
  margin-right: 14.4rem !important;
  margin-left: 14.4rem !important;
}

.mx-13 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-14 {
  margin-right: 17.6rem !important;
  margin-left: 17.6rem !important;
}

.mx-15 {
  margin-right: 19.2rem !important;
  margin-left: 19.2rem !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.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-6 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-7 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

.my-10 {
  margin-top: 11.2rem !important;
  margin-bottom: 11.2rem !important;
}

.my-11 {
  margin-top: 12.8rem !important;
  margin-bottom: 12.8rem !important;
}

.my-12 {
  margin-top: 14.4rem !important;
  margin-bottom: 14.4rem !important;
}

.my-13 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-14 {
  margin-top: 17.6rem !important;
  margin-bottom: 17.6rem !important;
}

.my-15 {
  margin-top: 19.2rem !important;
  margin-bottom: 19.2rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.8rem !important;
}

.mt-2 {
  margin-top: 1.6rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mt-4 {
  margin-top: 3.2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-6 {
  margin-top: 4.8rem !important;
}

.mt-7 {
  margin-top: 6.4rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9.6rem !important;
}

.mt-10 {
  margin-top: 11.2rem !important;
}

.mt-11 {
  margin-top: 12.8rem !important;
}

.mt-12 {
  margin-top: 14.4rem !important;
}

.mt-13 {
  margin-top: 16rem !important;
}

.mt-14 {
  margin-top: 17.6rem !important;
}

.mt-15 {
  margin-top: 19.2rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.8rem !important;
}

.me-2 {
  margin-right: 1.6rem !important;
}

.me-3 {
  margin-right: 2.4rem !important;
}

.me-4 {
  margin-right: 3.2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.me-6 {
  margin-right: 4.8rem !important;
}

.me-7 {
  margin-right: 6.4rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9.6rem !important;
}

.me-10 {
  margin-right: 11.2rem !important;
}

.me-11 {
  margin-right: 12.8rem !important;
}

.me-12 {
  margin-right: 14.4rem !important;
}

.me-13 {
  margin-right: 16rem !important;
}

.me-14 {
  margin-right: 17.6rem !important;
}

.me-15 {
  margin-right: 19.2rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.8rem !important;
}

.mb-2 {
  margin-bottom: 1.6rem !important;
}

.mb-3 {
  margin-bottom: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 3.2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 4.8rem !important;
}

.mb-7 {
  margin-bottom: 6.4rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9.6rem !important;
}

.mb-10 {
  margin-bottom: 11.2rem !important;
}

.mb-11 {
  margin-bottom: 12.8rem !important;
}

.mb-12 {
  margin-bottom: 14.4rem !important;
}

.mb-13 {
  margin-bottom: 16rem !important;
}

.mb-14 {
  margin-bottom: 17.6rem !important;
}

.mb-15 {
  margin-bottom: 19.2rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.8rem !important;
}

.ms-2 {
  margin-left: 1.6rem !important;
}

.ms-3 {
  margin-left: 2.4rem !important;
}

.ms-4 {
  margin-left: 3.2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-6 {
  margin-left: 4.8rem !important;
}

.ms-7 {
  margin-left: 6.4rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9.6rem !important;
}

.ms-10 {
  margin-left: 11.2rem !important;
}

.ms-11 {
  margin-left: 12.8rem !important;
}

.ms-12 {
  margin-left: 14.4rem !important;
}

.ms-13 {
  margin-left: 16rem !important;
}

.ms-14 {
  margin-left: 17.6rem !important;
}

.ms-15 {
  margin-left: 19.2rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.8rem !important;
}

.p-2 {
  padding: 1.6rem !important;
}

.p-3 {
  padding: 2.4rem !important;
}

.p-4 {
  padding: 3.2rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.p-6 {
  padding: 4.8rem !important;
}

.p-7 {
  padding: 6.4rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9.6rem !important;
}

.p-10 {
  padding: 11.2rem !important;
}

.p-11 {
  padding: 12.8rem !important;
}

.p-12 {
  padding: 14.4rem !important;
}

.p-13 {
  padding: 16rem !important;
}

.p-14 {
  padding: 17.6rem !important;
}

.p-15 {
  padding: 19.2rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-2 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-3 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-4 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-6 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.px-7 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 9.6rem !important;
  padding-left: 9.6rem !important;
}

.px-10 {
  padding-right: 11.2rem !important;
  padding-left: 11.2rem !important;
}

.px-11 {
  padding-right: 12.8rem !important;
  padding-left: 12.8rem !important;
}

.px-12 {
  padding-right: 14.4rem !important;
  padding-left: 14.4rem !important;
}

.px-13 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-14 {
  padding-right: 17.6rem !important;
  padding-left: 17.6rem !important;
}

.px-15 {
  padding-right: 19.2rem !important;
  padding-left: 19.2rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-6 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-7 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

.py-10 {
  padding-top: 11.2rem !important;
  padding-bottom: 11.2rem !important;
}

.py-11 {
  padding-top: 12.8rem !important;
  padding-bottom: 12.8rem !important;
}

.py-12 {
  padding-top: 14.4rem !important;
  padding-bottom: 14.4rem !important;
}

.py-13 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-14 {
  padding-top: 17.6rem !important;
  padding-bottom: 17.6rem !important;
}

.py-15 {
  padding-top: 19.2rem !important;
  padding-bottom: 19.2rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.8rem !important;
}

.pt-2 {
  padding-top: 1.6rem !important;
}

.pt-3 {
  padding-top: 2.4rem !important;
}

.pt-4 {
  padding-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pt-6 {
  padding-top: 4.8rem !important;
}

.pt-7 {
  padding-top: 6.4rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9.6rem !important;
}

.pt-10 {
  padding-top: 11.2rem !important;
}

.pt-11 {
  padding-top: 12.8rem !important;
}

.pt-12 {
  padding-top: 14.4rem !important;
}

.pt-13 {
  padding-top: 16rem !important;
}

.pt-14 {
  padding-top: 17.6rem !important;
}

.pt-15 {
  padding-top: 19.2rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.8rem !important;
}

.pe-2 {
  padding-right: 1.6rem !important;
}

.pe-3 {
  padding-right: 2.4rem !important;
}

.pe-4 {
  padding-right: 3.2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.pe-6 {
  padding-right: 4.8rem !important;
}

.pe-7 {
  padding-right: 6.4rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9.6rem !important;
}

.pe-10 {
  padding-right: 11.2rem !important;
}

.pe-11 {
  padding-right: 12.8rem !important;
}

.pe-12 {
  padding-right: 14.4rem !important;
}

.pe-13 {
  padding-right: 16rem !important;
}

.pe-14 {
  padding-right: 17.6rem !important;
}

.pe-15 {
  padding-right: 19.2rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 1.6rem !important;
}

.pb-3 {
  padding-bottom: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pb-6 {
  padding-bottom: 4.8rem !important;
}

.pb-7 {
  padding-bottom: 6.4rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9.6rem !important;
}

.pb-10 {
  padding-bottom: 11.2rem !important;
}

.pb-11 {
  padding-bottom: 12.8rem !important;
}

.pb-12 {
  padding-bottom: 14.4rem !important;
}

.pb-13 {
  padding-bottom: 16rem !important;
}

.pb-14 {
  padding-bottom: 17.6rem !important;
}

.pb-15 {
  padding-bottom: 19.2rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.8rem !important;
}

.ps-2 {
  padding-left: 1.6rem !important;
}

.ps-3 {
  padding-left: 2.4rem !important;
}

.ps-4 {
  padding-left: 3.2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.ps-6 {
  padding-left: 4.8rem !important;
}

.ps-7 {
  padding-left: 6.4rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9.6rem !important;
}

.ps-10 {
  padding-left: 11.2rem !important;
}

.ps-11 {
  padding-left: 12.8rem !important;
}

.ps-12 {
  padding-left: 14.4rem !important;
}

.ps-13 {
  padding-left: 16rem !important;
}

.ps-14 {
  padding-left: 17.6rem !important;
}

.ps-15 {
  padding-left: 19.2rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.8rem !important;
}

.gap-2 {
  gap: 1.6rem !important;
}

.gap-3 {
  gap: 2.4rem !important;
}

.gap-4 {
  gap: 3.2rem !important;
}

.gap-5 {
  gap: 4rem !important;
}

.gap-6 {
  gap: 4.8rem !important;
}

.gap-7 {
  gap: 6.4rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9.6rem !important;
}

.gap-10 {
  gap: 11.2rem !important;
}

.gap-11 {
  gap: 12.8rem !important;
}

.gap-12 {
  gap: 14.4rem !important;
}

.gap-13 {
  gap: 16rem !important;
}

.gap-14 {
  gap: 17.6rem !important;
}

.gap-15 {
  gap: 19.2rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.8rem !important;
}

.row-gap-2 {
  row-gap: 1.6rem !important;
}

.row-gap-3 {
  row-gap: 2.4rem !important;
}

.row-gap-4 {
  row-gap: 3.2rem !important;
}

.row-gap-5 {
  row-gap: 4rem !important;
}

.row-gap-6 {
  row-gap: 4.8rem !important;
}

.row-gap-7 {
  row-gap: 6.4rem !important;
}

.row-gap-8 {
  row-gap: 8rem !important;
}

.row-gap-9 {
  row-gap: 9.6rem !important;
}

.row-gap-10 {
  row-gap: 11.2rem !important;
}

.row-gap-11 {
  row-gap: 12.8rem !important;
}

.row-gap-12 {
  row-gap: 14.4rem !important;
}

.row-gap-13 {
  row-gap: 16rem !important;
}

.row-gap-14 {
  row-gap: 17.6rem !important;
}

.row-gap-15 {
  row-gap: 19.2rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.8rem !important;
  -moz-column-gap: 0.8rem !important;
  column-gap: 0.8rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 1.6rem !important;
  -moz-column-gap: 1.6rem !important;
  column-gap: 1.6rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 2.4rem !important;
  -moz-column-gap: 2.4rem !important;
  column-gap: 2.4rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 3.2rem !important;
  -moz-column-gap: 3.2rem !important;
  column-gap: 3.2rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 4.8rem !important;
  -moz-column-gap: 4.8rem !important;
  column-gap: 4.8rem !important;
}

.column-gap-7 {
  -webkit-column-gap: 6.4rem !important;
  -moz-column-gap: 6.4rem !important;
  column-gap: 6.4rem !important;
}

.column-gap-8 {
  -webkit-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.column-gap-9 {
  -webkit-column-gap: 9.6rem !important;
  -moz-column-gap: 9.6rem !important;
  column-gap: 9.6rem !important;
}

.column-gap-10 {
  -webkit-column-gap: 11.2rem !important;
  -moz-column-gap: 11.2rem !important;
  column-gap: 11.2rem !important;
}

.column-gap-11 {
  -webkit-column-gap: 12.8rem !important;
  -moz-column-gap: 12.8rem !important;
  column-gap: 12.8rem !important;
}

.column-gap-12 {
  -webkit-column-gap: 14.4rem !important;
  -moz-column-gap: 14.4rem !important;
  column-gap: 14.4rem !important;
}

.column-gap-13 {
  -webkit-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.column-gap-14 {
  -webkit-column-gap: 17.6rem !important;
  -moz-column-gap: 17.6rem !important;
  column-gap: 17.6rem !important;
}

.column-gap-15 {
  -webkit-column-gap: 19.2rem !important;
  -moz-column-gap: 19.2rem !important;
  column-gap: 19.2rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-2 {
  font-size: calc(1.445rem + 2.34vw) !important;
}

.fs-3 {
  font-size: calc(1.405rem + 1.86vw) !important;
}

.fs-4 {
  font-size: calc(1.365rem + 1.38vw) !important;
}

.fs-5 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-6 {
  font-size: calc(1.285rem + 0.42vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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.7 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !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;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.8rem !important;
  }
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 3.2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-6 {
    margin: 4.8rem !important;
  }
  .m-sm-7 {
    margin: 6.4rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9.6rem !important;
  }
  .m-sm-10 {
    margin: 11.2rem !important;
  }
  .m-sm-11 {
    margin: 12.8rem !important;
  }
  .m-sm-12 {
    margin: 14.4rem !important;
  }
  .m-sm-13 {
    margin: 16rem !important;
  }
  .m-sm-14 {
    margin: 17.6rem !important;
  }
  .m-sm-15 {
    margin: 19.2rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-7 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .mx-sm-10 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .mx-sm-11 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .mx-sm-12 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .mx-sm-13 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-14 {
    margin-right: 17.6rem !important;
    margin-left: 17.6rem !important;
  }
  .mx-sm-15 {
    margin-right: 19.2rem !important;
    margin-left: 19.2rem !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.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-7 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .my-sm-10 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .my-sm-11 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .my-sm-12 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .my-sm-13 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-14 {
    margin-top: 17.6rem !important;
    margin-bottom: 17.6rem !important;
  }
  .my-sm-15 {
    margin-top: 19.2rem !important;
    margin-bottom: 19.2rem !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.8rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-7 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9.6rem !important;
  }
  .mt-sm-10 {
    margin-top: 11.2rem !important;
  }
  .mt-sm-11 {
    margin-top: 12.8rem !important;
  }
  .mt-sm-12 {
    margin-top: 14.4rem !important;
  }
  .mt-sm-13 {
    margin-top: 16rem !important;
  }
  .mt-sm-14 {
    margin-top: 17.6rem !important;
  }
  .mt-sm-15 {
    margin-top: 19.2rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.8rem !important;
  }
  .me-sm-2 {
    margin-right: 1.6rem !important;
  }
  .me-sm-3 {
    margin-right: 2.4rem !important;
  }
  .me-sm-4 {
    margin-right: 3.2rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-6 {
    margin-right: 4.8rem !important;
  }
  .me-sm-7 {
    margin-right: 6.4rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9.6rem !important;
  }
  .me-sm-10 {
    margin-right: 11.2rem !important;
  }
  .me-sm-11 {
    margin-right: 12.8rem !important;
  }
  .me-sm-12 {
    margin-right: 14.4rem !important;
  }
  .me-sm-13 {
    margin-right: 16rem !important;
  }
  .me-sm-14 {
    margin-right: 17.6rem !important;
  }
  .me-sm-15 {
    margin-right: 19.2rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9.6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 11.2rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 12.8rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 14.4rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 17.6rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 19.2rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-3 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-4 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-7 {
    margin-left: 6.4rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9.6rem !important;
  }
  .ms-sm-10 {
    margin-left: 11.2rem !important;
  }
  .ms-sm-11 {
    margin-left: 12.8rem !important;
  }
  .ms-sm-12 {
    margin-left: 14.4rem !important;
  }
  .ms-sm-13 {
    margin-left: 16rem !important;
  }
  .ms-sm-14 {
    margin-left: 17.6rem !important;
  }
  .ms-sm-15 {
    margin-left: 19.2rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.8rem !important;
  }
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 3.2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-6 {
    padding: 4.8rem !important;
  }
  .p-sm-7 {
    padding: 6.4rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9.6rem !important;
  }
  .p-sm-10 {
    padding: 11.2rem !important;
  }
  .p-sm-11 {
    padding: 12.8rem !important;
  }
  .p-sm-12 {
    padding: 14.4rem !important;
  }
  .p-sm-13 {
    padding: 16rem !important;
  }
  .p-sm-14 {
    padding: 17.6rem !important;
  }
  .p-sm-15 {
    padding: 19.2rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-sm-7 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .px-sm-10 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .px-sm-11 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .px-sm-12 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .px-sm-13 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-14 {
    padding-right: 17.6rem !important;
    padding-left: 17.6rem !important;
  }
  .px-sm-15 {
    padding-right: 19.2rem !important;
    padding-left: 19.2rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-sm-7 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .py-sm-10 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .py-sm-11 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .py-sm-12 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .py-sm-13 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-14 {
    padding-top: 17.6rem !important;
    padding-bottom: 17.6rem !important;
  }
  .py-sm-15 {
    padding-top: 19.2rem !important;
    padding-bottom: 19.2rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.8rem !important;
  }
  .pt-sm-7 {
    padding-top: 6.4rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9.6rem !important;
  }
  .pt-sm-10 {
    padding-top: 11.2rem !important;
  }
  .pt-sm-11 {
    padding-top: 12.8rem !important;
  }
  .pt-sm-12 {
    padding-top: 14.4rem !important;
  }
  .pt-sm-13 {
    padding-top: 16rem !important;
  }
  .pt-sm-14 {
    padding-top: 17.6rem !important;
  }
  .pt-sm-15 {
    padding-top: 19.2rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-4 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.8rem !important;
  }
  .pe-sm-7 {
    padding-right: 6.4rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9.6rem !important;
  }
  .pe-sm-10 {
    padding-right: 11.2rem !important;
  }
  .pe-sm-11 {
    padding-right: 12.8rem !important;
  }
  .pe-sm-12 {
    padding-right: 14.4rem !important;
  }
  .pe-sm-13 {
    padding-right: 16rem !important;
  }
  .pe-sm-14 {
    padding-right: 17.6rem !important;
  }
  .pe-sm-15 {
    padding-right: 19.2rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6.4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9.6rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 11.2rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 12.8rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 14.4rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 17.6rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 19.2rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-3 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-4 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.8rem !important;
  }
  .ps-sm-7 {
    padding-left: 6.4rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9.6rem !important;
  }
  .ps-sm-10 {
    padding-left: 11.2rem !important;
  }
  .ps-sm-11 {
    padding-left: 12.8rem !important;
  }
  .ps-sm-12 {
    padding-left: 14.4rem !important;
  }
  .ps-sm-13 {
    padding-left: 16rem !important;
  }
  .ps-sm-14 {
    padding-left: 17.6rem !important;
  }
  .ps-sm-15 {
    padding-left: 19.2rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.8rem !important;
  }
  .gap-sm-2 {
    gap: 1.6rem !important;
  }
  .gap-sm-3 {
    gap: 2.4rem !important;
  }
  .gap-sm-4 {
    gap: 3.2rem !important;
  }
  .gap-sm-5 {
    gap: 4rem !important;
  }
  .gap-sm-6 {
    gap: 4.8rem !important;
  }
  .gap-sm-7 {
    gap: 6.4rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9.6rem !important;
  }
  .gap-sm-10 {
    gap: 11.2rem !important;
  }
  .gap-sm-11 {
    gap: 12.8rem !important;
  }
  .gap-sm-12 {
    gap: 14.4rem !important;
  }
  .gap-sm-13 {
    gap: 16rem !important;
  }
  .gap-sm-14 {
    gap: 17.6rem !important;
  }
  .gap-sm-15 {
    gap: 19.2rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 3.2rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 4.8rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 6.4rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 9.6rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 11.2rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 12.8rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 14.4rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 16rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 17.6rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 19.2rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.8rem !important;
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 1.6rem !important;
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 2.4rem !important;
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 3.2rem !important;
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 4.8rem !important;
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .column-gap-sm-7 {
    -webkit-column-gap: 6.4rem !important;
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .column-gap-sm-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-sm-9 {
    -webkit-column-gap: 9.6rem !important;
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .column-gap-sm-10 {
    -webkit-column-gap: 11.2rem !important;
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .column-gap-sm-11 {
    -webkit-column-gap: 12.8rem !important;
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .column-gap-sm-12 {
    -webkit-column-gap: 14.4rem !important;
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .column-gap-sm-13 {
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .column-gap-sm-14 {
    -webkit-column-gap: 17.6rem !important;
    -moz-column-gap: 17.6rem !important;
    column-gap: 17.6rem !important;
  }
  .column-gap-sm-15 {
    -webkit-column-gap: 19.2rem !important;
    -moz-column-gap: 19.2rem !important;
    column-gap: 19.2rem !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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.8rem !important;
  }
  .m-md-2 {
    margin: 1.6rem !important;
  }
  .m-md-3 {
    margin: 2.4rem !important;
  }
  .m-md-4 {
    margin: 3.2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-6 {
    margin: 4.8rem !important;
  }
  .m-md-7 {
    margin: 6.4rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9.6rem !important;
  }
  .m-md-10 {
    margin: 11.2rem !important;
  }
  .m-md-11 {
    margin: 12.8rem !important;
  }
  .m-md-12 {
    margin: 14.4rem !important;
  }
  .m-md-13 {
    margin: 16rem !important;
  }
  .m-md-14 {
    margin: 17.6rem !important;
  }
  .m-md-15 {
    margin: 19.2rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-7 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .mx-md-10 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .mx-md-11 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .mx-md-12 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .mx-md-13 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-14 {
    margin-right: 17.6rem !important;
    margin-left: 17.6rem !important;
  }
  .mx-md-15 {
    margin-right: 19.2rem !important;
    margin-left: 19.2rem !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.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-7 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .my-md-10 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .my-md-11 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .my-md-12 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .my-md-13 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-14 {
    margin-top: 17.6rem !important;
    margin-bottom: 17.6rem !important;
  }
  .my-md-15 {
    margin-top: 19.2rem !important;
    margin-bottom: 19.2rem !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.8rem !important;
  }
  .mt-md-2 {
    margin-top: 1.6rem !important;
  }
  .mt-md-3 {
    margin-top: 2.4rem !important;
  }
  .mt-md-4 {
    margin-top: 3.2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4.8rem !important;
  }
  .mt-md-7 {
    margin-top: 6.4rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9.6rem !important;
  }
  .mt-md-10 {
    margin-top: 11.2rem !important;
  }
  .mt-md-11 {
    margin-top: 12.8rem !important;
  }
  .mt-md-12 {
    margin-top: 14.4rem !important;
  }
  .mt-md-13 {
    margin-top: 16rem !important;
  }
  .mt-md-14 {
    margin-top: 17.6rem !important;
  }
  .mt-md-15 {
    margin-top: 19.2rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.8rem !important;
  }
  .me-md-2 {
    margin-right: 1.6rem !important;
  }
  .me-md-3 {
    margin-right: 2.4rem !important;
  }
  .me-md-4 {
    margin-right: 3.2rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-6 {
    margin-right: 4.8rem !important;
  }
  .me-md-7 {
    margin-right: 6.4rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9.6rem !important;
  }
  .me-md-10 {
    margin-right: 11.2rem !important;
  }
  .me-md-11 {
    margin-right: 12.8rem !important;
  }
  .me-md-12 {
    margin-right: 14.4rem !important;
  }
  .me-md-13 {
    margin-right: 16rem !important;
  }
  .me-md-14 {
    margin-right: 17.6rem !important;
  }
  .me-md-15 {
    margin-right: 19.2rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9.6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 11.2rem !important;
  }
  .mb-md-11 {
    margin-bottom: 12.8rem !important;
  }
  .mb-md-12 {
    margin-bottom: 14.4rem !important;
  }
  .mb-md-13 {
    margin-bottom: 16rem !important;
  }
  .mb-md-14 {
    margin-bottom: 17.6rem !important;
  }
  .mb-md-15 {
    margin-bottom: 19.2rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.8rem !important;
  }
  .ms-md-2 {
    margin-left: 1.6rem !important;
  }
  .ms-md-3 {
    margin-left: 2.4rem !important;
  }
  .ms-md-4 {
    margin-left: 3.2rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-6 {
    margin-left: 4.8rem !important;
  }
  .ms-md-7 {
    margin-left: 6.4rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9.6rem !important;
  }
  .ms-md-10 {
    margin-left: 11.2rem !important;
  }
  .ms-md-11 {
    margin-left: 12.8rem !important;
  }
  .ms-md-12 {
    margin-left: 14.4rem !important;
  }
  .ms-md-13 {
    margin-left: 16rem !important;
  }
  .ms-md-14 {
    margin-left: 17.6rem !important;
  }
  .ms-md-15 {
    margin-left: 19.2rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.8rem !important;
  }
  .p-md-2 {
    padding: 1.6rem !important;
  }
  .p-md-3 {
    padding: 2.4rem !important;
  }
  .p-md-4 {
    padding: 3.2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-6 {
    padding: 4.8rem !important;
  }
  .p-md-7 {
    padding: 6.4rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9.6rem !important;
  }
  .p-md-10 {
    padding: 11.2rem !important;
  }
  .p-md-11 {
    padding: 12.8rem !important;
  }
  .p-md-12 {
    padding: 14.4rem !important;
  }
  .p-md-13 {
    padding: 16rem !important;
  }
  .p-md-14 {
    padding: 17.6rem !important;
  }
  .p-md-15 {
    padding: 19.2rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-md-7 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .px-md-10 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .px-md-11 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .px-md-12 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .px-md-13 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-14 {
    padding-right: 17.6rem !important;
    padding-left: 17.6rem !important;
  }
  .px-md-15 {
    padding-right: 19.2rem !important;
    padding-left: 19.2rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-7 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .py-md-10 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .py-md-11 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .py-md-12 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .py-md-13 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-14 {
    padding-top: 17.6rem !important;
    padding-bottom: 17.6rem !important;
  }
  .py-md-15 {
    padding-top: 19.2rem !important;
    padding-bottom: 19.2rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.8rem !important;
  }
  .pt-md-2 {
    padding-top: 1.6rem !important;
  }
  .pt-md-3 {
    padding-top: 2.4rem !important;
  }
  .pt-md-4 {
    padding-top: 3.2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4.8rem !important;
  }
  .pt-md-7 {
    padding-top: 6.4rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9.6rem !important;
  }
  .pt-md-10 {
    padding-top: 11.2rem !important;
  }
  .pt-md-11 {
    padding-top: 12.8rem !important;
  }
  .pt-md-12 {
    padding-top: 14.4rem !important;
  }
  .pt-md-13 {
    padding-top: 16rem !important;
  }
  .pt-md-14 {
    padding-top: 17.6rem !important;
  }
  .pt-md-15 {
    padding-top: 19.2rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.8rem !important;
  }
  .pe-md-2 {
    padding-right: 1.6rem !important;
  }
  .pe-md-3 {
    padding-right: 2.4rem !important;
  }
  .pe-md-4 {
    padding-right: 3.2rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-6 {
    padding-right: 4.8rem !important;
  }
  .pe-md-7 {
    padding-right: 6.4rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9.6rem !important;
  }
  .pe-md-10 {
    padding-right: 11.2rem !important;
  }
  .pe-md-11 {
    padding-right: 12.8rem !important;
  }
  .pe-md-12 {
    padding-right: 14.4rem !important;
  }
  .pe-md-13 {
    padding-right: 16rem !important;
  }
  .pe-md-14 {
    padding-right: 17.6rem !important;
  }
  .pe-md-15 {
    padding-right: 19.2rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9.6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 11.2rem !important;
  }
  .pb-md-11 {
    padding-bottom: 12.8rem !important;
  }
  .pb-md-12 {
    padding-bottom: 14.4rem !important;
  }
  .pb-md-13 {
    padding-bottom: 16rem !important;
  }
  .pb-md-14 {
    padding-bottom: 17.6rem !important;
  }
  .pb-md-15 {
    padding-bottom: 19.2rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.8rem !important;
  }
  .ps-md-2 {
    padding-left: 1.6rem !important;
  }
  .ps-md-3 {
    padding-left: 2.4rem !important;
  }
  .ps-md-4 {
    padding-left: 3.2rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-6 {
    padding-left: 4.8rem !important;
  }
  .ps-md-7 {
    padding-left: 6.4rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9.6rem !important;
  }
  .ps-md-10 {
    padding-left: 11.2rem !important;
  }
  .ps-md-11 {
    padding-left: 12.8rem !important;
  }
  .ps-md-12 {
    padding-left: 14.4rem !important;
  }
  .ps-md-13 {
    padding-left: 16rem !important;
  }
  .ps-md-14 {
    padding-left: 17.6rem !important;
  }
  .ps-md-15 {
    padding-left: 19.2rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.8rem !important;
  }
  .gap-md-2 {
    gap: 1.6rem !important;
  }
  .gap-md-3 {
    gap: 2.4rem !important;
  }
  .gap-md-4 {
    gap: 3.2rem !important;
  }
  .gap-md-5 {
    gap: 4rem !important;
  }
  .gap-md-6 {
    gap: 4.8rem !important;
  }
  .gap-md-7 {
    gap: 6.4rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9.6rem !important;
  }
  .gap-md-10 {
    gap: 11.2rem !important;
  }
  .gap-md-11 {
    gap: 12.8rem !important;
  }
  .gap-md-12 {
    gap: 14.4rem !important;
  }
  .gap-md-13 {
    gap: 16rem !important;
  }
  .gap-md-14 {
    gap: 17.6rem !important;
  }
  .gap-md-15 {
    gap: 19.2rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.8rem !important;
  }
  .row-gap-md-2 {
    row-gap: 1.6rem !important;
  }
  .row-gap-md-3 {
    row-gap: 2.4rem !important;
  }
  .row-gap-md-4 {
    row-gap: 3.2rem !important;
  }
  .row-gap-md-5 {
    row-gap: 4rem !important;
  }
  .row-gap-md-6 {
    row-gap: 4.8rem !important;
  }
  .row-gap-md-7 {
    row-gap: 6.4rem !important;
  }
  .row-gap-md-8 {
    row-gap: 8rem !important;
  }
  .row-gap-md-9 {
    row-gap: 9.6rem !important;
  }
  .row-gap-md-10 {
    row-gap: 11.2rem !important;
  }
  .row-gap-md-11 {
    row-gap: 12.8rem !important;
  }
  .row-gap-md-12 {
    row-gap: 14.4rem !important;
  }
  .row-gap-md-13 {
    row-gap: 16rem !important;
  }
  .row-gap-md-14 {
    row-gap: 17.6rem !important;
  }
  .row-gap-md-15 {
    row-gap: 19.2rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.8rem !important;
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 1.6rem !important;
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 2.4rem !important;
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 3.2rem !important;
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 4.8rem !important;
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .column-gap-md-7 {
    -webkit-column-gap: 6.4rem !important;
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .column-gap-md-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-md-9 {
    -webkit-column-gap: 9.6rem !important;
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .column-gap-md-10 {
    -webkit-column-gap: 11.2rem !important;
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .column-gap-md-11 {
    -webkit-column-gap: 12.8rem !important;
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .column-gap-md-12 {
    -webkit-column-gap: 14.4rem !important;
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .column-gap-md-13 {
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .column-gap-md-14 {
    -webkit-column-gap: 17.6rem !important;
    -moz-column-gap: 17.6rem !important;
    column-gap: 17.6rem !important;
  }
  .column-gap-md-15 {
    -webkit-column-gap: 19.2rem !important;
    -moz-column-gap: 19.2rem !important;
    column-gap: 19.2rem !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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.8rem !important;
  }
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 3.2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-6 {
    margin: 4.8rem !important;
  }
  .m-lg-7 {
    margin: 6.4rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9.6rem !important;
  }
  .m-lg-10 {
    margin: 11.2rem !important;
  }
  .m-lg-11 {
    margin: 12.8rem !important;
  }
  .m-lg-12 {
    margin: 14.4rem !important;
  }
  .m-lg-13 {
    margin: 16rem !important;
  }
  .m-lg-14 {
    margin: 17.6rem !important;
  }
  .m-lg-15 {
    margin: 19.2rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-7 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .mx-lg-10 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .mx-lg-11 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .mx-lg-12 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .mx-lg-13 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-14 {
    margin-right: 17.6rem !important;
    margin-left: 17.6rem !important;
  }
  .mx-lg-15 {
    margin-right: 19.2rem !important;
    margin-left: 19.2rem !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.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-7 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .my-lg-10 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .my-lg-11 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .my-lg-12 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .my-lg-13 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-14 {
    margin-top: 17.6rem !important;
    margin-bottom: 17.6rem !important;
  }
  .my-lg-15 {
    margin-top: 19.2rem !important;
    margin-bottom: 19.2rem !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.8rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-7 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9.6rem !important;
  }
  .mt-lg-10 {
    margin-top: 11.2rem !important;
  }
  .mt-lg-11 {
    margin-top: 12.8rem !important;
  }
  .mt-lg-12 {
    margin-top: 14.4rem !important;
  }
  .mt-lg-13 {
    margin-top: 16rem !important;
  }
  .mt-lg-14 {
    margin-top: 17.6rem !important;
  }
  .mt-lg-15 {
    margin-top: 19.2rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.8rem !important;
  }
  .me-lg-2 {
    margin-right: 1.6rem !important;
  }
  .me-lg-3 {
    margin-right: 2.4rem !important;
  }
  .me-lg-4 {
    margin-right: 3.2rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-6 {
    margin-right: 4.8rem !important;
  }
  .me-lg-7 {
    margin-right: 6.4rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9.6rem !important;
  }
  .me-lg-10 {
    margin-right: 11.2rem !important;
  }
  .me-lg-11 {
    margin-right: 12.8rem !important;
  }
  .me-lg-12 {
    margin-right: 14.4rem !important;
  }
  .me-lg-13 {
    margin-right: 16rem !important;
  }
  .me-lg-14 {
    margin-right: 17.6rem !important;
  }
  .me-lg-15 {
    margin-right: 19.2rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9.6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 11.2rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 12.8rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 14.4rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 17.6rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 19.2rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-3 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-4 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-7 {
    margin-left: 6.4rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9.6rem !important;
  }
  .ms-lg-10 {
    margin-left: 11.2rem !important;
  }
  .ms-lg-11 {
    margin-left: 12.8rem !important;
  }
  .ms-lg-12 {
    margin-left: 14.4rem !important;
  }
  .ms-lg-13 {
    margin-left: 16rem !important;
  }
  .ms-lg-14 {
    margin-left: 17.6rem !important;
  }
  .ms-lg-15 {
    margin-left: 19.2rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.8rem !important;
  }
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 3.2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-6 {
    padding: 4.8rem !important;
  }
  .p-lg-7 {
    padding: 6.4rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9.6rem !important;
  }
  .p-lg-10 {
    padding: 11.2rem !important;
  }
  .p-lg-11 {
    padding: 12.8rem !important;
  }
  .p-lg-12 {
    padding: 14.4rem !important;
  }
  .p-lg-13 {
    padding: 16rem !important;
  }
  .p-lg-14 {
    padding: 17.6rem !important;
  }
  .p-lg-15 {
    padding: 19.2rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-lg-7 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .px-lg-10 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .px-lg-11 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .px-lg-12 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .px-lg-13 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-14 {
    padding-right: 17.6rem !important;
    padding-left: 17.6rem !important;
  }
  .px-lg-15 {
    padding-right: 19.2rem !important;
    padding-left: 19.2rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-lg-7 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .py-lg-10 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .py-lg-11 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .py-lg-12 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .py-lg-13 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-14 {
    padding-top: 17.6rem !important;
    padding-bottom: 17.6rem !important;
  }
  .py-lg-15 {
    padding-top: 19.2rem !important;
    padding-bottom: 19.2rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.8rem !important;
  }
  .pt-lg-7 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9.6rem !important;
  }
  .pt-lg-10 {
    padding-top: 11.2rem !important;
  }
  .pt-lg-11 {
    padding-top: 12.8rem !important;
  }
  .pt-lg-12 {
    padding-top: 14.4rem !important;
  }
  .pt-lg-13 {
    padding-top: 16rem !important;
  }
  .pt-lg-14 {
    padding-top: 17.6rem !important;
  }
  .pt-lg-15 {
    padding-top: 19.2rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-4 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.8rem !important;
  }
  .pe-lg-7 {
    padding-right: 6.4rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9.6rem !important;
  }
  .pe-lg-10 {
    padding-right: 11.2rem !important;
  }
  .pe-lg-11 {
    padding-right: 12.8rem !important;
  }
  .pe-lg-12 {
    padding-right: 14.4rem !important;
  }
  .pe-lg-13 {
    padding-right: 16rem !important;
  }
  .pe-lg-14 {
    padding-right: 17.6rem !important;
  }
  .pe-lg-15 {
    padding-right: 19.2rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6.4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9.6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 11.2rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 12.8rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 14.4rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 17.6rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 19.2rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-3 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-4 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.8rem !important;
  }
  .ps-lg-7 {
    padding-left: 6.4rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9.6rem !important;
  }
  .ps-lg-10 {
    padding-left: 11.2rem !important;
  }
  .ps-lg-11 {
    padding-left: 12.8rem !important;
  }
  .ps-lg-12 {
    padding-left: 14.4rem !important;
  }
  .ps-lg-13 {
    padding-left: 16rem !important;
  }
  .ps-lg-14 {
    padding-left: 17.6rem !important;
  }
  .ps-lg-15 {
    padding-left: 19.2rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.8rem !important;
  }
  .gap-lg-2 {
    gap: 1.6rem !important;
  }
  .gap-lg-3 {
    gap: 2.4rem !important;
  }
  .gap-lg-4 {
    gap: 3.2rem !important;
  }
  .gap-lg-5 {
    gap: 4rem !important;
  }
  .gap-lg-6 {
    gap: 4.8rem !important;
  }
  .gap-lg-7 {
    gap: 6.4rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9.6rem !important;
  }
  .gap-lg-10 {
    gap: 11.2rem !important;
  }
  .gap-lg-11 {
    gap: 12.8rem !important;
  }
  .gap-lg-12 {
    gap: 14.4rem !important;
  }
  .gap-lg-13 {
    gap: 16rem !important;
  }
  .gap-lg-14 {
    gap: 17.6rem !important;
  }
  .gap-lg-15 {
    gap: 19.2rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.8rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 1.6rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 2.4rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 3.2rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 4.8rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 6.4rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 9.6rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 11.2rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 12.8rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 14.4rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 16rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 17.6rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 19.2rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.8rem !important;
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 1.6rem !important;
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 2.4rem !important;
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 3.2rem !important;
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 4.8rem !important;
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .column-gap-lg-7 {
    -webkit-column-gap: 6.4rem !important;
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .column-gap-lg-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-lg-9 {
    -webkit-column-gap: 9.6rem !important;
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .column-gap-lg-10 {
    -webkit-column-gap: 11.2rem !important;
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .column-gap-lg-11 {
    -webkit-column-gap: 12.8rem !important;
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .column-gap-lg-12 {
    -webkit-column-gap: 14.4rem !important;
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .column-gap-lg-13 {
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .column-gap-lg-14 {
    -webkit-column-gap: 17.6rem !important;
    -moz-column-gap: 17.6rem !important;
    column-gap: 17.6rem !important;
  }
  .column-gap-lg-15 {
    -webkit-column-gap: 19.2rem !important;
    -moz-column-gap: 19.2rem !important;
    column-gap: 19.2rem !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: 1460px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.8rem !important;
  }
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 3.2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-6 {
    margin: 4.8rem !important;
  }
  .m-xl-7 {
    margin: 6.4rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9.6rem !important;
  }
  .m-xl-10 {
    margin: 11.2rem !important;
  }
  .m-xl-11 {
    margin: 12.8rem !important;
  }
  .m-xl-12 {
    margin: 14.4rem !important;
  }
  .m-xl-13 {
    margin: 16rem !important;
  }
  .m-xl-14 {
    margin: 17.6rem !important;
  }
  .m-xl-15 {
    margin: 19.2rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-7 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-9 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .mx-xl-10 {
    margin-right: 11.2rem !important;
    margin-left: 11.2rem !important;
  }
  .mx-xl-11 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .mx-xl-12 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !important;
  }
  .mx-xl-13 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-14 {
    margin-right: 17.6rem !important;
    margin-left: 17.6rem !important;
  }
  .mx-xl-15 {
    margin-right: 19.2rem !important;
    margin-left: 19.2rem !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.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-7 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-9 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .my-xl-10 {
    margin-top: 11.2rem !important;
    margin-bottom: 11.2rem !important;
  }
  .my-xl-11 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .my-xl-12 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !important;
  }
  .my-xl-13 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-14 {
    margin-top: 17.6rem !important;
    margin-bottom: 17.6rem !important;
  }
  .my-xl-15 {
    margin-top: 19.2rem !important;
    margin-bottom: 19.2rem !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.8rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-7 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9.6rem !important;
  }
  .mt-xl-10 {
    margin-top: 11.2rem !important;
  }
  .mt-xl-11 {
    margin-top: 12.8rem !important;
  }
  .mt-xl-12 {
    margin-top: 14.4rem !important;
  }
  .mt-xl-13 {
    margin-top: 16rem !important;
  }
  .mt-xl-14 {
    margin-top: 17.6rem !important;
  }
  .mt-xl-15 {
    margin-top: 19.2rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-6 {
    margin-right: 4.8rem !important;
  }
  .me-xl-7 {
    margin-right: 6.4rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9.6rem !important;
  }
  .me-xl-10 {
    margin-right: 11.2rem !important;
  }
  .me-xl-11 {
    margin-right: 12.8rem !important;
  }
  .me-xl-12 {
    margin-right: 14.4rem !important;
  }
  .me-xl-13 {
    margin-right: 16rem !important;
  }
  .me-xl-14 {
    margin-right: 17.6rem !important;
  }
  .me-xl-15 {
    margin-right: 19.2rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9.6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 11.2rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 12.8rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 14.4rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 17.6rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 19.2rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-7 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9.6rem !important;
  }
  .ms-xl-10 {
    margin-left: 11.2rem !important;
  }
  .ms-xl-11 {
    margin-left: 12.8rem !important;
  }
  .ms-xl-12 {
    margin-left: 14.4rem !important;
  }
  .ms-xl-13 {
    margin-left: 16rem !important;
  }
  .ms-xl-14 {
    margin-left: 17.6rem !important;
  }
  .ms-xl-15 {
    margin-left: 19.2rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.8rem !important;
  }
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 3.2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-6 {
    padding: 4.8rem !important;
  }
  .p-xl-7 {
    padding: 6.4rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9.6rem !important;
  }
  .p-xl-10 {
    padding: 11.2rem !important;
  }
  .p-xl-11 {
    padding: 12.8rem !important;
  }
  .p-xl-12 {
    padding: 14.4rem !important;
  }
  .p-xl-13 {
    padding: 16rem !important;
  }
  .p-xl-14 {
    padding: 17.6rem !important;
  }
  .p-xl-15 {
    padding: 19.2rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xl-7 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-9 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .px-xl-10 {
    padding-right: 11.2rem !important;
    padding-left: 11.2rem !important;
  }
  .px-xl-11 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .px-xl-12 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .px-xl-13 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-14 {
    padding-right: 17.6rem !important;
    padding-left: 17.6rem !important;
  }
  .px-xl-15 {
    padding-right: 19.2rem !important;
    padding-left: 19.2rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xl-7 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-9 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .py-xl-10 {
    padding-top: 11.2rem !important;
    padding-bottom: 11.2rem !important;
  }
  .py-xl-11 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .py-xl-12 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .py-xl-13 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-14 {
    padding-top: 17.6rem !important;
    padding-bottom: 17.6rem !important;
  }
  .py-xl-15 {
    padding-top: 19.2rem !important;
    padding-bottom: 19.2rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.8rem !important;
  }
  .pt-xl-7 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9.6rem !important;
  }
  .pt-xl-10 {
    padding-top: 11.2rem !important;
  }
  .pt-xl-11 {
    padding-top: 12.8rem !important;
  }
  .pt-xl-12 {
    padding-top: 14.4rem !important;
  }
  .pt-xl-13 {
    padding-top: 16rem !important;
  }
  .pt-xl-14 {
    padding-top: 17.6rem !important;
  }
  .pt-xl-15 {
    padding-top: 19.2rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.8rem !important;
  }
  .pe-xl-7 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9.6rem !important;
  }
  .pe-xl-10 {
    padding-right: 11.2rem !important;
  }
  .pe-xl-11 {
    padding-right: 12.8rem !important;
  }
  .pe-xl-12 {
    padding-right: 14.4rem !important;
  }
  .pe-xl-13 {
    padding-right: 16rem !important;
  }
  .pe-xl-14 {
    padding-right: 17.6rem !important;
  }
  .pe-xl-15 {
    padding-right: 19.2rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9.6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 11.2rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 12.8rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 14.4rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 17.6rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 19.2rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.8rem !important;
  }
  .ps-xl-7 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9.6rem !important;
  }
  .ps-xl-10 {
    padding-left: 11.2rem !important;
  }
  .ps-xl-11 {
    padding-left: 12.8rem !important;
  }
  .ps-xl-12 {
    padding-left: 14.4rem !important;
  }
  .ps-xl-13 {
    padding-left: 16rem !important;
  }
  .ps-xl-14 {
    padding-left: 17.6rem !important;
  }
  .ps-xl-15 {
    padding-left: 19.2rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.8rem !important;
  }
  .gap-xl-2 {
    gap: 1.6rem !important;
  }
  .gap-xl-3 {
    gap: 2.4rem !important;
  }
  .gap-xl-4 {
    gap: 3.2rem !important;
  }
  .gap-xl-5 {
    gap: 4rem !important;
  }
  .gap-xl-6 {
    gap: 4.8rem !important;
  }
  .gap-xl-7 {
    gap: 6.4rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9.6rem !important;
  }
  .gap-xl-10 {
    gap: 11.2rem !important;
  }
  .gap-xl-11 {
    gap: 12.8rem !important;
  }
  .gap-xl-12 {
    gap: 14.4rem !important;
  }
  .gap-xl-13 {
    gap: 16rem !important;
  }
  .gap-xl-14 {
    gap: 17.6rem !important;
  }
  .gap-xl-15 {
    gap: 19.2rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 4.8rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 6.4rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 9.6rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 11.2rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 12.8rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 14.4rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 16rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 17.6rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 19.2rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.8rem !important;
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 1.6rem !important;
    -moz-column-gap: 1.6rem !important;
    column-gap: 1.6rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 2.4rem !important;
    -moz-column-gap: 2.4rem !important;
    column-gap: 2.4rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 3.2rem !important;
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 4.8rem !important;
    -moz-column-gap: 4.8rem !important;
    column-gap: 4.8rem !important;
  }
  .column-gap-xl-7 {
    -webkit-column-gap: 6.4rem !important;
    -moz-column-gap: 6.4rem !important;
    column-gap: 6.4rem !important;
  }
  .column-gap-xl-8 {
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  .column-gap-xl-9 {
    -webkit-column-gap: 9.6rem !important;
    -moz-column-gap: 9.6rem !important;
    column-gap: 9.6rem !important;
  }
  .column-gap-xl-10 {
    -webkit-column-gap: 11.2rem !important;
    -moz-column-gap: 11.2rem !important;
    column-gap: 11.2rem !important;
  }
  .column-gap-xl-11 {
    -webkit-column-gap: 12.8rem !important;
    -moz-column-gap: 12.8rem !important;
    column-gap: 12.8rem !important;
  }
  .column-gap-xl-12 {
    -webkit-column-gap: 14.4rem !important;
    -moz-column-gap: 14.4rem !important;
    column-gap: 14.4rem !important;
  }
  .column-gap-xl-13 {
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }
  .column-gap-xl-14 {
    -webkit-column-gap: 17.6rem !important;
    -moz-column-gap: 17.6rem !important;
    column-gap: 17.6rem !important;
  }
  .column-gap-xl-15 {
    -webkit-column-gap: 19.2rem !important;
    -moz-column-gap: 19.2rem !important;
    column-gap: 19.2rem !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: 1200px) {
  .fs-1 {
    font-size: 4rem !important;
  }
  .fs-2 {
    font-size: 3.2rem !important;
  }
  .fs-3 {
    font-size: 2.8rem !important;
  }
  .fs-4 {
    font-size: 2.4rem !important;
  }
  .fs-5 {
    font-size: 2rem !important;
  }
  .fs-6 {
    font-size: 1.6rem !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-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tabOnly {
    display: none;
  }
}
@media (min-width: 576px) {
  .spOnly {
    display: none;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #f8f7f2;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 6rem;
}

em {
  font-style: normal;
}

p {
  margin-bottom: 1em;
  line-height: 2;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

dl,
dt,
dd {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  width: var(--width-pc);
}

iframe {
  vertical-align: bottom;
}

.hr-01 {
  border-top: 5px solid #707070;
  border-bottom: none;
  opacity: 1;
}

a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.75;
}

.text-sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-en {
  font-family: "Caveat", cursive;
}
.text-white {
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 241, 241, 241;
  --text-color: #fff;
}
.text-md {
  font-size: 1.8rem;
}
.text-red {
  color: #8c3b3b;
}
.text-caution {
  color: #ae290e;
}
.text-c01 {
  color: #c55a11;
}
.text-c02 {
  color: #f4b183;
}
.text-c03 {
  color: #c5e0b4;
}
.text-c04 {
  color: #fff2cc;
}
.text-c05 {
  color: #d0cece;
}
.text-c06 {
  color: #ed7087;
}
.text-c07 {
  color: #466aa4;
}

.warning-label span {
  padding: 0.1em 1em;
  display: inline-block;
  background-color: #efede3;
  font-size: 2.4rem;
}

.ls-lg {
  letter-spacing: 0.12em;
}

[data-link]:hover {
  text-decoration: none;
}

[data-link="banner"] {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.link-primary {
  display: inline-block;
  --bs-link-color-rgb: 140, 59, 59;
}
.link-underline {
  text-decoration: underline;
}
.link-external {
  gap: 0 0.36em;
  text-decoration: underline;
}
.link-external::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><g fill='%236B1B7E'><path d='M19.05 8.53c-.36 0-.65.29-.65.65v11.51H1.31V3.59h11.5c.36 0 .65-.29.65-.65 0-.36-.29-.65-.65-.66H.65c-.36 0-.65.29-.65.65v18.41c0 .36.29.65.65.65h18.4c.36 0 .65-.29.65-.65V9.18c0-.36-.29-.65-.65-.65'/><path d='M21.35 0h-5.98c-.36 0-.65.29-.65.65 0 .36.29.65.65.65h4.4L9.4 11.68c-.26.26-.26.67 0 .93s.67.26.92 0L20.69 2.23v4.4c0 .36.3.65.66.65.36 0 .65-.29.65-.65V.65c0-.36-.29-.66-.65-.66'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.video-wrap video {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.bg-c01 {
  background-color: #f7f7f9;
}

.bg-obj > * {
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}

.js-modal__trigger:hover {
  cursor: pointer;
}

.js-bg-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg-layer.is-show {
  opacity: 1;
  visibility: visible;
}

.w-sm {
  max-width: 94.2rem;
  margin-right: auto;
  margin-left: auto;
}
.w-md {
  max-width: 106rem;
  margin-right: auto;
  margin-left: auto;
}

.container.w-sm {
  max-width: 86.4rem;
}
.container.w-md {
  max-width: 106rem;
}

@media (max-width: 767.98px) {
  .text-md {
    font-size: 1.6rem;
  }
  .warning-label span {
    padding: 0.25em 0.5em;
    font-size: 1.6rem;
  }
  #pageTop {
    width: 5rem;
    height: 5rem;
    right: calc(50% - 2.5rem);
  }
  #pageTop::before {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: -0.7rem;
  }
}
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-header__title {
  margin: 2rem 0 0 4rem;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1rem;
  line-height: 1;
}
.l-header__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__title--logo {
  width: 15.7rem;
  display: block;
}
.l-header__navi {
  height: 8rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__navi--inner {
  height: 100%;
}
.l-header__menu {
  padding-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__menu > li:hover .l-header__menu--child {
  opacity: 1;
  visibility: visible;
}
.l-header__menu > li:hover > a {
  opacity: 1;
}
.l-header__menu > li:hover > a .main {
  color: #7f2d1c;
}
.l-header__menu > li + li > a::before {
  content: "";
  height: 2.5rem;
  position: absolute;
  top: 1rem;
  left: 0;
  border-left: 1px dashed #000;
}
.l-header__menu > li > a {
  height: 100%;
  padding: 0 1.5rem;
  position: relative;
  display: block;
  text-align: center;
}
.l-header__menu > li > a span {
  display: block;
}
.l-header__menu > li > a .main {
  letter-spacing: 0.12em;
  font-weight: 700;
}
.l-header__menu > li > a .label {
  color: #af290e;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
  line-height: 1.3;
}
.l-header__menu---toggle {
  display: none;
}
.l-header__menu--child {
  width: 100%;
  min-height: 30rem;
  padding: 3rem 3rem 3rem 30rem;
  position: absolute;
  top: 8rem;
  left: 0;
  background-color: #f8f7f2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-header__menu--child ul {
  max-width: 85rem;
  display: grid;
  gap: 0 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.l-header__menu--child li {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid #d8d5c8;
}
.l-header__menu--child a {
  min-height: 2.4rem;
  padding-right: 2.4rem;
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'><path fill='%23AE290E' d='m1.72.267 4.985 5.004a1.013 1.013 0 0 1 0 1.43L1.72 11.703a1.005 1.005 0 0 1-1.424 0 1.014 1.014 0 0 1 0-1.43l4.273-4.288-4.273-4.29C-.08 1.284-.055.645.355.266a1.005 1.005 0 0 1 1.363 0h.001Z'/></svg>");
  background-position: right center;
  background-size: 0.7rem;
  background-repeat: no-repeat;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.5;
}
.l-header__button {
  position: relative;
  width: 11rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
}
.l-header__button.contact {
  background-color: #af290e;
}
.l-header__button.contact svg {
  width: 2.5rem;
  height: auto;
}
.l-header__button.language {
  background-color: #e28674;
}
.l-header__button.language svg {
  width: 2rem;
  height: auto;
}
.l-header__contact:hover .l-header__menu--child {
  opacity: 1;
  visibility: visible;
}
.l-header__contact:hover .l-header__menu--child ul {
  max-width: 115.2rem;
  grid-template-columns: repeat(4, 1fr);
}
.l-header__language {
  position: relative;
}
.l-header__language--menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-header__language--menu li + li {
  border-top: 1px solid #d1cec0;
}
.l-header__language--menu a {
  padding: 1rem;
  display: block;
  line-height: 1.5;
}
.l-header__language--menu.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__hamburger {
  display: none;
}

@media (max-width: 1500px) {
  .l-header__title {
    z-index: 0;
    margin: 1rem 0 0 1rem;
  }
  .l-header__navi {
    margin-right: 9rem;
  }
  .l-header__navi--inner {
    width: 100%;
    height: 100vh;
    padding: 10rem 2rem 8rem;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    background-color: #f8f7f2;
  }
  .l-header__menu {
    padding-top: 0;
    display: block;
  }
  .l-header__menu > li {
    padding-bottom: 2rem;
    position: relative;
    border-bottom: 1px dashed #000;
  }
  .l-header__menu > li + li > a::before {
    content: none;
  }
  .l-header__menu > li > a {
    padding: 2rem 0 0;
    text-align: left;
  }
  .l-header__menu > li > a .label {
    margin-top: 0.5em;
    font-size: 1rem;
  }
  .l-header__menu--toggle {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 2.6rem;
    right: 0.35rem;
    display: block;
  }
  .l-header__menu--toggle::before,
  .l-header__menu--toggle::after {
    content: "";
    position: absolute;
    border-radius: 1px;
    background-color: #af290e;
  }
  .l-header__menu--toggle::before {
    width: 50%;
    height: 2px;
    top: calc(50% - 1px);
    left: 25%;
  }
  .l-header__menu--toggle::after {
    width: 2px;
    height: 50%;
    top: 25%;
    left: calc(50% - 1px);
  }
  .l-header__menu--toggle.is-open::after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-header__menu--child {
    min-height: 0;
    margin-bottom: 3rem;
    padding: 0;
    position: relative;
    top: auto;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .l-header__menu--child ul {
    gap: 0 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-header__menu--child li {
    padding: 2rem 0;
  }
  .l-header__menu--child a {
    background-position: right 1rem center;
    background-size: 0.5rem;
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }

  .l-header__hamburger {
    width: 5.4rem;
    height: 5.4rem;
    padding: 0;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    border-radius: 50%;
    background-color: #af290e;
    color: #fff;
    -webkit-filter: drop-shadow(0px 0.3rem 0.5rem rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 0.3rem 0.5rem rgba(0, 0, 0, 0.12));
  }
  .l-header__hamburger::before {
    content: "MENU";
    font-size: 1rem;
    line-height: 1;
  }
  .l-header__hamburger .inner {
    width: 2.4rem;
    height: 1.6rem;
    position: relative;
    display: block;
  }
  .l-header__hamburger .inner > span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #d1cec0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__hamburger .inner > span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger .inner > span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .l-header__hamburger .inner > span:nth-child(3) {
    top: calc(100% - 2px);
  }
  .l-header__hamburger.is-open .inner > span:nth-child(1) {
    top: 0.6rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__hamburger.is-open .inner > span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .l-header__hamburger.is-open .inner > span:nth-child(3) {
    top: 0.6rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (max-width: 1500px) and (min-width: 768px) {
  .l-header__contact .l-header__menu--child {
    display: block;
    min-height: 30rem;
    padding: 3rem 3rem 3rem 30rem;
    position: absolute;
    top: 8rem;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .l-header__contact:hover .l-header__menu--child {
    opacity: 1;
    visibility: visible;
  }
  .l-header__contact .l-header__menu--child ul {
    gap: 0 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-header__contact .l-header__menu--child li {
    padding: 3rem 0;
  }
  .l-header__contact .l-header__menu--child a {
    background-position: right center;
    background-size: 0.7rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-header__contact:hover .l-header__menu--child ul {
    max-width: 115.2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .l-header.is-open .l-header__title {
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header__title--logo {
    width: 7rem;
  }
  .l-header__navi {
    margin-right: 0;
  }
  .l-header__language {
    width: 8rem;
    height: 5rem;
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .l-header__language--menu {
    top: unset;
    bottom: 100%;
  }
  .l-header__button {
    height: 5rem;
    position: fixed;
    bottom: 0;
    line-height: 1;
  }
  .l-header__button.contact {
    width: calc(100% - 8rem);
    left: 0;
    gap: 0 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.6rem;
  }
  .l-header__button.language {
    width: 8rem;
    right: 0;
    gap: 0.5rem 0;
    font-size: 1.1rem;
  }
  .l-header__contact {
    width: calc(100% - 8rem);
    height: 5rem;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .l-header__contact .l-header__menu--child {
    display: none !important;
  }
}
.l-footer__contact {
  position: relative;
  background-color: #af290e;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.l-footer__contact:hover {
  background-color: #7f2d1c;
}
.l-footer__contact::before,
.l-footer__contact::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.l-footer__contact::before {
  width: 57.8rem;
  height: 20rem;
  top: calc(50% - 8rem);
  right: calc(50% + 19.2rem);
  background: url(../images/common/footer_contact_bg01.png) no-repeat center/contain;
}
.l-footer__contact::after {
  width: 41.8rem;
  height: 24.3rem;
  top: calc(50% - 12.2rem);
  left: calc(50% + 22.7rem);
  background: url(../images/common/footer_contact_bg02.png) no-repeat center/contain;
}
.l-footer__contact .c-heading__01 {
  height: 26.6rem;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer__contact .c-heading__01 .label {
  font-size: 12rem;
}
.l-footer__contact .c-heading__01 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
}
.l-footer__contact .c-heading__01 .title::after {
  content: "";
  width: 2.8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'><path fill='%23fff' d='m1.72.267 4.985 5.004a1.013 1.013 0 0 1 0 1.43L1.72 11.703a1.005 1.005 0 0 1-1.424 0 1.014 1.014 0 0 1 0-1.43l4.273-4.288-4.273-4.29C-.08 1.284-.055.645.355.266a1.005 1.005 0 0 1 1.363 0h.001Z'/></svg>");
  background-position: center;
  background-size: 0.7rem;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.l-footer__banner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.l-footer__banner--list {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
}
.l-footer__banner--list a {
  display: block;
  aspect-ratio: 1/0.35;
}
.l-footer__banner--list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-footer__contents {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efede3;
}
.l-footer__contents + .l-footer__contents {
  border-top: 1px solid #d8d5c8;
}
.l-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__logo {
  width: 17rem;
}
.l-footer__sns {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
}
.l-footer__sns a {
  width: 2.6rem;
  display: block;
}
.l-footer__menu {
  display: grid;
  gap: 3rem 6rem;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
}
.l-footer__menu li {
  line-height: 1.5;
}
.l-footer__menu a {
  display: inline-block;
  font-weight: 700;
}
.l-footer__info {
  text-align: center;
}
.l-footer__info + .l-footer__info {
  margin-top: 3rem;
}
.l-footer__info dt::before {
  content: "【";
}
.l-footer__info dt::after {
  content: "】";
}
.l-footer__info dd {
  line-height: 2;
}
.l-footer__copyright {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  color: #7e2d1d;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 1500px) {
  .l-footer {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 5rem;
  }
  .l-footer__contact::before {
    width: 21rem;
    height: 10.4rem;
    top: 0.5rem;
    right: auto;
    left: 0;
  }
  .l-footer__contact::after {
    width: 12.8rem;
    height: 11rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    background-position: left center;
    background-size: auto 100%;
  }
  .l-footer__contact .c-heading__01 {
    height: 18rem;
  }
  .l-footer__contact .c-heading__01 .label {
    font-size: 8rem;
  }
  .l-footer__contact .c-heading__01 .title {
    gap: 1rem;
    font-size: 2rem;
  }
  .l-footer__contact .c-heading__01 .title::after {
    width: 2rem;
    background-size: 0.4rem;
  }
  .l-footer__column {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer__logo {
    width: 10.7rem;
    margin: 0 auto;
  }
  .l-footer__sns {
    margin-top: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer__menu {
    gap: 2rem 3rem;
    grid-template-rows: repeat(8, auto);
  }
}
.l-sidebar__title {
  margin-bottom: 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #821917;
  font-size: 2.1rem;
  line-height: 1;
}
.l-sidebar__navi li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.l-sidebar__fixedNavi {
  position: fixed;
  top: 20rem;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-sidebar__fixedNavi .copy {
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-sidebar__fixedNavi .btn {
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  background-color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.l-sidebar__fixedNavi .arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #af290e;
  border-radius: 50%;
}
.l-sidebar__fixedNavi .arrow::before {
  content: "";
  width: 50%;
  height: 50%;
  margin-left: -25%;
  border-top: 1px solid #af290e;
  border-right: 1px solid #af290e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-sidebar__fixedNavi.light .copy {
  color: #fff;
}

@media (max-width: 767.98px) {
  .l-sidebar__fixedNavi {
    display: none;
  }
}
.l-main {
  padding-top: 8rem;
  position: relative;
  overflow: hidden;
}
.l-main__block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.l-main__block .container + .container {
  margin-top: 10rem;
}
.l-main__headline--inner {
  height: 64rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-main__headline--title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1;
}
.l-main__headline--title .label {
  color: #af290e;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 10rem;
}
.l-main__headline--title .main {
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 2.4rem;
}
.l-main__headline--visual {
  width: 94.9rem;
  position: absolute;
  top: 2rem;
  left: calc(50% - 28rem);
}

.l-block + .l-block {
  margin-top: 6rem;
}
.l-block * + .c-heading__06 {
  margin-top: 4rem;
}
.l-block * + .c-heading__07 {
  margin-top: 4rem;
}
.l-block * + .c-heading__08 {
  margin-top: 4.8rem;
}
.l-block .c-list__dot li + li {
  margin-top: 0.25em;
}
.l-block ul li + li,
.l-block ol li + li {
  margin-top: 0.25em;
}
.l-block ul.mg-md li + li,
.l-block ol.mg-md li + li {
  margin-top: 0.75em;
}
.l-block ul.mg-lg li + li,
.l-block ol.mg-lg li + li {
  margin-top: 2rem;
}

.l-grid {
  display: grid;
}
.l-grid.col-2 {
  gap: 10rem 8rem;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch; /* 20251029追記 */
}
.l-grid.col-3 {
  gap: 6rem 6rem;
  grid-template-columns: repeat(3, 1fr);
}
.l-grid.col-4 {
  gap: 3rem 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.l-grid .c-btn__01.lg {
  width: 100%;
}
.l-grid--card {
  display: flex;
  flex-direction: column;
  height: 100%; /* 20251029追記 */
}
@media (max-width: 767.98px) {
  .l-main {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
  .l-main__block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-main__block .container + .container {
    margin-top: 5rem;
  }
  .l-main__headline--inner {
    height: 28.6rem;
  }
  .l-main__headline--title .label {
    font-size: 3.6rem;
  }
  .l-main__headline--title .main {
    font-size: 1.2rem;
  }
  .l-main__headline--visual {
    width: 30.4rem;
    top: 4rem;
    right: -2rem;
    left: auto;
  }
  .l-main__headline + .l-main__block {
    padding-top: 0;
  }
  .l-block + .l-block {
    margin-top: 4rem;
  }
  .l-block * + .c-heading__06 {
    margin-top: 3rem;
  }
  .l-block * + .c-heading__07 {
    margin-top: 3rem;
  }
  .l-block * + .c-heading__08 {
    margin-top: 3.4rem;
  }
  .l-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-grid.col-2 {
    gap: 2rem 0;
  }
  .l-grid.col-3 {
    gap: 4rem 0;
  }
  .l-grid.col-4 {
    gap: 2rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-heading__01 {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-heading__01 .label {
  color: var(--text-color, #af290e);
  letter-spacing: 0;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 11.5rem;
  line-height: 1;
}
.c-heading__01 .title {
  color: var(--text-color, #7f2d1c);
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.9;
}
.c-heading__02 {
  margin-bottom: 4rem;
  padding: 1rem 0 1rem 2rem;
  border-left: 0.8rem solid #af290e;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  display: flex; /* 20251029追記 */
  align-items: center; /* 20251029追記 */
  flex-grow: 1; /* 20251029追記 */
}
.c-heading__03 {
  margin-bottom: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-heading__03 .text {
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.c-heading__03 .fukidashi {
  width: 3.2rem;
  height: 7rem;
  position: relative;
}
.c-heading__03 .fukidashi::before,
.c-heading__03 .fukidashi::after {
  content: "";
  width: 3px;
  position: absolute;
  border-radius: 1.5px;
  background-color: #af290e;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.c-heading__03 .fukidashi::before {
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
.c-heading__03 .fukidashi::after {
  height: 57%;
  right: 1.4rem;
  bottom: 0;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
.c-heading__03 .fukidashi.right {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.c-heading__04 {
  margin-bottom: 4rem;
  padding: 2.9rem 1em;
  position: relative;
  background-color: #af290e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
  line-height: 1.5;
}
.c-heading__04::before,
.c-heading__04::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0;
  background-color: #f8f7f2;
}
.c-heading__04::before {
  top: 0.4rem;
}
.c-heading__04::after {
  bottom: 0.4rem;
}
.c-heading__05 {
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 3.6rem;
  line-height: 1.6111111111;
}
.c-heading__05 strong {
  color: #af290e;
}
.c-heading__06 {
  margin-bottom: 1.5rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.c-heading__06::before {
  content: "■";
  margin-right: 0.25em;
  color: #af290e;
}
.c-heading__07 {
  margin-bottom: 1.2em;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.c-heading__08 {
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  background-color: #af290e;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .c-heading__01 {
    margin-bottom: 4rem;
  }
  .c-heading__01 .label {
    font-size: 5.2rem;
  }
  .c-heading__01 .title {
    font-size: 1.4rem;
  }
  .c-heading__02 {
    margin-bottom: 2rem;
    padding: 1rem 0 1rem 1.5rem;
    border-left-width: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .c-heading__03 {
    margin-bottom: 2rem;
  }
  .c-heading__03 .text {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
  .c-heading__04 {
    margin-bottom: 2rem;
    padding: 2rem 1em;
    font-size: 1.8rem;
  }
  .c-heading__04::before,
  .c-heading__04::after {
    height: 0.2rem;
  }
  .c-heading__05 {
    font-size: 2.2rem;
  }
  .c-heading__06 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .c-heading__07 {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
  }
  .c-heading__08 {
    font-size: 1.6rem;
  }
}
.c-btn__01 {
  width: 32rem;
  max-width: 100%;
  height: 7rem;
  margin-top: 5rem;
  padding: 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 3.5rem;
  background-color: #3a262e;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'><path fill='%23fff' d='m1.72.267 4.985 5.004a1.013 1.013 0 0 1 0 1.43L1.72 11.703a1.005 1.005 0 0 1-1.424 0 1.014 1.014 0 0 1 0-1.43l4.273-4.288-4.273-4.29C-.08 1.284-.055.645.355.266a1.005 1.005 0 0 1 1.363 0h.001Z'/></svg>");
  background-position: right 2rem center;
  background-size: 0.7rem;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn__01 small {
  font-size: 0.8em;
  line-height: 1.5;
}
.c-btn__01:hover {
  background-color: #7f2d1c;
}
.c-btn__01 + .c-btn__01 {
  margin-top: 3rem;
}
.c-btn__01.mail {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 25'><path fill='%23fff' d='m28.708 10.588 4.291 4.458V6.889l-4.291 3.699ZM0 15.051l4.3-4.463L0 6.889v8.162ZM33 19.098v4.1a1.792 1.792 0 0 1-1.784 1.8H1.784A1.791 1.791 0 0 1 0 23.202v-4.1l6.378-6.671 7.286 6.323a4.465 4.465 0 0 0 5.677 0l7.281-6.323L33 19.098Z'/><path fill='%23fff' d='M33 1.792v1.8L17.438 17.1a1.509 1.509 0 0 1-1.877 0L0 3.59v-1.8A1.787 1.787 0 0 1 1.784 0s29.432 0 29.432 0A1.787 1.787 0 0 1 33 1.79v.002'/></svg>");
  background-size: 2rem auto;
}
.c-btn__01.pdf {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 36'><path fill='%23fff' d='M23.815 0h-13.2l-.67.655L.671 9.71 0 10.365v19.6A6.121 6.121 0 0 0 6.186 36h17.63A6.12 6.12 0 0 0 30 29.961V6.04A6.12 6.12 0 0 0 23.815 0m3.895 29.96a3.85 3.85 0 0 1-3.895 3.8H6.186a3.85 3.85 0 0 1-3.9-3.8V11.292h6.033a3.209 3.209 0 0 0 3.246-3.169V2.236h12.25a3.85 3.85 0 0 1 3.895 3.8V29.96Z'/><path fill='%23fff' d='M8.947 17.774H6.893a.581.581 0 0 0-.626.62v5.186a.719.719 0 1 0 1.437 0v-1.575a.052.052 0 0 1 .059-.057h1.184a2.1 2.1 0 1 0 0-4.173m-.088 2.96h-1.1a.052.052 0 0 1-.059-.057v-1.633a.052.052 0 0 1 .059-.057h1.1a.878.878 0 1 1 0 1.748m5.722-2.962h-1.575a.581.581 0 0 0-.626.62v5.262a.573.573 0 0 0 .626.611h1.575c1.418 0 2.3-.439 2.651-1.5a7.887 7.887 0 0 0 0-3.5c-.352-1.06-1.233-1.5-2.651-1.5m1.272 4.508c-.167.515-.646.735-1.311.735h-.665a.052.052 0 0 1-.059-.057v-3.878a.052.052 0 0 1 .059-.057h.665c.666 0 1.144.22 1.311.735a6.871 6.871 0 0 1 0 2.521m6.718-4.5h-3.227a.581.581 0 0 0-.626.62v5.186a.719.719 0 0 0 1.438 0v-1.853a.051.051 0 0 1 .058-.057h1.879a.6.6 0 1 0 0-1.2h-1.879a.051.051 0 0 1-.058-.057v-1.366a.051.051 0 0 1 .058-.057h2.357a.609.609 0 1 0 0-1.213'/></svg>");
  background-size: 2rem auto;
}
.c-btn__01.download {
  background-image: url("/assets/images/common/icon_download.svg");
  background-size: 2.5rem auto;
}
.c-btn__01.external {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'><g fill='%23fff'><path d='M6.64 1.953h16.406v16.406H6.64V1.953ZM4.687 20.312H25V0H4.687v20.312Z'/><path d='M0 4.687V25h20.312v-1.953H1.953V4.687H0Z'/><path d='m11.368 15.275 5.755-5.755v4.14h1.953V6.186h-7.474v1.953h4.14l-5.755 5.755 1.381 1.381Z'/></g></svg>");
  background-size: 2.5rem auto;
}
.c-btn__01.primary:not(:hover) {
  background-color: #af290e;
}
.c-btn__01.sm {
  width: fit-content;
  padding: 0 6rem;
}
.c-btn__01.lg {
  width: 56rem;
  height: 9rem;
  border-radius: 4.5rem;
  background-position: right 4rem center;
  background-size: 1.2rem;
  font-size: 2rem;
}
.c-btn__01.lg.mail {
  background-size: 3.3rem auto;
}
.c-btn__01.lg.pdf {
  background-size: 3rem auto;
}
.c-btn__01.lg.download {
  background-size: 2.8rem auto;
}
.c-btn__01.lg.external {
  background-position: right 4.5rem center;
  background-size: 2.5rem auto;
}
.c-btn__01.wide {
  width: 76rem;
}

.traffic-center {
  text-align: center;
}

.c-btnGroup__01 dt {
  font-size: 2rem;
}
.c-btnGroup__01 dd {
  margin-top: 1em;
}
.c-btnGroup__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.c-btnGroup__02 .c-btn__01 {
  margin-top: 0;
}

.c-anchorNavi {
  margin-bottom: 2rem;
}
.c-anchorNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-anchorNavi a {
  padding: 0.8rem 2.8rem;
  display: block;
  border-radius: 1.9rem;
  background-color: #af290e;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-anchorNavi a:hover {
  background-color: #7f2d1c;
}
.c-anchorNavi a.is-active {
  background-color: #7f2d1c;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .c-btn__01 {
    width: 30rem;
    height: 5.6rem;
    margin-top: 4rem;
    padding: 0 5rem;
  }
  .c-btn__01.mail {
    background-size: 2.4rem auto;
  }
  .c-btn__01.pdf {
    background-size: 2.4rem auto;
  }
  .c-btn__01.download {
    background-size: 2.2rem auto;
  }
  .c-btn__01.lg {
    height: 7.2rem;
    background-position: right 2rem center;
    background-size: 0.96rem;
    font-size: 1.6rem;
  }
  .c-btn__01.lg.mail {
    background-size: 2.4rem auto;
  }
  .c-btn__01.lg.pdf {
    background-size: 2.4rem auto;
  }
  .c-btn__01.lg.download {
    background-size: 2.2rem auto;
  }

  .c-btn__01.lg.external {
    background-position: right 2rem center;
  }
  .c-btn__01.sp-height-3em {
    height: 10rem;
    border-radius: 5rem;
  }
  .c-btnGroup__02 {
    gap: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .traffic-sp {
    flex-direction: row;
    gap: 20px;
  }
  .c-anchorNavi ul {
    gap: 1rem;
  }
  .c-anchorNavi a {
    padding: 0.6rem 1.4rem;
    font-size: 1.2rem;
  }
}
.c-list__dot li {
  margin-left: 1em;
  text-indent: -1em;
}
.c-list__dot li::before {
  content: "・";
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}
.c-list__square li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.c-list__square li::before {
  content: "■";
  margin-right: 0.25em;
  color: #af290e;
}
.c-list__note li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.6;
}
.c-list__note li::before {
  content: "※";
  margin-right: 0.2em;
  font-family: initial;
}
.c-list__noteNum {
  margin-left: 0;
  list-style-type: none;
  counter-reset: count;
}
.c-list__noteNum li {
  margin-left: 3em;
  text-indent: -3em;
  line-height: 1.6;
}
.c-list__noteNum li::before {
  content: "※" counter(count) "：";
  margin-right: 0.2em;
  counter-increment: count;
  font-family: initial;
}
.c-list__check li {
  padding-left: 1.625em;
  position: relative;
  line-height: 1.6;
}
.c-list__check li::before {
  content: "";
  width: 1.125em;
  height: 1.125em;
  margin-right: 0.5em;
  position: absolute;
  top: 0.28em;
  left: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%20%3Cg%20fill%3D%22%23821917%22%3E%20%3Cpath%20d%3D%22M24.45%208.835a1.243%201.243%200%201%200-2.375.731c1.625%205.289-1.346%2010.893-6.636%2012.518-5.29%201.624-10.894-1.347-12.519-6.636C1.296%2010.16%204.267%204.555%209.556%202.931a10.02%2010.02%200%200%201%206.948.394%201.244%201.244%200%200%200%201.001-2.277C11.18-1.715%203.812%201.172%201.048%207.497s.125%2013.692%206.45%2016.455c6.325%202.763%2013.693-.124%2016.457-6.449a12.495%2012.495%200%200%200%20.496-8.668%22%20class%3D%22d%22%2F%3E%20%3Cpath%20d%3D%22M8.095%2012.338a1.244%201.244%200%201%200-1.568%201.932l4.033%203.26a1.243%201.243%200%200%200%201.747-.186L23.78%203.153a1.243%201.243%200%200%200-1.933-1.562L11.16%2014.816l-3.065-2.478Z%22%20class%3D%22d%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.c-list__image {
  display: grid;
}
.c-list__image.col-2 {
  gap: 4rem 10rem;
  grid-template-columns: repeat(2, 1fr);
}
.c-list__image.col-3 {
  gap: 4rem 3rem;
  grid-template-columns: repeat(3, 1fr);
}
.c-list__image.col-4 {
  gap: 4rem 0.8rem;
  grid-template-columns: repeat(4, 1fr);
}
.c-list__image figure {
  margin-bottom: 1em;
}
.c-list__image p {
  font-size: 1.4rem;
}
.c-list__image li + li {
  margin-top: 0 !important;
}
.c-list__image.flow > * {
  position: relative;
}
.c-list__image.flow > *:not(:last-child)::after {
  content: "";
  width: 5.2rem;
  height: 17.2rem;
  position: absolute;
  top: 7.2rem;
  left: calc(100% + 2.4rem);
  background-color: #af290e;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}

.c-dl__01 dt {
  margin-bottom: 0.25em;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-dl__01 dd + dt {
  margin-top: 1em;
}

@media (max-width: 767.98px) {
  .c-list__image.col-2 {
    gap: 3rem 0.8rem;
  }
  .c-list__image.col-2.flow {
    gap: 3rem 5rem;
  }
  .c-list__image.col-3 {
    gap: 3rem 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-list__image.col-4 {
    gap: 3rem 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-list__image.flow > *:not(:last-child)::after {
    width: 2.6rem;
    height: 8.6rem;
    top: 1.6rem;
    left: calc(100% + 1.2rem);
  }
}
*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-form__box {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.c-form__box + .c-form__box {
  margin-top: 3.6rem;
}
.c-form__label {
  width: 26rem;
  padding-top: 1em;
  position: relative;
  font-weight: 700;
  line-height: 1.25;
}
.c-form__label::after {
  content: "";
  width: 4rem;
  height: 3.2rem;
  position: absolute;
  top: 1.1rem;
  right: 0;
  display: inline-block;
  background-color: #999;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 3.2rem;
}
.c-form__label label {
  padding-top: 0.5em;
}
.c-form__required::after {
  content: "必須";
  background-color: #af290e;
}
.c-form__optional::after {
  content: "任意";
}
.c-form__text {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__text .inner + .inner {
  margin-top: 1em;
}
.c-form__text .note {
  margin-top: 0.3em;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.c-form__control {
  width: 100%;
  padding: 1em 1em;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: max(1.6rem, 16px);
  line-height: 1.25;
}
.c-form__select {
  background-image: url(../../images/arrow_bottom.svg);
  background-position: right 2rem center;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__select::-ms-expand {
  display: none;
}
.c-form__radioList {
  padding-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 1.5em;
}
.c-form__checkbox {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.c-form__checkbox label {
  position: relative;
}
.c-form__checkbox label > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__checkbox input[type="checkbox"] {
  display: none;
}
.c-form__checkbox input[type="checkbox"] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  line-height: 1.75;
}
.c-form__checkbox input[type="checkbox"] + span::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  margin-right: 1rem;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-form__checkbox input[type="checkbox"] + span::after {
  content: "";
  width: 0.7em;
  height: 1em;
  position: absolute;
  top: 0.5em;
  left: 0.9em;
  display: block;
  border-right: 3px solid #af290e;
  border-bottom: 3px solid #af290e;
  opacity: 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.c-form__checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.c-form__radio {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.c-form__radio label {
  position: relative;
}
.c-form__radio input[type="radio"] {
  display: none;
}
.c-form__radio input[type="radio"] + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  line-height: 1.75;
}
.c-form__radio input[type="radio"] + span::before {
  content: "";
  width: 1.75em;
  height: 1.75em;
  margin-right: 1rem;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 2px solid var(--primary-color, #000);
  border-radius: 50%;
}
.c-form__radio input[type="radio"] + span::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: -0.3em;
  left: 0.5em;
  display: block;
  border-radius: 50%;
  background-color: var(--primary-color, #000);
  opacity: 0;
}
.c-form__radio input[type="radio"]:checked + span::after {
  opacity: 1;
}
.c-form__textarea {
  height: 16.8rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mwform-checkbox-field-text {
  padding-left: 2em;
  position: relative;
  display: inline-block;
  line-height: 1.34;
}
.mwform-checkbox-field-text::before {
  content: "";
  width: 1.34em;
  height: 1.34em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mwform-checkbox-field-text::after {
  content: "";
  width: 0.8em;
  height: 0.6em;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  border-bottom: 0.1875em solid #fff;
  border-left: 0.1875em solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mwform-checkbox-field input[type="checkbox"] {
  display: none;
}
.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  border-color: #af290e;
  background-color: #af290e;
}
.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}
.mwform-radio-field-text {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 2em;
  position: relative;
  font-weight: 500;
  font-size: max(1.6rem, 16px);
  line-height: 1;
}
.mwform-radio-field-text::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mwform-radio-field-text::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mwform-radio-field input[type="radio"] {
  display: none;
}
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
  border-color: #af290e;
  background-color: #af290e;
}
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .c-form__box {
    display: block;
  }
  .c-form__label {
    width: 100%;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.8rem;
  }
  .c-form__label::after {
    width: 6rem;
    height: 3.6rem;
    position: relative;
    top: auto;
    right: auto;
    font-size: 2rem;
    line-height: 3.6rem;
  }
  .c-form__radioList {
    padding-top: 0;
  }
}
.c-tab__menu--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-tab__menu--item:hover {
  cursor: pointer;
}
.c-tab__menu--item.is-active {
  pointer-events: none;
}
.c-tab__panel--box {
  display: none;
  visibility: hidden;
}
.c-tab__panel--box.is-active {
  display: block;
  visibility: visible;
}

.c-pager__archive {
  margin-top: 8rem;
}
.c-pager__archive--inner,
.wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pager__archive .page-numbers,
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 4rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #af290e;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.c-pager__archive .page-numbers:hover,
.wp-pagenavi a:hover {
  text-decoration: none;
}
.c-pager__archive .page-numbers.current,
.wp-pagenavi .current {
  background-color: #7f2d1c;
  pointer-events: none;
}
.c-pager__archive .page-numbers.dots {
  width: auto;
  background: none;
  color: #af290e;
}
.c-pager__archive .page-numbers.prev,
.c-pager__archive .page-numbers.next,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'><path fill='%23AE290E' d='m1.72.267 4.985 5.005a1.013 1.013 0 0 1 0 1.43l-4.986 5.002a1.005 1.005 0 0 1-1.424 0 1.014 1.014 0 0 1 0-1.43l4.273-4.288-4.273-4.29A1.014 1.014 0 0 1 .354.265a1.005 1.005 0 0 1 1.363 0h.001l.001.001ZM10.72.267l4.985 5.005a1.013 1.013 0 0 1 0 1.43l-4.986 5.002a1.005 1.005 0 0 1-1.424 0 1.014 1.014 0 0 1 0-1.43l4.273-4.288-4.273-4.29a1.014 1.014 0 0 1 .059-1.43 1.005 1.005 0 0 1 1.363 0h.001l.001.001Z'/></svg>");
  background-position: center;
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
}
.c-pager__archive .page-numbers.prev,
.wp-pagenavi .previouspostslink {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (max-width: 767.98px) {
  .c-pager__archive {
    margin-top: 4rem;
  }
  .c-pager__archive .page-numbers {
    width: 3.2rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.c-breadcrumbs {
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-breadcrumbs__inner > li {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #af290e;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

@media (max-width: 767.98px) {
  .c-breadcrumbs {
    margin-top: 0;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.2rem;
  }
}
.c-table__01 table {
  width: 100%;
}
.c-table__01 th,
.c-table__01 td {
  border: 1px solid #efede3;
}
.c-table__01 thead th {
  padding: 0.8rem 1em;
  background-color: #7f2d1c;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.c-table__01 tbody th,
.c-table__01 tbody td {
  padding: 2rem 3rem;
  background-color: #fff;
  line-height: 2;
}
.c-table__01 .align-top th,
.c-table__01 .align-top td {
  vertical-align: top;
}
.c-table__02 {
  display: grid;
  gap: 1px 0;
  grid-template-columns: 23.5% 1fr;
}
.c-table__02 dt,
.c-table__02 dd {
  padding: 1.5rem 2rem;
}
.c-table__02 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f2d1c;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.c-table__02 dd {
  background-color: #fff;
}
.c-table__03 {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: auto 1fr;
}
.c-table__03 dt {
  font-weight: 400;
}
.c-table__04 {
  display: grid;
  gap: 0.2rem 0;
  grid-template-columns: auto 1fr;
}
.c-table__04 dt,
.c-table__04 dd {
  padding: 0.5rem 1.5rem;
}
.c-table__04 dt {
  min-width: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0eee5;
  color: #3b272e;
  text-align: center;
  font-weight: 700;
}
.c-table__04 dd {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .c-table__01 {
    overflow-x: scroll;
  }
  .c-table__01 table {
    width: 90rem;
  }
  .c-table__03 {
    display: block;
  }
  .c-table__03 dd + dt {
    margin-top: 1em;
  }
  .c-table__04 {
    display: block;
  }
  .c-table__04 dd + dt {
    margin-top: 10px;
  }
}
.c-slider-wrapper {
  position: relative;
}
.c-slider-wrapper:has(+ .c-slider__thumbnail) {
  margin-bottom: 10px; /* サムネイルがある場合だけ上書き */
}
.c-slider__01 {
  position: relative;
}
.c-slider__01.btr .swiper {
  overflow: visible;
}
.c-slider__01 .swiper-navigation {
  position: absolute;
  right: 0;
  bottom: calc(100% + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.c-slider__01 .swiper-navigation .swiper-button {
  position: relative;
  right: auto;
  left: auto;
}
.c-slider-wrapper .slider-button-prev,
.c-slider-wrapper .slider-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-slider-wrapper .slider-button-prev {
  right: unset;
  left: -20px;
}
.c-slider-wrapper .slider-button-next {
  left: unset;
  right: -20px;
}
.c-slider__thumbnail {
  margin-top: 10px;
}
.c-slider__thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
}
.c-slider__thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.c-slider__02:has(.slider-button-prev),
.c-slider__02:has(.slider-button-next) {
  position: relative;
  padding-inline: 20px;
}
@media (max-width: 767.98px) {
  .c-slider__01 .swiper-slide {
    width: 15rem;
  }
  .c-slider__01 .swiper-navigation {
    gap: 1.5rem;
  }
}
.c-card__01 .thumb {
  margin-bottom: 1rem;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.708;
}
.c-card__01 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card__01 .tag {
  min-width: 14rem;
  padding: 0.5em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #af290e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-card__01 .date {
  display: block;
  color: #8a8a8a;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-card__01 .event_date {
  display: block;
  color: #af290e;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-card__01 .name {
  font-weight: 700;
  font-size: 1.8rem;
}
.c-card__01.is-pinned .thumb::before {
  content: "";
  width: 2.7rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27'><path fill='%23ae290e' d='m17.203 0-1.654 1.663.662 2.128-7.94 6.253-3.805-1.317-2.342 2.153 7.026 7.063 7.027 7.064 2.142-2.359-1.31-3.824 6.219-7.981 2.117.665L27 9.845l-3.58-3.593-2.645-2.66L17.203 0ZM.993 24.01 0 27l2.977-.998 6.485-6.518-1.984-1.995-6.485 6.522Z'/></svg>");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.c-card__01.is-closed .link {
  pointer-events: none;
}
.c-card__01.is-closed .thumb::after {
  content: "募集が終了いたしました";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(59, 39, 46, 0.5);
  color: #fff;
  font-weight: 700;
}
/*250826 追加ここから*/
#js-pickup-slider {
  padding-bottom: 50px;
}
/* Swiperを無効化しているときのリセット */
#js-pickup-slider.no-swiper .swiper-wrapper {
  width: auto !important;
  transform: none !important;
  display: flex;
}

#js-pickup-slider.no-swiper .swiper-slide {
  flex: 1;
  max-width: calc(940px / 3);
  width: auto !important;
  margin-right: 0 !important;
  flex-shrink: 0;
}
#js-pickup-slider.no-swiper .slider-button-prev,
#js-pickup-slider.no-swiper .slider-button-next {
  display: none;
  pointer-events: none;
}
.c-slider-wrapper #js-pickup-slider .slider-button-prev,
.c-slider-wrapper #js-pickup-slider .slider-button-next {
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 0;
  transform: translateY(0);
}
.c-slider-wrapper #js-pickup-slider .slider-button-prev {
  left: unset;
  right: 52%;
}
.c-slider-wrapper #js-pickup-slider .slider-button-next {
  right: unset;
  left: 52%;
}
#js-pickup-slider .c-card__01 {
  max-width: 100%;
  width: 300px;
  padding-inline: 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
#js-pickup-slider .c-card__01 a {
  display: block;
  position: relative;
}
.p-home__pickup_flex .no-event {
  flex: 1;
  display: flex;
  align-items: center;
  height: 220px;
}
@media (max-width: 767.98px) {
  .p-home__pickup_flex .no-event {
    order: 2;
    height: auto;
  }
}
/*250826 追加ここまで*/

.c-card__02 .thumb:not(:last-child) {
  margin-bottom: 2rem;
}
.c-card__02 .title {
  font-size: 2rem;
  line-height: 1.6;
}
.c-card__02 .title:not(:last-child) {
  margin-bottom: 1.2rem;
}
.c-card__02 .caption {
  margin-top: 1rem;
  display: inline-block;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .c-card__01 .date {
    font-size: 1rem;
  }
  .c-card__01 .event_date {
    font-size: 1rem;
  }
  .c-card__01 .tag {
    min-width: 0;
    padding: 0.2em 1em;
    font-size: 1rem;
  }
  .c-card__01 .name {
    font-size: 1.6rem;
  }
  .c-card__01.is-pinned .thumb::before {
    width: 1.5rem;
  }
  .c-card__02 .thumb:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .c-card__02 .title {
    font-size: 1.8rem;
  }
  .c-card__02 .title:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.c-container__01 {
  width: min(100% - 2rem, 640px);
  padding: 2.5rem 4rem;
  margin-inline: auto;
  background-color: #fff;
}
.c-container__01 .title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
  .c-container__01 {
    padding: 2.5rem;
  }
}
.p-home__hero {
  height: 76.5rem;
  position: relative;
}
.p-home__hero--visual {
  width: calc(50vw + 34.8rem);
  height: 100%;
  margin: 0;
  position: absolute !important;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 38.2rem 0 0 38.2rem;
}
.p-home__hero--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home__hero--bg {
  width: 104rem;
  position: absolute;
  top: 2rem;
  right: calc(50vw - 2rem);
  z-index: -1;
}
.p-home__hero--text {
  height: 100%;
  padding-top: 1.2rem;
  padding-left: 14rem;
  position: relative;
  z-index: 2;
}
.p-home__hero--text .catch {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.7rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #af290e;
  font-size: 4.8rem;
}
.p-home__hero--text .catch span {
  padding: 0.5em 0.2em;
  display: inline-block;
  background-color: #fff;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-home__hero--text .catch span + span {
  margin-bottom: auto;
}
/* 250827追加ここから */
.p-home__pickup_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 3%;
}
@media (max-width: 600px) {
  .p-home__pickup_flex {
    flex-direction: column;
  }
}
.p-home__pickup_head {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-home__pickup_head {
    display: contents;
  }
}
.p-home__pickup_head .label {
  order: 1;
  width: 220px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding-block: 2rem;
  margin: 0 auto;
  background-color: #af290e;
}
@media (max-width: 600px) {
  .p-home__pickup_head .label {
    width: 100%;
    font-size: 1.8rem;
    min-height: auto;
  }
}
.p-home__pickup_head .label b {
  font-size: 4.6rem;
}
@media (max-width: 600px) {
  .p-home__pickup_head .label b {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  .p-home__pickup_btn {
    width: 100%;
    order: 3;
  }
}
.p-home__pickup_head .c-btn__01 {
  margin-top: 2.5rem;
}
.p-home__pickup_flex .no-data {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 22rem;
  padding: 5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .p-home__pickup_flex .no-data {
    order: 2;
    min-height: auto;
  }
}
.p-home__pickup_slider {
  flex: 1;
  width: auto;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-home__pickup_slider {
    order: 2;
    width: 100%;
  }
}
/* 250827追加ここまで */

.p-home__news--column {
  display: grid;
  gap: 5rem 8rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-home__news--list {
  display: grid;
  gap: 4rem 4rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-home__about--text {
  width: 45%;
  max-width: 53rem;
}
.p-home__about--title {
  margin-bottom: 1em;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
  line-height: 1.9285714286;
}
.p-home__about--sentence p {
  line-height: 2.625;
}
.p-home__about--visual {
  width: calc(50vw + 20rem);
  position: absolute;
  top: 5.8rem;
  left: calc(50% - 20rem);
  z-index: -1;
}
.p-home__about--comparison .comparison-header {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-home__about--comparison .comparison-header > div {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 2rem;
}
.p-home__about--comparison .before {
  background-color: #7e2d1d;
}
.p-home__about--comparison .after {
  background-color: #af290e;
}
.p-home__about--comparison .twentytwenty-handle {
  width: 12rem;
  height: 12rem;
  margin-top: -6.4rem;
  margin-left: -6.4rem;
  border-width: 0.4rem;
}
.p-home__about--comparison .twentytwenty-handle::before,
.p-home__about--comparison .twentytwenty-handle::after {
  width: 0.4rem !important;
}
.p-home__about--comparison .twentytwenty-handle::before {
  margin-bottom: 6.4rem !important;
}
.p-home__about--comparison .twentytwenty-handle::after {
  margin-top: 6.4rem !important;
}
.p-home__about--comparison .twentytwenty-left-arrow {
  width: 1.8rem;
  height: 4rem;
  margin-top: -2rem;
  margin-left: -3.6rem;
  border: none;
  background-color: #fff;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-home__about--comparison .twentytwenty-right-arrow {
  width: 1.8rem;
  height: 4rem;
  margin-top: -2rem;
  margin-right: -3.6rem;
  border: none;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-home__enjoy--list {
  counter-reset: count;
}
.p-home__enjoy--box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home__enjoy--box:nth-of-type(odd) .p-home__enjoy--image {
  margin-right: calc(50% - 50vw);
}
.p-home__enjoy--box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-home__enjoy--box:nth-of-type(even) .p-home__enjoy--image {
  margin-left: calc(50% - 50vw);
}
.p-home__enjoy--box:nth-of-type(even) .p-home__enjoy--inner {
  margin-left: auto;
}
.p-home__enjoy--box + .p-home__enjoy--box {
  margin-top: 15.5rem;
}
.p-home__enjoy--text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.p-home__enjoy--text p {
  line-height: 2.625;
}
.p-home__enjoy--inner {
  max-width: 45rem;
}
.p-home__enjoy--title {
  margin-bottom: 1em;
  color: #af290e;
  font-size: 3.6rem;
}
.p-home__enjoy--title::before {
  content: counter(count, decimal-leading-zero);
  display: block;
  counter-increment: count;
  letter-spacing: 0;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 8rem;
}
.p-home__enjoy--illust {
  position: absolute;
}
.p-home__enjoy--illust img {
  width: 100%;
}
.p-home__enjoy--illust.illust01 {
  width: 26.6rem;
  bottom: -11rem;
  left: -14.3rem;
}
.p-home__enjoy--illust.illust02 {
  width: 31rem;
  right: -8rem;
  bottom: -9.8rem;
}
.p-home__enjoy--illust.illust03 {
  width: 28.5rem;
  bottom: -14.4rem;
  left: 13rem;
}
.p-home__enjoy--illust.illust04 {
  width: 28.5rem;
  right: -6rem;
  bottom: -22.4rem;
}
.p-home__enjoy--image {
  display: block;
}
.p-home__enjoy--image img {
  width: 100%;
}
.p-home__enjoy .c-btn__01 {
  margin-top: 11.6rem;
}
.p-home__enjoy--wave {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-home__enjoy--wave.wave01 {
  width: 100vw;
  top: 28rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-home__enjoy--wave.wave02 {
  width: 100vw;
  top: 32rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-home__enjoy--wave.wave03 {
  width: 100vw;
  top: 40rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-home__enjoy--wave.wave04 {
  width: 100vw;
  top: 54rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-home__instagram--list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}
.p-home__instagram--list a {
  display: block;
  aspect-ratio: 1;
}
.p-home__instagram--list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home__instagram--buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-home__instagram--buttons .btn {
  padding: 0.5em;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-home__instagram--buttons .btn01 {
  background-color: #3a262e;
}
.p-home__instagram--buttons .btn02 {
  background-color: #af290e;
}
.p-home__access--lead {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-home__access--lead p {
  line-height: 2.25;
}
.p-home__access--map {
  margin-top: 9rem;
}
.p-home__access--map .map_image .inner {
  display: block;
}
.p-home__access--map .map_image .caption {
  margin-top: 1em;
}
.p-home__join {
  padding-bottom: 20rem;
}
.p-home__join--text {
  width: 45%;
  max-width: 53rem;
}
.p-home__join--title {
  margin-bottom: 1em;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
  line-height: 1.9285714286;
}
.p-home__join--sentence p {
  line-height: 2.25;
}
.p-home__join--visual {
  width: calc(50vw + 20rem);
  position: absolute;
  top: 0;
  left: calc(50% - 20rem);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .p-home__hero {
    height: 60rem;
  }
  .p-home__hero--visual {
    width: calc(100% - 2rem);
    height: 32rem;
    border-radius: 16rem 0 0 16rem;
  }
  .p-home__hero--bg {
    width: 44.3rem;
    top: auto;
    right: -1.2rem;
    bottom: 0;
  }
  .p-home__hero--text {
    height: auto;
    padding: 30.8rem 2rem 0;
  }
  .p-home__hero--text .catch {
    gap: 0.5rem 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.4rem;
  }
  .p-home__hero--text .catch span {
    padding: 0.4em 0.6em;
    letter-spacing: 0.1em;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .p-home__hero--text .catch span:first-child {
    margin-right: 2rem;
  }
  .p-home__hero--text .catch span + span {
    margin-bottom: 0;
  }
  .p-home__news--column {
    gap: 6rem 0;
    grid-template-columns: 1fr;
  }
  .p-home__news--list {
    gap: 4rem 2rem;
  }
  .p-home__about--text {
    width: 100%;
    padding-bottom: 24.6rem;
  }
  .p-home__about--text .c-btn__01 {
    margin-right: auto;
    margin-left: auto;
  }
  .p-home__about--title {
    font-size: 1.8rem;
  }
  .p-home__about--sentence p {
    line-height: 2;
  }
  .p-home__about--visual {
    width: 42rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .p-home__about--comparison .comparison-header {
    gap: 0;
  }
  .p-home__about--comparison .comparison-header > div {
    height: 2.6rem;
    font-size: 1.2rem;
  }
  .p-home__about--comparison .twentytwenty-handle {
    width: 3rem;
    height: 3rem;
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    border-width: 0.2rem;
  }
  .p-home__about--comparison .twentytwenty-handle::before,
  .p-home__about--comparison .twentytwenty-handle::after {
    width: 0.2rem !important;
  }
  .p-home__about--comparison .twentytwenty-handle::before {
    margin-bottom: 1.8rem !important;
  }
  .p-home__about--comparison .twentytwenty-handle::after {
    margin-top: 1.8rem !important;
  }
  .p-home__about--comparison .twentytwenty-left-arrow {
    width: 0.5rem;
    height: 1.2rem;
    margin-top: -0.6rem;
    margin-left: -1rem;
  }
  .p-home__about--comparison .twentytwenty-right-arrow {
    width: 0.5rem;
    height: 1.2rem;
    margin-top: -0.6rem;
    margin-right: -1rem;
  }
  .p-home__enjoy--box {
    display: block;
  }
  .p-home__enjoy--box:nth-of-type(odd) .p-home__enjoy--image {
    margin-right: 0;
    right: -2rem;
  }
  .p-home__enjoy--box:nth-of-type(even) .p-home__enjoy--image {
    margin-left: 0;
    left: -2rem;
  }
  .p-home__enjoy--box + .p-home__enjoy--box {
    margin-top: 6rem;
  }
  .p-home__enjoy--text {
    width: 100%;
  }
  .p-home__enjoy--text p {
    line-height: 2;
  }
  .p-home__enjoy--title {
    margin-bottom: 0.8em;
    font-size: 2.6rem;
  }
  .p-home__enjoy--title::before {
    margin-bottom: 1rem;
    font-size: 4.8rem;
  }
  .p-home__enjoy--illust {
    z-index: 2;
  }
  .p-home__enjoy--illust.illust01 {
    width: 13.6rem;
    bottom: 14.3rem;
    left: -2rem;
  }
  .p-home__enjoy--illust.illust02 {
    width: 14.3rem;
    right: -2rem;
    bottom: 13.4rem;
  }
  .p-home__enjoy--illust.illust03 {
    width: 16.2rem;
    bottom: 11.9rem;
    left: -2rem;
  }
  .p-home__enjoy--illust.illust04 {
    width: 13rem;
    right: -2rem;
    bottom: 9.7rem;
  }
  .p-home__enjoy--image {
    width: 35rem;
    margin-top: 7rem;
    position: relative;
  }
  .p-home__enjoy .c-btn__01 {
    margin-top: 6rem;
  }
  .p-home__enjoy--wave.wave01 {
    width: 1536px;
    top: 30rem;
    left: calc(50% - 10vw);
    -webkit-transform: rotate(12deg) translateX(-50%);
    transform: rotate(12deg) translateX(-50%);
  }
  .p-home__enjoy--wave.wave02 {
    width: 1536px;
    top: 0;
    left: calc(50% - 10vw);
    -webkit-transform: rotate(-14deg) translateX(-50%);
    transform: rotate(-14deg) translateX(-50%);
  }
  .p-home__enjoy--wave.wave03 {
    width: 1536px;
    top: 10rem;
    left: calc(50% - 10vw);
    -webkit-transform: rotate(9deg) translateX(-50%);
    transform: rotate(9deg) translateX(-50%);
  }
  .p-home__enjoy--wave.wave04 {
    width: 1536px;
    top: 0;
    left: calc(50% - 10vw);
    -webkit-transform: rotate(-11deg) translateX(-50%);
    transform: rotate(-11deg) translateX(-50%);
  }
  .p-home__instagram--list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-home__instagram--list li:nth-child(n + 5) {
    display: none !important;
  }
  .p-home__instagram--buttons {
    margin-top: 2rem;
  }
  .p-home__access--lead {
    margin-bottom: 0;
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-home__access--map {
    margin-top: 6rem;
  }
  .p-home__join {
    padding-bottom: 0;
  }
  .p-home__join--text {
    width: 100%;
    padding-bottom: 24.6rem;
  }
  .p-home__join--text .c-btn__01 {
    margin-right: auto;
    margin-left: auto;
  }
  .p-home__join--title {
    font-size: 1.8rem;
  }
  .p-home__join--sentence p {
    line-height: 2;
  }
  .p-home__join--visual {
    width: 42rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}
.p-enjoy__point--list {
  display: grid;
  gap: 14.6rem 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-enjoy__point--box {
  min-height: 50rem;
  padding: 18rem 5rem 5rem;
  position: relative;
  border-radius: 26rem 26rem 0 0;
  background-color: #f0eee5;
  text-align: center;
}
.p-enjoy__point--image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-enjoy__point--title {
  margin-bottom: 4.5rem;
  color: #af290e;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 5.6rem;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.p-enjoy__point--detail dt {
  margin-bottom: 1em;
  font-size: 2rem;
}
.p-enjoy__point--detail dd p {
  line-height: 2.25;
}
.p-enjoy__point .point01 .p-enjoy__point--image {
  width: 16.8rem;
  top: -6.2rem;
}
.p-enjoy__point .point02 .p-enjoy__point--image {
  width: 28rem;
  top: -10.8rem;
}
.p-enjoy__point .point03 .p-enjoy__point--image {
  width: 28.4rem;
  top: -10.8rem;
}
.p-enjoy__point .point04 .p-enjoy__point--image {
  width: 19.4rem;
  top: -7rem;
}
.p-enjoy__rule--fukidashi {
  max-width: 94rem;
  height: 9rem;
  margin: 0 auto 6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4.5rem;
  background-color: #af290e;
  color: #fff;
}
.p-enjoy__rule--fukidashi::after {
  content: "";
  width: 4rem;
  height: 3.6rem;
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 2rem);
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-enjoy__rule--box + .p-enjoy__rule--box {
  margin-top: 8rem;
}
.p-enjoy__rule--box dt {
  width: 23.2rem;
  margin: 0 auto 4rem;
  padding: 0.7rem 1em;
  background-color: #7f2d1c;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-enjoy__rule--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-enjoy__rule--list li {
  width: 24rem;
  text-align: center;
}
.p-enjoy__rule--list .image {
  margin-bottom: 2rem;
}
.p-enjoy__rule--list p {
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.p-enjoy__rule--visual {
  margin-top: 4rem;
}
.p-enjoy__rule--visual .c-list__square {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 8rem;
}
.p-enjoy__howto--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-enjoy__howto--box {
  width: 40rem;
  padding: 26.2rem 4rem 7rem;
  position: relative;
  border-radius: 20rem 20rem 0 0;
  background-color: #f0eee5;
  text-align: center;
}
.p-enjoy__howto--image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-enjoy__howto--title {
  margin-bottom: 3rem;
  color: #af290e;
  font-size: 2.2rem;
}
.p-enjoy__howto .c-btn__01 {
  margin-top: 4rem;
}
.p-enjoy__howto .howto01 .p-enjoy__howto--image {
  width: 27.8rem;
  top: -5.5rem;
}
.p-enjoy__howto .howto02 .p-enjoy__howto--image {
  width: 29.6rem;
  top: -5.5rem;
}
.p-enjoy__faq--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-enjoy__faq--text {
  max-width: 56rem;
}
.p-enjoy__blog--sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 100px;
  background-color: #fff;
  padding: 15px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .p-enjoy__point--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-enjoy__point--box {
    width: 100%;
    min-height: 0;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .p-enjoy__rule--fukidashi {
    height: 7.2rem;
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
  .p-enjoy__rule--box + .p-enjoy__rule--box {
    margin-top: 4rem;
  }
  .p-enjoy__rule--box dt {
    font-size: 1.8rem;
  }
  .p-enjoy__rule--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-enjoy__rule--list li {
    width: 100%;
  }
  .p-enjoy__rule--list p {
    font-size: 1.4rem;
  }
  .p-enjoy__rule--visual .c-list__square {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-enjoy__howto--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-enjoy__howto--box {
    width: 100%;
    padding-right: 3rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
  }
  .p-enjoy__faq--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-enjoy__faq--text {
    max-width: 100%;
  }
}
.p-about__concept--list {
  margin-top: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-about__concept--box {
  width: 32rem;
  padding: 18rem 2rem 5rem;
  position: relative;
  border-radius: 16rem 16rem 0 0;
  background-color: #f0eee5;
  text-align: center;
}
.p-about__concept--image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-about__concept--title {
  margin-bottom: 2rem;
  color: #af290e;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 5.6rem;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.p-about__concept--detail dt {
  margin-bottom: 1em;
  font-size: 2rem;
}
.p-about__concept--detail dd p {
  line-height: 2.25;
}
.p-about__concept .concept01 .p-about__concept--image {
  width: 24.6rem;
  top: -5.6rem;
}
.p-about__concept .concept02 .p-about__concept--image {
  width: 28.4rem;
  top: -6rem;
}
.p-about__concept .concept03 .p-about__concept--image {
  width: 32rem;
  top: -7rem;
}
.p-about__concept--grid {
  display: grid;
  gap: 6rem 7.8rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
  .p-about__concept--list {
    margin-top: 10rem;
    gap: 8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-about__concept--box {
    width: 100%;
  }
  .p-about__concept--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-about__concept--grid .c-btn__01 {
    margin-top: 0;
  }
}
.p-news__archive--list {
  display: grid;
  gap: 6rem 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-news__single .container-sm,
.p-report__single .container-sm {
  max-width: 940px;
}
.p-report__single--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  justify-content: flex-start;
}
.p-report__single--buttons .c-btn__01 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.entry-header {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-header .tag {
  min-width: 14rem;
  padding: 0.5em 0.5em;
  display: inline-block;
  background-color: #af290e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.entry-header .date {
  display: inline-block;
  color: #8a8a8a;
  font-weight: 700;
  font-size: 1.4rem;
}
.entry-header .data_separate {
  display: inline-block;
  color: #8a8a8a;
  font-size: 1.4rem;
  margin-inline: 0.3em;
}
.entry-header .event_date {
  display: inline-block;
  color: #af290e;
  font-weight: 700;
  font-size: 1.4rem;
}
.entry-header .entry-title {
  width: 100%;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .p-news__archive--list {
    display: grid;
    gap: 4rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .entry-header {
    gap: 1.2rem;
  }
  .entry-header .tag {
    min-width: 10rem;
  }
  .entry-header .date {
    font-size: 1.6rem;
  }
  .entry-header .entry-title {
    font-size: 2rem;
  }
}
.p-report .tag {
  min-width: 14rem;
  padding: 0.5em 0.5em;
  display: inline-block;
  background-color: #af290e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-report .date {
  color: #af290e;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-report__archive--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-report__archive--list li + li {
  margin-top: 3rem;
  padding-top: 3.5rem;
  border-top: 1px solid #d9d9d9;
}
.p-report__archive--list .title {
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-report__single--header {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
}
.p-report__single--header .date {
  font-size: 2rem;
}
.p-report__single--header .title {
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
}

@media (max-width: 767.98px) {
  .p-report .tag {
    min-width: 10rem;
  }
  .p-report .date {
    font-size: 1.6rem;
  }
  .p-report__archive--list li + li {
    margin-top: 2rem;
    padding-top: 2.5rem;
  }
  .p-report__single--header {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    gap: 1.6rem 1rem;
  }
  .p-report__single--header .title {
    font-size: 2rem;
  }
}
.p-access__map--wrap {
  width: 100%;
  aspect-ratio: 1/0.483;
}
.p-access__map--wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-access__root--list {
  display: grid;
  gap: 6rem 0;
  grid-template-columns: repeat(3, 1fr);
}
.p-access__root--list > li {
  padding: 1.2rem 5rem;
  position: relative;
  border-left: 1px solid #e1decf;
}
.p-access__root--list > li:nth-child(3n),
.p-access__root--list > li:last-child {
  border-right: 1px solid #e1decf;
}
.p-access__root--list > li::after {
  content: "";
  width: calc(100% - 2rem);
  position: absolute;
  top: calc(100% + 3rem);
  left: 1rem;
  border-bottom: 1px solid #e1decf;
}
.p-access__root--list dt {
  margin-bottom: 2rem;
  padding-left: 4.8rem;
  background: url(/images/common/icon_train.svg) no-repeat left center/2.8rem;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
}
.p-access__root--list dd li {
  margin-left: 1em;
  text-indent: -1em;
}
.p-access__root--list dd li::before {
  content: "・";
}
.p-access__root--list dd .c-btn__01 {
  width: 20rem;
  height: 4rem;
  margin-top: 3rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 13.25'><path fill='%23fff' d='M4.5 0A4.5 4.5 0 0 0 0 4.5c0 2.484 4 8.749 4.5 8.749S9 6.985 9 4.499A4.5 4.5 0 0 0 4.5 0m0 6.222a1.72 1.72 0 1 1-.002-3.442A1.72 1.72 0 0 1 4.5 6.222H4.5'/></svg>");
  background-position: right 1rem center;
  background-size: 0.9rem;
  font-weight: 400;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .p-access__root--list > li:last-child::after {
    content: none;
  }
  .p-access__root--list > li:nth-child(3n + 4):nth-last-child(2)::after,
  .p-access__root--list > li:nth-child(3n + 4):nth-last-child(3)::after {
    content: none;
  }
  .p-access__root--list > li:nth-child(3n + 5):nth-last-child(2)::after {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .p-access__map--wrap {
    aspect-ratio: 1/0.65;
  }
  .p-access__root--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-access__root--list > li {
    padding-right: 3rem;
    padding-left: 3rem;
    border-right: 1px solid #e1decf;
  }
}
.p-faq__content--list {
  margin-top: 6rem;
}
.p-faq__content--item {
  margin-top: 3rem;
}
.p-faq__content--item dt {
  padding: 0.8rem 5rem 0.8rem 9rem;
  position: relative;
  background-color: #af290e;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.p-faq__content--item dt:hover {
  cursor: pointer;
}
.p-faq__content--item dt::before {
  content: "Q";
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7f2d1c;
  text-align: center;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 4rem;
  line-height: 5rem;
}
.p-faq__content--item dt .js-toggle {
  width: 5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'><path fill='%23fff' d='M11.733 1.72 6.728 6.704a1.013 1.013 0 0 1-1.43 0L.296 1.719a1.005 1.005 0 0 1 0-1.424 1.014 1.014 0 0 1 1.43 0l4.288 4.273 4.29-4.273a1.014 1.014 0 0 1 1.43.059c.355.385.355.978 0 1.363v.001l-.001.001Z'/></svg>");
  background-position: center;
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-faq__content--item dt .js-toggle.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-faq__content--item dd {
  padding-top: 2.6rem;
  padding-bottom: 3rem;
  position: relative;
  display: none;
}
.p-faq__content--item dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.p-faq__content--item dd .inner::before {
  content: "A";
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #af290e;
  text-align: center;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 4rem;
  line-height: 5rem;
}
.p-faq__content--item dd p {
  line-height: 2.25;
}
.p-faq__content--item dd a {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .p-faq__content--list {
    margin-top: 3.2rem;
  }
  .p-faq__content--item {
    margin-top: 2rem;
  }
  .p-faq__content--item dt {
    padding-right: 4rem;
    padding-left: 6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-faq__content--item dt::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .p-faq__content--item dt .js-toggle {
    width: 4rem;
    background-size: 1.2rem auto;
  }
  .p-faq__content--item dd {
    padding-top: 1.6rem;
    padding-bottom: 2rem;
  }
  .p-faq__content--item dd .inner::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .p-faq__content--item dd p {
    line-height: 2;
  }
}
.p-organize__point--list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.p-organize__point--list p {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-organize__point--image {
  width: 20rem;
  margin: 0 auto 2rem;
}
.p-organaize__entry--guide .l-grid.col-2 {
  gap: 6rem;
}
@media (max-width: 767.98px) {
  .p-organize__point--list {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-organize__point--list p {
    font-size: 1.4rem;
  }
  .p-organize__point--image {
    width: 85%;
    margin: 0 auto 2rem;
  }
}
.p-organize__calendar--wrapper {
  overflow: hidden;
}
.p-organize__calendar--wrapper iframe {
  width: 100%;
}
@media (max-width: 767.98px) {
  /*SP以下 表示*/
  .p-organize__calendar--wrapper iframe {
    max-width: 800px;
    height: 400px;
  }
} /*END SP以下 表示*/
.p-contact__info--tel .text01 {
  font-weight: 700;
  font-size: 2rem;
}
.p-contact__info--tel .text02 {
  font-weight: 700;
  font-size: 2.8rem;
}
.p-contact__info--mail {
  padding: 0.8em 1.2em;
  display: block;
  background-color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.p-contact__content--list > div {
  display: flex;
  flex-direction: column;
}
.p-contact__content--list > div .p-contact__content--list--buttons {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .p-contact__info--tel .text01 {
    font-size: 1.6rem;
  }
  .p-contact__info--tel .text02 {
    font-size: 2.2rem;
  }
  .p-contact__info--mail {
    font-size: 1.6rem;
  }
}
.p-policy__content .c-heading__06 {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.6rem;
}
.p-advertizing__availability--calendar {
  overflow: hidden;
}
.p-advertizing__availability--calendar iframe {
  width: 100%;
}
.p-applications__detail--card {
  display: flex;
  flex-direction: column;
}
:root {
  --swiper-pagination-bullet-height: 1.2rem;
  --swiper-pagination-bullet-horizontal-gap: 0.8rem;
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1.2rem;
  --swiper-pagination-color: #092161;
}

.swiper-navigation .swiper-button {
  width: 6.4rem;
  height: auto;
  background-color: #af290e;
  background-image: url(../../images/common/arrow_wh_e01.png);
  background-position: center;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.swiper-navigation .swiper-button::after {
  content: none;
}
.swiper-navigation .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.swiper-navigation.dark .swiper-button {
  border-color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
}
.swiper-navigation.dark .swiper-button::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (max-width: 767.98px) {
  :root {
    --swiper-pagination-bullet-height: 0.8rem;
    --swiper-pagination-bullet-horizontal-gap: 1rem;
    --swiper-pagination-bullet-width: 0.8rem;
  }
  .swiper-navigation .swiper-button {
    width: 4rem;
  }
  .swiper-navigation .swiper-button::after {
    width: 0.6rem;
    top: calc(50% - 0.3rem);
    left: calc(50% - 0.4rem);
  }
}
@media (max-width: 1459.98px) {
  :root {
    --bs-root-font-size: calc(1000vw / 1460);
  }
}
@media (min-width: 768px) {
  [data-link="button"] {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  [data-link="button"]:hover {
    text-decoration: none;
    opacity: 0.6 !important;
  }
  .tabOnly {
    display: none !important;
  }
  .p-home__hero--text .btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-home__hero--text .btn:hover {
    opacity: 0.6 !important;
  }
  .p-people__archive--list .swiper-wrapper {
    display: grid;
    gap: 1.4rem 1.4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-people__archive--list .swiper-slide {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 767.98px) {
  :root {
    --bs-root-font-size: calc(1000vw / 390);
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 4rem;
  }
  body {
    font-size: 1.4rem;
  }
  body.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  p {
    line-height: 1.6;
  }
  .img-fluid {
    width: var(--width-sp);
  }
} /*# sourceMappingURL=style.css.map */

/* 241224 */
@media (min-width: 768px) {
  .c-btn__01.syusai {
    width: 37rem;
  }
}

.p-access__root--list.no_pd dd .c-btn__01 {
  padding: 0px 2rem;
}

/* 250722 */
@media (max-width: 767.98px) {
  .c-btn__01.lg {
    width: 37rem;
  }
}

/* 250806 */
.p-organize__point--list.flex_center {
  display: flex;
  gap: 40px 4rem;
  max-width: 1060px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.p-organize__point--list.flex_center li {
  width: calc(326% / 10.6);
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-organize__point--list.flex_center {
    gap: 4rem;
  }
  .p-organize__point--list.flex_center li {
    width: calc(50% - 2rem);
  }
}
/*		フォーム
-----------------------------------------------------*/
.c-form_wrap {
  margin-top: 10rem;
}
@media (max-width: 600px) {
  .c-form_wrap {
    margin-top: 4rem;
  }
}
.c-form {
  margin: auto;
  padding: 7rem 2rem 8rem;
  background-color: #f0eee5;
  transform: unset;
}
@media (max-width: 600px) {
  .c-form {
    padding: 5rem 2rem 6rem;
  }
}
.c-form form {
  max-width: 900px;
  margin-inline: auto;
}
/*フォームステップ*/
.c-form_step {
  position: relative;
  z-index: 1;
  max-width: 300px;
  width: 92%;
  margin: 0 auto 6.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .c-form_step {
    margin-bottom: 4rem;
  }
}
.c-form_step::before {
  content: "";
  max-width: 95%;
  width: 250px;
  height: 1px;
  background-color: #d3cbc6;
  position: absolute;
  z-index: -1;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
.c-form_step_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 600px) {
  .c-form_step_item {
    font-size: 1.4rem;
  }
}
.c-form_step_item .c-form_step_item_number span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-form_step_item.is-active .c-form_step_item_number span {
  opacity: 1;
  color: #fff;
  background-color: #c4c4c4;
  background-color: var(--bs-primary);
}
.c-form_step_item_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c4c4c4;
  letter-spacing: 0.06em;
  opacity: 1;
}
@media (max-width: 600px) {
  .c-form_step_item_title {
    font-size: 1.4rem;
  }
}
.c-form_step_item.is-active .c-form_step_item_title {
  opacity: 1;
  color: #333;
}
.c-form_step_item_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #c4c4c4;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
}
.c-form_step_item_number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
/*.c-form_step*/

/*フォームレイアウト*/
.c-form_row {
  margin-bottom: 30px;
}
.c-form dt {
  display: block;
  margin-bottom: 12px;
}
.c-form dd {
  display: block;
  margin-bottom: 15px;
}
.c-form dd + dt {
  margin-top: 38px;
}
.c-form_label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-form_flex > .c-form_label {
  margin-bottom: 0;
}
.c-form_label span {
  display: inline-block;
  color: #c4c4c4;
  background-color: transparent;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin-left: 8px;
}
.c-form_label span.is-required {
  color: var(--bs-primary);
}
.c-form_label > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 8px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 1em;
  cursor: pointer;
}
.c-form_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 25px;
}
@media screen and (max-width: 833px) {
  .c-form_flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-form_flex > * {
  max-width: 100%;
}
.c-form_flex.is-wrap {
  flex-wrap: wrap;
}
.c-form_flex.is-col-2 > * {
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 833px) {
  .c-form_flex.is-col-2 > * {
    max-width: 100%;
  }
}
.c-form_flex + .c-form_flex {
  margin-top: 15px;
}
.c-form select,
.c-form option,
.c-form textarea,
.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="search"],
.c-form input[type="url"] {
  width: 100%;
  min-height: 50px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); */
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: 0;
}
.c-form input[type="text"] {
  min-width: 80px;
  min-height: 50px;
}
.c-form input[type="radio"] {
  margin-right: 5px;
}
.c-form_input_l {
  width: 100%;
}
.c-form_input_m {
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
}
.c-form_input_s {
  width: -moz-min-content;
  width: min-content;
  max-width: 120px;
}
.c-form ::-moz-placeholder {
  color: #aaa;
}
.c-form ::placeholder {
  color: #aaa;
}
.c-form_checkbox-item,
.c-form_radio-item {
  /* display: inline-flex; */
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-form input[type="checkbox"],
.c-form input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0.2em 0 0;
}
.c-form input[type="checkbox"]::before,
.c-form input[type="radio"]::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form input[type="checkbox"]::after,
.c-form input[type="radio"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form input[type="checkbox"]::before {
  border: 1px solid #ddd;
  background: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); */
}
.c-form input[type="checkbox"]:checked::after {
  content: "✔";
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (max-width: 833px) {
  .c-form input[type="checkbox"]:checked::after {
    font-size: 12px;
  }
}
.c-form input[type="radio"]::before {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.c-form input[type="radio"]:checked::after {
  content: "";
  background: #666;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
}
.c-form .check_close {
  display: none;
}
.c-form option:focus,
.c-form textarea:focus,
.c-form input[type="text"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="search"]:focus,
.c-form input[type="url"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(225, 236, 251) inset;
}
.c-form label:has(input[type="radio"]) {
  display: inline-flex;
  align-items: center;
}
.c-form label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form label:has(select) {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.c-form label:has(select)::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.c-form_example {
  font-size: 1.2rem;
  color: #999;
  margin-top: 10px;
}
.c-form_privacy {
  max-width: 434px;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  background-color: #f6f6f6;
  padding: 18px 40px;
  margin: 30px auto 40px;
}
.c-form_privacy .c-form_privacy_link {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-form_privacy .c-form_privacy_link:hover {
    text-decoration: none;
  }
}
.c-form_privacy .c-form_privacy_consent label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-form_agreement {
  background: #fff5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  font-size: 15px;
  padding: 25px 45px;
  margin: 45px auto;
}
.c-form_agreement a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-form_agreement a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.c-form input[type="submit"],
.c-form input[type="button"],
.c-form button {
  cursor: pointer;
  outline: none;
}

.form_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.mfp_element_button {
  width: 32rem;
  max-width: 100%;
  height: 7rem;
  padding: 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 3.5rem;
  background-color: #3a262e;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'><path fill='%23fff' d='m1.72.267 4.985 5.004a1.013 1.013 0 0 1 0 1.43L1.72 11.703a1.005 1.005 0 0 1-1.424 0 1.014 1.014 0 0 1 0-1.43l4.273-4.288-4.273-4.29C-.08 1.284-.055.645.355.266a1.005 1.005 0 0 1 1.363 0h.001Z'/></svg>");
  background-position: right 2rem center;
  background-size: 0.7rem;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  outline: none;
  border: none;
}
/*確認画面*/
#mfp_phase_confirm {
  max-width: 900px;
  margin-inline: auto;
}
#mfp_phase_confirm_inner h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#mfp_button_send {
  background-color: var(--bs-primary);
}
#mfp_button_cancel {
  background-color: #bbb;
  background-image: none;
}
@media (max-width: 600px) {
  .mfp_buttons {
    display: block;
  }
}
/*thanksページ*/
.p-advertizing__thanks {
  text-align: center;
}
.p-advertizing__thanks .c-heading__07 {
  text-align: center;
  line-height: 1.75;
}
.p-advertizing__thanks p {
  text-align: center;
}
@media (max-width: 600px) {
  .p-advertizing__thanks .c-heading__07 {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-advertizing__thanks p {
    text-align: left;
  }
}

/*		404ページ
-----------------------------------------------------*/
.p-404-mv p {
  text-align: center;
}
@media (max-width: 600px) {
  .p-404-mv p {
    text-align: left;
  }
}
.p-404-mv .c-btn_wrap {
  display: flex;
  justify-content: center;
}
