@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #464646;
  --bs-body-color-rgb: 70, 70, 70;
  --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(70, 70, 70, 0.75);
  --bs-secondary-color-rgb: 70, 70, 70;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(70, 70, 70, 0.5);
  --bs-tertiary-color-rgb: 70, 70, 70;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #464646;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[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: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --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: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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: 1rem 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.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -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: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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;
}

::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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --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: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.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;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --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-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    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:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  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);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: none;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.z-0 {
  z-index: 0 !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fw-900 {
  font-weight: 900;
}

a,
a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a,
  a img {
    transition: none;
  }
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}

.link-circle {
  display: inline-flex;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767.98px) {
  .link-circle {
    font-size: 16px;
  }
}
.link-circle:hover:after {
  background-color: #fbb03b;
}
.link-circle:after {
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-left: 20px;
  background: #f8991c url("../img/icon/arrow.svg") no-repeat 50% 50%;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767.98px) {
  .link-circle:after {
    width: 40px;
    height: 40px;
  }
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

strong {
  font-weight: bold;
}

ul,
ol {
  padding-left: 1.5em;
}

.lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.944;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lead.lead-md {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .lead.lead-md {
    font-size: 12px;
  }
}
.lead.lead-lg {
  font-size: 22px;
  line-height: 1.52;
}
@media (max-width: 767.98px) {
  .lead.lead-lg {
    font-size: 16px;
  }
}
.lead.lead-xl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .lead.lead-xl {
    font-size: 18px;
  }
}
.lead .text-lg {
  font-size: 27px;
}
@media (max-width: 767.98px) {
  .lead .text-lg {
    font-size: 20px;
  }
}

.list-inline {
  margin-left: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  border-right: 1px solid #999;
}
.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.list-dot-black {
  margin-bottom: 0;
  color: #464646;
  font-size: 15px;
  line-height: 1.52;
}
@media (min-width: 1200px) {
  .list-dot-black {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.98px) {
  .list-dot-black {
    font-size: 13px;
  }
}
.list-dot-black li {
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .list-dot-black li {
    margin-bottom: 4px;
  }
}

.list-dot-gray {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.52;
}
@media (min-width: 1200px) {
  .list-dot-gray {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.98px) {
  .list-dot-gray {
    font-size: 13px;
  }
}
.list-dot-gray li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 767.98px) {
  .list-dot-gray li {
    font-size: 12px;
    line-height: 1.4;
  }
}
.list-dot-gray li:before {
  position: absolute;
  top: 11px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #ccc;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767.98px) {
  .list-dot-gray li:before {
    top: 5px;
  }
}

.list-news {
  list-style: none;
  padding-left: 0;
}
.list-news li {
  display: flex;
  padding: 21px 17px;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid;
}
@media (max-width: 767.98px) {
  .list-news li {
    flex-direction: column;
  }
}
.list-news a {
  text-decoration: none;
  color: #464646;
}
.list-news a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .list-news .date {
    margin-right: 82px;
  }
}

.list-percent-container {
  padding: 52px 44px 28px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .list-percent-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .list-percent-container {
    padding: 30px 15px 25px;
  }
}

.list-percent li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .list-percent li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .list-percent li {
    display: block;
    font-size: 12px;
  }
}
.list-percent li + li {
  margin-top: 44px;
}
.list-percent .li-text {
  display: flex;
  align-items: center;
  flex: 0 1 336px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .list-percent .li-text {
    flex-basis: 310px;
  }
}
@media (max-width: 767.98px) {
  .list-percent .li-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.list-percent .li-title {
  margin-bottom: 0;
  margin-left: 11px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.478;
  color: #0061d5;
}
@media (max-width: 991.98px) {
  .list-percent .li-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .list-percent .li-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.list-percent .li-percent {
  flex-grow: 1;
}
.list-percent .li-percent .percent {
  display: flex;
  align-items: flex-end;
  padding: 6px 0;
}
.list-percent .li-percent .percent-bg {
  padding: 12px 11px 11px;
  margin-bottom: 0;
  color: #fff;
  background-color: #0061d5;
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-bg {
    padding: 9px 7px;
  }
}
.list-percent .li-percent .percent-number {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-number {
    height: 22px;
    margin-left: 8px;
  }
}
.list-percent .li-percent .percent-29 {
  width: calc(43px + 28%);
}
.list-percent .li-percent .percent-37 {
  width: calc(43px + 37%);
}
.list-percent .li-percent .percent-42 {
  width: calc(43px + 43%);
}
.list-percent .li-percent .percent-58 {
  width: calc(43px + 56.8%);
}
.list-percent .li-percent .percent-71 {
  width: calc(43px + 71.5%);
}
.list-percent .li-percent .percent-74 {
  width: calc(43px + 75%);
}
.list-percent .li-percent .percent-before .percent-bg {
  background-color: #66a0e6;
}
.list-percent .li-percent .percent-after .percent-bg {
  position: relative;
  background-color: #f8991c;
}
.list-percent .li-percent .percent-after .percent-bg:after {
  position: absolute;
  width: 36px;
  height: 72px;
  background: url("../img/icon/triangle-orange.svg") no-repeat 100% 50%/contain;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-after .percent-bg:after {
    width: 28px;
  }
}
.list-percent .li-percent .percent-after .percent-number {
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-after .percent-number {
    height: 26px;
    margin-left: 36px;
  }
}
.list-percent .number-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #0061d5;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .list-percent .number-circle {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .list-percent .number-circle img {
    height: 24px;
  }
}

.dl-list-indent {
  margin-bottom: 0;
}
.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.dl-list-indent dt img {
  display: block;
}
.dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 767.98px) {
  .dl-list-indent.cleared-md dt {
    display: block;
  }
  .dl-list-indent.cleared-md dd {
    padding-top: 0;
  }
}

.text-shadow-outline-blue {
  text-shadow: 2px 2px 0 #0061d5, 2px -2px 0 #0061d5, -2px 2px 0 #0061d5, -2px -2px 0 #0061d5, 2px 0 0 #0061d5, 0 2px 0 #0061d5, -2px 0 0 #0061d5, 0 -2px 0 #0061d5;
}
@media (max-width: 767.98px) {
  .text-shadow-outline-blue {
    text-shadow: 1px 1px 0 #0061d5, 1px -1px 0 #0061d5, -1px 1px 0 #0061d5, -1px -1px 0 #0061d5, 1px 0 0 #0061d5, 0 1px 0 #0061d5, -1px 0 0 #0061d5, 0 -1px 0 #0061d5;
  }
}

.text-shadow-outline-blue-sm {
  text-shadow: 1px 1px 0 #0061d5, 1px -1px 0 #0061d5, -1px 1px 0 #0061d5, -1px -1px 0 #0061d5, 1px 0 0 #0061d5, 0 1px 0 #0061d5, -1px 0 0 #0061d5, 0 -1px 0 #0061d5;
}

.text-shadow-outline-strong-blue-sm {
  text-shadow: 1px 1px 0 #003e92, 1px -1px 0 #003e92, -1px 1px 0 #003e92, -1px -1px 0 #003e92, 1px 0 0 #003e92, 0 1px 0 #003e92, -1px 0 0 #003e92, 0 -1px 0 #003e92;
}

.text-red {
  color: #ff3000 !important;
}

.text-orange {
  color: #f8991c !important;
}

.text-orange-1 {
  color: #c0925e !important;
}

.text-yellow {
  color: #fbb03b !important;
}

.text-blue {
  color: #0061d5 !important;
}

.text-green {
  color: #309a7a !important;
}

@media (min-width: 768px) {
  .lh-md-178 {
    line-height: 1.778 !important;
  }
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-0 > div,
.row-0 > li {
  padding-right: 0;
  padding-left: 0;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > div,
.row-5 > li {
  padding-right: 5px;
  padding-left: 5px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div,
.row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}

.row-11 {
  margin-right: -11px;
  margin-left: -11px;
}
.row-11 > div,
.row-11 > li {
  padding-right: 11px;
  padding-left: 11px;
}

@media (max-width: 767.98px) {
  .row-5-md {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-md > div,
  .row-5-md > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .row-5-lg {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-lg > div,
  .row-5-lg > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .row-xl-12 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row-xl-12 > div,
  .row-xl-12 > li {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row-xl-13 {
    margin-right: -13px;
    margin-left: -13px;
  }
  .row-xl-13 > div,
  .row-xl-13 > li {
    padding-right: 13px;
    padding-left: 13px;
  }
  .row-xl-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-xl-15 > div,
  .row-xl-15 > li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-xl-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-xl-20 > div,
  .row-xl-20 > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-xl-23 {
    margin-right: -23px;
    margin-left: -23px;
  }
  .row-xl-23 > div,
  .row-xl-23 > li {
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media (min-width: 1400px) {
  .row-xxl-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .row-xxl-35 > div,
  .row-xxl-35 > li {
    padding-right: 35px;
    padding-left: 35px;
  }
  .row-xxl-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-xxl-40 > div,
  .row-xxl-40 > li {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container {
  max-width: 1124px;
}

.btn-multiline {
  white-space: normal;
}

.btn-blue {
  color: #fff;
  background-color: #003e92;
  border-color: #003e92;
  display: block;
  max-width: 346px;
  padding: 18px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 0 18px 0 rgba(133, 153, 186, 0.004);
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  color: #003e92;
  background-color: #fff;
  box-shadow: none;
}
.btn-blue.btn-sm {
  max-width: 240px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .btn-blue.btn-sm {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .btn-blue.btn-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.btn-blue.btn-lg {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 18px 0 rgba(0, 62, 146, 0.4);
}
@media (min-width: 768px) {
  .btn-blue.btn-lg {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.btn-blue.mw-588 {
  max-width: 588px;
}

.btn-orange {
  color: #fff;
  background-color: #f8991c;
  border-color: #f8991c;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.42;
  border-radius: 35px;
}
.btn-orange:focus, .btn-orange.focus {
  color: #f8991c;
  background-color: #fff;
}
.btn-orange:hover {
  color: #f8991c;
  background-color: #fff;
}
.btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
  color: #f8991c;
  background-color: #fff;
}
.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus, .open > .btn-orange.dropdown-toggle:hover, .open > .btn-orange.dropdown-toggle:focus, .open > .btn-orange.dropdown-toggle.focus {
  color: #f8991c;
  background-color: #fff;
}
.btn-orange:active, .btn-orange.active {
  background-image: none;
}
.open > .btn-orange .dropdown-toggle {
  background-image: none;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus {
  background-color: #f8991c;
}
@media (max-width: 767.98px) {
  .btn-orange {
    padding: 12px 15px;
    font-size: 16px;
  }
}
.btn-orange:hover {
  color: #fff;
  background-color: #fbb03b;
  border-color: #fbb03b;
}
@media (min-width: 768px) {
  .btn-orange.btn-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.btn-white {
  color: #003e92;
  background-color: #fff;
  border-color: #003e92;
  display: block;
  max-width: 346px;
  padding: 18px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 0 18px 0 rgba(133, 153, 186, 0.004);
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  color: #fff;
  background-color: #003e92;
  box-shadow: none;
}
.btn-white.btn-sm {
  max-width: 240px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .btn-white.btn-sm {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .btn-white.btn-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.btn-white.btn-lg {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 18px 0 rgba(0, 62, 146, 0.4);
}
@media (min-width: 768px) {
  .btn-white.btn-lg {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.btn-white.mw-588 {
  max-width: 588px;
}
.btn-white.hover-orange:active, .btn-white.hover-orange:focus, .btn-white.hover-orange:hover {
  background-color: #ff3000;
  border-color: #ff3000;
}

.navbar {
  max-width: 1384px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 15px 0;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  margin: 2px 0 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 240px;
  }
}
.navbar .navbar-nav-container {
  flex: 1 1 auto;
  margin: 0 auto;
  text-align: center;
}
.navbar .navbar-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    display: block;
    padding: 15px 0;
    margin-top: 10px;
    text-align: center;
  }
}
.navbar .navbar-nav .nav-item {
  padding: 5px 10px;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    padding: 5px;
  }
}
.navbar .navbar-nav .nav-link {
  padding: 2px 5px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #464646;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  opacity: 0.7;
}
.navbar .navbar-btn {
  padding: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-btn {
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-btn {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.navbar .navbar-btn .nav-item {
  padding: 0;
}
@media (max-width: 767.98px) {
  .navbar .navbar-btn .nav-item + .nav-item {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-btn .nav-item + .nav-item {
    margin-left: 10px;
  }
}
.navbar .navbar-btn .nav-link {
  max-width: 220px;
  padding: 14px 20px;
  margin: auto;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .navbar .navbar-btn .nav-link {
    max-width: 130px;
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-btn .nav-link {
    max-width: 162px;
    padding: 18px 20px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-btn .nav-link {
    font-size: 17px;
  }
}
.navbar .navbar-btn .nav-link:hover {
  opacity: 1;
}
.navbar .navbar-btn .nav-link:focus {
  color: #fff;
  background-color: #f8991c;
}
.navbar .navbar-btn .icon {
  margin-right: 12px;
}

.js-header {
  transition: all 0.3s ease;
}
.js-header.is-active {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  width: 40px;
  height: 32px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
.menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all 0.3s;
}
.menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}
.menu-trigger .icon-bar:nth-of-type(2) {
  top: 14px;
}
.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}
.menu-trigger[aria-expanded=true], .menu-trigger[aria-expanded=true]:focus {
  box-shadow: none;
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

.bg-light-blue {
  background-color: #f0f3f9 !important;
}

.bg-light-gray {
  background-color: #f2f2f2 !important;
}

.bg-blue {
  background-color: #0061d5 !important;
}

.bg-strong-blue {
  background-color: #003e92 !important;
}

.mw-280 {
  max-width: 280px !important;
}

.mw-330 {
  max-width: 330px !important;
}

.mw-372 {
  max-width: 372px !important;
}

.mw-900 {
  max-width: 900px !important;
}

.badge {
  text-decoration: none;
}
.badge.has-space {
  margin-bottom: 3px;
}

.badge-common {
  padding: 3px 10px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #003e92;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .badge-common {
    font-size: 15px;
    padding-right: 6px;
    padding-left: 6px;
  }
}

a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.card {
    transition: none;
  }
}

.card-balloon-simple {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 31px;
  font-size: 18px;
  line-height: 1.667;
  text-align: center;
  color: #fff;
  background-color: #0061d5;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .card-balloon-simple {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.card-balloon-simple:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 17px 17px 0;
  border-color: #0061d5 transparent transparent;
  content: "";
}

.card-speech {
  margin-top: 6px;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.667;
}
@media (max-width: 767.98px) {
  .card-speech {
    font-size: 14px;
    line-height: 1.4;
  }
}
.card-speech .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 145px;
  padding: 12px 10px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #f8991c;
  background-color: #fff;
  border-radius: 15px;
}
.card-speech .card-body:after {
  position: absolute;
  top: 100%;
  right: 31%;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 26px 18px 0;
  border-color: #fff transparent transparent;
  content: "";
  transform: skewX(-43deg);
}
.card-speech .card-figure {
  margin-bottom: 11px;
}

.card-support-header .card-header {
  position: relative;
  padding: 34px 20px;
  color: #0061d5;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 767.98px) {
  .card-support-header .card-header {
    padding: 15px 10px 10px;
    border-radius: 20px 20px 0 0;
  }
}
.card-support-header .card-header:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0;
  border-color: #fff transparent transparent;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767.98px) {
  .card-support-header .card-header:after {
    border-width: 10px 15px 0;
  }
}
.card-support-header .card-body {
  padding: 42px 20px 43px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #0061d5;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 991.98px) {
  .card-support-header .card-body {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .card-support-header .card-body {
    padding: 20px 5px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 0 0 20px 20px;
  }
}
.card-support-header .card-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card-support-header .card-figure {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.card-support-header .caption {
  margin-top: 26px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card-support-header .caption {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .card-support-header .caption img {
    height: 10px;
  }
}

.card-problem {
  margin-bottom: 20px;
  color: #003e92;
  background-color: #f2f2f2;
  border-radius: 20px;
}
.card-problem .card-header {
  width: 80px;
  height: 80px;
  padding: 10px;
  margin: 0 auto 13px;
  font-size: 16px;
  color: #003e92;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .card-problem .card-header {
    font-size: 14px;
  }
}
.card-problem .card-header .img-number {
  display: block;
  margin: 2px auto 0;
}
.card-problem .card-title {
  font-size: 18px;
  line-height: 1.667;
}
@media (max-width: 991.98px) {
  .card-problem .card-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .card-problem .card-title {
    font-size: 14px;
    line-height: 1.4;
  }
}
.card-problem .card-body {
  padding: 24px 10px 3px;
}
@media (max-width: 767.98px) {
  .card-problem .card-body {
    padding: 15px 12px;
  }
}

.card-with-figure {
  overflow: hidden;
}
.card-with-figure.is-blue .card-figure:after {
  background-color: #0061d5;
}
.card-with-figure.is-blue .card-footer {
  background-color: #0061d5;
}
.card-with-figure .card-figure {
  position: relative;
  z-index: 0;
  margin-bottom: -2px;
}
.card-with-figure .card-figure:after {
  position: absolute;
  top: 27px;
  left: 50%;
  z-index: -1;
  width: 136px;
  height: 136px;
  background-color: #003e92;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
.card-with-figure .card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 12px 21px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  background-color: #003e92;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .card-with-figure .card-footer {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .card-with-figure .card-footer {
    padding: 15px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 12px;
  }
}

.card-list {
  flex-direction: row;
  padding: 34px 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .card-list {
    padding: 20px 15px;
  }
}
.card-list .card-header {
  flex-shrink: 0;
  width: 57px;
  padding: 5px 8px;
}
@media (max-width: 767.98px) {
  .card-list .card-header {
    width: 48px;
    padding: 5px;
  }
}
.card-list .card-title {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
  color: #0061d5;
}
@media (max-width: 767.98px) {
  .card-list .card-title {
    margin-bottom: 12px;
    margin-left: 48px;
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .card-list .card-body {
    margin-left: -48px;
  }
}
.card-list .text-sm {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .card-list .text-sm {
    font-size: 11px;
  }
}

.card-detail {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -44px;
  margin-right: -32px;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .card-detail {
    margin-top: -20px;
    margin-right: -25px;
  }
}
.card-detail .card-body {
  flex-grow: 0;
  border-radius: 15px 0 0 15px;
  padding: 15px 90px 15px 24px;
  margin-right: -80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  background-color: #0061d5;
}
@media (max-width: 767.98px) {
  .card-detail .card-body {
    padding: 12px 55px 12px 12px;
    margin-right: -50px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.card-detail .card-figure {
  flex-shrink: 0;
  width: 166px;
  height: 166px;
  padding: 9px 5px 0;
  text-align: center;
  color: #0061d5;
  background-color: #fff;
  border: 10px solid #0061d5;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .card-detail .card-figure {
    width: 130px;
    height: 130px;
    padding-top: 7px;
    border-width: 5px;
  }
}
@media (max-width: 767.98px) {
  .card-detail .card-figure img {
    width: 70px;
  }
}
.card-detail .caption {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428;
}
@media (max-width: 767.98px) {
  .card-detail .caption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.3;
  }
}

.title-common {
  margin-bottom: 28px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-common {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.4;
  }
}
.title-common.blue {
  color: #003e92;
}
.title-common.title-lg {
  font-size: 47px;
  line-height: 1.489;
}
@media (max-width: 767.98px) {
  .title-common.title-lg {
    font-size: 28px;
  }
}
.title-common.title-md {
  font-size: 40px;
  line-height: 1.55;
}
@media (max-width: 767.98px) {
  .title-common.title-md {
    font-size: 22px;
  }
}
.title-common.title-sm {
  font-size: 36px;
  line-height: 1.55;
}
@media (max-width: 767.98px) {
  .title-common.title-sm {
    font-size: 18px;
  }
}

.title-bg {
  max-width: 520px;
  padding: 9px 15px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #0061d5;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .title-bg {
    font-size: 18px;
  }
}
.title-bg.title-md {
  border-radius: 12px;
}
@media (min-width: 768px) {
  .title-bg.title-md {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 24px;
  }
}

.title-black {
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .title-black {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.title-30 {
  font-size: 30px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .title-30 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.title-28 {
  font-size: 28px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .title-28 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.section-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 142px 0 50px;
  color: #fff;
  background-color: #0061d5;
}
@media (max-width: 767.98px) {
  .section-fv {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.section-fv .text-container {
  padding: 44px 0 28px;
}
@media (max-width: 767.98px) {
  .section-fv .text-container {
    padding: 20px 0;
  }
}
.section-fv .img-container {
  margin-right: -144px;
  margin-left: -144px;
}
@media (max-width: 991.98px) {
  .section-fv .img-container {
    margin-right: -30px;
    margin-left: -300px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .img-container {
    margin-right: 0;
    margin-left: -20px;
  }
}
.section-fv .title-section {
  margin-bottom: 34px;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.214;
}
@media (max-width: 767.98px) {
  .section-fv .title-section {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .img-box {
    width: 150px;
  }
}

.section-important {
  padding-top: 62px;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .section-important {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-important .title-section {
  margin-top: 20px;
  margin-bottom: 32px;
}
.section-important .lead {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .section-important .lead {
    margin-bottom: 30px;
  }
}
.section-important .note {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .section-important .note {
    font-size: 11px;
  }
}

.section-problem .section-header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #fff;
  background-color: #003e92;
}
@media (max-width: 767.98px) {
  .section-problem .section-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-problem .section-header:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 50px 75px 0;
  border-color: #003e92 transparent transparent;
  content: "";
}
@media (max-width: 767.98px) {
  .section-problem .section-header:after {
    border-width: 30px 55px 0;
  }
}
.section-problem .section-header .lead {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .section-problem .section-header .lead {
    margin-bottom: 30px;
  }
}
.section-problem .section-body {
  padding-top: 60px;
  padding-bottom: 42px;
}
@media (max-width: 767.98px) {
  .section-problem .section-body {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.section-problem .section-body .title-section {
  margin-bottom: 32px;
}
.section-problem .sub-title {
  margin-top: 43px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-problem .sub-title {
    margin-top: 40px;
    font-size: 20px;
  }
}

.section-support {
  padding-top: 86px;
}
@media (max-width: 767.98px) {
  .section-support {
    padding-top: 50px;
  }
}
.section-support .section-header {
  padding-bottom: 20px;
}
.section-support .section-header .title-section {
  margin-bottom: 68px;
}
@media (max-width: 767.98px) {
  .section-support .section-header .title-section {
    margin-bottom: 40px;
  }
}
.section-support .section-inner {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .section-support .section-inner {
    padding-top: 90px;
  }
}
.section-support .section-body {
  padding: 10px 40px 60px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .section-support .section-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-support .section-body {
    padding: 10px 15px 30px;
    font-size: 12px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .section-support .section-body.section-body-lg {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.section-support .section-body .inner-title {
  position: relative;
  z-index: 0;
  margin-top: -58px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-support .section-body .inner-title {
    margin-top: -40px;
    margin-bottom: 25px;
  }
}
.section-support .section-body .inner-title:before {
  position: absolute;
  top: -23px;
  left: 50%;
  z-index: -1;
  width: 206px;
  height: 206px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767.98px) {
  .section-support .section-body .inner-title:before {
    width: 160px;
    height: 160px;
  }
}
.section-support .section-body .inner-title .caption {
  display: block;
  margin-top: 12px;
}
.section-support .section-body .title-section {
  margin-bottom: 28px;
  font-size: 37px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .section-support .section-body .title-section {
    margin-bottom: 18px;
    font-size: 26px;
  }
}
.section-support .section-body .lead {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-support .section-body .lead {
    margin-bottom: 25px;
  }
}
.section-support .text-sm {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .section-support .text-sm {
    font-size: 12px;
  }
}

.section-operation .section-body .title-section {
  margin-bottom: 38px;
}
.section-operation .sub-title {
  margin-bottom: 18px;
}
.section-operation .lead {
  margin-bottom: 32px;
}

.section-voice {
  padding-top: 270px;
  padding-bottom: 90px;
  margin-top: -180px;
}
@media (max-width: 767.98px) {
  .section-voice {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.section-voice .title-section {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .section-voice .title-section {
    margin-bottom: 20px;
  }
}

.section-cta {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section-cta {
    padding-top: 73px;
    padding-bottom: 100px;
  }
}
.section-cta .container {
  max-width: 1024px;
}
.section-cta .title-section {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-cta .title-section {
    margin-bottom: 23px;
    font-size: 34px;
  }
}
.section-cta .lead {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-cta .lead {
    margin-bottom: 27px;
    line-height: 1.778;
  }
}
.section-cta .btn-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-cta .btn-container {
    margin-top: 36px;
  }
}
.section-cta .illust-1 {
  position: absolute;
  bottom: -18px;
  left: -102px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .section-cta .illust-1 {
    left: 10px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .illust-1 {
    bottom: -75px;
    left: 5px;
    width: 70px;
  }
}
.section-cta .illust-2 {
  position: absolute;
  bottom: -18px;
  right: -130px;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .section-cta .illust-2 {
    right: 10px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .illust-2 {
    right: 5px;
    bottom: -75px;
    width: 104px;
  }
}

.box-service {
  padding: 23px 20px 30px;
  margin-top: 30px;
  margin-bottom: 70px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .box-service {
    padding: 25px 15px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.box-service .caption {
  margin-top: 10px;
  margin-bottom: 10px;
}

footer {
  padding: 48px 0;
  color: #000;
}
footer .container {
  max-width: 1024px;
}
footer .img-logo {
  margin-bottom: 42px;
}
footer .list-footer {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 15px;
}
footer .list-footer .list-inline-item {
  margin: 0 13px 9px;
}
footer .list-footer a {
  text-decoration: none;
  color: #000;
}
footer .list-footer a:hover {
  opacity: 0.7;
}
footer .copyright {
  font-size: 12px;
}