@charset "UTF-8";
.bootstrap {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", yu-gothic-pr6n, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  /*!
   * Bootstrap v5.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /**
   * Fade animations:
   * fade
   * fade-up, fade-down, fade-left, fade-right
   * fade-up-right, fade-up-left, fade-down-right, fade-down-left
   */
  /**
   * Zoom animations:
   * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
   * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
   */
  /**
   * Slide animations
   */
  /**
   * Flip animations:
   * flip-left, flip-right, flip-up, flip-down
   */
  /**
   * Swiper 9.0.3
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: February 6, 2023
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* a11y */
  /* Common Styles */
  /* Bullets */
  /* Fraction */
  /* Progress */
}
.bootstrap :root {
  --bs-blue: #0000ff;
  --bs-indigo: #6610f2;
  --bs-purple: #800080;
  --bs-pink: #ffc0cb;
  --bs-red: #ff0000;
  --bs-orange: #ffa500;
  --bs-yellow: #ffff00;
  --bs-green: #008000;
  --bs-teal: #20c997;
  --bs-cyan: #00ffff;
  --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: #0000ff;
  --bs-secondary: #6c757d;
  --bs-success: #008000;
  --bs-info: #00ffff;
  --bs-warning: #ffff00;
  --bs-danger: #ff0000;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 0, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 0, 128, 0;
  --bs-info-rgb: 0, 255, 255;
  --bs-warning-rgb: 255, 255, 0;
  --bs-danger-rgb: 255, 0, 0;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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: #212529;
  --bs-body-bg: #fff;
}
.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
  box-sizing: border-box;
}
.bootstrap 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);
}
.bootstrap hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.bootstrap hr:not([size]) {
  height: 1px;
}
.bootstrap h6, .bootstrap .h6, .bootstrap h5, .bootstrap .h5, .bootstrap h4, .bootstrap .h4, .bootstrap h3, .bootstrap .h3, .bootstrap h2, .bootstrap .h2, .bootstrap h1, .bootstrap .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap h1, .bootstrap .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.bootstrap h2, .bootstrap .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.bootstrap h3, .bootstrap .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
.bootstrap h4, .bootstrap .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
.bootstrap h5, .bootstrap .h5 {
  font-size: 1.25rem;
}
.bootstrap h6, .bootstrap .h6 {
  font-size: 1rem;
}
.bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap abbr[title],
.bootstrap abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap ol,
.bootstrap ul {
  padding-left: 2rem;
}
.bootstrap ol,
.bootstrap ul,
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap ol ol,
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol {
  margin-bottom: 0;
}
.bootstrap dt {
  font-weight: 700;
}
.bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap blockquote {
  margin: 0 0 1rem;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bolder;
}
.bootstrap small, .bootstrap .small {
  font-size: 0.875em;
}
.bootstrap mark, .bootstrap .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap sub,
.bootstrap sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap a {
  color: #0000ff;
  text-decoration: underline;
}
.bootstrap a:hover {
  color: #0000cc;
}
.bootstrap a:not([href]):not([class]), .bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap pre,
.bootstrap code,
.bootstrap kbd,
.bootstrap samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
.bootstrap pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap code {
  font-size: 0.875em;
  color: #ffc0cb;
  word-wrap: break-word;
}
a > .bootstrap code {
  color: inherit;
}
.bootstrap kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.bootstrap figure {
  margin: 0 0 1rem;
}
.bootstrap img,
.bootstrap svg {
  vertical-align: middle;
}
.bootstrap table {
  caption-side: bottom;
  border-collapse: collapse;
}
.bootstrap caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bootstrap thead,
.bootstrap tbody,
.bootstrap tfoot,
.bootstrap tr,
.bootstrap td,
.bootstrap th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.bootstrap label {
  display: inline-block;
}
.bootstrap button {
  border-radius: 0;
}
.bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap optgroup,
.bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap [role=button] {
  cursor: pointer;
}
.bootstrap select {
  word-wrap: normal;
}
.bootstrap select:disabled {
  opacity: 1;
}
.bootstrap [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.bootstrap button,
.bootstrap [type=button],
.bootstrap [type=reset],
.bootstrap [type=submit] {
  -webkit-appearance: button;
}
.bootstrap button:not(:disabled),
.bootstrap [type=button]:not(:disabled),
.bootstrap [type=reset]:not(:disabled),
.bootstrap [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap textarea {
  resize: vertical;
}
.bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
.bootstrap legend + * {
  clear: left;
}
.bootstrap ::-webkit-datetime-edit-fields-wrapper,
.bootstrap ::-webkit-datetime-edit-text,
.bootstrap ::-webkit-datetime-edit-minute,
.bootstrap ::-webkit-datetime-edit-hour-field,
.bootstrap ::-webkit-datetime-edit-day-field,
.bootstrap ::-webkit-datetime-edit-month-field,
.bootstrap ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.bootstrap ::-webkit-inner-spin-button {
  height: auto;
}
.bootstrap [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.bootstrap ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
}
.bootstrap ::file-selector-button {
  font: inherit;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap output {
  display: inline-block;
}
.bootstrap iframe {
  border: 0;
}
.bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap progress {
  vertical-align: baseline;
}
.bootstrap [hidden] {
  display: none !important;
}
.bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline-item {
  display: inline-block;
}
.bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap .blockquote > :last-child {
  margin-bottom: 0;
}
.bootstrap .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .blockquote-footer::before {
  content: "— ";
}
.bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.bootstrap .figure {
  display: inline-block;
}
.bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-xxl,
.bootstrap .container-xl,
.bootstrap .container-lg,
.bootstrap .container-md,
.bootstrap .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.bootstrap .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));
}
.bootstrap .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);
}
.bootstrap .col {
  flex: 1 0 0%;
}
.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .g-0,
.bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.bootstrap .g-0,
.bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.bootstrap .g-1,
.bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bootstrap .g-1,
.bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bootstrap .g-2,
.bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bootstrap .g-2,
.bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bootstrap .g-3,
.bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.bootstrap .g-3,
.bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.bootstrap .g-4,
.bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bootstrap .g-4,
.bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bootstrap .g-5,
.bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.bootstrap .g-5,
.bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
.bootstrap .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.bootstrap .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.bootstrap .table > tbody {
  vertical-align: inherit;
}
.bootstrap .table > thead {
  vertical-align: bottom;
}
.bootstrap .table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.bootstrap .caption-top {
  caption-side: top;
}
.bootstrap .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.bootstrap .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.bootstrap .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.bootstrap .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.bootstrap .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.bootstrap .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.bootstrap .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.bootstrap .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.bootstrap .table-primary {
  --bs-table-bg: #ccccff;
  --bs-table-striped-bg: #c2c2f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8b8e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdbdec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8b8e6;
}
.bootstrap .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #cbccce;
}
.bootstrap .table-success {
  --bs-table-bg: #cce6cc;
  --bs-table-striped-bg: #c2dbc2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8cfb8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd5bd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8cfb8;
}
.bootstrap .table-info {
  --bs-table-bg: #ccffff;
  --bs-table-striped-bg: #c2f2f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8e6e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdecec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8e6e6;
}
.bootstrap .table-warning {
  --bs-table-bg: #ffffcc;
  --bs-table-striped-bg: #f2f2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6e6b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ececbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6e6b8;
}
.bootstrap .table-danger {
  --bs-table-bg: #ffcccc;
  --bs-table-striped-bg: #f2c2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6b8b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecbdbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6b8b8;
}
.bootstrap .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfe0e1;
}
.bootstrap .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.bootstrap .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap .form-label {
  margin-bottom: 0.5rem;
}
.bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap .form-control[type=file] {
  overflow: hidden;
}
.bootstrap .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bootstrap .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #8080ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.bootstrap .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:disabled, .bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.bootstrap .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap .form-control-plaintext.form-control-sm, .bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bootstrap .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bootstrap .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bootstrap .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bootstrap .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.bootstrap .form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.bootstrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bootstrap .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.bootstrap .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.bootstrap .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap .form-select:focus {
  border-color: #8080ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .form-select[multiple], .bootstrap .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap .form-select:disabled {
  background-color: #e9ecef;
}
.bootstrap .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.bootstrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.bootstrap .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.bootstrap .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.bootstrap .form-check-input[type=radio] {
  border-radius: 50%;
}
.bootstrap .form-check-input:active {
  filter: brightness(90%);
}
.bootstrap .form-check-input:focus {
  border-color: #8080ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .form-check-input:checked {
  background-color: #0000ff;
  border-color: #0000ff;
}
.bootstrap .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input[type=checkbox]:indeterminate {
  background-color: #0000ff;
  border-color: #0000ff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.bootstrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.bootstrap .form-check-input[disabled] ~ .form-check-label, .bootstrap .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.bootstrap .form-switch {
  padding-left: 2.5em;
}
.bootstrap .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.bootstrap .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238080ff'/%3e%3c/svg%3e");
}
.bootstrap .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .btn-check[disabled] + .btn, .bootstrap .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap .form-range:focus {
  outline: 0;
}
.bootstrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .form-range::-moz-focus-outer {
  border: 0;
}
.bootstrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0000ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap .form-range::-webkit-slider-thumb:active {
  background-color: #b3b3ff;
}
.bootstrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0000ff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap .form-range::-moz-range-thumb:active {
  background-color: #b3b3ff;
}
.bootstrap .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .form-range:disabled {
  pointer-events: none;
}
.bootstrap .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap .form-floating {
  position: relative;
}
.bootstrap .form-floating > .form-control,
.bootstrap .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.bootstrap .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.bootstrap .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.bootstrap .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control::placeholder {
  color: transparent;
}
.bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:focus, .bootstrap .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.bootstrap .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:focus ~ label,
.bootstrap .form-floating > .form-control:not(:placeholder-shown) ~ label,
.bootstrap .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap .input-group > .form-control,
.bootstrap .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.bootstrap .input-group > .form-control:focus,
.bootstrap .input-group > .form-select:focus {
  z-index: 3;
}
.bootstrap .input-group .btn {
  position: relative;
  z-index: 2;
}
.bootstrap .input-group .btn:focus {
  z-index: 3;
}
.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .form-select,
.bootstrap .input-group-lg > .input-group-text,
.bootstrap .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .form-select,
.bootstrap .input-group-sm > .input-group-text,
.bootstrap .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .input-group-lg > .form-select,
.bootstrap .input-group-sm > .form-select {
  padding-right: 3rem;
}
.bootstrap .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.bootstrap .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.bootstrap .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #008000;
}
.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(0, 128, 0, 0.9);
  border-radius: 0.25rem;
}
.was-validated .bootstrap:valid ~ .valid-feedback,
.was-validated .bootstrap:valid ~ .valid-tooltip, .bootstrap.is-valid ~ .valid-feedback,
.bootstrap.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:valid, .bootstrap .form-control.is-valid {
  border-color: #008000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008000' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:valid:focus, .bootstrap .form-control.is-valid:focus {
  border-color: #008000;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.25);
}
.was-validated .bootstrap textarea.form-control:valid, .bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .form-select:valid, .bootstrap .form-select.is-valid {
  border-color: #008000;
}
.was-validated .bootstrap .form-select:valid:not([multiple]):not([size]), .was-validated .bootstrap .form-select:valid:not([multiple])[size="1"], .bootstrap .form-select.is-valid:not([multiple]):not([size]), .bootstrap .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008000' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-select:valid:focus, .bootstrap .form-select.is-valid:focus {
  border-color: #008000;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.25);
}
.was-validated .bootstrap .form-check-input:valid, .bootstrap .form-check-input.is-valid {
  border-color: #008000;
}
.was-validated .bootstrap .form-check-input:valid:checked, .bootstrap .form-check-input.is-valid:checked {
  background-color: #008000;
}
.was-validated .bootstrap .form-check-input:valid:focus, .bootstrap .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.25);
}
.was-validated .bootstrap .form-check-input:valid ~ .form-check-label, .bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: #008000;
}
.bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .bootstrap .input-group .form-control:valid, .bootstrap .input-group .form-control.is-valid,
.was-validated .bootstrap .input-group .form-select:valid,
.bootstrap .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .bootstrap .input-group .form-control:valid:focus, .bootstrap .input-group .form-control.is-valid:focus,
.was-validated .bootstrap .input-group .form-select:valid:focus,
.bootstrap .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff0000;
}
.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.was-validated .bootstrap:invalid ~ .invalid-feedback,
.was-validated .bootstrap:invalid ~ .invalid-tooltip, .bootstrap.is-invalid ~ .invalid-feedback,
.bootstrap.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:invalid, .bootstrap .form-control.is-invalid {
  border-color: #ff0000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:invalid:focus, .bootstrap .form-control.is-invalid:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
.was-validated .bootstrap textarea.form-control:invalid, .bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .form-select:invalid, .bootstrap .form-select.is-invalid {
  border-color: #ff0000;
}
.was-validated .bootstrap .form-select:invalid:not([multiple]):not([size]), .was-validated .bootstrap .form-select:invalid:not([multiple])[size="1"], .bootstrap .form-select.is-invalid:not([multiple]):not([size]), .bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-select:invalid:focus, .bootstrap .form-select.is-invalid:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
.was-validated .bootstrap .form-check-input:invalid, .bootstrap .form-check-input.is-invalid {
  border-color: #ff0000;
}
.was-validated .bootstrap .form-check-input:invalid:checked, .bootstrap .form-check-input.is-invalid:checked {
  background-color: #ff0000;
}
.was-validated .bootstrap .form-check-input:invalid:focus, .bootstrap .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label, .bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: #ff0000;
}
.bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .bootstrap .input-group .form-control:invalid, .bootstrap .input-group .form-control.is-invalid,
.was-validated .bootstrap .input-group .form-select:invalid,
.bootstrap .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .bootstrap .input-group .form-control:invalid:focus, .bootstrap .input-group .form-control.is-invalid:focus,
.was-validated .bootstrap .input-group .form-select:invalid:focus,
.bootstrap .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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;
}
.bootstrap .btn:hover {
  color: #212529;
}
.btn-check:focus + .bootstrap .btn, .bootstrap .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .btn:disabled, .bootstrap .btn.disabled, fieldset:disabled .bootstrap .btn {
  pointer-events: none;
  opacity: 0.65;
}
.bootstrap .btn-primary {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #0000d9;
  border-color: #0000cc;
}
.btn-check:focus + .bootstrap .btn-primary, .bootstrap .btn-primary:focus {
  color: #fff;
  background-color: #0000d9;
  border-color: #0000cc;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 255, 0.5);
}
.btn-check:checked + .bootstrap .btn-primary, .btn-check:active + .bootstrap .btn-primary, .bootstrap .btn-primary:active, .bootstrap .btn-primary.active, .show > .bootstrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0000cc;
  border-color: #0000bf;
}
.btn-check:checked + .bootstrap .btn-primary:focus, .btn-check:active + .bootstrap .btn-primary:focus, .bootstrap .btn-primary:active:focus, .bootstrap .btn-primary.active:focus, .show > .bootstrap .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 255, 0.5);
}
.bootstrap .btn-primary:disabled, .bootstrap .btn-primary.disabled {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .bootstrap .btn-secondary, .bootstrap .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .bootstrap .btn-secondary, .btn-check:active + .bootstrap .btn-secondary, .bootstrap .btn-secondary:active, .bootstrap .btn-secondary.active, .show > .bootstrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .bootstrap .btn-secondary:focus, .btn-check:active + .bootstrap .btn-secondary:focus, .bootstrap .btn-secondary:active:focus, .bootstrap .btn-secondary.active:focus, .show > .bootstrap .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.bootstrap .btn-secondary:disabled, .bootstrap .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-success {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #006d00;
  border-color: #006600;
}
.btn-check:focus + .bootstrap .btn-success, .bootstrap .btn-success:focus {
  color: #fff;
  background-color: #006d00;
  border-color: #006600;
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 38, 0.5);
}
.btn-check:checked + .bootstrap .btn-success, .btn-check:active + .bootstrap .btn-success, .bootstrap .btn-success:active, .bootstrap .btn-success.active, .show > .bootstrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #006600;
  border-color: #006000;
}
.btn-check:checked + .bootstrap .btn-success:focus, .btn-check:active + .bootstrap .btn-success:focus, .bootstrap .btn-success:active:focus, .bootstrap .btn-success.active:focus, .show > .bootstrap .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 38, 0.5);
}
.bootstrap .btn-success:disabled, .bootstrap .btn-success.disabled {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.bootstrap .btn-info {
  color: #000000;
  background-color: #00ffff;
  border-color: #00ffff;
}
.bootstrap .btn-info:hover {
  color: #000000;
  background-color: #26ffff;
  border-color: #1affff;
}
.btn-check:focus + .bootstrap .btn-info, .bootstrap .btn-info:focus {
  color: #000000;
  background-color: #26ffff;
  border-color: #1affff;
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 217, 0.5);
}
.btn-check:checked + .bootstrap .btn-info, .btn-check:active + .bootstrap .btn-info, .bootstrap .btn-info:active, .bootstrap .btn-info.active, .show > .bootstrap .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #33ffff;
  border-color: #1affff;
}
.btn-check:checked + .bootstrap .btn-info:focus, .btn-check:active + .bootstrap .btn-info:focus, .bootstrap .btn-info:active:focus, .bootstrap .btn-info.active:focus, .show > .bootstrap .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 217, 0.5);
}
.bootstrap .btn-info:disabled, .bootstrap .btn-info.disabled {
  color: #000000;
  background-color: #00ffff;
  border-color: #00ffff;
}
.bootstrap .btn-warning {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.bootstrap .btn-warning:hover {
  color: #000000;
  background-color: #ffff26;
  border-color: #ffff1a;
}
.btn-check:focus + .bootstrap .btn-warning, .bootstrap .btn-warning:focus {
  color: #000000;
  background-color: #ffff26;
  border-color: #ffff1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 0, 0.5);
}
.btn-check:checked + .bootstrap .btn-warning, .btn-check:active + .bootstrap .btn-warning, .bootstrap .btn-warning:active, .bootstrap .btn-warning.active, .show > .bootstrap .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffff33;
  border-color: #ffff1a;
}
.btn-check:checked + .bootstrap .btn-warning:focus, .btn-check:active + .bootstrap .btn-warning:focus, .bootstrap .btn-warning:active:focus, .bootstrap .btn-warning.active:focus, .show > .bootstrap .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 0, 0.5);
}
.bootstrap .btn-warning:disabled, .bootstrap .btn-warning.disabled {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.bootstrap .btn-danger {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.bootstrap .btn-danger:hover {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
}
.btn-check:focus + .bootstrap .btn-danger, .bootstrap .btn-danger:focus {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.btn-check:checked + .bootstrap .btn-danger, .btn-check:active + .bootstrap .btn-danger, .bootstrap .btn-danger:active, .bootstrap .btn-danger.active, .show > .bootstrap .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #ff3333;
  border-color: #ff1a1a;
}
.btn-check:checked + .bootstrap .btn-danger:focus, .btn-check:active + .bootstrap .btn-danger:focus, .bootstrap .btn-danger:active:focus, .bootstrap .btn-danger.active:focus, .show > .bootstrap .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.bootstrap .btn-danger:disabled, .bootstrap .btn-danger.disabled {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.bootstrap .btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:hover {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .bootstrap .btn-light, .bootstrap .btn-light:focus {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .bootstrap .btn-light, .btn-check:active + .bootstrap .btn-light, .bootstrap .btn-light:active, .bootstrap .btn-light.active, .show > .bootstrap .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .bootstrap .btn-light:focus, .btn-check:active + .bootstrap .btn-light:focus, .bootstrap .btn-light:active:focus, .bootstrap .btn-light.active:focus, .show > .bootstrap .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.bootstrap .btn-light:disabled, .bootstrap .btn-light.disabled {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .bootstrap .btn-dark, .bootstrap .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .bootstrap .btn-dark, .btn-check:active + .bootstrap .btn-dark, .bootstrap .btn-dark:active, .bootstrap .btn-dark.active, .show > .bootstrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .bootstrap .btn-dark:focus, .btn-check:active + .bootstrap .btn-dark:focus, .bootstrap .btn-dark:active:focus, .bootstrap .btn-dark.active:focus, .show > .bootstrap .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.bootstrap .btn-dark:disabled, .bootstrap .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bootstrap .btn-outline-primary {
  color: #0000ff;
  border-color: #0000ff;
}
.bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-check:focus + .bootstrap .btn-outline-primary, .bootstrap .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-primary, .btn-check:active + .bootstrap .btn-outline-primary, .bootstrap .btn-outline-primary:active, .bootstrap .btn-outline-primary.active, .bootstrap .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-check:checked + .bootstrap .btn-outline-primary:focus, .btn-check:active + .bootstrap .btn-outline-primary:focus, .bootstrap .btn-outline-primary:active:focus, .bootstrap .btn-outline-primary.active:focus, .bootstrap .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.5);
}
.bootstrap .btn-outline-primary:disabled, .bootstrap .btn-outline-primary.disabled {
  color: #0000ff;
  background-color: transparent;
}
.bootstrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .bootstrap .btn-outline-secondary, .bootstrap .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-secondary, .btn-check:active + .bootstrap .btn-outline-secondary, .bootstrap .btn-outline-secondary:active, .bootstrap .btn-outline-secondary.active, .bootstrap .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .bootstrap .btn-outline-secondary:focus, .btn-check:active + .bootstrap .btn-outline-secondary:focus, .bootstrap .btn-outline-secondary:active:focus, .bootstrap .btn-outline-secondary.active:focus, .bootstrap .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.bootstrap .btn-outline-secondary:disabled, .bootstrap .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap .btn-outline-success {
  color: #008000;
  border-color: #008000;
}
.bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.btn-check:focus + .bootstrap .btn-outline-success, .bootstrap .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-success, .btn-check:active + .bootstrap .btn-outline-success, .bootstrap .btn-outline-success:active, .bootstrap .btn-outline-success.active, .bootstrap .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
.btn-check:checked + .bootstrap .btn-outline-success:focus, .btn-check:active + .bootstrap .btn-outline-success:focus, .bootstrap .btn-outline-success:active:focus, .bootstrap .btn-outline-success.active:focus, .bootstrap .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.5);
}
.bootstrap .btn-outline-success:disabled, .bootstrap .btn-outline-success.disabled {
  color: #008000;
  background-color: transparent;
}
.bootstrap .btn-outline-info {
  color: #00ffff;
  border-color: #00ffff;
}
.bootstrap .btn-outline-info:hover {
  color: #000000;
  background-color: #00ffff;
  border-color: #00ffff;
}
.btn-check:focus + .bootstrap .btn-outline-info, .bootstrap .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 255, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-info, .btn-check:active + .bootstrap .btn-outline-info, .bootstrap .btn-outline-info:active, .bootstrap .btn-outline-info.active, .bootstrap .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #00ffff;
  border-color: #00ffff;
}
.btn-check:checked + .bootstrap .btn-outline-info:focus, .btn-check:active + .bootstrap .btn-outline-info:focus, .bootstrap .btn-outline-info:active:focus, .bootstrap .btn-outline-info.active:focus, .bootstrap .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 255, 0.5);
}
.bootstrap .btn-outline-info:disabled, .bootstrap .btn-outline-info.disabled {
  color: #00ffff;
  background-color: transparent;
}
.bootstrap .btn-outline-warning {
  color: #ffff00;
  border-color: #ffff00;
}
.bootstrap .btn-outline-warning:hover {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-check:focus + .bootstrap .btn-outline-warning, .bootstrap .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-warning, .btn-check:active + .bootstrap .btn-outline-warning, .bootstrap .btn-outline-warning:active, .bootstrap .btn-outline-warning.active, .bootstrap .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-check:checked + .bootstrap .btn-outline-warning:focus, .btn-check:active + .bootstrap .btn-outline-warning:focus, .bootstrap .btn-outline-warning:active:focus, .bootstrap .btn-outline-warning.active:focus, .bootstrap .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}
.bootstrap .btn-outline-warning:disabled, .bootstrap .btn-outline-warning.disabled {
  color: #ffff00;
  background-color: transparent;
}
.bootstrap .btn-outline-danger {
  color: #ff0000;
  border-color: #ff0000;
}
.bootstrap .btn-outline-danger:hover {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-check:focus + .bootstrap .btn-outline-danger, .bootstrap .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-danger, .btn-check:active + .bootstrap .btn-outline-danger, .bootstrap .btn-outline-danger:active, .bootstrap .btn-outline-danger.active, .bootstrap .btn-outline-danger.dropdown-toggle.show {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-check:checked + .bootstrap .btn-outline-danger:focus, .btn-check:active + .bootstrap .btn-outline-danger:focus, .bootstrap .btn-outline-danger:active:focus, .bootstrap .btn-outline-danger.active:focus, .bootstrap .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.bootstrap .btn-outline-danger:disabled, .bootstrap .btn-outline-danger.disabled {
  color: #ff0000;
  background-color: transparent;
}
.bootstrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:hover {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .bootstrap .btn-outline-light, .bootstrap .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-light, .btn-check:active + .bootstrap .btn-outline-light, .bootstrap .btn-outline-light:active, .bootstrap .btn-outline-light.active, .bootstrap .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .bootstrap .btn-outline-light:focus, .btn-check:active + .bootstrap .btn-outline-light:focus, .bootstrap .btn-outline-light:active:focus, .bootstrap .btn-outline-light.active:focus, .bootstrap .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-light:disabled, .bootstrap .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .bootstrap .btn-outline-dark, .bootstrap .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .bootstrap .btn-outline-dark, .btn-check:active + .bootstrap .btn-outline-dark, .bootstrap .btn-outline-dark:active, .bootstrap .btn-outline-dark.active, .bootstrap .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .bootstrap .btn-outline-dark:focus, .btn-check:active + .bootstrap .btn-outline-dark:focus, .bootstrap .btn-outline-dark:active:focus, .bootstrap .btn-outline-dark.active:focus, .bootstrap .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.bootstrap .btn-outline-dark:disabled, .bootstrap .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.bootstrap .btn-link {
  font-weight: 400;
  color: #0000ff;
  text-decoration: underline;
}
.bootstrap .btn-link:hover {
  color: #0000cc;
}
.bootstrap .btn-link:disabled, .bootstrap .btn-link.disabled {
  color: #6c757d;
}
.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.bootstrap .fade {
  transition: opacity 0.15s linear;
}
.bootstrap .fade:not(.show) {
  opacity: 0;
}
.bootstrap .collapse:not(.show) {
  display: none;
}
.bootstrap .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.bootstrap .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
.bootstrap .dropup,
.bootstrap .dropend,
.bootstrap .dropdown,
.bootstrap .dropstart {
  position: relative;
}
.bootstrap .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap .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;
}
.bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.bootstrap .dropdown-menu-start {
  --bs-position: start;
}
.bootstrap .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.bootstrap .dropdown-menu-end {
  --bs-position: end;
}
.bootstrap .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
.bootstrap .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap .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;
}
.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap .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;
}
.bootstrap .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap .dropstart .dropdown-toggle::after {
  display: none;
}
.bootstrap .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;
}
.bootstrap .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .dropdown-item:hover, .bootstrap .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0000ff;
}
.bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap .dropdown-menu.show {
  display: block;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.bootstrap .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.bootstrap .dropdown-menu-dark .dropdown-item:hover, .bootstrap .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item.active, .bootstrap .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0000ff;
}
.bootstrap .dropdown-menu-dark .dropdown-item.disabled, .bootstrap .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.bootstrap .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.bootstrap .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap .btn-group > .btn-check:checked + .btn,
.bootstrap .btn-group > .btn-check:focus + .btn,
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn-check:checked + .btn,
.bootstrap .btn-group-vertical > .btn-check:focus + .btn,
.bootstrap .btn-group-vertical > .btn:hover,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap .btn-toolbar .input-group {
  width: auto;
}
.bootstrap .btn-group > .btn:not(:first-child),
.bootstrap .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .btn-group > .btn:nth-child(n+3),
.bootstrap .btn-group > :not(.btn-check) + .btn,
.bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap .dropdown-toggle-split::after, .dropup .bootstrap .dropdown-toggle-split::after, .dropend .bootstrap .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .bootstrap .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap .btn-sm + .dropdown-toggle-split, .bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap .btn-lg + .dropdown-toggle-split, .bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child),
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn ~ .btn,
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0000ff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.bootstrap .nav-link:hover, .bootstrap .nav-link:focus {
  color: #0000cc;
}
.bootstrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .nav-tabs .nav-link:hover, .bootstrap .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .nav-tabs .nav-link.active,
.bootstrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.bootstrap .nav-pills .nav-link.active,
.bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0000ff;
}
.bootstrap .nav-fill > .nav-link,
.bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap .nav-justified > .nav-link,
.bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap .nav-fill .nav-item .nav-link,
.bootstrap .nav-justified .nav-item .nav-link {
  width: 100%;
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar > .container,
.bootstrap .navbar > .container-fluid,
.bootstrap .navbar > .container-sm,
.bootstrap .navbar > .container-md,
.bootstrap .navbar > .container-lg,
.bootstrap .navbar > .container-xl,
.bootstrap .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.bootstrap .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-nav .dropdown-menu {
  position: static;
}
.bootstrap .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.bootstrap .navbar-toggler:hover {
  text-decoration: none;
}
.bootstrap .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bootstrap .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
.bootstrap .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap .navbar-expand .offcanvas-header {
  display: none;
}
.bootstrap .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.bootstrap .navbar-expand .offcanvas-top,
.bootstrap .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.bootstrap .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-brand:hover, .bootstrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.bootstrap .navbar-light .navbar-nav .nav-link:hover, .bootstrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap .navbar-light .navbar-nav .show > .nav-link,
.bootstrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.bootstrap .navbar-light .navbar-text a,
.bootstrap .navbar-light .navbar-text a:hover,
.bootstrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-brand:hover, .bootstrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap .navbar-dark .navbar-nav .nav-link:hover, .bootstrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.bootstrap .navbar-dark .navbar-text a,
.bootstrap .navbar-dark .navbar-text a:hover,
.bootstrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .card-header + .list-group,
.bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.bootstrap .card-title {
  margin-bottom: 0.5rem;
}
.bootstrap .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-link + .card-link {
  margin-left: 1rem;
}
.bootstrap .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bootstrap .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bootstrap .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.bootstrap .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img,
.bootstrap .card-img-top,
.bootstrap .card-img-bottom {
  width: 100%;
}
.bootstrap .card-img,
.bootstrap .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img,
.bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card-group > .card {
  margin-bottom: 0.75rem;
}
.bootstrap .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.bootstrap .accordion-button:not(.collapsed) {
  color: #0000e6;
  background-color: #e6e6ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.bootstrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230000e6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.bootstrap .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.bootstrap .accordion-button:hover {
  z-index: 2;
}
.bootstrap .accordion-button:focus {
  z-index: 3;
  border-color: #8080ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .accordion-header {
  margin-bottom: 0;
}
.bootstrap .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.bootstrap .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .accordion-body {
  padding: 1rem 1.25rem;
}
.bootstrap .accordion-flush .accordion-collapse {
  border-width: 0;
}
.bootstrap .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bootstrap .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.bootstrap .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.bootstrap .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.bootstrap .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.bootstrap .page-link {
  position: relative;
  display: block;
  color: #0000ff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap .page-link:hover {
  z-index: 2;
  color: #0000cc;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .page-link:focus {
  z-index: 3;
  color: #0000cc;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
}
.bootstrap .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.bootstrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.bootstrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap .page-link {
  padding: 0.375rem 0.75rem;
}
.bootstrap .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bootstrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.bootstrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.bootstrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.bootstrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap .alert-heading {
  color: inherit;
}
.bootstrap .alert-link {
  font-weight: 700;
}
.bootstrap .alert-dismissible {
  padding-right: 3rem;
}
.bootstrap .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.bootstrap .alert-primary {
  color: #000099;
  background-color: #ccccff;
  border-color: #b3b3ff;
}
.bootstrap .alert-primary .alert-link {
  color: #00007a;
}
.bootstrap .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.bootstrap .alert-secondary .alert-link {
  color: #34383c;
}
.bootstrap .alert-success {
  color: #004d00;
  background-color: #cce6cc;
  border-color: #b3d9b3;
}
.bootstrap .alert-success .alert-link {
  color: #003e00;
}
.bootstrap .alert-info {
  color: #006666;
  background-color: #ccffff;
  border-color: #b3ffff;
}
.bootstrap .alert-info .alert-link {
  color: #005252;
}
.bootstrap .alert-warning {
  color: #666600;
  background-color: #ffffcc;
  border-color: #ffffb3;
}
.bootstrap .alert-warning .alert-link {
  color: #525200;
}
.bootstrap .alert-danger {
  color: #990000;
  background-color: #ffcccc;
  border-color: #ffb3b3;
}
.bootstrap .alert-danger .alert-link {
  color: #7a0000;
}
.bootstrap .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrap .alert-light .alert-link {
  color: #4f5050;
}
.bootstrap .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.bootstrap .alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.bootstrap .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0000ff;
  transition: width 0.6s ease;
}
.bootstrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.bootstrap .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.bootstrap .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.bootstrap .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap .list-group-item-action:hover, .bootstrap .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.bootstrap .list-group-item + .bootstrap .list-group-item {
  border-top-width: 0;
}
.bootstrap .list-group-item + .bootstrap .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap .list-group-horizontal {
  flex-direction: row;
}
.bootstrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
.bootstrap .list-group-flush {
  border-radius: 0;
}
.bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap .list-group-item-primary {
  color: #000099;
  background-color: #ccccff;
}
.bootstrap .list-group-item-primary.list-group-item-action:hover, .bootstrap .list-group-item-primary.list-group-item-action:focus {
  color: #000099;
  background-color: #b8b8e6;
}
.bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #000099;
  border-color: #000099;
}
.bootstrap .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.bootstrap .list-group-item-secondary.list-group-item-action:hover, .bootstrap .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.bootstrap .list-group-item-success {
  color: #004d00;
  background-color: #cce6cc;
}
.bootstrap .list-group-item-success.list-group-item-action:hover, .bootstrap .list-group-item-success.list-group-item-action:focus {
  color: #004d00;
  background-color: #b8cfb8;
}
.bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004d00;
  border-color: #004d00;
}
.bootstrap .list-group-item-info {
  color: #006666;
  background-color: #ccffff;
}
.bootstrap .list-group-item-info.list-group-item-action:hover, .bootstrap .list-group-item-info.list-group-item-action:focus {
  color: #006666;
  background-color: #b8e6e6;
}
.bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #006666;
  border-color: #006666;
}
.bootstrap .list-group-item-warning {
  color: #666600;
  background-color: #ffffcc;
}
.bootstrap .list-group-item-warning.list-group-item-action:hover, .bootstrap .list-group-item-warning.list-group-item-action:focus {
  color: #666600;
  background-color: #e6e6b8;
}
.bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #666600;
  border-color: #666600;
}
.bootstrap .list-group-item-danger {
  color: #990000;
  background-color: #ffcccc;
}
.bootstrap .list-group-item-danger.list-group-item-action:hover, .bootstrap .list-group-item-danger.list-group-item-action:focus {
  color: #990000;
  background-color: #e6b8b8;
}
.bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}
.bootstrap .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.bootstrap .list-group-item-light.list-group-item-action:hover, .bootstrap .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.bootstrap .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.bootstrap .list-group-item-dark.list-group-item-action:hover, .bootstrap .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.bootstrap .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.bootstrap .btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.bootstrap .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.25);
  opacity: 1;
}
.bootstrap .btn-close:disabled, .bootstrap .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.bootstrap .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.bootstrap .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap .toast.showing {
  opacity: 0;
}
.bootstrap .toast:not(.show) {
  display: none;
}
.bootstrap .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.bootstrap .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.bootstrap .toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.bootstrap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .bootstrap .modal-dialog {
  transform: none;
}
.modal.modal-static .bootstrap .modal-dialog {
  transform: scale(1.02);
}
.bootstrap .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-footer > * {
  margin: 0.25rem;
}
.bootstrap .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bootstrap .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bootstrap .modal-fullscreen .modal-header {
  border-radius: 0;
}
.bootstrap .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap .tooltip.show {
  opacity: 0.9;
}
.bootstrap .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top, .bootstrap .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-top .tooltip-arrow, .bootstrap .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .tooltip-arrow::before, .bootstrap .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bootstrap .bs-tooltip-end, .bootstrap .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-end .tooltip-arrow, .bootstrap .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-end .tooltip-arrow::before, .bootstrap .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bootstrap .bs-tooltip-bottom, .bootstrap .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-bottom .tooltip-arrow, .bootstrap .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .tooltip-arrow::before, .bootstrap .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bootstrap .bs-tooltip-start, .bootstrap .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-start .tooltip-arrow, .bootstrap .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-start .tooltip-arrow::before, .bootstrap .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.bootstrap .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.bootstrap .popover .popover-arrow::before, .bootstrap .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-popover-top > .popover-arrow, .bootstrap .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-top > .popover-arrow::before, .bootstrap .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-top > .popover-arrow::after, .bootstrap .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap .bs-popover-end > .popover-arrow, .bootstrap .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bootstrap .bs-popover-end > .popover-arrow::before, .bootstrap .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-end > .popover-arrow::after, .bootstrap .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap .bs-popover-bottom > .popover-arrow, .bootstrap .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-bottom > .popover-arrow::before, .bootstrap .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-bottom > .popover-arrow::after, .bootstrap .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap .bs-popover-bottom .popover-header::before, .bootstrap .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bootstrap .bs-popover-start > .popover-arrow, .bootstrap .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bootstrap .bs-popover-start > .popover-arrow::before, .bootstrap .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-start > .popover-arrow::after, .bootstrap .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .popover-header:empty {
  display: none;
}
.bootstrap .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.bootstrap .carousel-item.active,
.bootstrap .carousel-item-next,
.bootstrap .carousel-item-prev {
  display: block;
}
.bootstrap .carousel-item-next:not(.carousel-item-start),
.bootstrap .active.carousel-item-end {
  transform: translateX(100%);
}
.bootstrap .carousel-item-prev:not(.carousel-item-end),
.bootstrap .active.carousel-item-start {
  transform: translateX(-100%);
}
.bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap .carousel-fade .carousel-item.active,
.bootstrap .carousel-fade .carousel-item-next.carousel-item-start,
.bootstrap .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.bootstrap .carousel-fade .active.carousel-item-start,
.bootstrap .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.bootstrap .carousel-control-prev:hover, .bootstrap .carousel-control-prev:focus,
.bootstrap .carousel-control-next:hover,
.bootstrap .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap .carousel-control-prev {
  left: 0;
}
.bootstrap .carousel-control-next {
  right: 0;
}
.bootstrap .carousel-control-prev-icon,
.bootstrap .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.bootstrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.bootstrap .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.bootstrap .carousel-indicators .active {
  opacity: 1;
}
.bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.bootstrap .carousel-dark .carousel-control-prev-icon,
.bootstrap .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.bootstrap .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.bootstrap .carousel-dark .carousel-caption {
  color: #000000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.bootstrap .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.bootstrap .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.bootstrap .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.bootstrap .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.bootstrap .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.bootstrap .offcanvas-backdrop.fade {
  opacity: 0;
}
.bootstrap .offcanvas-backdrop.show {
  opacity: 0.5;
}
.bootstrap .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.bootstrap .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.bootstrap .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.bootstrap .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.bootstrap .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.bootstrap .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.bootstrap .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.bootstrap .offcanvas.show {
  transform: none;
}
.bootstrap .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.bootstrap .placeholder.btn::before {
  display: inline-block;
  content: "";
}
.bootstrap .placeholder-xs {
  min-height: 0.6em;
}
.bootstrap .placeholder-sm {
  min-height: 0.8em;
}
.bootstrap .placeholder-lg {
  min-height: 1.2em;
}
.bootstrap .placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.bootstrap .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .link-primary {
  color: #0000ff;
}
.bootstrap .link-primary:hover, .bootstrap .link-primary:focus {
  color: #0000cc;
}
.bootstrap .link-secondary {
  color: #6c757d;
}
.bootstrap .link-secondary:hover, .bootstrap .link-secondary:focus {
  color: #565e64;
}
.bootstrap .link-success {
  color: #008000;
}
.bootstrap .link-success:hover, .bootstrap .link-success:focus {
  color: #006600;
}
.bootstrap .link-info {
  color: #00ffff;
}
.bootstrap .link-info:hover, .bootstrap .link-info:focus {
  color: #33ffff;
}
.bootstrap .link-warning {
  color: #ffff00;
}
.bootstrap .link-warning:hover, .bootstrap .link-warning:focus {
  color: #ffff33;
}
.bootstrap .link-danger {
  color: #ff0000;
}
.bootstrap .link-danger:hover, .bootstrap .link-danger:focus {
  color: #ff3333;
}
.bootstrap .link-light {
  color: #f8f9fa;
}
.bootstrap .link-light:hover, .bootstrap .link-light:focus {
  color: #f9fafb;
}
.bootstrap .link-dark {
  color: #212529;
}
.bootstrap .link-dark:hover, .bootstrap .link-dark:focus {
  color: #1a1e21;
}
.bootstrap .ratio {
  position: relative;
  width: 100%;
}
.bootstrap .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.bootstrap .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.bootstrap .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.bootstrap .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.bootstrap .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.bootstrap .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.bootstrap .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.bootstrap .visually-hidden,
.bootstrap .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .vr {
  display: inline-block;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap .align-top {
  vertical-align: top !important;
}
.bootstrap .align-middle {
  vertical-align: middle !important;
}
.bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap .float-start {
  float: left !important;
}
.bootstrap .float-end {
  float: right !important;
}
.bootstrap .float-none {
  float: none !important;
}
.bootstrap .opacity-0 {
  opacity: 0 !important;
}
.bootstrap .opacity-25 {
  opacity: 0.25 !important;
}
.bootstrap .opacity-50 {
  opacity: 0.5 !important;
}
.bootstrap .opacity-75 {
  opacity: 0.75 !important;
}
.bootstrap .opacity-100 {
  opacity: 1 !important;
}
.bootstrap .overflow-auto {
  overflow: auto !important;
}
.bootstrap .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap .overflow-visible {
  overflow: visible !important;
}
.bootstrap .overflow-scroll {
  overflow: scroll !important;
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap .shadow-none {
  box-shadow: none !important;
}
.bootstrap .position-static {
  position: static !important;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .position-absolute {
  position: absolute !important;
}
.bootstrap .position-fixed {
  position: fixed !important;
}
.bootstrap .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bootstrap .top-0 {
  top: 0 !important;
}
.bootstrap .top-50 {
  top: 50% !important;
}
.bootstrap .top-100 {
  top: 100% !important;
}
.bootstrap .bottom-0 {
  bottom: 0 !important;
}
.bootstrap .bottom-50 {
  bottom: 50% !important;
}
.bootstrap .bottom-100 {
  bottom: 100% !important;
}
.bootstrap .start-0 {
  left: 0 !important;
}
.bootstrap .start-50 {
  left: 50% !important;
}
.bootstrap .start-100 {
  left: 100% !important;
}
.bootstrap .end-0 {
  right: 0 !important;
}
.bootstrap .end-50 {
  right: 50% !important;
}
.bootstrap .end-100 {
  right: 100% !important;
}
.bootstrap .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.bootstrap .translate-middle-x {
  transform: translateX(-50%) !important;
}
.bootstrap .translate-middle-y {
  transform: translateY(-50%) !important;
}
.bootstrap .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap .border-0 {
  border: 0 !important;
}
.bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap .border-top-0 {
  border-top: 0 !important;
}
.bootstrap .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap .border-end-0 {
  border-right: 0 !important;
}
.bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap .border-start-0 {
  border-left: 0 !important;
}
.bootstrap .border-primary {
  border-color: #0000ff !important;
}
.bootstrap .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap .border-success {
  border-color: #008000 !important;
}
.bootstrap .border-info {
  border-color: #00ffff !important;
}
.bootstrap .border-warning {
  border-color: #ffff00 !important;
}
.bootstrap .border-danger {
  border-color: #ff0000 !important;
}
.bootstrap .border-light {
  border-color: #f8f9fa !important;
}
.bootstrap .border-dark {
  border-color: #212529 !important;
}
.bootstrap .border-white {
  border-color: #fff !important;
}
.bootstrap .border-1 {
  border-width: 1px !important;
}
.bootstrap .border-2 {
  border-width: 2px !important;
}
.bootstrap .border-3 {
  border-width: 3px !important;
}
.bootstrap .border-4 {
  border-width: 4px !important;
}
.bootstrap .border-5 {
  border-width: 5px !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .vw-100 {
  width: 100vw !important;
}
.bootstrap .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
.bootstrap .vh-100 {
  height: 100vh !important;
}
.bootstrap .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .gap-0 {
  gap: 0 !important;
}
.bootstrap .gap-1 {
  gap: 0.25rem !important;
}
.bootstrap .gap-2 {
  gap: 0.5rem !important;
}
.bootstrap .gap-3 {
  gap: 1rem !important;
}
.bootstrap .gap-4 {
  gap: 1.5rem !important;
}
.bootstrap .gap-5 {
  gap: 3rem !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.bootstrap .order-first {
  order: -1 !important;
}
.bootstrap .order-0 {
  order: 0 !important;
}
.bootstrap .order-1 {
  order: 1 !important;
}
.bootstrap .order-2 {
  order: 2 !important;
}
.bootstrap .order-3 {
  order: 3 !important;
}
.bootstrap .order-4 {
  order: 4 !important;
}
.bootstrap .order-5 {
  order: 5 !important;
}
.bootstrap .order-last {
  order: 6 !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bootstrap .mt-0 {
  margin-top: 0 !important;
}
.bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.bootstrap .mt-auto {
  margin-top: auto !important;
}
.bootstrap .me-0 {
  margin-right: 0 !important;
}
.bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .me-3 {
  margin-right: 1rem !important;
}
.bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .me-5 {
  margin-right: 3rem !important;
}
.bootstrap .me-auto {
  margin-right: auto !important;
}
.bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.bootstrap .ms-0 {
  margin-left: 0 !important;
}
.bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.bootstrap .ms-auto {
  margin-left: auto !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bootstrap .pt-0 {
  padding-top: 0 !important;
}
.bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.bootstrap .pe-0 {
  padding-right: 0 !important;
}
.bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .ps-0 {
  padding-left: 0 !important;
}
.bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.bootstrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.bootstrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.bootstrap .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.bootstrap .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.bootstrap .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.bootstrap .fs-5 {
  font-size: 1.25rem !important;
}
.bootstrap .fs-6 {
  font-size: 1rem !important;
}
.bootstrap .fst-italic {
  font-style: italic !important;
}
.bootstrap .fst-normal {
  font-style: normal !important;
}
.bootstrap .fw-light {
  font-weight: 300 !important;
}
.bootstrap .fw-lighter {
  font-weight: lighter !important;
}
.bootstrap .fw-normal {
  font-weight: 400 !important;
}
.bootstrap .fw-bold {
  font-weight: 700 !important;
}
.bootstrap .fw-bolder {
  font-weight: bolder !important;
}
.bootstrap .lh-1 {
  line-height: 1 !important;
}
.bootstrap .lh-sm {
  line-height: 1.25 !important;
}
.bootstrap .lh-base {
  line-height: 1.5 !important;
}
.bootstrap .lh-lg {
  line-height: 2 !important;
}
.bootstrap .text-start {
  text-align: left !important;
}
.bootstrap .text-end {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
.bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap .text-decoration-underline {
  text-decoration: underline !important;
}
.bootstrap .text-decoration-line-through {
  text-decoration: line-through !important;
}
.bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap .text-wrap {
  white-space: normal !important;
}
.bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.bootstrap .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.bootstrap .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.bootstrap .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.bootstrap .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.bootstrap .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.bootstrap .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.bootstrap .text-opacity-100 {
  --bs-text-opacity: 1;
}
.bootstrap .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bootstrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bootstrap .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bootstrap .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bootstrap .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bootstrap .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bootstrap .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bootstrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bootstrap .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.bootstrap .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.bootstrap .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.bootstrap .pe-none {
  pointer-events: none !important;
}
.bootstrap .pe-auto {
  pointer-events: auto !important;
}
.bootstrap .rounded {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap .rounded-1 {
  border-radius: 0.2rem !important;
}
.bootstrap .rounded-2 {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-3 {
  border-radius: 0.3rem !important;
}
.bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bootstrap .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bootstrap .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.bootstrap .visible {
  visibility: visible !important;
}
.bootstrap .invisible {
  visibility: hidden !important;
}
body[data-aos-duration="50"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] .bootstrap [data-aos].aos-animate, .bootstrap [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body[data-aos-easing=linear] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] .bootstrap [data-aos], .bootstrap [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bootstrap [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
.bootstrap [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.bootstrap [data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
.bootstrap [data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
.bootstrap [data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
.bootstrap [data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
.bootstrap [data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
.bootstrap [data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
.bootstrap [data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
.bootstrap [data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
.bootstrap [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
.bootstrap [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.bootstrap [data-aos=zoom-in] {
  transform: scale(0.6);
}
.bootstrap [data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
.bootstrap [data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
.bootstrap [data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
.bootstrap [data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
.bootstrap [data-aos=zoom-out] {
  transform: scale(1.2);
}
.bootstrap [data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
.bootstrap [data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
.bootstrap [data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
.bootstrap [data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
.bootstrap [data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
.bootstrap [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}
.bootstrap [data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
.bootstrap [data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
.bootstrap [data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
.bootstrap [data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
.bootstrap [data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}
.bootstrap [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
.bootstrap [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.bootstrap [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
.bootstrap [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
.bootstrap [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
.bootstrap [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.bootstrap [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
.bootstrap [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
@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-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.bootstrap .swiper,
.bootstrap swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.bootstrap .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.bootstrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.bootstrap .swiper-android .swiper-slide,
.bootstrap .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.bootstrap .swiper-horizontal {
  touch-action: pan-y;
}
.bootstrap .swiper-vertical {
  touch-action: pan-x;
}
.bootstrap .swiper-slide,
.bootstrap swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.bootstrap .swiper-slide-invisible-blank {
  visibility: hidden;
}
.bootstrap .swiper-autoheight,
.bootstrap .swiper-autoheight .swiper-slide {
  height: auto;
}
.bootstrap .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.bootstrap .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bootstrap .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.bootstrap .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.bootstrap .swiper-3d {
  perspective: 1200px;
}
.bootstrap .swiper-3d .swiper-slide,
.bootstrap .swiper-3d .swiper-slide-shadow,
.bootstrap .swiper-3d .swiper-slide-shadow-left,
.bootstrap .swiper-3d .swiper-slide-shadow-right,
.bootstrap .swiper-3d .swiper-slide-shadow-top,
.bootstrap .swiper-3d .swiper-slide-shadow-bottom,
.bootstrap .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.bootstrap .swiper-3d .swiper-slide-shadow,
.bootstrap .swiper-3d .swiper-slide-shadow-left,
.bootstrap .swiper-3d .swiper-slide-shadow-right,
.bootstrap .swiper-3d .swiper-slide-shadow-top,
.bootstrap .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.bootstrap .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.bootstrap .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.bootstrap .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.bootstrap .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.bootstrap .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.bootstrap .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.bootstrap .swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.bootstrap .swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.bootstrap .swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.bootstrap .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.bootstrap .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.bootstrap .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.bootstrap .swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.bootstrap .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.bootstrap .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.bootstrap swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.bootstrap .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.bootstrap .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.bootstrap .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bootstrap .swiper .swiper-notification,
.bootstrap swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.bootstrap .swiper-cards {
  overflow: visible;
}
.bootstrap .swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.bootstrap .swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.bootstrap .swiper-cube {
  overflow: visible;
}
.bootstrap .swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.bootstrap .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.bootstrap .swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.bootstrap .swiper-cube .swiper-slide-active, .bootstrap .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.bootstrap .swiper-cube .swiper-slide-active,
.bootstrap .swiper-cube .swiper-slide-next,
.bootstrap .swiper-cube .swiper-slide-prev,
.bootstrap .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.bootstrap .swiper-cube .swiper-slide-shadow-top,
.bootstrap .swiper-cube .swiper-slide-shadow-bottom,
.bootstrap .swiper-cube .swiper-slide-shadow-left,
.bootstrap .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bootstrap .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.bootstrap .swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.bootstrap .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.bootstrap .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.bootstrap .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.bootstrap .swiper-fade .swiper-slide-active, .bootstrap .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.bootstrap .swiper-flip {
  overflow: visible;
}
.bootstrap .swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.bootstrap .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.bootstrap .swiper-flip .swiper-slide-active, .bootstrap .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.bootstrap .swiper-flip .swiper-slide-shadow-top,
.bootstrap .swiper-flip .swiper-slide-shadow-bottom,
.bootstrap .swiper-flip .swiper-slide-shadow-left,
.bootstrap .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bootstrap .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.bootstrap .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.bootstrap .swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.bootstrap .swiper-button-prev,
.bootstrap .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.bootstrap .swiper-button-prev.swiper-button-disabled,
.bootstrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.bootstrap .swiper-button-prev.swiper-button-hidden,
.bootstrap .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .bootstrap .swiper-button-prev,
.swiper-navigation-disabled .bootstrap .swiper-button-next {
  display: none !important;
}
.bootstrap .swiper-button-prev:after,
.bootstrap .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.bootstrap .swiper-button-prev,
.bootstrap .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.bootstrap .swiper-button-prev:after,
.bootstrap .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.bootstrap .swiper-button-next,
.bootstrap .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.bootstrap .swiper-button-next:after,
.bootstrap .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.bootstrap .swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.bootstrap .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.bootstrap .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .bootstrap .swiper-pagination, .bootstrap .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.bootstrap .swiper-pagination-fraction,
.bootstrap .swiper-pagination-custom,
.bootstrap .swiper-horizontal > .swiper-pagination-bullets,
.bootstrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.bootstrap .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.bootstrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.bootstrap .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.bootstrap .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .bootstrap .swiper-pagination-bullet {
  cursor: pointer;
}
.bootstrap .swiper-pagination-bullet:only-child {
  display: none !important;
}
.bootstrap .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.bootstrap .swiper-vertical > .swiper-pagination-bullets,
.bootstrap .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.bootstrap .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.bootstrap .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.bootstrap .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.bootstrap .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.bootstrap .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.bootstrap .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.bootstrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bootstrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.bootstrap .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.bootstrap .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.bootstrap .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.bootstrap .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.bootstrap .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.bootstrap :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.bootstrap .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.bootstrap .swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}
.bootstrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .bootstrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .bootstrap .swiper-pagination-progressbar, .bootstrap .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .bootstrap .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .bootstrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .bootstrap .swiper-pagination-progressbar, .bootstrap .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .bootstrap .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .bootstrap .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.bootstrap .swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.bootstrap .swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .bootstrap .swiper-scrollbar, .bootstrap .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .bootstrap .swiper-scrollbar, .bootstrap .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .bootstrap .swiper-scrollbar, .bootstrap .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.bootstrap .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.bootstrap .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.bootstrap .swiper-scrollbar-lock {
  display: none;
}
.bootstrap .swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.bootstrap .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.bootstrap .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.bootstrap .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.bootstrap .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bootstrap .swiper-zoom-container > img,
.bootstrap .swiper-zoom-container > svg,
.bootstrap .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bootstrap .swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.bootstrap .swiper-fv {
  position: relative;
  overflow: hidden;
}
.bootstrap .swiper-fv .swiper-button-prev,
.bootstrap .swiper-fv .swiper-button-next {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: auto;
  bottom: 13.2%;
  z-index: 9;
}
.bootstrap .swiper-fv .swiper-button-prev:after,
.bootstrap .swiper-fv .swiper-button-next:after {
  content: "";
  width: 7px;
  height: 11px;
  background: no-repeat center center/cover;
}
.bootstrap .swiper-fv .swiper-button-prev:hover,
.bootstrap .swiper-fv .swiper-button-next:hover {
  opacity: 0.6;
}
.bootstrap .swiper-fv .swiper-button-prev {
  left: auto;
  right: calc(6vw + 61px);
}
.bootstrap .swiper-fv .swiper-button-prev:after {
  background-image: url("../hhd/img/icon/arrow-left.svg");
}
.bootstrap .swiper-fv .swiper-button-next {
  right: 6vw;
}
.bootstrap .swiper-fv .swiper-button-next:after {
  background-image: url("../hhd/img/icon/arrow-right.svg");
}
.bootstrap .swiper-line-up {
  position: relative;
}
.bootstrap .swiper-line-up .swiper-button-prev,
.bootstrap .swiper-line-up .swiper-button-next {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #444;
  top: 28%;
}
.bootstrap .swiper-line-up .swiper-button-prev:after,
.bootstrap .swiper-line-up .swiper-button-next:after {
  content: "";
  width: 7px;
  height: 11px;
  background: no-repeat center center/cover;
}
.bootstrap .swiper-line-up .swiper-button-prev {
  left: 10px;
}
.bootstrap .swiper-line-up .swiper-button-prev:after {
  background-image: url("../hhd/img/icon/arrow-left.svg");
}
.bootstrap .swiper-line-up .swiper-button-next {
  right: 10px;
}
.bootstrap .swiper-line-up .swiper-button-next:after {
  background-image: url("../hhd/img/icon/arrow-right.svg");
}
.bootstrap :root {
  scroll-behavior: auto;
}
.bootstrap html.wf-active body {
  visibility: visible;
}
.bootstrap body {
  position: relative;
  visibility: hidden;
}
.bootstrap .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;
}
.bootstrap .serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bootstrap a,
.bootstrap a img {
  transition: all 0.15s ease;
}
.bootstrap a.underline {
  text-decoration: underline;
}
.bootstrap a.underline:hover {
  text-decoration: none;
}
.bootstrap a .img-responsive {
  display: inline-block;
}
.bootstrap .both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}
.bootstrap .both-side-slash:before, .bootstrap .both-side-slash:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.bootstrap .both-side-slash:before {
  left: 0;
  background: url("../img/common/slash-left.png") no-repeat 0 0;
}
.bootstrap .both-side-slash:after {
  right: 0;
  background: url("../img/common/slash-right.png") no-repeat 100% 0;
}
.bootstrap .both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}
.bootstrap .google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}
.bootstrap .google-map-container iframe,
.bootstrap .google-map-container object,
.bootstrap .google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap img.width-100p {
  width: 100% !important;
}
.bootstrap hr {
  background-color: transparent;
  opacity: 1;
}
.bootstrap hr.hr-arrow-bottom-red {
  height: auto;
  border-top: 0;
}
.bootstrap hr.hr-arrow-bottom-red:after {
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-color: #f00 transparent transparent;
  border-style: solid;
  border-width: 50px 100px 0;
  content: "";
}
.bootstrap .both-side-line {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.bootstrap .both-side-line:before, .bootstrap .both-side-line:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  content: "";
}
.bootstrap .both-side-line:before {
  left: 0;
}
.bootstrap .both-side-line:after {
  right: 0;
}
.bootstrap mark,
.bootstrap .mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}
.bootstrap .page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}
.bootstrap .page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}
.bootstrap .page-header.paint-drop-green {
  padding: 0;
  background: url("../img/common/paint-drop.png") no-repeat 50% 0;
}
.bootstrap .page-header.paint-drop-green .title {
  padding-top: 48px;
  padding-bottom: 48px;
  vertical-align: top;
}
.bootstrap .page-header small, .bootstrap .page-header .small {
  display: block;
}
.bootstrap ul,
.bootstrap ol {
  padding-left: 1.5em;
}
.bootstrap .list-inline {
  margin-left: 0;
}
.bootstrap .list-inline > li:first-child {
  padding-left: 0;
}
.bootstrap .list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  border-right: 1px solid #999;
}
.bootstrap .list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}
.bootstrap .list-dot-orange {
  padding: 0;
  margin: 0;
}
.bootstrap .list-dot-orange li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}
.bootstrap .list-dot-orange li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #e6872c;
  border-radius: 50%;
  content: "";
}
.bootstrap .list-disc-orange-lg li {
  position: relative;
  padding: 0 0 0 1.5em;
}
.bootstrap .list-disc-orange-lg li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff8c00;
  border-radius: 5px;
  content: "";
}
.bootstrap .list-disc-dark-blue {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-disc-dark-blue li {
  position: relative;
  padding-left: 13px;
}
.bootstrap .list-disc-dark-blue li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1e374e;
  border-radius: 5px;
  content: "";
}
.bootstrap .list-link-footer {
  margin-bottom: 0;
}
.bootstrap .list-link-footer li {
  margin-bottom: 7px;
}
.bootstrap .dl-list-indent {
  margin-bottom: 0;
}
.bootstrap .dl-list-indent,
.bootstrap .dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.bootstrap .dl-list-indent dt,
.bootstrap .dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.bootstrap .dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.bootstrap .dl-list-indent dt img {
  display: block;
}
.bootstrap .dl-list-indent dd {
  width: 10000px;
}
.bootstrap .dl-list-news .label {
  margin-left: 10px;
}
.bootstrap .highlight-yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.bootstrap .text-gray {
  color: #ccc !important;
}
.bootstrap .text-red {
  color: #f00 !important;
}
.bootstrap .text-white {
  color: #fff !important;
}
.bootstrap .text-bold {
  font-weight: bold !important;
}
.bootstrap .text-break {
  word-break: break-all !important;
}
.bootstrap .text-emphasis {
  font-size: 3rem;
  line-height: 4.5rem;
}
.bootstrap .text-emphasis .fs-xxs {
  font-size: 1rem;
}
.bootstrap .text-emphasis .fs-xs {
  font-size: 1.5rem;
}
.bootstrap .text-emphasis .fs-sm {
  font-size: 2rem;
}
.bootstrap .text-emphasis .fs-lg {
  font-size: 6rem;
}
.bootstrap .text-emphasis .fs-xlg {
  font-size: 8rem;
}
.bootstrap .text-switch-color {
  position: relative;
  width: 100%;
  padding: 40px 0 0 20%;
}
.bootstrap .text-switch-color .text-overflow {
  position: absolute;
  top: 50%;
  left: 7.5%;
  margin: -35px 0 0;
}
.bootstrap .text-switch-color .text-overflow .inner {
  position: relative;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
.bootstrap .text-switch-color .text-overflow .inner .text-below {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.bootstrap .text-switch-color .text-overflow .inner:nth-child(2) {
  margin: 15px 0 0;
}
.bootstrap .text-switch-color .text-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.bootstrap .text-switch-color .text-black .text-overflow {
  left: 37.5%;
}
.bootstrap .text-switch-color .text-black .text-overflow .inner {
  color: rgb(0, 0, 0);
}
.bootstrap .text-switch-color .bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  background: url("../img/common/bg-room.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.bootstrap .text-shadow-outline-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000;
  color: #fff;
}
.bootstrap .text-shadow-outline-blurred-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 2px 3px 2px #000, 2px -3px 2px #000, -2px 3px 2px #000, -2px -3px 2px #000, 3px 0 2px #000, 0 3px 2px #000, -3px 0 2px #000, 0 -3px 2px #000;
  color: #fff;
}
.bootstrap .text-fluffy > span {
  display: inline-block;
  white-space: pre-wrap;
  opacity: 0;
  transition: all 1.4s ease;
}
.bootstrap .text-fluffy > span:nth-child(0) {
  transform: translate(1px, 8px);
  transition-delay: 0.1s;
}
.bootstrap .text-fluffy > span:nth-child(1) {
  transform: translate(-2px, 4px);
  transition-delay: 0.3s;
}
.bootstrap .text-fluffy > span:nth-child(2) {
  transform: translate(3px, 2px);
  transition-delay: 0.4s;
}
.bootstrap .text-fluffy > span:nth-child(3) {
  transform: translate(-4px, 8px);
  transition-delay: 0.6s;
}
.bootstrap .text-fluffy > span:nth-child(4) {
  transform: translate(-2px, 2px);
  transition-delay: 0.8s;
}
.bootstrap .text-fluffy > span:nth-child(5) {
  transform: translate(2px, 4px);
  transition-delay: 1s;
}
.bootstrap .text-fluffy > span:nth-child(6) {
  transform: translate(2px, -4px);
  transition-delay: 1.2s;
}
.bootstrap .text-fluffy > span:nth-child(7) {
  transform: translate(-2px, 1px);
  transition-delay: 1.3s;
}
.bootstrap .text-fluffy > span:nth-child(8) {
  transform: translate(4px, -4px);
  transition-delay: 1.4s;
}
.bootstrap .text-fluffy > span:nth-child(9) {
  transform: translate(2px, 2px);
  transition-delay: 1.5s;
}
.bootstrap .text-fluffy > span:nth-child(10) {
  transform: translate(-2px, -1px);
  transition-delay: 1.6s;
}
.bootstrap .text-fluffy > span:nth-child(11) {
  transform: translate(-2px, 1px);
  transition-delay: 1.8s;
}
.bootstrap .text-fluffy > span:nth-child(12) {
  transform: translate(2px, -4px);
  transition-delay: 2s;
}
.bootstrap .text-fluffy > span:nth-child(13) {
  transform: translate(-2px, 3px);
  transition-delay: 2.1s;
}
.bootstrap .text-fluffy > span:nth-child(14) {
  transform: translate(2px, 1px);
  transition-delay: 2.2s;
}
.bootstrap .text-fluffy > span:nth-child(15) {
  transform: translate(-2px, -3px);
  transition-delay: 2.3s;
}
.bootstrap .text-fluffy > span:nth-child(16) {
  transform: translate(-2px, -3px);
  transition-delay: 2.4s;
}
.bootstrap .text-fluffy > span:nth-child(17) {
  transform: translate(-2px, -3px);
  transition-delay: 2.5s;
}
.bootstrap .text-fluffy > span:nth-child(18) {
  transform: translate(-2px, -3px);
  transition-delay: 2.6s;
}
.bootstrap .text-fluffy > span:nth-child(19) {
  transform: translate(-2px, -3px);
  transition-delay: 2.7s;
}
.bootstrap .text-fluffy.active > span {
  opacity: 1;
  transform: translate(0, 0);
}
.bootstrap address {
  margin-bottom: 0;
  line-height: 1.1;
}
.bootstrap .text-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap .scroll-animation {
  position: absolute;
  bottom: 212px;
  left: -2vw;
  z-index: 2;
  transform: rotate(90deg);
  text-decoration: none;
}
.bootstrap .scroll-animation .text {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.bootstrap .scroll-animation .line {
  display: inline-block;
  width: 110px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
}
.bootstrap .scroll-animation .line:before {
  position: absolute;
  top: 13.5px;
  left: 84px;
  width: 5px;
  height: 5px;
  margin-left: 0;
  background-color: #fff;
  content: "";
  box-sizing: border-box;
  -webkit-animation: infinite-top-to-bottom 2s infinite;
  animation: infinite-top-to-bottom 2s infinite;
}
@-webkit-keyframes infinite-top-to-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(62px, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes infinite-top-to-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(62px, 0);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes infinite-top-to-bottom-sp {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(15px, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes infinite-top-to-bottom-sp {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(15px, 0);
  }
  100% {
    opacity: 0;
  }
}
.bootstrap .row-0 {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .row-0 > div,
.bootstrap .row-0 > li {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap .row-5 > div,
.bootstrap .row-5 > li {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap .row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.bootstrap .row-10 > div,
.bootstrap .row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}
.bootstrap .gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap .col-base {
  position: relative;
  min-height: 1px;
}
.bootstrap .col-xs-15 {
  float: left;
  width: 20%;
}
.bootstrap .col-sidebar,
.bootstrap .col-main {
  position: relative;
  margin-top: 60px;
}
.bootstrap .container-fluid-0 {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .container-img-parallax {
  max-width: 1920px;
  margin-top: 200px;
  margin-bottom: 100px;
}
.bootstrap .container {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap .btn {
  transition: all 0.15s ease;
}
.bootstrap .btn.btn-contact {
  background-color: #f29901;
  border-radius: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap .btn-outline-md {
  background: url("../hhd/img/icon/link.svg") no-repeat right 65px center/36px 6px;
  color: #fff;
  border-color: #fff;
  font-size: 21px;
  border-radius: 0;
  padding: 25px 65px;
  text-align: left;
}
.bootstrap .btn-outline-md:active, .bootstrap .btn-outline-md:focus {
  border-color: #fff;
  color: #fff;
}
.bootstrap .btn-outline-md:hover {
  border-color: #fff;
  color: #fff;
  background-position: right 55px center;
}
.bootstrap .btn-double-chevron {
  position: relative;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  background-image: url("../hhd/img/icon/double-chevron.svg");
  background-position-x: 92.5%;
  background-position-y: center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  text-align: left;
  padding: 26px 25px 17px;
}
.bootstrap .btn-double-chevron:active, .bootstrap .btn-double-chevron:focus {
  border: 2px solid #fff;
  color: #fff;
}
.bootstrap .btn-double-chevron span {
  display: block;
}
.bootstrap .btn-double-chevron span.ja {
  font-size: 14px;
}
.bootstrap .btn-double-chevron span.en {
  font-size: 27px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.bootstrap .btn-double-chevron:hover {
  color: #e5c043;
  border-color: #e5c043;
  background-image: url("../hhd/img/icon/double-chevron-yellow.svg");
}
.bootstrap .btn-yellow {
  border-radius: 0;
  border: 2px solid #000;
  background: #e5c043 url("../hhd/img/icon/link-black.svg") no-repeat right 32px center/24px 4px;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 12px 32px;
}
.bootstrap .btn-yellow:active, .bootstrap .btn-yellow:focus {
  background: #e5c043 url("../hhd/img/icon/link-black.svg") no-repeat right 32px center/24px 4px;
  border: 2px solid #000;
}
.bootstrap .btn-yellow:hover {
  background-color: #e5c043;
  border: 2px solid #000;
  background-position: right 28px center;
}
.bootstrap .btn-outline-block {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 0.3em;
  display: block;
  padding: 15px;
}
.bootstrap .btn-outline-block:focus, .bootstrap .btn-outline-block.focus {
  color: #000;
  background-color: #fff;
}
.bootstrap .btn-outline-block:hover {
  color: #000;
  background-color: #fff;
}
.bootstrap .btn-outline-block:active, .bootstrap .btn-outline-block.active, .open > .bootstrap .btn-outline-block.dropdown-toggle {
  color: #000;
  background-color: #fff;
}
.bootstrap .btn-outline-block:active:hover, .bootstrap .btn-outline-block:active:focus, .bootstrap .btn-outline-block:active.focus, .bootstrap .btn-outline-block.active:hover, .bootstrap .btn-outline-block.active:focus, .bootstrap .btn-outline-block.active.focus, .open > .bootstrap .btn-outline-block.dropdown-toggle:hover, .open > .bootstrap .btn-outline-block.dropdown-toggle:focus, .open > .bootstrap .btn-outline-block.dropdown-toggle.focus {
  color: #000;
  background-color: #fff;
}
.bootstrap .btn-outline-block:active, .bootstrap .btn-outline-block.active {
  background-image: none;
}
.open > .bootstrap .btn-outline-block .dropdown-toggle {
  background-image: none;
}
.bootstrap .btn-outline-block.disabled:hover, .bootstrap .btn-outline-block.disabled:focus, .bootstrap .btn-outline-block.disabled.focus, .bootstrap .btn-outline-block[disabled]:hover, .bootstrap .btn-outline-block[disabled]:focus, .bootstrap .btn-outline-block[disabled].focus, fieldset[disabled] .bootstrap .btn-outline-block:hover, fieldset[disabled] .bootstrap .btn-outline-block:focus, fieldset[disabled] .bootstrap .btn-outline-block.focus {
  background-color: #000;
}
.bootstrap .btn-close-container {
  position: absolute;
  top: 16px;
  right: 14px;
  z-index: 1;
}
.bootstrap .btn-close {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  background: none;
  background-color: #fff;
}
.bootstrap .btn-close:hover, .bootstrap .btn-close:active, .bootstrap .btn-close:focus {
  box-shadow: none;
  background-color: #000;
}
.bootstrap .btn-close:hover:before, .bootstrap .btn-close:hover:after, .bootstrap .btn-close:active:before, .bootstrap .btn-close:active:after, .bootstrap .btn-close:focus:before, .bootstrap .btn-close:focus:after {
  background: #fff;
}
.bootstrap .btn-close:before, .bootstrap .btn-close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 21px;
  right: 0;
  left: 0;
  margin: auto;
  background: #000;
  transform: rotate(45deg);
  content: "";
}
.bootstrap .btn-close:after {
  transform: rotate(-45deg);
}
.bootstrap .btn-collapse {
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  background: url("../hhd/img/section/faq/bg-yellow.png") no-repeat 0 0/100% auto;
  text-align: left;
  padding: 10px 96px;
  position: relative;
  height: 89px;
  display: flex;
  align-items: center;
}
.bootstrap .btn-collapse:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 32px;
  width: 38px;
  height: 38px;
  background: url("../hhd/img/icon/brush.svg") no-repeat 0 0/cover;
}
.bootstrap .btn-collapse.collapsed .arrow {
  transform: rotate(180deg);
}
.bootstrap .btn-collapse:hover {
  opacity: 0.8;
}
.bootstrap .btn-collapse .arrow {
  position: absolute;
  top: 27px;
  right: 39px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.bootstrap .btn-collapse .arrow img {
  width: 13px;
}
.bootstrap .navbar-header {
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap .navbar-header.bg-dark {
  background-color: #000 !important;
}
.bootstrap .navbar-header .container-fluid, .bootstrap .navbar-header .container-sm, .bootstrap .navbar-header .container-md, .bootstrap .navbar-header .container-lg, .bootstrap .navbar-header .container-xl, .bootstrap .navbar-header .container-xxl {
  padding-left: 30px;
  padding-right: 0;
}
.bootstrap .navbar-header .navbar-brand {
  width: 170px;
  padding: 0;
}
.bootstrap .navbar-header .navbar-brand h1, .bootstrap .navbar-header .navbar-brand .h1 {
  font-size: 0;
}
.bootstrap .navbar-header .navbar-collapse {
  justify-content: flex-end;
}
.bootstrap .navbar-header .navbar-collapse .nav-link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 21px;
}
.bootstrap .navbar-header .navbar-collapse .nav-link:hover {
  opacity: 0.6;
}
.bootstrap .navbar-header .navbar-collapse .nav-link span {
  display: block;
}
.bootstrap .navbar-header .navbar-info .nav-item.nav-item-contact a {
  color: #fff;
  background: #f29901 url("../img/icon/mail.svg") no-repeat 45px 50%/28px 20px;
  font-size: 13px;
  line-height: 2;
  text-decoration: none;
  width: 212px;
  display: block;
  text-align: center;
  padding: 27px 20px 27px 60px;
}
.bootstrap .navbar-header .navbar-info .nav-item.nav-item-contact a:hover {
  opacity: 0.6;
}
.bootstrap .navbar-header .navbar-toggler {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bootstrap .navbar-header .navbar-toggler:hover, .bootstrap .navbar-header .navbar-toggler:active, .bootstrap .navbar-header .navbar-toggler:focus {
  box-shadow: none;
}
.bootstrap .navbar-header .navbar-toggler.collapsed span:nth-child(1) {
  margin-bottom: 8px;
  transform: translateY(0) rotate(0deg);
}
.bootstrap .navbar-header .navbar-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}
.bootstrap .navbar-header .navbar-toggler.collapsed span:nth-child(3) {
  margin-top: 8px;
  transform: translateY(0) rotate(0deg);
}
.bootstrap .navbar-header .navbar-toggler span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 1px;
  transition: 0.4s;
}
.bootstrap .navbar-header .navbar-toggler span:nth-child(1) {
  margin-bottom: 7px;
  transform: translateY(8px) rotate(45deg);
}
.bootstrap .navbar-header .navbar-toggler span:nth-child(2) {
  opacity: 0;
}
.bootstrap .navbar-header .navbar-toggler span:nth-child(3) {
  margin-top: 7px;
  transform: translateY(-8px) rotate(-45deg);
}
.bootstrap .media-features {
  position: relative;
}
.bootstrap .media-features .media-content {
  position: absolute;
}
.bootstrap .media-features.media-features-1 {
  margin-bottom: 274px;
}
.bootstrap .media-features.media-features-1 .media-content {
  top: -82px;
  left: 0;
  right: 0;
}
.bootstrap .media-features.media-features-1 .image-2 {
  margin-bottom: 120px;
}
.bootstrap .media-features.media-features-2 .media-content {
  top: -146px;
  left: 0;
  right: 0;
  text-align: right;
}
.bootstrap .media-features.media-features-2 .image-2 {
  margin-bottom: 47px;
}
.bootstrap .media-futures {
  padding: 54px 58px 59px 46px;
  position: relative;
}
.bootstrap .media-futures.media-futures-2 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.bootstrap .media-futures.media-futures-3 {
  padding-top: 64px;
}
.bootstrap .media-futures.media-futures-3:after {
  display: none;
}
.bootstrap .media-futures:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: url("../hhd/img/section/features/hhd/line.png") no-repeat 50% 50%;
}
.bootstrap .media-futures .title-futures {
  margin-bottom: 33px;
}
.bootstrap .media-futures .title-brown-29 {
  margin-bottom: 17px;
}
.bootstrap .media-futures .text {
  color: #3f2721;
  font-size: 18px;
  line-height: 2;
}
.bootstrap .media-360vr .text {
  color: #fff;
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 40px;
}
.bootstrap .media-case {
  background: no-repeat 0 50%/cover;
  padding-top: 92px;
  padding-bottom: 72px;
}
.bootstrap .media-case .media-title {
  color: #fff;
  padding: 26px 53px 4px 32px;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 21px;
  display: inline-block;
  position: relative;
  background-image: url("../hhd/img/icon/double-quote-start.png"), url("../hhd/img/icon/double-quote-end.png");
  background-size: 30px 23px;
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
}
.bootstrap .media-case .title-yellow {
  margin-bottom: 7px;
}
.bootstrap .media-case .text {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.085em;
  margin-bottom: 29px;
}
.bootstrap .media-case .btn-yellow {
  max-width: 197px;
}
.bootstrap .media-case.media-case-1 .title-yellow {
  width: 135px;
}
.bootstrap .media-case.media-case-2 .title-yellow {
  width: 166px;
}
.bootstrap .media-case.media-case-3 .title-yellow {
  width: 124px;
}
.bootstrap .modal.show {
  background-color: rgba(0, 0, 0, 0.8);
}
.bootstrap .modal .modal-dialog {
  max-width: 832px;
}
.bootstrap .modal .modal-content {
  background: url("../hhd/img/section/line-up/square.png");
  border-radius: 14px;
}
.bootstrap .modal .modal-body {
  padding: 54px 64px 54px 50px;
}
.bootstrap .modal .title-modal {
  margin-bottom: 32px;
}
.bootstrap .modal .table-modal {
  min-width: 164px;
  margin-bottom: 0;
}
.bootstrap .modal .table-modal > tbody > tr:last-child > th,
.bootstrap .modal .table-modal > tbody > tr:last-child > td {
  font-weight: normal;
}
.bootstrap .modal .table-modal > tbody > tr > th,
.bootstrap .modal .table-modal > tbody > tr > td {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding: 8px 0 1px;
}
.bootstrap .modal .table-modal > tbody > tr > th {
  padding-left: 3px;
  padding-right: 4px;
  width: 43.5%;
}
.bootstrap .modal .table-modal > tbody > tr > td {
  text-align: right;
  letter-spacing: -0.05em;
}
.bootstrap .modal .plan {
  position: relative;
}
.bootstrap .modal .plan-view-name {
  text-align: center;
  font-size: 14px;
  border: 1px solid #000;
  position: absolute;
  top: 11px;
  left: 8px;
  padding-right: 13px;
  padding-left: 13px;
  letter-spacing: 0.13em;
}
.bootstrap .modal .category-name {
  margin-bottom: 16px;
}
.bootstrap .bg-room {
  background-image: url("../hhd/img/common/bg-room.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bootstrap .bg-dot {
  background: url("../hhd/img/common/bg-dot.png") repeat 0 0;
}
.bootstrap .bg-common {
  background-image: url("../hhd/img/common/bg-wood-grain.png");
  background-position: 50% 0;
  background-size: cover;
  background-color: #000;
}
.bootstrap .bg-gray {
  background-color: #ccc !important;
}
.bootstrap .bg-light-salmon {
  background-color: #ffa07a !important;
}
.bootstrap .bg-red {
  background-color: #f00 !important;
}
.bootstrap .bg-light-blue {
  background-color: #add8e6 !important;
}
.bootstrap .bg-blue {
  background-color: #0051c3 !important;
}
.bootstrap .bg-dodger-blue {
  background-color: #7ec3ec !important;
}
.bootstrap .bg-green-yellow {
  background-color: #a6d171 !important;
}
.bootstrap .bg-soft-red {
  background-color: #f49980 !important;
}
.bootstrap .bg-orange {
  background-color: #f4bd50 !important;
}
.bootstrap .bg-white {
  background-color: #fff !important;
}
.bootstrap .width-15p {
  width: 15% !important;
}
.bootstrap .width-16p {
  width: 16% !important;
}
.bootstrap .width-18p {
  width: 18% !important;
}
.bootstrap .width-20p {
  width: 20% !important;
}
.bootstrap .width-30p {
  width: 30% !important;
}
.bootstrap .width-40p {
  width: 40% !important;
}
.bootstrap .width-50p {
  width: 50% !important;
}
.bootstrap .width-150 {
  width: 150px !important;
}
.bootstrap .max-width-800 {
  max-width: 800px !important;
}
.bootstrap .max-width-1280 {
  max-width: 1280px !important;
}
.bootstrap .clear {
  clear: both !important;
}
.bootstrap .v-top {
  vertical-align: top !important;
}
.bootstrap .v-middle {
  vertical-align: middle !important;
}
.bootstrap .v-bottom {
  vertical-align: bottom !important;
}
.bootstrap .box-shadow-yellow {
  box-shadow: 0 0 30px 15px rgb(255, 255, 0);
}
.bootstrap .box-shadow-yellow-spread-sm {
  box-shadow: 0 0 30px 0 rgb(255, 255, 0);
}
.bootstrap .box-shadow-yellow-spread-lg {
  box-shadow: 0 0 30px 20px rgb(255, 255, 0);
}
.bootstrap .fs11 {
  font-size: 11px !important;
}
.bootstrap .fs12 {
  font-size: 12px !important;
}
.bootstrap .fs14-xs {
  font-size: 14px !important;
}
.bootstrap .mt0 {
  margin-top: 0 !important;
}
.bootstrap .mr0 {
  margin-right: 0 !important;
}
.bootstrap .mb0 {
  margin-bottom: 0 !important;
}
.bootstrap .ml0 {
  margin-left: 0 !important;
}
.bootstrap .pt0 {
  padding-top: 0 !important;
}
.bootstrap .pr0 {
  padding-right: 0 !important;
}
.bootstrap .pb0 {
  padding-bottom: 0 !important;
}
.bootstrap .pl0 {
  padding-left: 0 !important;
}
.bootstrap .card-line-up {
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #fff;
  position: relative;
}
.bootstrap .card-line-up .card-tag {
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 18px 4px 11px;
  margin-bottom: 0;
}
.bootstrap .card-line-up .card-body {
  padding: 18px 0;
}
.bootstrap .card-line-up .card-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 19px;
}
.bootstrap .card-specification {
  padding: 21px 22px 21px;
  border: 0;
  border-radius: 18px;
  background-image: url("../hhd/img/section/line-up/bg-square.png");
  background-repeat: no-repeat;
}
.bootstrap .card-specification .card-body {
  padding: 0;
}
.bootstrap .card-specification .card-title {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.bootstrap .card-specification .card-list {
  padding-top: 4px;
}
.bootstrap .card-specification .card-list li {
  font-size: 15px;
}
.bootstrap .card-specification .card-list li:not(:last-child) {
  margin-bottom: 12px;
}
.bootstrap .card-specification .card-list li strong {
  margin-right: 13px;
}
.bootstrap .card-specification .card-text {
  font-size: 15px;
  margin-bottom: 0;
}
.bootstrap .card-white {
  display: block;
  max-width: 317px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap .card-white:hover {
  opacity: 0.8;
}
.bootstrap .card-white .card-title {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
.bootstrap .card-white .card-body {
  position: relative;
  max-width: 257px;
  padding: 19px 20px 10px;
  margin-top: -71px;
  background-color: #fff;
  border-bottom: 2px solid #e5c043;
}
.bootstrap .card-white .card-time {
  font-size: 12px;
  line-height: 1.1;
  color: #c9c9c9;
}
.bootstrap .card-option {
  border-radius: 0;
  border: 0;
  background: transparent;
  position: relative;
}
.bootstrap .card-option .card-header {
  border-bottom: 0;
  padding: 0;
  color: #fff;
  display: flex;
  margin-bottom: 4px;
}
.bootstrap .card-option .card-number {
  background-color: #e5c043;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 14px;
}
.bootstrap .card-option .card-title {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}
.bootstrap .card-option .card-img-top {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.bootstrap .title-brown-29 {
  color: #3f2721;
  font-size: 29px;
  font-weight: 900;
}
.bootstrap .title-yellow-35 {
  color: #e5c043;
  font-size: 35px;
  font-weight: 900;
}
.bootstrap .title-border-bottom {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
}
.bootstrap .title-common {
  display: flex;
  align-items: end;
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #e5c043;
}
.bootstrap .title-common img {
  margin-right: 18px;
}
.bootstrap .title-common .text-sm {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-left: 20px;
}
.bootstrap .title-common .text-sm:before, .bootstrap .title-common .text-sm:after {
  position: absolute;
  top: 5px;
  bottom: 0;
  height: 3px;
  width: 8px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #e5c043;
  content: "";
}
.bootstrap .title-common .text-sm:before {
  left: 0;
}
.bootstrap .title-common .text-sm:after {
  right: 0;
}
.bootstrap .title-border-bottom-gray {
  margin-bottom: 19px;
  padding-bottom: 25px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #505050;
}
.bootstrap .frame-paper {
  background: url("../hhd/img/section/features/hhd/bg.png") no-repeat 50% 0/cover;
  padding: 86px 68px 37px;
  position: relative;
}
.bootstrap .frame-paper .title-hdd {
  margin-bottom: 11px;
}
.bootstrap .frame-paper .logo {
  position: absolute;
  right: 112px;
  top: 87px;
}
.bootstrap .section-fv {
  position: relative;
}
.bootstrap .section-fv .title {
  position: absolute;
  left: 50%;
  top: 52.5%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.bootstrap .section-features {
  background: url("../hhd/img/section/features/bg.jpg") repeat-y 50% 0.3%/100% auto;
  padding-top: 190px;
  padding-bottom: 150px;
  margin-top: -8vw;
  overflow: hidden;
}
.bootstrap .section-features .container {
  max-width: 1190px;
}
.bootstrap .section-features .title {
  margin-bottom: 25px;
}
.bootstrap .section-features .title img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.bootstrap .section-features .list-logo {
  margin-bottom: 64px;
}
.bootstrap .section-features .list-logo li:nth-child(1) {
  width: 130px;
}
.bootstrap .section-features .list-logo li:nth-child(2) {
  width: 123px;
}
.bootstrap .section-features .list-logo li:nth-child(3) {
  width: 170px;
}
.bootstrap .section-features .list-logo li:not(:last-child) {
  margin-right: 50px;
}
.bootstrap .section-features .media-features-wrapper {
  margin-bottom: 286px;
}
.bootstrap .section-features .hhd .container {
  max-width: 1125px;
}
.bootstrap .section-features .frame-paper {
  margin-bottom: 141px;
}
.bootstrap .section-features .hhd-360vr .title-yellow-35 {
  margin-bottom: 48px;
  letter-spacing: 0.22em;
}
.bootstrap .section-features .hhd-360vr .btn-outline-md {
  display: block;
  margin-bottom: 20px;
}
.bootstrap .section-together {
  background: url("../hhd/img/section/together/bg.jpg") no-repeat 0 0/cover;
  padding-top: 172px;
  padding-bottom: 180px;
}
.bootstrap .section-together .container {
  max-width: 1090px;
}
.bootstrap .section-together .title {
  margin-bottom: 55px;
}
.bootstrap .section-together .btn-double-chevron {
  display: block;
}
.bootstrap .section-case {
  background: url("../hhd/img/section/case/bg.png") no-repeat 0 0/100% auto;
  margin-top: -7.9vw;
  padding-top: 189px;
}
.bootstrap .section-case .container {
  max-width: 1183px;
}
.bootstrap .section-case .title {
  padding-left: 15.5%;
  margin-bottom: 68px;
}
.bootstrap .section-case .case {
  margin-bottom: 76px;
}
.bootstrap .section-case .case.case-3 {
  margin-bottom: 0;
}
.bootstrap .section-case .case-title {
  color: #e5c043;
  font-style: italic;
  font-weight: bold;
  font-size: 28px;
  padding-left: 2.6vw;
  margin-bottom: 19px;
}
.bootstrap .section-case .case-title:before {
  content: "";
  display: inline-block;
  background-color: #e5c043;
  width: 95px;
  height: 1px;
  vertical-align: middle;
  margin-right: 8px;
}
.bootstrap .section-line-up {
  background-color: #000;
  padding-top: 162px;
  padding-bottom: 108px;
}
.bootstrap .section-line-up .title {
  padding-left: 6.4%;
  margin-bottom: 69px;
}
.bootstrap .section-line-up .container {
  max-width: 1090px;
}
.bootstrap .section-line-up .line-up-wrapper {
  margin-bottom: 78px;
}
.bootstrap .section-line-up .line-up {
  margin-bottom: 51px;
}
.bootstrap .section-line-up .title-border-bottom {
  margin-bottom: 41px;
}
.bootstrap .section-line-up .btn-outline-block {
  width: 100%;
}
.bootstrap .section-our-works {
  padding-bottom: 25px;
  background-color: #000;
}
.bootstrap .section-our-works .body {
  position: relative;
  padding-top: 31px;
  padding-left: 19px;
  padding-bottom: 43px;
  margin-top: -72px;
  background: linear-gradient(to right, #000 0%, #000 74%, #000 100%, #207cca 74%, transparent 74%, transparent 100%);
}
.bootstrap .section-our-works .container {
  max-width: 1094px;
}
.bootstrap .section-our-works .d-flex-our-works {
  color: #fff;
  flex-direction: column-reverse;
}
.bootstrap .section-our-works .d-flex-our-works .flex-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.bootstrap .section-our-works .d-flex-our-works .flex-shrink-right {
  padding-top: 35px;
}
.bootstrap .section-our-works .img-1 {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: -20px;
}
.bootstrap .section-our-works .lead {
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.857;
}
.bootstrap .section-a-site {
  padding-top: 36px;
  padding-bottom: 36px;
}
.bootstrap .section-a-site .container {
  max-width: 1160px;
}
.bootstrap .section-hhd-blogs {
  padding-top: 80px;
  padding-bottom: 20px;
}
.bootstrap .section-hhd-blogs .container {
  position: relative;
  max-width: 1093px;
}
.bootstrap .section-hhd-blogs .title-section {
  margin-bottom: 59px;
}
.bootstrap .section-hhd-blogs .title-section .text-sm {
  padding-bottom: 0;
}
.bootstrap .section-hhd-blogs .read-more-container {
  width: 100%;
  text-align: right;
}
.bootstrap .section-hhd-blogs .read-more {
  display: inline-flex;
  text-decoration: none;
  justify-content: end;
}
.bootstrap .section-hhd-blogs .read-more img {
  max-width: 123px;
  width: 100%;
}
.bootstrap .section-hhd-blogs .read-more svg {
  display: block;
  width: 50px;
  height: 7px;
  margin-top: 2px;
  margin-left: 19px;
}
.bootstrap .section-option {
  background-color: #000;
  padding-top: 41px;
  padding-bottom: 16px;
}
.bootstrap .section-option .container {
  max-width: 1090px;
}
.bootstrap .section-option .title {
  padding-left: 4.9vw;
  margin-bottom: 31px;
}
.bootstrap .section-option .row-xl-20 .col-6:nth-child(odd) .card-option:after {
  left: 0;
}
.bootstrap .section-option .row-xl-20 .col-6:nth-child(even) .card-option:after {
  right: 0;
}
.bootstrap .section-faq {
  padding-top: 145px;
  padding-bottom: 131px;
}
.bootstrap .section-faq .container {
  max-width: 1090px;
}
.bootstrap .section-faq .title-common {
  margin-bottom: 93px;
}
.bootstrap .section-faq .collapse-item {
  margin-bottom: 30px;
}
.bootstrap .section-faq .card-body {
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 2.2;
  font-weight: bold;
  background: url("../hhd/img/section/faq/bg-white.png") no-repeat 0 0/100% auto;
  padding: 26px 96px 21px;
  position: relative;
}
.bootstrap .section-faq .card-body:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 32px;
  width: 38px;
  height: 38px;
  background: url("../hhd/img/icon/brush-yellow.svg") no-repeat 0 0/cover;
}
.bootstrap .section-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  transition: 1s all ease;
}
.bootstrap .section-contact.active {
  opacity: 1;
  pointer-events: auto;
}
.bootstrap .section-contact.footer-static {
  position: static !important;
}
.bootstrap .section-contact .container {
  max-width: 1144px;
}
.bootstrap .section-contact a {
  color: #fff;
  text-decoration: none;
}
.bootstrap .section-contact .d-flex-contact {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}
.bootstrap .section-contact .d-flex-contact:hover {
  opacity: 0.9;
}
.bootstrap .section-contact .d-flex-contact.dark-orange {
  background: #f29901;
}
.bootstrap .section-contact .d-flex-contact.orange {
  background: #ffae14;
}
.bootstrap .section-contact .d-flex-contact.yellow {
  background: #ffc505;
}
.bootstrap .section-contact .d-flex-contact-number .flex-grow-right {
  font-size: 10px;
  line-height: 1.5;
}
.bootstrap .section-contact .flex-grow-right {
  margin-left: 8px;
  font-size: 14px;
  line-height: 2;
}
.bootstrap .section-contact .number {
  display: block;
  font-size: 24px;
  line-height: 1.01;
}
.bootstrap .section-contact .icon-mail {
  max-width: 37px;
}
.bootstrap .section-contact .icon-book {
  max-width: 35px;
}
.bootstrap .section-mini-hhd-playground {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding-bottom: 130px;
  background-image: url("../mini-hhd/img/section/mini-hhd-playground/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bootstrap .section-mini-hhd-playground .container {
  display: flex;
  justify-content: center;
}
.bootstrap .section-mini-hhd-plan {
  background-image: url("../mini-hhd/img/section/mini-hhd-plan/bg.png");
  background-size: 100% auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
  padding-top: 210px;
  padding-bottom: 236px;
  margin-top: -12vw;
}
.bootstrap .section-mini-hhd-plan .container {
  position: relative;
  max-width: 1088px;
}
.bootstrap .section-mini-hhd-plan .logo {
  position: absolute;
  right: 0;
  top: 0;
}
.bootstrap .mini-hhd-plan:nth-child(1n+2) {
  margin-top: 84px;
}
.bootstrap .mini-hhd-plan__title {
  display: flex;
  justify-content: flex-start;
}
.bootstrap .mini-hhd-plan__title span {
  flex-grow: 1;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #3f2721;
  padding-bottom: 22px;
  background-image: url("../mini-hhd/img/section/mini-hhd-plan/title-line.svg");
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
}
.bootstrap .mini-hhd-plan__content {
  display: flex;
}
.bootstrap .mini-hhd-plan__image {
  position: relative;
}
.bootstrap .mini-hhd-plan__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.bootstrap .mini-hhd-plan__slider {
  position: relative;
  z-index: 0;
}
.bootstrap .mini-hhd-plan__slider .swiper-button-prev,
.bootstrap .mini-hhd-plan__slider .swiper-button-next {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  border: 1px solid #3F2721;
  background-color: #fff;
  --swiper-navigation-sides-offset: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.bootstrap .mini-hhd-plan__slider .swiper-button-prev::after,
.bootstrap .mini-hhd-plan__slider .swiper-button-next::after {
  content: none;
}
.bootstrap .mini-hhd-plan__slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.44%22%20height%3D%2212.97%22%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%233f2721%3Bstroke-miterlimit%3A10%3Bstroke-width%3A.99212599px%22%20d%3D%22M8.13%2012.59.78%206.52%208.13.38%22%2F%3E%3C%2Fsvg%3E");
}
.bootstrap .mini-hhd-plan__slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.44%22%20height%3D%2212.97%22%3E%20%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%233f2721%3Bstroke-miterlimit%3A10%3Bstroke-width%3A.99212599px%22%20d%3D%22m.32%2012.59%207.35-6.07L.32.38%22%2F%3E%3C%2Fsvg%3E");
}
.bootstrap .mini-hhd-plan-swiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 453/340;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #fff;
}
.bootstrap .mini-hhd .title-common {
  color: #6cbfc1;
}
.bootstrap .mini-hhd .text-sm::before, .bootstrap .mini-hhd .text-sm::after {
  background-color: #6cbfc1;
}
.bootstrap .mini-hhd .card-option .card-number {
  background-color: #6cbfc1;
}
.bootstrap .mini-hhd .section-features .media-features.media-features-3 {
  margin-bottom: 0 !important;
}
.bootstrap .mini-hhd .section-option {
  background-color: transparent;
  padding-bottom: 80px;
}
.bootstrap .mini-hhd .section-line-up {
  background-color: transparent;
}
.bootstrap .mini-hhd .wood-bg {
  background: url("../mini-hhd/img/section/bg/bg.png") repeat-y 50% 0.3%/100% auto;
  padding-top: 190px;
  padding-bottom: 120px;
  margin-top: -8vw;
  overflow: hidden;
}
.bootstrap .mini-hhd .card-line-up .card-title {
  letter-spacing: 0.12em;
  font-weight: bold;
}
.bootstrap .mini-hhd .card-line-up .card-text span {
  color: #6cbfc1;
}
.bootstrap .mini-hhd .modal .img-house,
.bootstrap .mini-hhd .modal .plan-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap .mini-hhd .section-option {
  padding-bottom: 0;
}
.bootstrap footer {
  padding-top: 61px;
  background-color: #040a1d;
}
.bootstrap footer .container {
  max-width: 1116px;
}
.bootstrap footer,
.bootstrap footer a {
  font-size: 12px;
  color: #afafaf;
  text-decoration: none;
}
.bootstrap footer a:hover {
  opacity: 0.6;
  color: #afafaf;
}
.bootstrap footer .footer-address {
  line-height: 1.6;
  color: #505050;
}
.bootstrap footer .footer-logo {
  max-width: 144px;
}
.bootstrap footer .flex-shrink-left {
  margin-bottom: 43px;
}
.bootstrap footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 34px;
  border-top: 1px solid #505050;
}
.bootstrap .page-top {
  position: fixed;
  right: 20px;
  bottom: 148px;
  z-index: 999;
  transition: none;
}
.bootstrap .page-top img {
  border-radius: 50%;
  border: 1px solid #fff;
}
.bootstrap .page-top:hover img {
  opacity: 0.6;
}
.bootstrap .sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  width: 72px;
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  background-color: #fff;
}
.bootstrap .sidebar .list-social {
  padding-left: 0;
  list-style: none;
}
.bootstrap .sidebar .list-social > li {
  margin-bottom: 30px;
}
.bootstrap .sidebar .list-social > li:first-of-type {
  padding-bottom: 27px;
  margin-bottom: 35px;
  margin-left: 4px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.bootstrap .sidebar .list-social > li:last-of-type {
  margin-bottom: 0;
}
.bootstrap .chat-box {
  position: fixed;
  right: 10px;
  bottom: 58px;
  z-index: 999;
}
.bootstrap .chat-box img {
  max-width: 300px;
}
.bootstrap .fv-image {
  display: block;
  width: 100%;
}
.bootstrap .new-main-visual__video {
  display: block;
  width: 100%;
  height: auto;
}
.bootstrap .new-main-visual img {
  width: 100%;
}
.bootstrap .new-main-visual .slick-arrow {
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.bootstrap .new-main-visual .slick-prev {
  background-image: url("../images/index/main_visual_slider_prev.svg");
}
.bootstrap .new-main-visual .slick-next {
  background-image: url("../images/index/main_visual_slider_next.svg");
}
.bootstrap .section-intro__title {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.bootstrap .section-intro__title span {
  -webkit-text-stroke: 1px #000;
}
.bootstrap .section-intro__text {
  margin: 0;
  font-weight: bold;
  line-height: 2;
}
.bootstrap .section-product .container-fluid, .bootstrap .section-product .container-sm, .bootstrap .section-product .container-md, .bootstrap .section-product .container-lg, .bootstrap .section-product .container-xl, .bootstrap .section-product .container-xxl {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap .section-product__image {
  display: block;
  width: 100%;
  overflow: hidden;
}
.bootstrap .section-product__image img {
  width: 100%;
}
.bootstrap .section-product .row {
  --bs-gutter-x: 0;
  align-items: flex-end;
}
.bootstrap .section-product .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.bootstrap .section-product .row:nth-of-type(even) .section-product__image {
  border-radius: 10px 0 0 10px;
}
.bootstrap .section-product .row:nth-of-type(odd) .section-product__image {
  border-radius: 0 10px 10px 0;
}
.bootstrap .section-product__name {
  display: inline-flex;
  flex-direction: column;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
  background-image: url("../../asset/images/icon-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
}
.bootstrap .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bootstrap .section-title--left {
  justify-content: flex-start;
  align-items: flex-start;
}
.bootstrap .section-title small, .bootstrap .section-title .small {
  letter-spacing: 0.12em;
  color: #909090;
}
.bootstrap .section-title span {
  font-family: din-condensed, sans-serif;
  color: #b0d80a;
  letter-spacing: 0.06em;
}
.bootstrap .link-more {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
  background-image: url("../../asset/images/icon-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
}
.bootstrap .section-vr {
  background-color: #f2f2f2;
}
.bootstrap .section-vr .section-text {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.bootstrap .section-vr__wrap {
  background-color: #fff;
  border-radius: 9px;
}
.bootstrap .section-vr__content h3, .bootstrap .section-vr__content .h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid #000;
  color: #f19900;
}
.bootstrap .section-vr__content ul {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.14em;
  font-weight: bold;
}
.bootstrap .section-vr__content ul li:nth-child(1n+2) {
  margin-top: 16px;
}
.bootstrap .section-vr__content ul li img {
  max-width: 34px;
  margin-right: 10px;
}
.bootstrap .section-works .container {
  position: relative;
}
.bootstrap .section-works .section-title {
  margin-bottom: 30px;
}
.bootstrap .section-works .link-more {
  position: absolute;
}
.bootstrap .section-works .row {
  --bs-gutter-x: 0;
}
.bootstrap .section-works .row img {
  width: 100%;
}
.bootstrap .section-works .works-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
.bootstrap .section-works .works-card:hover,
.bootstrap .section-works .works-card:hover p {
  opacity: 1;
}
.bootstrap .section-works .works-card p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/index/btn_arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
}
.bootstrap .section-map {
  background-color: #f2f2f2;
}
.bootstrap .section-map__lead {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-bottom: 0;
}
.bootstrap .section-map__text {
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px;
}
.bootstrap .section-map__image {
  display: block;
  width: 100%;
}
.bootstrap .section-topics .top-topics-post-list__item {
  text-decoration: none;
}
.bootstrap .section-blog {
  background-color: #f2f2f2;
}
.bootstrap .section-blog .container {
  position: relative;
}
.bootstrap .section-blog .section-title {
  margin-bottom: 20px;
}
.bootstrap .section-blog .blog-card {
  text-decoration: none;
  color: #000;
}
.bootstrap .section-blog .blog-card__image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bootstrap .section-blog .blog-card__meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bootstrap .section-blog .blog-card__time {
  font-size: 13px;
  letter-spacing: 0;
  color: #d3d3d3;
  font-family: din-condensed, sans-serif;
}
.bootstrap .section-blog .blog-card__cat {
  background-color: #b0d80a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 2px 6px;
}
.bootstrap .section-blog .blog-card__title {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0;
}
.bootstrap .section-main-banner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.bootstrap .section-main-banner__item, .bootstrap .section-main-banner__item:hover {
  color: #fff;
}
.bootstrap .section-main-banner__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.bootstrap .section-main-banner__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.bootstrap .section-main-banner__item small, .bootstrap .section-main-banner__item .small {
  font-family: din-condensed, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
.bootstrap .section-sub-banner__company-logo {
  display: block;
  margin: 0 auto;
}
.bootstrap .section-sub-banner .row {
  --bs-gutter-y: 30px;
}
.bootstrap .section-sub-banner .row a {
  color: #000;
  text-decoration: none;
}
.bootstrap .section-sub-banner .row img {
  display: block;
  width: 100%;
}
.bootstrap .section-sub-banner .row p {
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 2;
  margin: 0;
  text-align: center;
}
.bootstrap .section-support {
  background-color: #b0d80a;
}
.bootstrap .section-support .section-title small, .bootstrap .section-support .section-title .small,
.bootstrap .section-support .section-title span {
  color: #fff;
}
.bootstrap .section-support .support-content {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.bootstrap .section-support .support-content__title {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.bootstrap .section-support .support-content__inner {
  padding: 20px;
}
.bootstrap .section-support .support-content__icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.bootstrap .section-support .support-content__text {
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.bootstrap .section-support .support-content__text span {
  color: #f29901;
  font-size: 18px;
}
.bootstrap .section-support .support-content__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/home/icon-orange-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 9px center;
  color: #fff;
  text-decoration: none;
  background-color: #f29901;
  font-size: 16px;
  letter-spacing: 0.12em;
  width: 253px;
  height: 50px;
  border-radius: 25px;
  font-weight: bold;
  margin: 0 auto;
}
.bootstrap .section-support .support-content .support-content-list {
  margin-bottom: 20px;
}
.bootstrap .section-support .support-content .support-content-list__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.bootstrap .section-support .support-content .support-content-list__item:nth-child(1n+2) {
  margin-top: 20px;
}
.bootstrap .section-support .support-content .support-content-list__text {
  margin-bottom: 0;
  letter-spacing: 0;
}
.bootstrap .section-support .support-content .support-content-list__text span {
  font-weight: bold;
  letter-spacing: 0.06em;
}
.bootstrap .section-support .support-content .support-content-list__text img {
  margin: 8px 0;
}
.bootstrap .miro-frame {
  display: block;
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 724px;
  margin-top: 70px;
  margin-bottom: 58px;
}
.contact-form-wrap .page-inner {
  box-sizing: border-box;
}
.contact-form-wrap h2.st, .contact-form-wrap .bootstrap .st.h2, .bootstrap .contact-form-wrap .st.h2 {
  margin-bottom: 20px;
  font-size: 26px;
}
.contact-form-wrap h2.st::before, .contact-form-wrap .bootstrap .st.h2::before, .bootstrap .contact-form-wrap .st.h2::before, .contact-form-wrap h2.st::after, .contact-form-wrap .bootstrap .st.h2::after, .bootstrap .contact-form-wrap .st.h2::after {
  content: none;
}
.contact-form-wrap .contact-form .caution-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 40px;
}
.contact-form-wrap .contact-form .formstyle .item-tit {
  display: flex;
  align-items: baseline;
  color: #000;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.12em;
}
.contact-form-wrap .contact-form .formstyle .item-tit span.anno {
  background-color: #f29901 !important;
  color: #fff !important;
  padding: 4px 8px;
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;align-self: self-start;
  flex-shrink: 0;
}
.contact-form-wrap .contact-form .formstyle .item-inner {
  box-sizing: border-box;
}
.contact-form-wrap .contact-form .formstyle .item-inner input::-moz-placeholder {
  color: #bfbfbf;
}
.contact-form-wrap .contact-form .formstyle .item-inner input:-ms-input-placeholder {
  color: #bfbfbf;
}
.contact-form-wrap .contact-form .formstyle .item-inner input::placeholder {
  color: #bfbfbf;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text],
.contact-form-wrap .contact-form .formstyle .item-inner input[type=email],
.contact-form-wrap .contact-form .formstyle .item-inner select{
  border-radius: none;
  font-size: 14px;
  letter-spacing: 0.12em;
  padding: 12px 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text].input-required:-moz-placeholder-shown, .contact-form-wrap .contact-form .formstyle .item-inner input[type=email].input-required:-moz-placeholder-shown,
.contact-form-wrap .contact-form .formstyle .item-inner select{
  border: 1px solid #E49C37;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text].input-required:-ms-input-placeholder, .contact-form-wrap .contact-form .formstyle .item-inner input[type=email].input-required:-ms-input-placeholder,
.contact-form-wrap .contact-form .formstyle .item-inner select{
  border: 1px solid #E49C37;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.contact-form-wrap .contact-form .formstyle .item-inner input[type=text].input-required:placeholder-shown,
.contact-form-wrap .contact-form .formstyle .item-inner input[type=email].input-required:placeholder-shown,.contact-form-wrap .contact-form .formstyle .item-inner select {
  border: 1px solid #E49C37;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.contact-form-wrap .contact-form .formstyle .item-inner select{
	color: #444;
	background-color: #fff;
}
.contact-form-wrap .contact-form .formstyle .item-inner > input[type=text], .contact-form-wrap .contact-form .formstyle .item-inner > input[type=email] {
  width: 100%;
}
.contact-form-wrap .contact-form .formstyle .item-inner .item-s span.fn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #000;
}
.contact-form-wrap .contact-form .formstyle .item-inner .item-s.pcode span.autoadr {
  width: 110px;
  height: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
.contact-form-wrap .contact-form .formstyle .item-inner .item-s.pcode span.autoadr::after {
  content: none;
}
.contact-form-wrap .contact-form .formstyle .item-inner .form-checkbox {
  margin: -5px -10px 0 -10px;
}
.contact-form-wrap .contact-form .formstyle .item-inner .form-checkbox .horizontal-item {
  display: inline-block;
  margin: 5px 10px;
}
.contact-form-wrap .contact-form .formstyle .item-inner .form-checkbox .horizontal-item label {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.contact-form-wrap .contact-form .formstyle .form-btn {
  margin-top: 15px;
  padding: 0;
}
.contact-form-wrap .contact-form .formstyle input.btn_submit,
.contact-form-wrap .contact-form .formstyle input.btn_back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 55px;
  border-radius: 27.5px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
.contact-form-wrap .contact-form .formstyle input.btn_back {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.contact-form-wrap .contact-form .form-policy {
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.contact-form-wrap .contact-form .form-policy a {
  color: #0076ff;
  text-decoration: underline;
}

.contact-form-step {
  display: flex;
}
.contact-form-step li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  height: 70px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.contact-form-step li:nth-last-child(1n+2) {
  padding-right: 22px;
  margin-right: -22px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
}
.contact-form-step li:nth-child(1) {
  z-index: 2;
  background-color: #e49c37;
}
.contact-form-step li:nth-child(2) {
  z-index: 1;
  background-color: #bfbfbf;
}
.contact-form-step li:nth-child(3) {
  background-color: #d0d0d0;
}

.showroom-link {
  text-align: left;
  color: #fff;
  background-color: #000;
  max-width: 843px;
  margin-left: auto;
  margin-right: auto;
}
.showroom-link__image {
  width: 100%;
}
.showroom-link__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.showroom-link__text {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.showroom-link__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  width: 100%;
  height: 55px;
  border-radius: 27.5px;
  color: #fff;
  background-color: #f19901;
  font-size: 14px;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
.showroom-link__btn::after {
  content: "\e904";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  display: block;
  right: 20px;
}

.content-head-text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.contact-form-complete .section-contact-flow__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.contact-form-complete .contact-flow-list {
  text-align: left;
}
.contact-form-complete .contact-flow-list__item {
  position: relative;
  z-index: 1;
  padding-left: 24px;
}
.contact-form-complete .contact-flow-list__item:nth-child(1n+2) {
  margin-top: 20px;
}
.contact-form-complete .contact-flow-list__item:nth-child(1) {
  --list-item-color: #b9d645;
}
.contact-form-complete .contact-flow-list__item:nth-child(2) {
  --list-item-color: #99d645;
}
.contact-form-complete .contact-flow-list__item:nth-child(3) {
  --list-item-color: #77d645;
}
.contact-form-complete .contact-flow-list__item:nth-child(4) {
  --list-item-color: #5db131;
}
.contact-form-complete .contact-flow-list__item:nth-child(5) {
  --list-item-color: #3b771c;
}
.contact-form-complete .contact-flow-list__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 5px solid #EFEFEF;
  width: 100%;
  padding: 20px 0 20px 52px;
  box-sizing: border-box;
}
.contact-form-complete .contact-flow-list__wrap + p {
  margin-top: 5px;
}
.contact-form-complete .contact-flow-list__content {
  position: relative;
}
.contact-form-complete .contact-flow-list__title {
  color: var(--list-item-color);
  margin: 0;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1;
}
.contact-form-complete .contact-flow-list__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  background-color: var(--list-item-color);
  font-weight: bold;
  color: #fff;
}
.contact-form-complete .contact-flow-list__text {
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.contact-form-wrap .mw_wp_form.mw_wp_form_confirm .contact-form-step li:nth-child(2) {
  background-color: #e49c37;
}
.contact-form-wrap .mw_wp_form.mw_wp_form_confirm .contact-form .formstyle .item-inner .item-s.pcode span.autoadr {
  display: none !important;
}

.font-din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1200px) {
  .bootstrap h1, .bootstrap .h1 {
    font-size: 2.5rem;
  }
  .bootstrap h2, .bootstrap .h2 {
    font-size: 2rem;
  }
  .bootstrap h3, .bootstrap .h3 {
    font-size: 1.75rem;
  }
  .bootstrap h4, .bootstrap .h4 {
    font-size: 1.5rem;
  }
  .bootstrap legend {
    font-size: 1.5rem;
  }
  .bootstrap .display-1 {
    font-size: 5rem;
  }
  .bootstrap .display-2 {
    font-size: 4.5rem;
  }
  .bootstrap .display-3 {
    font-size: 4rem;
  }
  .bootstrap .display-4 {
    font-size: 3.5rem;
  }
  .bootstrap .display-5 {
    font-size: 3rem;
  }
  .bootstrap .display-6 {
    font-size: 2.5rem;
  }
  .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 1140px;
  }
  .bootstrap .col-xl {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-xl-0,
.bootstrap .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-xl-0,
.bootstrap .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-xl-1,
.bootstrap .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-xl-1,
.bootstrap .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-xl-2,
.bootstrap .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-xl-2,
.bootstrap .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-xl-3,
.bootstrap .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-xl-3,
.bootstrap .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-xl-4,
.bootstrap .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-xl-4,
.bootstrap .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-xl-5,
.bootstrap .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-xl-5,
.bootstrap .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .bootstrap .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .bootstrap .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-xl .offcanvas-top,
.bootstrap .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .bootstrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .bootstrap .modal-xl {
    max-width: 1140px;
  }
  .bootstrap .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bootstrap .float-xl-start {
    float: left !important;
  }
  .bootstrap .float-xl-end {
    float: right !important;
  }
  .bootstrap .float-xl-none {
    float: none !important;
  }
  .bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xl-block {
    display: block !important;
  }
  .bootstrap .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .bootstrap .d-xl-table {
    display: table !important;
  }
  .bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-xl-none {
    display: none !important;
  }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-xl-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-xl-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-xl-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .bootstrap .order-xl-first {
    order: -1 !important;
  }
  .bootstrap .order-xl-0 {
    order: 0 !important;
  }
  .bootstrap .order-xl-1 {
    order: 1 !important;
  }
  .bootstrap .order-xl-2 {
    order: 2 !important;
  }
  .bootstrap .order-xl-3 {
    order: 3 !important;
  }
  .bootstrap .order-xl-4 {
    order: 4 !important;
  }
  .bootstrap .order-xl-5 {
    order: 5 !important;
  }
  .bootstrap .order-xl-last {
    order: 6 !important;
  }
  .bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-xl-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-xl-start {
    text-align: left !important;
  }
  .bootstrap .text-xl-end {
    text-align: right !important;
  }
  .bootstrap .text-xl-center {
    text-align: center !important;
  }
  .bootstrap .fs-1 {
    font-size: 2.5rem !important;
  }
  .bootstrap .fs-2 {
    font-size: 2rem !important;
  }
  .bootstrap .fs-3 {
    font-size: 1.75rem !important;
  }
  .bootstrap .fs-4 {
    font-size: 1.5rem !important;
  }
  .bootstrap .row-xl-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bootstrap .row-xl-20 > div,
.bootstrap .row-xl-20 > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .row-xl-28 {
    margin-right: -28px;
    margin-left: -28px;
  }
  .bootstrap .row-xl-28 > div,
.bootstrap .row-xl-28 > li {
    padding-right: 28px;
    padding-left: 28px;
  }
  .bootstrap .row-20-xl {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bootstrap .row-20-xl > div,
.bootstrap .row-20-xl > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .row-28-xl {
    margin-right: -28px;
    margin-left: -28px;
  }
  .bootstrap .row-28-xl > div,
.bootstrap .row-28-xl > li {
    padding-right: 28px;
    padding-left: 28px;
  }
  .bootstrap .modal .plan-view-name {
    left: -13px;
  }
  .bootstrap .section-our-works .body {
    padding-left: 10.95vw;
  }
}

@media (min-width: 576px) {
  .bootstrap .container-sm, .bootstrap .container {
    max-width: 540px;
  }
  .bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-sm-0,
.bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-sm-0,
.bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-sm-1,
.bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-sm-1,
.bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-sm-2,
.bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-sm-2,
.bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-sm-3,
.bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-sm-3,
.bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-sm-4,
.bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-sm-4,
.bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-sm-5,
.bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-sm-5,
.bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .bootstrap .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .bootstrap .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-sm .offcanvas-top,
.bootstrap .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .bootstrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-top,
.bootstrap .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-top,
.bootstrap .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-sm {
    max-width: 300px;
  }
  .bootstrap .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bootstrap .float-sm-start {
    float: left !important;
  }
  .bootstrap .float-sm-end {
    float: right !important;
  }
  .bootstrap .float-sm-none {
    float: none !important;
  }
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-sm-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-sm-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-sm-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
  .bootstrap a.hover:hover {
    opacity: 0.8;
  }
  .bootstrap a.hover-img:hover img {
    opacity: 0.8;
  }
  .bootstrap .page-header {
    height: 200px;
  }
  .bootstrap .dl-list-news dt {
    width: 28%;
  }
  .bootstrap .dl-list-news .label {
    width: 120px;
    white-space: normal;
  }
  .bootstrap .col-sm-15 {
    float: left;
    width: 20%;
  }
  .bootstrap .col-sidebar {
    width: 30%;
  }
  .bootstrap .col-main {
    width: 70%;
  }
  .bootstrap .col-sm-524 {
    float: left;
    width: 52.4%;
  }
  .bootstrap .col-sm-476 {
    float: left;
    width: 47.6%;
  }
}

@media (min-width: 768px) {
  .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 720px;
  }
  .bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-md-0,
.bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-md-0,
.bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-md-1,
.bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-md-1,
.bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-md-2,
.bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-md-2,
.bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-md-3,
.bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-md-3,
.bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-md-4,
.bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-md-4,
.bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-md-5,
.bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-md-5,
.bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .bootstrap .dropdown-menu-md-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-md-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .bootstrap .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-md .offcanvas-top,
.bootstrap .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .bootstrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .bootstrap .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bootstrap .float-md-start {
    float: left !important;
  }
  .bootstrap .float-md-end {
    float: right !important;
  }
  .bootstrap .float-md-none {
    float: none !important;
  }
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-md-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-md-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-md-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .bootstrap .order-md-first {
    order: -1 !important;
  }
  .bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bootstrap .order-md-last {
    order: 6 !important;
  }
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-md-start {
    text-align: left !important;
  }
  .bootstrap .text-md-end {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
  .bootstrap .swiper-line-up {
    overflow: hidden;
  }
  .bootstrap .swiper-line-up .swiper-button-prev,
.bootstrap .swiper-line-up .swiper-button-next {
    display: none;
  }
  .bootstrap .sp {
    display: none !important;
  }
  .bootstrap .col-md-15 {
    float: left;
    width: 20%;
  }
  .bootstrap .media-futures.media-futures-2 .media-image {
    margin-top: 25px;
  }
  .bootstrap .media-futures .media-image {
    margin-top: 20px;
    width: 400px;
  }
  .bootstrap .media-case .media-content {
    width: 479px;
    margin-left: auto;
  }
  .bootstrap .media-case.media-case-1 {
    background-image: url("../hhd/img/section/case/1.jpg");
  }
  .bootstrap .media-case.media-case-2 {
    background-image: url("../hhd/img/section/case/2.jpg");
    padding-top: 123px;
    padding-bottom: 104px;
  }
  .bootstrap .media-case.media-case-2 .media-content {
    margin-left: 0;
  }
  .bootstrap .media-case.media-case-3 {
    background-image: url("../hhd/img/section/case/3.jpg");
    padding-top: 143px;
    padding-bottom: 85px;
  }
  .bootstrap .media-case .inner {
    padding-left: 34px;
  }
  .bootstrap .modal .modal-body > .row {
    justify-content: space-between;
  }
  .bootstrap .modal .modal-body.modal-body-sm {
    padding-right: 44px;
  }
  .bootstrap .modal .plan-view-name {
    left: 0;
  }
  .bootstrap .modal .plan-image {
    margin-top: 54px;
  }
  .bootstrap .card-specification .card-body {
    display: flex;
  }
  .bootstrap .card-specification .card-title {
    padding-right: 5px;
    padding-left: 5px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin: 0 30px 0 0;
  }
  .bootstrap .card-specification .card-list li {
    display: flex;
  }
  .bootstrap .card-white .card-title {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .bootstrap .card-white .card-body {
    max-width: 263px;
    padding: 17px 20px 13px;
  }
  .bootstrap .title-common {
    margin-bottom: 85px;
    font-size: 24px;
  }
  .bootstrap .title-common img {
    margin-right: 40px;
  }
  .bootstrap .title-common .text-sm {
    padding-bottom: 4px;
  }
  .bootstrap .section-features .hhd-360vr {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bootstrap .section-features .hhd-360vr .btn-wrapper {
    width: 344px;
  }
  .bootstrap .section-case {
    position: relative;
  }
  .bootstrap .section-case:before {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: -1;
    content: "";
  }
  .bootstrap .section-case .case.case-2 .case-title {
    margin-bottom: 29px;
  }
  .bootstrap .section-case .case.case-3 .case-title {
    margin-bottom: 27px;
  }
  .bootstrap .section-our-works {
    padding-bottom: 83px;
  }
  .bootstrap .section-our-works .body {
    padding-top: 128px;
    padding-left: 50px;
    margin-top: -133px;
    background: linear-gradient(to right, #000 0%, #000 87.2%, #000 87.2%, #207cca 87.2%, transparent 87.2%, transparent 100%);
  }
  .bootstrap .section-our-works .d-flex-our-works {
    flex-direction: row-reverse;
  }
  .bootstrap .section-our-works .d-flex-our-works .flex-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .bootstrap .section-our-works .d-flex-our-works .flex-grow-left {
    max-width: 42vw;
    margin-right: 50px;
  }
  .bootstrap .section-our-works .d-flex-our-works .flex-shrink-right {
    padding-top: 16px;
    padding-left: 5px;
    width: 50%;
  }
  .bootstrap .section-our-works .img-1 {
    width: 38.2vw;
    margin-bottom: 66px;
  }
  .bootstrap .section-our-works .lead {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 2.125;
  }
  .bootstrap .section-a-site {
    padding-top: 85px;
    padding-bottom: 79px;
  }
  .bootstrap .section-hhd-blogs {
    padding-top: 206px;
    padding-bottom: 30px;
  }
  .bootstrap .section-hhd-blogs .title-section {
    margin-bottom: 78px;
  }
  .bootstrap .section-hhd-blogs .read-more-container {
    position: absolute;
    top: 58px;
    right: 14px;
  }
  .bootstrap .section-option {
    padding-top: 60px;
  }
  .bootstrap .section-option .row-xl-20 {
    padding-top: 44px;
    padding-bottom: 30px;
    position: relative;
  }
  .bootstrap .section-option .row-xl-20:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .bootstrap .section-mini-hhd-plan .title {
    margin-bottom: 60px;
    padding-left: 50px;
  }
  .bootstrap .mini-hhd-plan:nth-child(odd) .mini-hhd-plan__content {
    flex-direction: row-reverse;
  }
  .bootstrap .mini-hhd-plan:nth-child(odd) .mini-hhd-plan__slider {
    margin-left: 50px;
  }
  .bootstrap .mini-hhd-plan:nth-child(even) .mini-hhd-plan__slider {
    margin-right: 50px;
  }
  .bootstrap .mini-hhd-plan__title {
    align-items: flex-end;
    margin-bottom: 65px;
  }
  .bootstrap .mini-hhd-plan__title img {
    margin-right: 25px;
  }
  .bootstrap .mini-hhd-plan__content {
    align-items: stretch;
    justify-content: flex-start;
  }
  .bootstrap .mini-hhd-plan__image {
    width: 50%;
  }
  .bootstrap .mini-hhd-plan__image img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .bootstrap .mini-hhd-plan__slider {
    width: calc(50% - 21px);
    padding-left: 29px;
    padding-right: 29px;
  }
  .bootstrap .mini-hhd .section-features .media-features-wrapper {
    margin-bottom: 140px;
  }
  .bootstrap .mini-hhd .card-line-up .card-title {
    font-size: 26px;
  }
  .bootstrap .mini-hhd .card-line-up .card-text {
    margin-bottom: 32px;
  }
  .bootstrap .mini-hhd .modal .img-house {
    margin-top: 54px;
  }
  .bootstrap .mini-hhd .section-features {
    margin-top: -11vw;
    padding-top: calc(190px + 3vw);
  }
  .bootstrap footer .flex-grow-right {
    margin-left: 80px;
  }
  .bootstrap .new-main-visual .slick-arrow {
    width: 18px;
    height: 35px;
  }
  .bootstrap .new-main-visual .slick-prev {
    left: 30px;
  }
  .bootstrap .new-main-visual .slick-next {
    right: 30px;
  }
  .bootstrap .section-intro {
    padding: 160px 0 140px 0;
  }
  .bootstrap .section-intro .container {
    max-width: 932px;
  }
  .bootstrap .section-intro__title {
    font-size: 34px;
  }
  .bootstrap .section-intro__title span {
    font-size: 42px;
  }
  .bootstrap .section-intro__text {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .bootstrap .section-product .section-title {
    margin-bottom: 50px;
  }
  .bootstrap .section-product .row:nth-of-type(even) .section-product__content {
    text-align: right;
  }
  .bootstrap .section-product .row:nth-of-type(1n+2) {
    margin-top: 80px;
  }
  .bootstrap .section-product__content {
    padding: 0 60px;
  }
  .bootstrap .section-product__name {
    font-size: 22px;
    padding-right: 70px;
  }
  .bootstrap .section-product__name span {
    font-size: 16px;
  }
  .bootstrap .section-title small, .bootstrap .section-title .small {
    font-size: 22px;
  }
  .bootstrap .section-title span {
    font-size: 60px;
  }
  .bootstrap .link-more {
    font-size: 22px;
    min-height: 50px;
    padding-right: 70px;
  }
  .bootstrap .section-vr {
    margin-top: 124px;
    padding: 100px 0;
  }
  .bootstrap .section-vr .container {
    max-width: 1090px;
  }
  .bootstrap .section-vr__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .bootstrap .section-vr__title {
    margin-bottom: 52px;
  }
  .bootstrap .section-vr__image {
    max-width: 682px;
    width: calc(100% - 254px);
  }
  .bootstrap .section-vr .section-title {
    margin-bottom: 38px;
  }
  .bootstrap .section-vr .section-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .bootstrap .section-vr__link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .bootstrap .section-vr__link .link-more:nth-child(1n+2) {
    margin-top: 24px;
  }
  .bootstrap .section-vr__wrap {
    display: flex;
    padding: 44px;
  }
  .bootstrap .section-vr__iframe {
    width: 474px;
    height: 295px;
  }
  .bootstrap .section-vr__content {
    margin-left: 56px;
    flex-grow: 1;
  }
  .bootstrap .section-works {
    padding: 140px 0;
  }
  .bootstrap .section-works .container {
    max-width: 1089px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .bootstrap .section-works .link-more {
    right: 12px;
    top: 20px;
  }
  .bootstrap .section-works .works-card p {
    font-size: 15px;
    padding: 15px;
    background-position: center right 20px;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .bootstrap .section-map {
    padding: 80px 0;
  }
  .bootstrap .section-map .container {
    max-width: 1089px;
  }
  .bootstrap .section-map .row {
    --bs-gutter-x: 80px;
  }
  .bootstrap .section-map .section-title {
    margin-bottom: 20px;
  }
  .bootstrap .section-map__lead {
    margin-bottom: 10px;
  }
  .bootstrap .section-map .link-more {
    margin-bottom: 50px;
  }
  .bootstrap .section-topics {
    padding: 80px 0;
  }
  .bootstrap .section-topics .top-topics-post-list {
    margin-bottom: 30px;
  }
  .bootstrap .section-blog {
    padding: 80px 0;
  }
  .bootstrap .section-blog .container {
    max-width: 1089px;
  }
  .bootstrap .section-blog .link-more {
    position: absolute;
    right: 12px;
    top: 20px;
  }
  .bootstrap .section-blog .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .bootstrap .section-blog .blog-card__image {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
  }
  .bootstrap .section-blog .blog-card__cat {
    margin-left: 10px;
  }
  .bootstrap .section-main-banner {
    padding: 80px 0 90px 0;
  }
  .bootstrap .section-main-banner .container {
    max-width: 1089px;
  }
  .bootstrap .section-main-banner .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }
  .bootstrap .section-main-banner__item {
    height: 162px;
  }
  .bootstrap .section-main-banner__item span {
    font-size: 26px;
  }
  .bootstrap .section-sub-banner {
    margin-bottom: 103px;
  }
  .bootstrap .section-sub-banner .container {
    max-width: 1090px;
  }
  .bootstrap .section-sub-banner__company-logo {
    margin-bottom: 48px;
  }
  .bootstrap .section-sub-banner .row {
    --bs-gutter-x: 30px;
  }
  .bootstrap .section-sub-banner .row img {
    margin-bottom: 20px;
  }
  .bootstrap .section-sub-banner .row p {
    font-size: 14px;
  }
  .bootstrap .section-support {
    padding: 80px 0;
  }
  .bootstrap .section-support .container {
    max-width: 1284px;
  }
  .bootstrap .section-support .section-title {
    margin-bottom: 30px;
  }
  .bootstrap .section-support .support-content .support-content-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .bootstrap .section-support .support-content .support-content-list__num {
    margin-right: 10px;
  }
  .bootstrap .section-support .support-content .support-content-list__text {
    font-size: 11px;
  }
  .bootstrap .section-support .support-content .support-content-list__text span {
    font-size: 14px;
  }
  .bootstrap .miro-frame {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 960px;
  }
  .bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-lg-0,
.bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-lg-0,
.bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-lg-1,
.bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-lg-1,
.bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-lg-2,
.bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-lg-2,
.bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-lg-3,
.bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-lg-3,
.bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-lg-4,
.bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-lg-4,
.bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-lg-5,
.bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-lg-5,
.bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .bootstrap .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .bootstrap .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-lg .offcanvas-top,
.bootstrap .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .bootstrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .bootstrap .modal-lg,
.bootstrap .modal-xl {
    max-width: 800px;
  }
  .bootstrap .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bootstrap .float-lg-start {
    float: left !important;
  }
  .bootstrap .float-lg-end {
    float: right !important;
  }
  .bootstrap .float-lg-none {
    float: none !important;
  }
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-lg-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-lg-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-lg-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
  .bootstrap .row-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bootstrap .row-20 > div,
.bootstrap .row-20 > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .row-20-lg {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bootstrap .row-20-lg > div,
.bootstrap .row-20-lg > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .col-lg-15 {
    float: left;
    width: 20%;
  }
  .bootstrap .media-features.media-features-1 .image-1 {
    margin-right: -7.3vw;
  }
  .bootstrap .media-features.media-features-1 .image-2 {
    margin-left: 47px;
  }
  .bootstrap .media-features.media-features-1 .title-media {
    padding-left: 50px;
  }
  .bootstrap .media-features.media-features-2 .image-1 {
    margin-left: -100px;
  }
  .bootstrap .media-features.media-features-2 .image-2 {
    margin-right: -16px;
  }
  .bootstrap .media-features.media-features-2 .title-media {
    padding-right: 12px;
  }
  .bootstrap .section-fv .title {
    width: 815px;
  }
  .bootstrap .section-features .title img {
    max-width: 1065px;
  }
  .bootstrap .section-features .list-logo li:nth-child(3) img {
    transform: translateY(-19px);
  }
  .bootstrap .section-our-works .body {
    padding-left: 100px;
  }
  .bootstrap .section-our-works .d-flex-our-works .flex-title {
    font-size: 40px;
  }
  .bootstrap .section-our-works .d-flex-our-works .flex-grow-left {
    margin-right: 100px;
  }
  .bootstrap .section-faq .collapse-list {
    width: 776px;
    margin-left: auto;
    margin-right: auto;
  }
  .bootstrap .mini-hhd .section-features .title {
    margin-bottom: 134px;
  }
  .bootstrap .mini-hhd .section-features .media-features.media-features-1 {
    margin-bottom: 325px;
  }
  .bootstrap .mini-hhd .section-features .media-features.media-features-2 {
    margin-bottom: 325px;
  }
}

@media (min-width: 1400px) {
  .bootstrap .container-xxl, .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 1320px;
  }
  .bootstrap .col-xxl {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-xxl-0,
.bootstrap .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-xxl-0,
.bootstrap .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-xxl-1,
.bootstrap .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-xxl-1,
.bootstrap .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-xxl-2,
.bootstrap .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-xxl-2,
.bootstrap .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-xxl-3,
.bootstrap .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-xxl-3,
.bootstrap .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-xxl-4,
.bootstrap .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-xxl-4,
.bootstrap .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-xxl-5,
.bootstrap .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-xxl-5,
.bootstrap .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .bootstrap .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bootstrap .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bootstrap .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .bootstrap .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .bootstrap .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .bootstrap .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .bootstrap .navbar-expand-xxl .offcanvas-top,
.bootstrap .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .bootstrap .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .bootstrap .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bootstrap .float-xxl-start {
    float: left !important;
  }
  .bootstrap .float-xxl-end {
    float: right !important;
  }
  .bootstrap .float-xxl-none {
    float: none !important;
  }
  .bootstrap .d-xxl-inline {
    display: inline !important;
  }
  .bootstrap .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xxl-block {
    display: block !important;
  }
  .bootstrap .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .bootstrap .d-xxl-table {
    display: table !important;
  }
  .bootstrap .d-xxl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xxl-flex {
    display: flex !important;
  }
  .bootstrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-xxl-none {
    display: none !important;
  }
  .bootstrap .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xxl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xxl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .gap-xxl-0 {
    gap: 0 !important;
  }
  .bootstrap .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bootstrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bootstrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xxl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xxl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .bootstrap .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xxl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .bootstrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .bootstrap .order-xxl-first {
    order: -1 !important;
  }
  .bootstrap .order-xxl-0 {
    order: 0 !important;
  }
  .bootstrap .order-xxl-1 {
    order: 1 !important;
  }
  .bootstrap .order-xxl-2 {
    order: 2 !important;
  }
  .bootstrap .order-xxl-3 {
    order: 3 !important;
  }
  .bootstrap .order-xxl-4 {
    order: 4 !important;
  }
  .bootstrap .order-xxl-5 {
    order: 5 !important;
  }
  .bootstrap .order-xxl-last {
    order: 6 !important;
  }
  .bootstrap .m-xxl-0 {
    margin: 0 !important;
  }
  .bootstrap .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-xxl-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-xxl-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-xxl-auto {
    margin: auto !important;
  }
  .bootstrap .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-xxl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-xxl-0 {
    padding: 0 !important;
  }
  .bootstrap .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-xxl-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-xxl-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-xxl-start {
    text-align: left !important;
  }
  .bootstrap .text-xxl-end {
    text-align: right !important;
  }
  .bootstrap .text-xxl-center {
    text-align: center !important;
  }
  .bootstrap .section-product .container-fluid, .bootstrap .section-product .container-sm, .bootstrap .section-product .container-md, .bootstrap .section-product .container-lg, .bootstrap .section-product .container-xl, .bootstrap .section-product .container-xxl {
    max-width: 1280px;
  }
  .bootstrap .section-product__image {
    border-radius: 10px !important;
  }
}

@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .bootstrap body {
    font-size: 1rem;
  }
  .bootstrap .both-side-slash .title {
    font-size: 1.1rem;
  }
  .bootstrap .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .bootstrap .google-map-container-xs iframe,
.bootstrap .google-map-container-xs object,
.bootstrap .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bootstrap .img-responsive-xs {
    max-width: 100%;
    height: auto;
  }
  .bootstrap .img-responsive-sm {
    max-width: 100%;
    height: auto;
  }
  .bootstrap .both-side-line {
    padding-right: 24px;
    padding-left: 24px;
  }
  .bootstrap .both-side-line:before, .bootstrap .both-side-line:after {
    width: 16px;
  }
  .bootstrap .list-dot-orange {
    font-size: 12px;
  }
  .bootstrap .list-dot-orange {
    font-size: 9px;
  }
  .bootstrap .list-dot-orange li {
    line-height: 1.5;
  }
  .bootstrap .list-dot-orange li:before {
    top: 4px;
    font-size: 12px;
  }
  .bootstrap .list-disc-dark-blue li:before {
    top: 5px;
  }
  .bootstrap .dl-list-indent.cleared-xs dt {
    display: block;
  }
  .bootstrap .dl-list-indent.cleared-xs dd {
    padding-top: 0;
  }
  .bootstrap .dl-list-news dt {
    margin-bottom: 5px;
  }
  .bootstrap .dl-list-news dt:before {
    top: 7px !important;
  }
  .bootstrap .text-emphasis {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .bootstrap .text-emphasis .fs-xs {
    font-size: 1.2rem;
  }
  .bootstrap .text-emphasis .fs-sm {
    font-size: 1.5rem;
  }
  .bootstrap .text-emphasis .fs-lg {
    font-size: 2rem;
  }
  .bootstrap .text-emphasis .fs-xlg {
    font-size: 3rem;
  }
  .bootstrap .text-center-xs {
    text-align: center !important;
  }
  .bootstrap .text-center-sm {
    text-align: center !important;
  }
  .bootstrap .text-switch-color .text-overflow .inner {
    font-size: 7vw;
  }
  .bootstrap .text-shadow-outline-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
  }
  .bootstrap .text-shadow-outline-blurred-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 1px 2px 1px #000, 1px -2px 1px #000, -1px 2px 1px #000, -1px -2px 1px #000, 2px 0 1px #000, 0 2px 1px #000, -2px 0 1px #000, 0 -2px 1px #000;
  }
  .bootstrap .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .bootstrap .row-5-xs > div,
.bootstrap .row-5-xs > li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .bootstrap .row-13-xs {
    margin-right: -13px;
    margin-left: -13px;
  }
  .bootstrap .row-13-xs > div,
.bootstrap .row-13-xs > li {
    padding-right: 13px;
    padding-left: 13px;
  }
  .bootstrap .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .bootstrap .container-img-parallax {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .bootstrap .fs14-xs {
    font-size: 12px !important;
  }
  .bootstrap .pull-none-xs {
    float: none !important;
  }
  .bootstrap .pull-none-sm {
    float: none !important;
  }
  .bootstrap .rotate-90-xs {
    transform: rotate(90deg);
  }
  .bootstrap .rotate-90-sm {
    transform: rotate(90deg);
  }
  .bootstrap .page-top {
    right: 0;
  }
  .bootstrap .sidebar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .bootstrap .swiper-fv .swiper-button-prev,
.bootstrap .swiper-fv .swiper-button-next {
    width: 33px;
    height: 33px;
    bottom: 10.9%;
  }
  .bootstrap .swiper-fv .swiper-button-prev:after,
.bootstrap .swiper-fv .swiper-button-next:after {
    width: 4px;
    height: 6px;
  }
  .bootstrap .swiper-fv .swiper-button-prev {
    right: calc(5.2vw + 39px);
  }
  .bootstrap .swiper-fv .swiper-button-next {
    right: 5.2vw;
  }
  .bootstrap .pc {
    display: none !important;
  }
  .bootstrap .img-responsive-md {
    max-width: 100%;
    height: auto;
  }
  .bootstrap .text-center-md {
    text-align: center !important;
  }
  .bootstrap .scroll-animation {
    bottom: 63px;
  }
  .bootstrap .scroll-animation .text {
    font-size: 6px;
  }
  .bootstrap .scroll-animation .line {
    width: 33px;
  }
  .bootstrap .scroll-animation .line:before {
    top: 9.7px;
    left: 39px;
    width: 3px;
    height: 3px;
    -webkit-animation-name: infinite-top-to-bottom-sp;
    animation-name: infinite-top-to-bottom-sp;
  }
  .bootstrap .container-xs {
    padding-right: 19px;
    padding-left: 19px;
  }
  .bootstrap .btn-outline-md {
    background-position: right 54px center;
    background-size: 37px 7px;
  }
  .bootstrap .btn-double-chevron {
    background-position-x: 95%;
    background-size: 22px 22px;
    padding: 13px 16px 9px;
  }
  .bootstrap .btn-double-chevron span.ja {
    font-size: 12px;
    line-height: 1.15;
  }
  .bootstrap .btn-double-chevron span.en {
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.15;
  }
  .bootstrap .btn-yellow {
    font-size: 14px;
    background-size: 19px 4px;
    padding: 10px 26px 9px;
    background-position: right 27px center;
  }
  .bootstrap .btn-outline-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .bootstrap .btn-close-container {
    top: -27px;
    right: 8px;
  }
  .bootstrap .btn-collapse {
    background-image: url("../hhd/img/section/faq/bg-yellow-sp.png");
    font-size: 14px;
    padding: 15px 70px 10px 51px;
    height: 79px;
  }
  .bootstrap .btn-collapse:before {
    width: 24px;
    height: 24px;
    top: 28px;
    left: 14px;
  }
  .bootstrap .btn-collapse .arrow {
    width: 28px;
    height: 28px;
    right: 19px;
  }
  .bootstrap .btn-collapse .arrow img {
    width: 10px;
  }
  .bootstrap .media-futures {
    padding: 18px 0 37px;
  }
  .bootstrap .media-futures.media-futures-1 .title-futures {
    width: 177px;
  }
  .bootstrap .media-futures.media-futures-2 {
    padding-top: 23px;
    padding-bottom: 35px;
  }
  .bootstrap .media-futures.media-futures-2 .title-futures {
    width: 184px;
  }
  .bootstrap .media-futures.media-futures-3 {
    padding-top: 24px;
    padding-bottom: 25px;
  }
  .bootstrap .media-futures.media-futures-3 .title-futures {
    width: 184px;
  }
  .bootstrap .media-futures:after {
    background-image: url("../hhd/img/section/features/hhd/line-sp.png");
  }
  .bootstrap .media-futures .media-content {
    margin-bottom: 14px;
  }
  .bootstrap .media-futures .title-futures {
    margin-bottom: 28px;
  }
  .bootstrap .media-futures .title-brown-29 {
    margin-bottom: 9px;
  }
  .bootstrap .media-futures .text {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
  }
  .bootstrap .media-360vr .text {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 21px;
  }
  .bootstrap .media-case {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .bootstrap .media-case .media-image {
    margin-bottom: 21px;
  }
  .bootstrap .media-case .media-title {
    font-size: 21px;
    padding: 9px 24px 4px 16px;
    margin-bottom: 11px;
    background-image: url("../hhd/img/icon/double-quote-start-sp.png"), url("../hhd/img/icon/double-quote-end-sp.png");
    background-size: 14px 11px;
  }
  .bootstrap .media-case .text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 22px;
  }
  .bootstrap .media-case .btn-yellow {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 154px;
  }
  .bootstrap .media-case.media-case-1 .title-yellow {
    width: 113px;
  }
  .bootstrap .media-case.media-case-2 .title-yellow {
    width: 140px;
  }
  .bootstrap .media-case.media-case-3 .title-yellow {
    width: 104px;
  }
  .bootstrap .modal.show {
    z-index: 10000;
  }
  .bootstrap .modal .modal-dialog {
    max-width: 335px;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
  }
  .bootstrap .modal .modal-body {
    padding: 24px 21px 40px;
  }
  .bootstrap .modal .title-modal {
    margin-bottom: 23px;
  }
  .bootstrap .modal .title-modal img {
    max-width: 295px;
  }
  .bootstrap .modal .table-modal {
    min-width: 144px;
    margin-bottom: 19px;
  }
  .bootstrap .modal .table-modal > tbody > tr > th,
.bootstrap .modal .table-modal > tbody > tr > td {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .bootstrap .modal .img-house {
    max-width: 147px;
    margin-bottom: 19px;
  }
  .bootstrap .modal .img-house.img-house-3 {
    max-width: 140px;
  }
  .bootstrap .modal .plan-view-name {
    top: 0;
  }
  .bootstrap .modal .plan-image {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .bootstrap .modal .category-name {
    margin-bottom: 12px;
  }
  .bootstrap .modal .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .bootstrap .modal .px-md-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .bootstrap .bg-common {
    background-image: url("../hhd/img/common/bg-wood-grain-sp.png");
  }
  .bootstrap .pull-none-md {
    float: none !important;
  }
  .bootstrap .card-line-up .card-text {
    margin-bottom: 15px;
  }
  .bootstrap .card-specification {
    border-radius: 10px;
    padding: 21px 18px 27px;
    background-image: url("../hhd/img/section/line-up/bg-square-sp.png");
  }
  .bootstrap .card-specification .card-title {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    letter-spacing: 0.3em;
    margin-bottom: 12px;
  }
  .bootstrap .card-specification .card-list li {
    font-size: 14px;
  }
  .bootstrap .card-specification .card-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .bootstrap .card-specification .card-list li strong {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
  .bootstrap .card-specification .card-text {
    font-size: 14px;
  }
  .bootstrap .card-white {
    max-width: 309px;
    margin-bottom: 50px;
  }
  .bootstrap .card-option {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .bootstrap .card-option:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -13px;
    right: -13px;
    height: 1px;
    background-color: #fff;
  }
  .bootstrap .card-option .card-header {
    margin-bottom: 6px;
  }
  .bootstrap .card-option .card-number {
    font-size: 10px;
    width: 16px;
    height: 16px;
    margin-right: 9px;
  }
  .bootstrap .card-option .card-title {
    font-size: 14px;
  }
  .bootstrap .card-option .card-img-top {
    height: 29vw;
  }
  .bootstrap .title-brown-29 {
    font-size: 22px;
  }
  .bootstrap .title-yellow-35 {
    font-size: 18px;
    line-height: 1.6;
  }
  .bootstrap .title-border-bottom {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .bootstrap .title-common .text-sm {
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 13px;
  }
  .bootstrap .title-common .text-sm:before, .bootstrap .title-common .text-sm:after {
    height: 2px;
    width: 6px;
  }
  .bootstrap .title-border-bottom-gray {
    padding-bottom: 14px;
    margin-bottom: 9px;
  }
  .bootstrap .frame-paper {
    background-image: url("../hhd/img/section/features/hhd/bg-sp.png");
    padding: 23px 15px 5px;
  }
  .bootstrap .section-fv .title {
    top: 52.9%;
    width: 196px;
  }
  .bootstrap .section-fv .swiper-slide img {
    width: 100%;
  }
  .bootstrap .section-features {
    z-index: 1;
    padding-top: 9.5vw;
    margin-top: -1vw;
    overflow: visible;
  }
  .bootstrap .section-features:before {
    top: -8vw;
    height: 8vw;
  }
  .bootstrap .section-features .media-features-wrapper {
    margin-bottom: 205px;
  }
  .bootstrap .section-features .hhd .container {
    padding-left: 21px;
    padding-right: 21px;
  }
  .bootstrap .section-features .frame-paper {
    margin-bottom: 50px;
  }
  .bootstrap .section-features .hhd-360vr .title-yellow-35 {
    margin-bottom: 17px;
    letter-spacing: 0.23em;
  }
  .bootstrap .section-features .hhd-360vr .btn-wrapper {
    margin-bottom: 30px;
  }
  .bootstrap .section-together {
    background-image: url("../hhd/img/section/together/bg-sp.jpg");
    padding-top: 63px;
    padding-bottom: 66px;
  }
  .bootstrap .section-together .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .section-together .title {
    margin-bottom: 32px;
  }
  .bootstrap .section-together .title img {
    width: 250px;
  }
  .bootstrap .section-case {
    background-image: url("../hhd/img/section/case/bg-sp.png");
    margin-top: -42px;
    padding-top: 66px;
  }
  .bootstrap .section-case .container {
    padding-right: 21px;
    padding-left: 21px;
  }
  .bootstrap .section-case .title {
    padding-left: 3px;
    margin-bottom: 47px;
  }
  .bootstrap .section-case .case {
    margin-bottom: 46px;
  }
  .bootstrap .section-case .case-title {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 18px;
  }
  .bootstrap .section-case .case-title:before {
    width: 52px;
  }
  .bootstrap .section-line-up {
    padding-top: 119px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .bootstrap .section-line-up .title {
    padding-left: 3px;
    margin-bottom: 49px;
  }
  .bootstrap .section-line-up .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .section-line-up .line-up-wrapper {
    margin-bottom: 0;
  }
  .bootstrap .section-line-up .line-up {
    margin-bottom: 40px;
  }
  .bootstrap .section-line-up .title-border-bottom {
    margin-bottom: 23px;
  }
  .bootstrap .section-our-works .title-section {
    flex-wrap: wrap;
  }
  .bootstrap .section-our-works .d-flex-our-works {
    flex-wrap: wrap;
  }
  .bootstrap .section-our-works .d-flex-our-works .flex-title {
    padding-right: 19px;
  }
  .bootstrap .section-our-works .lead {
    padding-right: 19px;
  }
  .bootstrap .section-hhd-blogs .read-more-container {
    padding-right: 13px;
  }
  .bootstrap .section-hhd-blogs .read-more img {
    max-width: 121px;
  }
  .bootstrap .section-hhd-blogs .row > div:last-child .card-white {
    margin-bottom: 36px;
  }
  .bootstrap .section-option .title {
    padding-left: 3.2vw;
    margin-bottom: 25px;
  }
  .bootstrap .section-option .row-xl-20 {
    padding-right: 9px;
    padding-left: 9px;
    margin-right: -9px;
    margin-left: -9px;
  }
  .bootstrap .section-option .row-xl-20:last-child .col-6:nth-child(odd) .card-option:after {
    content: none;
  }
  .bootstrap .section-option .row-xl-20:last-child .col-6:nth-child(even) .card-option:after {
    content: none;
  }
  .bootstrap .section-faq {
    padding-top: 53px;
    padding-bottom: 75px;
  }
  .bootstrap .section-faq .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bootstrap .section-faq .title-common {
    margin-bottom: 44px;
  }
  .bootstrap .section-faq .title-common img {
    width: 66px;
  }
  .bootstrap .section-faq .collapse-item {
    margin-bottom: 18px;
  }
  .bootstrap .section-faq .card-body {
    margin-top: 15px;
    font-size: 14px;
    background-image: url("../hhd/img/section/faq/bg-white-sp.png");
    padding: 19px 20px 14px 47px;
    line-height: 1.75;
  }
  .bootstrap .section-faq .card-body:before {
    width: 24px;
    height: 24px;
    top: 23px;
    left: 14px;
  }
  .bootstrap .section-contact.active .row > div:last-child {
    display: none;
  }
  .bootstrap .section-contact.active.footer-static .row > div:last-child {
    display: block;
  }
  .bootstrap .section-contact .d-flex-contact {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .bootstrap .section-contact .d-flex-contact.yellow {
    min-height: 60px;
  }
  .bootstrap .section-contact .flex-grow-right {
    font-size: 10px;
    line-height: 1.5;
  }
  .bootstrap .section-contact .icon-book {
    max-width: 20px;
  }
  .bootstrap .section-mini-hhd-playground {
    min-height: 200px;
    padding-bottom: 62px;
  }
  .bootstrap .section-mini-hhd-plan {
    position: relative;
    background-image: url("../mini-hhd/img/section/mini-hhd-plan/bg-sp.png");
    padding: 100px 0;
  }
  .bootstrap .section-mini-hhd-plan::before {
    content: "";
    position: absolute;
    display: block;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-image: url("../mini-hhd/img/section/mini-hhd-plan/bg-2-sp.png");
    background-repeat: repeat-y;
    background-size: contain;
  }
  .bootstrap .section-mini-hhd-plan .container {
    width: 89.06%;
    padding: 0;
  }
  .bootstrap .section-mini-hhd-plan .title {
    margin-bottom: 50px;
  }
  .bootstrap .section-mini-hhd-plan .logo {
    display: none;
  }
  .bootstrap .mini-hhd-plan:nth-child(1n+2) {
    margin-top: 46px;
  }
  .bootstrap .mini-hhd-plan__title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .bootstrap .mini-hhd-plan__title img {
    margin-bottom: 14px;
  }
  .bootstrap .mini-hhd-plan__title span {
    width: 100%;
    font-size: 21px;
  }
  .bootstrap .mini-hhd-plan__content {
    flex-direction: column-reverse;
  }
  .bootstrap .mini-hhd-plan__slider {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .bootstrap .mini-hhd-plan__slider .swiper-button-prev,
.bootstrap .mini-hhd-plan__slider .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .bootstrap .mini-hhd .section-features .media-features-wrapper {
    margin-bottom: 110px;
  }
  .bootstrap .mini-hhd .section-line-up .modal {
    z-index: 1000000;
  }
  .bootstrap .mini-hhd .wood-bg {
    z-index: 1;
    padding-top: 8vw;
    margin-top: -1vw;
    overflow: visible;
  }
  .bootstrap .mini-hhd .wood-bg:before {
    display: none;
    top: -8vw;
    height: 8vw;
  }
  .bootstrap .mini-hhd .section-line-up {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bootstrap .mini-hhd .section-line-up .container {
    padding-top: 0;
  }
  .bootstrap footer {
    padding-top: 50px;
  }
  .bootstrap footer .footer-address {
    font-size: 11px;
  }
  .bootstrap .new-main-visual {
    margin-top: -8px;
  }
  .bootstrap .new-main-visual img {
    height: 82.4vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bootstrap .new-main-visual .slick-arrow {
    width: 10px;
    height: 20px;
  }
  .bootstrap .new-main-visual .slick-prev {
    left: 15px;
  }
  .bootstrap .new-main-visual .slick-next {
    right: 15px;
  }
  .bootstrap .section-intro {
    padding: 80px 0;
  }
  .bootstrap .section-intro .container {
    padding: 0;
    width: 84%;
  }
  .bootstrap .section-intro .row {
    --bs-gutter-y: 30px;
  }
  .bootstrap .section-intro__title {
    font-size: 28px;
  }
  .bootstrap .section-intro__title span {
    font-size: 34px;
  }
  .bootstrap .section-intro__text {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .bootstrap .section-product .section-title {
    margin-bottom: 20px;
  }
  .bootstrap .section-product .row:nth-of-type(odd) .section-product__content {
    text-align: right;
  }
  .bootstrap .section-product .row:nth-of-type(1n+2) {
    margin-top: 40px;
  }
  .bootstrap .section-product__name {
    font-size: 16px;
    padding-right: 58px;
    background-size: 37px auto;
    margin-top: 20px;
  }
  .bootstrap .section-product__name span {
    font-size: 12px;
  }
  .bootstrap .section-title small, .bootstrap .section-title .small {
    font-size: 16px;
  }
  .bootstrap .section-title span {
    font-size: 42px;
  }
  .bootstrap .link-more {
    padding-right: 57px;
    min-height: 37px;
    background-size: 37px auto;
    font-size: 18px;
  }
  .bootstrap .section-vr {
    margin-top: 50px;
    padding: 50px 0;
  }
  .bootstrap .section-vr .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-vr__header {
    margin-bottom: 20px;
  }
  .bootstrap .section-vr__title {
    margin-bottom: 10px;
  }
  .bootstrap .section-vr .section-title {
    margin-bottom: 10px;
  }
  .bootstrap .section-vr .section-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bootstrap .section-vr__link .link-more:nth-child(1n+2) {
    margin-top: 10px;
  }
  .bootstrap .section-vr__wrap {
    padding: 20px;
  }
  .bootstrap .section-vr__iframe {
    width: 100%;
    margin-bottom: 20px;
  }
  .bootstrap .section-works {
    padding: 60px 0;
  }
  .bootstrap .section-works .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-works .link-more {
    right: 0;
    top: 18px;
  }
  .bootstrap .section-works .works-card p {
    font-size: 12px;
    padding: 10px;
    background-position: center right 10px;
  }
  .bootstrap .section-map {
    padding: 60px 0;
  }
  .bootstrap .section-map .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-map .row {
    --bs-gutter-y: 30px;
  }
  .bootstrap .section-map .section-title {
    margin-bottom: 10px;
  }
  .bootstrap .section-map .link-more {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .bootstrap .section-map__image {
    height: 320px;
  }
  .bootstrap .section-topics {
    padding: 60px 0;
  }
  .bootstrap .section-topics .container {
    padding: 0;
    width: 84%;
  }
  .bootstrap .section-topics .top-topics-post-list {
    margin-bottom: 20px;
  }
  .bootstrap .section-blog {
    padding: 60px 0;
  }
  .bootstrap .section-blog .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-blog .row {
    --bs-gutter-y: 20px;
  }
  .bootstrap .section-blog .blog-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .bootstrap .section-blog .blog-card__image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
  .bootstrap .section-blog .blog-card__content {
    margin-left: 20px;
  }
  .bootstrap .section-blog .blog-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .bootstrap .section-blog .blog-card__cat {
    margin-top: 6px;
  }
  .bootstrap .section-main-banner {
    padding: 60px 0;
  }
  .bootstrap .section-main-banner .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-main-banner .row {
    --bs-gutter-y: 20px;
  }
  .bootstrap .section-main-banner__item {
    height: 145px;
  }
  .bootstrap .section-main-banner__item span {
    font-size: 20px;
    line-height: 1.5;
  }
  .bootstrap .section-sub-banner {
    margin-bottom: 60px;
  }
  .bootstrap .section-sub-banner .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-sub-banner__company-logo {
    width: 220px;
    margin-bottom: 30px;
  }
  .bootstrap .section-sub-banner .row img {
    margin-bottom: 10px;
  }
  .bootstrap .section-sub-banner .row p {
    font-size: 16px;
  }
  .bootstrap .section-support {
    padding: 60px 0;
  }
  .bootstrap .section-support .container {
    width: 84%;
    padding: 0;
  }
  .bootstrap .section-support .section-title {
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .bootstrap .section-support .row {
    --bs-gutter-y: 30px;
  }
  .bootstrap .section-support .support-content .support-content-list__num {
    margin-bottom: 10px;
  }
  .bootstrap .section-support .support-content .support-content-list__text {
    font-size: 10px;
  }
  .bootstrap .section-support .support-content .support-content-list__text span {
    font-size: 13px;
  }
  .bootstrap .miro-frame {
    height: 440px;
  }
}

@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .bootstrap .navbar-header .container-fluid, .bootstrap .navbar-header .container-sm, .bootstrap .navbar-header .container-md, .bootstrap .navbar-header .container-lg, .bootstrap .navbar-header .container-xl, .bootstrap .navbar-header .container-xxl {
    padding-left: 0;
  }
  .bootstrap .navbar-header .navbar-brand {
    width: 109px;
    margin-left: 21px;
  }
  .bootstrap .navbar-header .navbar-collapse {
    padding-right: 36px;
    padding-left: 36px;
  }
  .bootstrap .navbar-header .navbar-collapse .nav-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .bootstrap .navbar-header .navbar-collapse .nav-link {
    padding: 15px 20px;
  }
  .bootstrap .media-features .image-1 {
    width: 81.241vw;
  }
  .bootstrap .media-features.media-features-1 {
    margin-bottom: 185px;
  }
  .bootstrap .media-features.media-features-1 .media-content {
    top: 175px;
    padding-left: 20px;
  }
  .bootstrap .media-features.media-features-1 .logo {
    width: 71px;
    position: absolute;
    top: -37px;
    left: 20px;
  }
  .bootstrap .media-features.media-features-2 .media-content {
    top: 165px;
    padding-right: 20px;
  }
  .bootstrap .media-features.media-features-2 .logo {
    width: 74px;
    position: absolute;
    top: -42px;
    right: 20px;
  }
  .bootstrap .media-features.media-features-2 .logo.logo-3 {
    width: 86px;
    right: auto;
    top: auto;
    left: 20px;
    bottom: -158px;
  }
  .bootstrap .modal .modal-dialog {
    max-width: 750px;
  }
  .bootstrap .modal .modal-body {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bootstrap .modal .title-modal img {
    max-width: 320px;
  }
  .bootstrap .modal .img-house {
    max-width: 150px;
  }
  .bootstrap .title-border-bottom-gray {
    margin-top: 34px;
  }
  .bootstrap .section-fv {
    margin-top: -8px;
  }
  .bootstrap .section-features {
    margin-top: -9vw;
    position: relative;
    z-index: 0;
    background: url("../hhd/img/section/features/bg-sp-2.jpg") repeat-y 50% 0/100% auto;
    padding-top: calc(9vw + 35px);
    padding-bottom: 54px;
    overflow: auto;
  }
  .bootstrap .section-features:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 30px;
    background: url("../hhd/img/section/features/bg-sp.png") no-repeat 0 0/cover;
  }
  .bootstrap .section-features .title {
    margin-bottom: 58px;
  }
  .bootstrap .section-features .title img {
    max-width: 319px;
  }
  .bootstrap .section-features .hhd-360vr .title-yellow-35 {
    letter-spacing: 0.15em;
  }
  .bootstrap .mini-hhd .section-features .title {
    margin-bottom: 30px;
  }
  .bootstrap .mini-hhd .section-features .media-features.media-features-2 {
    margin-bottom: 185px;
  }
  .bootstrap .mini-hhd .wood-bg {
    margin-top: -9vw;
    position: relative;
    z-index: 0;
    background: url("../hhd/img/section/features/bg-sp-2.jpg") repeat-y 50% 0/100% auto;
    padding-top: calc(9vw + 35px);
    padding-bottom: 54px;
    overflow: auto;
  }
  .bootstrap .mini-hhd .wood-bg:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 30px;
    background: url("../hhd/img/section/features/bg-sp.png") no-repeat 0 0/cover;
  }
}

@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .bootstrap .btn-double-chevron {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bootstrap .btn-double-chevron span.en {
    font-size: 2.3vw;
  }
  .bootstrap .section-contact .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1399.98px) {
  .bootstrap .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .bootstrap .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control {
    transition: none;
  }
  .bootstrap .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .bootstrap .form-control::file-selector-button {
    transition: none;
  }
  .bootstrap .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .bootstrap .form-select {
    transition: none;
  }
  .bootstrap .form-switch .form-check-input {
    transition: none;
  }
  .bootstrap .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .bootstrap .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .bootstrap .form-floating > label {
    transition: none;
  }
  .bootstrap .btn {
    transition: none;
  }
  .bootstrap .fade {
    transition: none;
  }
  .bootstrap .collapsing {
    transition: none;
  }
  .bootstrap .collapsing.collapse-horizontal {
    transition: none;
  }
  .bootstrap .nav-link {
    transition: none;
  }
  .bootstrap .navbar-toggler {
    transition: none;
  }
  .bootstrap .accordion-button {
    transition: none;
  }
  .bootstrap .accordion-button::after {
    transition: none;
  }
  .bootstrap .page-link {
    transition: none;
  }
  .bootstrap .progress-bar {
    transition: none;
  }
  .bootstrap .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  .modal.fade .bootstrap .modal-dialog {
    transition: none;
  }
  .bootstrap .carousel-item {
    transition: none;
  }
  .bootstrap .carousel-fade .active.carousel-item-start,
.bootstrap .carousel-fade .active.carousel-item-end {
    transition: none;
  }
  .bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
    transition: none;
  }
  .bootstrap .carousel-indicators [data-bs-target] {
    transition: none;
  }
  .bootstrap .spinner-border,
.bootstrap .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .bootstrap .offcanvas {
    transition: none;
  }
  .bootstrap a,
.bootstrap a img {
    transition: none;
  }
  .bootstrap .btn {
    transition: none;
  }
}

@media print {
  .bootstrap .d-print-inline {
    display: inline !important;
  }
  .bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-print-block {
    display: block !important;
  }
  .bootstrap .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .bootstrap .d-print-table {
    display: table !important;
  }
  .bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-print-flex {
    display: flex !important;
  }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-print-none {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .bootstrap .navbar-header .navbar-collapse .nav-link {
    padding: 0 1vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bootstrap .navbar-header .navbar-collapse .nav-link {
    font-size: 10px;
  }
  .bootstrap .navbar-header .navbar-info .nav-item.nav-item-contact a {
    width: 170px;
    padding-right: 10px;
    padding-left: 50px;
    background-position-x: 25px;
  }
}

@media (min-width: 1370px) {
  .bootstrap .media-case {
    padding-top: 6.7vw;
    padding-bottom: 5.3vw;
  }
  .bootstrap .media-case.media-case-2 {
    padding-top: 6.65vw;
    padding-bottom: 5vw;
  }
  .bootstrap .media-case.media-case-3 {
    padding-top: 10.4vw;
    padding-bottom: 6.2vw;
  }
  .bootstrap .section-our-works .img-2 {
    width: 21.75vw;
  }
}

@media (min-width: 1200px) and (max-width: 767.98px) {
  .bootstrap footer .d-flex-footer {
    width: 79.64%;
  }
}

@media (min-width: 1200px) and (max-width: 1369px) {
  .bootstrap footer .flex-grow-right {
    padding-right: 124px;
  }
}

@media only screen and (max-width: 960px) {
  .contact-info-image {
    max-width: 86.66%;
  }
  .contact-form-wrap {
    background-color: #efefef;
  }
  .contact-form-wrap .contact-form .formstyle .formitem:nth-child(1n+2) {
    margin-top: 20px;
  }
  .contact-form-wrap .contact-form .formstyle .item-tit {
    margin-bottom: 8px;
  }
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s span.fn {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s.pcode span.autoadr {
    width: 110px;
    height: 46px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .contact-form-wrap .contact-form .formstyle input.btn_back {
    margin-bottom: 10px;
  }
  .contact-form-step li {
    height: 40px;
    font-size: 11px;
    letter-spacing: 0;
  }
  .contact-form-step li:nth-last-child(1n+2) {
    padding-right: 15px;
    margin-right: -15px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
  }
  .showroom-link {
    margin-bottom: 30px;
  }
  .showroom-link__content {
    padding: 20px;
  }
  .showroom-link__title {
    margin-bottom: 8px;
  }
  .showroom-link__text {
    margin-bottom: 20px;
  }
  .contact-form-complete {
    margin-top: 10px;
  }
  .contact-form-complete .section-contact-flow__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-form-complete .contact-flow-list__wrap {
    padding-left: 42px;
    padding-right: 10px;
  }
  .contact-form-complete .contact-flow-list__content {
    margin-left: 15px;
  }
  .contact-form-complete .contact-flow-list__title {
    font-size: 15px;
  }
  .contact-form-complete .contact-flow-list__text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 960px) {
  .contact-form-wrap {
    margin-bottom: 60px;
  }
  .contact-form-wrap .page-inner {
    max-width: 1126px;
    padding: 60px;
    border-radius: 10px;
    background-color: #efefef;
  }
  .contact-form-wrap .contact-form .formstyle .formitem {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }
  .contact-form-wrap .contact-form .formstyle .item-tit {
    justify-content: space-between;
    position: static;
    transform: none;
    width: 228px;
    padding: 0;
    flex-shrink: 0;
	  white-space: pre-wrap;
  }
  .contact-form-wrap .contact-form .formstyle .item-inner {
    float: none;
    width: calc(100% - 248px);
    margin-left: 20px;
  }
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s {
    justify-content: flex-start;
	  flex-wrap: wrap;
    align-items: center;
    display: flex;
  }
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s span.fn {
    width: 136px;
  }
  .contact-form-wrap .contact-form .formstyle .item-inner .item-s > input[type=text] {
    width: calc(100% - 136px);
  }
  .contact-form-wrap .contact-form .formstyle input.btn_back {
    margin-right: 10px;
  }
  .showroom-link {
    width: 47.14%;
  }
  .showroom-link__content {
    padding: 30px;
  }
  .contact-form-complete .section-contact-flow {
    width: 47.14%;
    margin-left: 5.72%;
  }
  .contact-form-complete .contact-flow-list__content {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=style.css.map */