@charset "UTF-8";
/****************************************************************
配色設定
****************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import '../js/dist/photoswipe/photoswipe.css';
@import '../js/dist/photoswipe-dynamic-caption-plugin/photoswipe-dynamic-caption-plugin.css';

:root {
  --bs-primary: #bcd752;
  --bs-secondary: #42bcc7;
  --bs-tertiary: #ABD89E;
}

.bg-current {
  background-color: currentColor;
}

.border-primary {
  border-color: #bcd752 !important;
}

.border-secondary {
  border-color: #42bcc7 !important;
}

.border-tertiary {
  border-color: #ABD89E !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-white {
  border-color: white !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-black {
  border-color: black !important;
}

.border-beige {
  border-color: #faf5ea !important;
}

.border-teal {
  border-color: #fffcb9 !important;
}

.border-gray {
  border-color: #666 !important;
}

.border-primary-tint {
  border-color: #f2f7dc !important;
}

.border-secondary-tint {
  border-color: #d9f2f4 !important;
}

.border-tertiary-tint {
  border-color: #eef7ec !important;
}

.border-gray-tint {
  border-color: #f0f0f0 !important;
}

.bg-blend-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-blend-mode: lighten !important;
}

.bg-blend-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-blend-mode: multiply !important;
}

.bg-black-00 {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-black-01 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-02 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-black-03 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-black-04 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-06 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-07 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-08 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-black-09 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-black-10 {
  background-color: black !important;
}

@media (max-width: 992px) {
  .tbg-black-00 {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .tbg-black-01 {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }

  .tbg-black-02 {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }

  .tbg-black-03 {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }

  .tbg-black-04 {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }

  .tbg-black-05 {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }

  .tbg-black-06 {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }

  .tbg-black-07 {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }

  .tbg-black-08 {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }

  .tbg-black-09 {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }

  .tbg-black-10 {
    background-color: black !important;
  }
}

@media (max-width: 576px) {
  .mbg-black-00 {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .mbg-black-01 {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }

  .mbg-black-02 {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }

  .mbg-black-03 {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }

  .mbg-black-04 {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }

  .mbg-black-05 {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }

  .mbg-black-06 {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }

  .mbg-black-07 {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }

  .mbg-black-08 {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }

  .mbg-black-09 {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }

  .mbg-black-10 {
    background-color: black !important;
  }
}

.bg-white-00 {
  background-color: rgba(255, 255, 255, 0) !important;
}

.bg-white-01 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-02 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-03 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-04 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-05 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-06 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-07 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-08 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-09 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-10 {
  background-color: white !important;
}

@media (max-width: 992px) {
  .tbg-white-00 {
    background-color: rgba(255, 255, 255, 0) !important;
  }

  .tbg-white-01 {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .tbg-white-02 {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }

  .tbg-white-03 {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }

  .tbg-white-04 {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }

  .tbg-white-05 {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }

  .tbg-white-06 {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }

  .tbg-white-07 {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }

  .tbg-white-08 {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }

  .tbg-white-09 {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .tbg-white-10 {
    background-color: white !important;
  }
}

@media (max-width: 576px) {
  .mbg-white-00 {
    background-color: rgba(255, 255, 255, 0) !important;
  }

  .mbg-white-01 {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .mbg-white-02 {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }

  .mbg-white-03 {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }

  .mbg-white-04 {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }

  .mbg-white-05 {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }

  .mbg-white-06 {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }

  .mbg-white-07 {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }

  .mbg-white-08 {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }

  .mbg-white-09 {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .mbg-white-10 {
    background-color: white !important;
  }
}

.bg-gray-00 {
  background-color: rgba(250, 250, 250, 0) !important;
}

.bg-gray-01 {
  background-color: rgba(250, 250, 250, 0.1) !important;
}

.bg-gray-02 {
  background-color: rgba(250, 250, 250, 0.2) !important;
}

.bg-gray-03 {
  background-color: rgba(250, 250, 250, 0.3) !important;
}

.bg-gray-04 {
  background-color: rgba(250, 250, 250, 0.4) !important;
}

.bg-gray-05 {
  background-color: rgba(250, 250, 250, 0.5) !important;
}

.bg-gray-06 {
  background-color: rgba(250, 250, 250, 0.6) !important;
}

.bg-gray-07 {
  background-color: rgba(250, 250, 250, 0.7) !important;
}

.bg-gray-08 {
  background-color: rgba(250, 250, 250, 0.8) !important;
}

.bg-gray-09 {
  background-color: rgba(250, 250, 250, 0.9) !important;
}

.bg-gray-10 {
  background-color: #fafafa !important;
}

@media (max-width: 992px) {
  .tbg-gray-00 {
    background-color: rgba(250, 250, 250, 0) !important;
  }

  .tbg-gray-01 {
    background-color: rgba(250, 250, 250, 0.1) !important;
  }

  .tbg-gray-02 {
    background-color: rgba(250, 250, 250, 0.2) !important;
  }

  .tbg-gray-03 {
    background-color: rgba(250, 250, 250, 0.3) !important;
  }

  .tbg-gray-04 {
    background-color: rgba(250, 250, 250, 0.4) !important;
  }

  .tbg-gray-05 {
    background-color: rgba(250, 250, 250, 0.5) !important;
  }

  .tbg-gray-06 {
    background-color: rgba(250, 250, 250, 0.6) !important;
  }

  .tbg-gray-07 {
    background-color: rgba(250, 250, 250, 0.7) !important;
  }

  .tbg-gray-08 {
    background-color: rgba(250, 250, 250, 0.8) !important;
  }

  .tbg-gray-09 {
    background-color: rgba(250, 250, 250, 0.9) !important;
  }

  .tbg-gray-10 {
    background-color: #fafafa !important;
  }
}

@media (max-width: 576px) {
  .mbg-gray-00 {
    background-color: rgba(250, 250, 250, 0) !important;
  }

  .mbg-gray-01 {
    background-color: rgba(250, 250, 250, 0.1) !important;
  }

  .mbg-gray-02 {
    background-color: rgba(250, 250, 250, 0.2) !important;
  }

  .mbg-gray-03 {
    background-color: rgba(250, 250, 250, 0.3) !important;
  }

  .mbg-gray-04 {
    background-color: rgba(250, 250, 250, 0.4) !important;
  }

  .mbg-gray-05 {
    background-color: rgba(250, 250, 250, 0.5) !important;
  }

  .mbg-gray-06 {
    background-color: rgba(250, 250, 250, 0.6) !important;
  }

  .mbg-gray-07 {
    background-color: rgba(250, 250, 250, 0.7) !important;
  }

  .mbg-gray-08 {
    background-color: rgba(250, 250, 250, 0.8) !important;
  }

  .mbg-gray-09 {
    background-color: rgba(250, 250, 250, 0.9) !important;
  }

  .mbg-gray-10 {
    background-color: #fafafa !important;
  }
}

.form-control:focus {
  border-color: #bcd752 !important;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.3) !important;
}

.form-control[readonly] {
  background-color: white !important;
}

.form-check-input:checked {
  background-color: #bcd752 !important;
  border-color: #bcd752 !important;
}

.form-check-input:focus {
  border-color: #bcd752 !important;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.3) !important;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(188, 215, 82, 0.1) !important;
  box-shadow: inset 0 -1px 0 rgba(188, 215, 82, 0.5) !important;
}

.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='%23bcd752'%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") !important;
}

.accordion-button:focus {
  border-color: rgba(188, 215, 82, 0.1) !important;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.5) !important;
}

/****************************************************************
フォント設定
****************************************************************/
.en {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.en-san {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.en-serif {
  font-family: "", "Times New Roman", "yumincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "serif" !important;
}

.en-hw {
  font-family: "Allison", cursive !important;
}

.ja {
  font-family: "yakuhanJP", "Kiwi Maru", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.ja-san {
  font-family: "yakuhanJP", "Kiwi Maru", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif" !important;
}

.ja-serif {
  font-family: "yakuhanMP", "", "Times New Roman", "yumincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "serif" !important;
}

/****************************************************************
アイコン設定
****************************************************************/
@font-face {
  font-family: "icomoon";
  src: url("../js/dist/icomoon/fonts/icomoon.eot?tnbz9d");
  src: url("../js/dist/icomoon/fonts/icomoon.eot?tnbz9d#iefix") format("embedded-opentype"), url("../js/dist/icomoon/fonts/icomoon.ttf?tnbz9d") format("truetype"), url("../js/dist/icomoon/fonts/icomoon.woff?tnbz9d") format("woff"), url("../js/dist/icomoon/fonts/icomoon.svg?tnbz9d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.pseudo-icon {
  line-height: 1;
}

.pseudo-icon::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pseudo-icon._angle-right::before {
  content: "\e901";
}

.pseudo-icon._calendar::before {
  content: "\e953";
}

.pseudo-icon._cart::before {
  content: "\e93a";
}

.pseudo-icon._checkbox-checked::before {
  content: "\ea52";
}

.pseudo-icon._checkmark::before {
  content: "\ea10";
}

.pseudo-icon._circle::before {
  content: "\e908";
}

.pseudo-icon._circle-right::before {
  content: "\ea42";
}

.pseudo-icon._circle-right-fill::before {
  content: "\e904";
}

.pseudo-icon._clock2::before {
  content: "\e94f";
}

.pseudo-icon._envelope::before {
  content: "\e906";
}

.pseudo-icon._exclamation-circle::before {
  content: "\e90c";
}

.pseudo-icon._exclamation-mark::before {
  content: "\e90b";
}

.pseudo-icon._fax::before {
  content: "\e907";
}

.pseudo-icon._free-dial::before {
  content: "\e90a";
}

.pseudo-icon._home3::before {
  content: "\e903";
}

.pseudo-icon._link::before {
  content: "\e905";
}

.pseudo-icon._location::before {
  content: "\e947";
}

.pseudo-icon._mobile::before {
  content: "\e958";
}

.pseudo-icon._paste::before {
  content: "\e92d";
}

.pseudo-icon._phone::before {
  content: "\e942";
}

.pseudo-icon._printer::before {
  content: "\e954";
}

.pseudo-icon._quotes-left::before {
  content: "\e977";
}

.pseudo-icon._quotes-right::before {
  content: "\e978";
}

.pseudo-icon._user::before {
  content: "\e971";
}

.pseudo-icon._reference-mark::before {
  content: "※";
}

.pseudo-icon._ameba::before {
  content: "\e909";
}

.pseudo-icon._facebook::before {
  content: "\ea90";
}

.pseudo-icon._instagram::before {
  content: "\ea92";
}

.pseudo-icon._line::before {
  content: "\e902";
}

.pseudo-icon._pinterest::before {
  content: "\ead1";
}

.pseudo-icon._tiktok::before {
  content: "\e900";
}

.pseudo-icon._twitter::before {
  content: "\ea96";
}

.pseudo-icon._youtube::before {
  content: "\ea9d";
}

.link-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #f8f9fa;
  letter-spacing: 0;
  background-color: #212529;
  border-radius: 100px;
}

.link-icon::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 0.65em;
  font-weight: 400;
  transform: translate(-50%, -50%);
}

.link-icon._ameba {
  background-color: #2d8c3c;
}

.link-icon._ameba::before {
  content: "\e909";
}

.link-icon._facebook {
  background-color: #315096;
}

.link-icon._facebook::before {
  content: "\ea90";
}

.link-icon._instagram {
  background-image: var(--instagram-gradient);
  background-size: 100% 100%;
}

.link-icon._instagram::before {
  content: "\ea92";
}

.link-icon._line {
  background-color: #00b900;
}

.link-icon._line::before {
  content: "\e902";
}

.link-icon._pinterest {
  background-color: #bd081c;
}

.link-icon._pinterest::before {
  content: "\ead1";
}

.link-icon._tiktok {
  background-color: #000;
}

.link-icon._tiktok::before {
  content: "\e900";
}

.link-icon._twitter {
  background-color: #1da1f2;
}

.link-icon._twitter::before {
  content: "\ea96";
}

.link-icon._youtube {
  background-color: #da1725;
}

.link-icon._youtube::before {
  content: "\ea9d";
}

.link-icon._angle-right {
  background-color: #bcd752;
}

.link-icon._angle-right::before {
  content: "\e901";
}

.link-icon._calendar {
  background-color: #bcd752;
}

.link-icon._calendar::before {
  content: "\e953";
}

.link-icon._cart {
  background-color: #bcd752;
}

.link-icon._cart::before {
  content: "\e93a";
}

.link-icon._checkbox-checked {
  background-color: #bcd752;
}

.link-icon._checkbox-checked::before {
  content: "\ea52";
}

.link-icon._checkmark {
  background-color: #bcd752;
}

.link-icon._checkmark::before {
  content: "\ea10";
}

.link-icon._circle {
  background-color: #bcd752;
}

.link-icon._circle::before {
  content: "\e908";
}

.link-icon._circle-right {
  background-color: #bcd752;
}

.link-icon._circle-right::before {
  content: "\ea42";
}

.link-icon._circle-right-fill {
  background-color: #bcd752;
}

.link-icon._circle-right-fill::before {
  content: "\e904";
}

.link-icon._clock2 {
  background-color: #bcd752;
}

.link-icon._clock2::before {
  content: "\e94f";
}

.link-icon._envelope {
  background-color: #bcd752;
}

.link-icon._envelope::before {
  content: "\e906";
}

.link-icon._exclamation-circle {
  background-color: #bcd752;
}

.link-icon._exclamation-circle::before {
  content: "\e90c";
}

.link-icon._exclamation-mark {
  background-color: #bcd752;
}

.link-icon._exclamation-mark::before {
  content: "\e90b";
}

.link-icon._fax {
  background-color: #bcd752;
}

.link-icon._fax::before {
  content: "\e907";
}

.link-icon._free-dial {
  background-color: #bcd752;
}

.link-icon._free-dial::before {
  content: "\e90a";
}

.link-icon._home3 {
  background-color: #bcd752;
}

.link-icon._home3::before {
  content: "\e903";
}

.link-icon._link {
  background-color: #bcd752;
}

.link-icon._link::before {
  content: "\e905";
}

.link-icon._location {
  background-color: #bcd752;
}

.link-icon._location::before {
  content: "\e947";
}

.link-icon._mobile {
  background-color: #bcd752;
}

.link-icon._mobile::before {
  content: "\e958";
}

.link-icon._paste {
  background-color: #bcd752;
}

.link-icon._paste::before {
  content: "\e92d";
}

.link-icon._phone {
  background-color: #bcd752;
}

.link-icon._phone::before {
  content: "\e942";
}

.link-icon._printer {
  background-color: #bcd752;
}

.link-icon._printer::before {
  content: "\e954";
}

.link-icon._quotes-left {
  background-color: #bcd752;
}

.link-icon._quotes-left::before {
  content: "\e977";
}

.link-icon._quotes-right {
  background-color: #bcd752;
}

.link-icon._quotes-right::before {
  content: "\e978";
}

.link-icon._user {
  background-color: #bcd752;
}

.link-icon._user::before {
  content: "\e971";
}

.link-icon._reference-mark {
  background-color: #bcd752;
}

.link-icon._reference-mark::before {
  content: "※";
}

.link-icon:hover {
  opacity: 0.8;
}

.link-icon:hover::before {
  color: white;
}

:root {
  --instagram-gradient: url("data:image/jpeg;base64,/9j/4QbPRXhpZgAATU0AKgAAAAgADAEAAAMAAAABBkAAAAEBAAMAAAABBLAAAAECAAMAAAADAAAAngEGAAMAAAABAAIAAAESAAMAAAABAAEAAAEVAAMAAAABAAMAAAEaAAUAAAABAAAApAEbAAUAAAABAAAArAEoAAMAAAABAAIAAAExAAIAAAAhAAAAtAEyAAIAAAAUAAAA1YdpAAQAAAABAAAA7AAAASQACAAIAAgACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIDIzLjQgKE1hY2ludG9zaCkAMjAyMjowNzowMiAxMjo0NDozMgAAAAAABJAAAAcAAAAEMDIzMaABAAMAAAAB//8AAKACAAQAAAABAAABLKADAAQAAAABAAAAyAAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAFyARsABQAAAAEAAAF6ASgAAwAAAAEAAgAAAgEABAAAAAEAAAGCAgIABAAAAAEAAAVFAAAAAAAAAEgAAAABAAAASAAAAAH/2P/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8Am4IbgjkIbgsOEntolC4IZCO4IbgrOObLEoXBDc1HIQ3BXMc2SJaz2oRVpzUF7VexzZom0SZSTKzGS2QWUSpJKWJYpRYpFIpKaMmCcWJChwiEKJCnhJqzgskm4TqzCTRzYlwU6inBlWIycrmMPUP/0LLghkIzgoELngXsolC4IbgjuCG4KaEmWJQOCgQjOCGQreObLEoXBDc1HIUHBXMeRkiWo9sKCsvagObCu452yg2xKZOkrEZLJRYplJMQpYlilFZMQnSU0ZNecGBCiEQhQIViEmrkhakuEgkrEJtDNi3f/9G+5qG4Kw9qE5q5sF66MkBCg4IxCgQpIlliUDghuCO4Ibgp4TZYlCQoOCM4IZCt45soKFzUF7VZcENzVcxZGSMmqRCijPahEQrsJ2ybhiUk6YqeJY5RWITKSYhSxLDKKyiQpJFTQk15wRkJBSIUeCrEJNXJC3//0th7UFzVbe1Be1c0C9RCTVcEMhWHNQnBOBZ4lCQoOCMQhkKSMmWJQuCG4I7ghuCsQmyxKEhDcEZwUCFbxzZAUDmoL2qy4Ibmq7iyMsZNYpkR7YUFchJeRbEpJymU0SxSixKSdMpYlhlFYhRIU0xCnhJrTi//0+ie1Be1W3NQXtXMPRQk03tQnNVt7UB7U4FsQk13BDIR3BDcE4FmiULghuCMQoOCljJliUDgoOCM4KDgrOObLEoCFBwRiFBwVvHNkBa7moLmwrTghPar2LIyxk10ym4QVFWoyXELJiE6SmiWGUWKSchMpYyYZxf/1Ore1Cc1WntQXtXMl3ISar2oL2q25qC9qTPCTTe1CcFae1Bc1EFsRk13BQIRnBDITwWaJQuCg4IxCg4KWEmWJQOCGQjuCG4K1jmyxKFwQ3NRyENwVzHkZIlrPahEK05qC9qu4sjLEokykmVqMlSCyYp0yliWGUX/1e0c1Ce1WHITlzRdeNtZzUJzVYehOTWeNtZ7UB7VaegvRDYhbVc1CcFYehOTg2I2hcFAhFchlPFssbROCG4IzkNynhbJG0LgoEIpUCrePi7MotE4ITmo7kNyuYjLsyxtrPaho70Eq7jMuzJ01WTJ0xViNrJU/wD/2f/tDoRQaG90b3Nob3AgMy4wADhCSU0EBAAAAAAADxwBWgADGyVHHAIAAAIAAAA4QklNBCUAAAAAABDNz/p9qMe+CQVwdq6vBcNOOEJJTQQ6AAAAAADXAAAAEAAAAAEAAAAAAAtwcmludE91dHB1dAAAAAUAAAAAUHN0U2Jvb2wBAAAAAEludGVlbnVtAAAAAEludGUAAAAASW1nIAAAAA9wcmludFNpeHRlZW5CaXRib29sAAAAAAtwcmludGVyTmFtZVRFWFQAAAABAAAAAAAPcHJpbnRQcm9vZlNldHVwT2JqYwAAAAVoIWtjii1bmgAAAAAACnByb29mU2V0dXAAAAABAAAAAEJsdG5lbnVtAAAADGJ1aWx0aW5Qcm9vZgAAAAlwcm9vZkNNWUsAOEJJTQQ7AAAAAAItAAAAEAAAAAEAAAAAABJwcmludE91dHB1dE9wdGlvbnMAAAAXAAAAAENwdG5ib29sAAAAAABDbGJyYm9vbAAAAAAAUmdzTWJvb2wAAAAAAENybkNib29sAAAAAABDbnRDYm9vbAAAAAAATGJsc2Jvb2wAAAAAAE5ndHZib29sAAAAAABFbWxEYm9vbAAAAAAASW50cmJvb2wAAAAAAEJja2dPYmpjAAAAAQAAAAAAAFJHQkMAAAADAAAAAFJkICBkb3ViQG/gAAAAAAAAAAAAR3JuIGRvdWJAb+AAAAAAAAAAAABCbCAgZG91YkBv4AAAAAAAAAAAAEJyZFRVbnRGI1JsdAAAAAAAAAAAAAAAAEJsZCBVbnRGI1JsdAAAAAAAAAAAAAAAAFJzbHRVbnRGI1B4bEBSAAAAAAAAAAAACnZlY3RvckRhdGFib29sAQAAAABQZ1BzZW51bQAAAABQZ1BzAAAAAFBnUEMAAAAATGVmdFVudEYjUmx0AAAAAAAAAAAAAAAAVG9wIFVudEYjUmx0AAAAAAAAAAAAAAAAU2NsIFVudEYjUHJjQFkAAAAAAAAAAAAQY3JvcFdoZW5QcmludGluZ2Jvb2wAAAAADmNyb3BSZWN0Qm90dG9tbG9uZwAAAAAAAAAMY3JvcFJlY3RMZWZ0bG9uZwAAAAAAAAANY3JvcFJlY3RSaWdodGxvbmcAAAAAAAAAC2Nyb3BSZWN0VG9wbG9uZwAAAAAAOEJJTQPtAAAAAAAQAEgAAAABAAIASAAAAAEAAjhCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQPyAAAAAAAKAAD///////8AADhCSU0EDQAAAAAABAAAAFo4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0ERAAAAAAAEAAAAAIAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANFAAAABgAAAAAAAAAAAAAAyAAAASwAAAAIADIAMgA4ADQAMAAyADgAOQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAABLAAAAMgAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAMgAAAAAUmdodGxvbmcAAAEsAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAASW1nIAAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAADIAAAAAFJnaHRsb25nAAABLAAAAAN1cmxURVhUAAAAAQAAAAAAAG51bGxURVhUAAAAAQAAAAAAAE1zZ2VURVhUAAAAAQAAAAAABmFsdFRhZ1RFWFQAAAABAAAAAAAOY2VsbFRleHRJc0hUTUxib29sAQAAAAhjZWxsVGV4dFRFWFQAAAABAAAAAAAJaG9yekFsaWduZW51bQAAAA9FU2xpY2VIb3J6QWxpZ24AAAAHZGVmYXVsdAAAAAl2ZXJ0QWxpZ25lbnVtAAAAD0VTbGljZVZlcnRBbGlnbgAAAAdkZWZhdWx0AAAAC2JnQ29sb3JUeXBlZW51bQAAABFFU2xpY2VCR0NvbG9yVHlwZQAAAABOb25lAAAACXRvcE91dHNldGxvbmcAAAAAAAAACmxlZnRPdXRzZXRsb25nAAAAAAAAAAxib3R0b21PdXRzZXRsb25nAAAAAAAAAAtyaWdodE91dHNldGxvbmcAAAAAADhCSU0EKAAAAAAADAAAAAI/8AAAAAAAADhCSU0EEQAAAAAAAQEAOEJJTQQUAAAAAAAEAAAABDhCSU0EDAAAAAAFYQAAAAEAAACgAAAAawAAAeAAAMigAAAFRQAYAAH/2P/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8Am4IbgjkIbgsOEntolC4IZCO4IbgrOObLEoXBDc1HIQ3BXMc2SJaz2oRVpzUF7VexzZom0SZSTKzGS2QWUSpJKWJYpRYpFIpKaMmCcWJChwiEKJCnhJqzgskm4TqzCTRzYlwU6inBlWIycrmMPUP/0LLghkIzgoELngXsolC4IbgjuCG4KaEmWJQOCgQjOCGQreObLEoXBDc1HIUHBXMeRkiWo9sKCsvagObCu452yg2xKZOkrEZLJRYplJMQpYlilFZMQnSU0ZNecGBCiEQhQIViEmrkhakuEgkrEJtDNi3f/9G+5qG4Kw9qE5q5sF66MkBCg4IxCgQpIlliUDghuCO4Ibgp4TZYlCQoOCM4IZCt45soKFzUF7VZcENzVcxZGSMmqRCijPahEQrsJ2ybhiUk6YqeJY5RWITKSYhSxLDKKyiQpJFTQk15wRkJBSIUeCrEJNXJC3//0th7UFzVbe1Be1c0C9RCTVcEMhWHNQnBOBZ4lCQoOCMQhkKSMmWJQuCG4I7ghuCsQmyxKEhDcEZwUCFbxzZAUDmoL2qy4Ibmq7iyMsZNYpkR7YUFchJeRbEpJymU0SxSixKSdMpYlhlFYhRIU0xCnhJrTi//0+ie1Be1W3NQXtXMPRQk03tQnNVt7UB7U4FsQk13BDIR3BDcE4FmiULghuCMQoOCljJliUDgoOCM4KDgrOObLEoCFBwRiFBwVvHNkBa7moLmwrTghPar2LIyxk10ym4QVFWoyXELJiE6SmiWGUWKSchMpYyYZxf/1Ore1Cc1WntQXtXMl3ISar2oL2q25qC9qTPCTTe1CcFae1Bc1EFsRk13BQIRnBDITwWaJQuCg4IxCg4KWEmWJQOCGQjuCG4K1jmyxKFwQ3NRyENwVzHkZIlrPahEK05qC9qu4sjLEokykmVqMlSCyYp0yliWGUX/1e0c1Ce1WHITlzRdeNtZzUJzVYehOTWeNtZ7UB7VaegvRDYhbVc1CcFYehOTg2I2hcFAhFchlPFssbROCG4IzkNynhbJG0LgoEIpUCrePi7MotE4ITmo7kNyuYjLsyxtrPaho70Eq7jMuzJ01WTJ0xViNrJU/wD/2QA4QklNBCEAAAAAAFcAAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAAUAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAMgAwADIAMgAAAAEAOEJJTQQGAAAAAAAHAAMBAQABAQD/4RI5aHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjItYzAwMCA3OS41NjZlYmM1YjQsIDIwMjIvMDUvMDktMDg6MjU6NTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTE0VDEzOjQ3OjA3KzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA3LTAyVDEyOjQ0OjMyKzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNy0wMlQxMjo0NDozMiswOTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9qcGVnIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMTk0YTQ3LTNlYTAtNDAxNS04MDhmLTEwMmIzMjU5NTcyYSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdlYTMxMzY3LTQ3MDEtOGU0OC1iMmFmLTM4OGFlMDE2YTkyMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmQwNmNlNzdmLTY5OTktY2I0NS1hZTJhLWJhZWQwMDYzYzg5MyIgcGhvdG9zaG9wOkxlZ2FjeUlQVENEaWdlc3Q9IkNEQ0ZGQTdEQThDN0JFMDkwNTcwNzZBRUFGMDVDMzRFIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkMDZjZTc3Zi02OTk5LWNiNDUtYWUyYS1iYWVkMDA2M2M4OTMiIHN0RXZ0OndoZW49IjIwMjItMDYtMTRUMTM6NDc6MDcrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4zIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZDg0ODk1YWEtNzY4Zi1iOTQxLTkzZDEtMjQ3OWU4YzJmYWRjIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTE0VDEzOjQ3OjMyKzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBkb2N1bWVudC92bmQuYWRvYmUuY3BzZCtkY3ggdG8gaW1hZ2UvanBlZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gZG9jdW1lbnQvdm5kLmFkb2JlLmNwc2QrZGN4IHRvIGltYWdlL2pwZWciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmUzZTk2MDMxLWU1NzgtZWY0NC1iOWRlLWZmMmY0YmRmZDYyNiIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0xNFQxMzo0NzozMiswOTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzE5NGE0Ny0zZWEwLTQwMTUtODA4Zi0xMDJiMzI1OTU3MmEiIHN0RXZ0OndoZW49IjIwMjItMDctMDJUMTI6NDQ6MzIrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy40IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODQ4OTVhYS03NjhmLWI5NDEtOTNkMS0yNDc5ZThjMmZhZGMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZDA2Y2U3N2YtNjk5OS1jYjQ1LWFlMmEtYmFlZDAwNjNjODkzIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDA2Y2U3N2YtNjk5OS1jYjQ1LWFlMmEtYmFlZDAwNjNjODkzIi8+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3ZWEzMTM2Ny00NzAxLThlNDgtYjJhZi0zODhhZTAxNmE5MjA8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/uACFBZG9iZQBkAAAAAAEDABADAgMGAAAAAAAAAAAAAAAA/9sAhAAKBwcHCAcKCAgKDwoICg8SDQoKDRIUEBASEBAUEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQsMDBUTFSIYGCIUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wgARCADIASwDAREAAhEBAxEB/8QAcgABAQEBAQEAAAAAAAAAAAAAAgABAwcGAQEBAQEBAQEBAAAAAAAAAAACAQMABwYEBRABAQEAAwEBAQEBAAAAAAAAAQACECAwEUAhEkERAQAAAAAAAAAAAAAAAAAAAJASAQAAAAAAAAAAAAAAAAAAAJD/2gAMAwEBAhEDEQAAAOnzn35aDpaGiLp0p0R0o0o0XPVctEdLikjiOKSNTlOIyNRIYxjBQOgllqynjmmOvFL82r8uLK7vrfGfQS0FS0NKWhpc0QdOlGqGi56rloi+nMRkcpkanFMRqZZyGIFjGS89WUsbTLHjrwS/Nq/Niz+v8Y9ACpSLoaLQ0p0RdOlOiGlGq5arnoi+kcUkcRqanEcUqJCQLGMFjENWM8Z5Zpjq/On+bbh9f4z92bSkVQ0XRojpS0dKdKNENENby1fPS4pKYjI4pUSmI5TIVGMYxiBZx56sZ4zyx4p/n24fZeNfZG02loJF0NHSho6U6U6I6UaLnquWiGlxyUxHEampkSpI1EhizxksYxiz1YzxtMp4asftfGvqRUbSkVS0FTog0dKdKWjpRrRoueq56IaXFJHFMRkanKcRkaiQxjGCgWJ56sZ448Z5/ceN/Qmo2moqlUNFoOnRHSl06IaU6Lnquei56oPpzEanEZGpxTEamQlniBZxgsaspY2mOLP7vx7+2OpqNpSKoSLoaLQ0p0RdOlOiGlGq56Llqi+kcUkcRqanEcUqJCQLGMFjENWU8ZZfeeQf1RUahaeRVKRVDRdGiLp0R0p0o0R0vPVc9Fy1WLpHEZTEampxHFJCueMYhjJYx56sZZ/f+Rfv51HqKjUbTaUg6Wg0XRojpS6dEdaNFz1XPRc9LjkpiOUyNTIlSpkJDEMYLGMYs9WfoXke/OsVDkbTUbQkVSkHTog6dEXTpTohpRquei56oaXFJHFMRkanKcUka5yGMYgWSxIejeS9z586hUeQqNpqKpVDRaDp0R0pdOiGlOiGt56Llqw+lJHEcRkanFMpkZCQxAsYwUfSvJsudfKocxUOpqNpSNoaKoaOiOlDR0p0p0o0Q1XPRctUX0jikjiNTU4piNTLOQxgsYj6X5R+bnz51c6+fIVGodTUVSqUg0XRoi6dEdKXRqjpeei56rnoi+kcRlMRqanEcUqJCWZYxH03yr8Qq5c+dfOrnUeQqNRtNpSDpaLoaOiOlLo0p0Q1XPRc9Vz0uKTmI5TI1MiVKmQkMQxH1Dyz+bz5c6+VfPlzrFQ5G01G0pBUpB0tHSjRF06U6IaUaoaLlqhpcUlMRxGpkakqSNRLOR9R8u/k8+XPnzq518uYq51HkKjabSkVS0Gi6NEdKXTohpTohpeeq5asvsUkcRxSRqMsxGRqJH1PzD+IOXPnzq58+dfLkKxaORqNpSNoaKpaGlLQ0p0RdOtGiGi56rloi+mZTEcpkanFMRqaj1bzP+AI+fLnyFfLlzr518+QqNR6ioqlUpFoOloaU6IunSnRDW89Fz1XPRF9I4pI4jU1OI4pU+s+afNjnziHLnz51cufOvnUKhyFRtNRtKRdCR0oaOiLp0o0p0Q0Q1vLV89LikpiMjiNTKYjlnrnm3y/OMRc+Q58+XOvnVy586xUORtNRtKoSKRdDR0o0RdOlOiOlGi56rlqhpcUlMRxGpqcRlPXvN/lefIRc4xy58ufPnVzr5cxVzqPIWmo2lIqloOloNHSnSnRHSjRDS89Vy1ZfYpI4piMjU1PsHnXyXOIRc+Yi58ufPny5186+fLnWLRyNRtKRtLQVLQdOiGlxoaU6UaoaLnqueiD6cxGRymRrPYvO/jhyEXOPnyEXPmOXOvny5V8+fOoVG08jUVQqUi6Gi0NKdEXTpTohpRquWq56IvpHFJHEan2Tz34wy8+Yi5xDnziHLnz51c+fKvnUKhyFRtNRtKRVDRdGiOiLp0p0o0Q0o1XLV89LikpiMjin//aAAgBAgABBQAhhhhhhhhhhhhiIjockQxDHAwwxEdBhhhhhhhhhhhhiI6nJDDDDDEMMMRDyMQwwwwwwwwwwwxEdR5IYYYY4GGHgvvIwwwwwwwwwwwwwxEdTkiGGGIhhhjqMMMMMMMMMMMMMMeRDDDDwMMMPYYYYYYYYYYYYYYYY6nQhhhh4GGG+9SIYYYYYYYYYYYYiODk5IYYYY4GG+9iIYYYYYYYYYYYeCODk5IYYhiIb73GGGGGGGGGGGGGHk6jyQwxDEX3wGGGGGGGGGGGGGGODwGGGGHzGGGGGGGGGGGGGGI6nQhhhh8xhhhhhhhhhhhhiI4OTkiGGG++REMMMMMMMMMMMMdx5IYYb75kMMMMMMMMMMMMPJ1ORhhvvoRDDDDDDDDDDDDHB1OSG++owwwwwwwwwwwwwxydy++xDDDDDDDDDDDDERHQ5PciGGGGGGGGGGGHgjg5H8RDDDDDDDDDDDDDERwcn4iGGGGGGGGGGGGGODqfiGGGGGGGGGGGGGGOD8xDDDDDDDDDDDDDER+chhhhhhhhhhhhhiI4PykMMMMMMMMMMMMMRHB+UhhhhhhhhhhhhhiIef/aAAgBAwABBQDzO70SSSSSSS0SSWi0W82s+pEdXh6JJJJJJJaJLRaLWbebWfUiOzJ0SSSSSSS0SWi0Ws2s3+f76kPRmZ5ZJJJJJJLRaJLRazf5/vsMPZJOUkkkkkkkktElrN/n+nuRy8s8pJJJJJJaLRJaL5/fwHdOiSSSSSSWiSS+fgIh7vRJJJJJJLRaL5H4CI6PDPLJJJJJJJaL5HB+AjszykkkkkySXz+jH4iOyTykkkkkkl8hhj8R3SeUkkkkkvkQwx+A4OzfOiSSSTfIYYYj8BEdHl6JJJJfIiGGPxnVmeUkkk4GGGGGPxDHZnlJJL5EMMMMMfiI7M8pJfIhhhhhhj8R3Tol8hiGGGGGH8Y9mTp8hiIYhhhjg/AR0ZmegwxDDDDDDEfhI6MzPJDDEQwwwwxH4SOyTwRDDEMMMMMPB+E7M8kMMMQxDDDD+Ijs8HBDDEQxDDDD+Ih6PP8A/9oACAEBAAEFAEkkkkkkkkkktFo9mSYehD0SSSSSSSSSSSS1m0eD2ZOwxykkkkkkkkkkklotZk8Hqkydh5SSSSSSSSSSSSS0WsyeCdWSTsPCSSSSSSSSSSSSSWi1mT1SSTt9kkkkkkkkkkkkkkktFon1SSSOqSSSSSSSSSSSSSSSWs2j2STg6JJJJJJJJJJJJJJJJJazJ4PVkk4OUkkkkkkkkkkkkkkkktFrMng9Ukk6aJJJJJJJJJJJJJJJJJLRazJ6sknH20SSSSSSSSSSSSSSSSSSWi1m+ejMknGi0SSSSSSSSSSSSSSSSSSWi0ezJfLRazaJJJJJJJJJJJJJJJJJJLWZPBOrJfP7otZtZkkkkkkkkkkkkkkkkkkktZk8Hql8tFotFokkkkkkkkkkkkkkkkkktFrMnh86/LRaLRazaLRJJJJJJJJJJJJJJJJJaLWZPVLRaLRaLRJJJJJJJJJJJJJJJJJJaLR6pJaLRaLWbRJJJJJJJJJJJJJJJJJaLWbR4J0SS0Wi0Wi0SSSSSSSSSSSSSSSSSSWi1mTweUtEklotFrNrNokkkkkkkkkkkkkkkkktFrMng8aLRJJaLRaLRaLRJJJJJJJJJJJJJJJJJaLWZPD/AKklokktFotFotEkkkkkkkkkkkkkkkklotFo8UkkkkktFotFotEkkkkkkkkkkkkkkkkklrNo8EkkkkkktFotZtEkkkkkkkkkkkkkkkkklotZk7pJJaJLRJaJLRazazJJJJJJJJJJJJJJJJJJJazJ2//aAAgBAgIGPwBtv//aAAgBAwIGPwBtv//aAAgBAQEGPwBtv//Z");
}

.text-gold {
  color: transparent;
  background-image: repeating-linear-gradient(315deg, #b67b03 2em, #daaf08 4em, #fee9a0 6em, #daaf08 8em, #b67b03 10em);
  -webkit-background-clip: text;
}

.text-silver {
  color: transparent;
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
  -webkit-background-clip: text;
}

.bg-gold {
  background-image: repeating-linear-gradient(315deg, #b67b03 2em, #daaf08 4em, #fee9a0 6em, #daaf08 8em, #b67b03 10em);
}

.bg-silver {
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
}

/****************************************************************
Swiper カスタム
****************************************************************/
:root {
  --swiper-pagination-bullet-size: 1rem;
  --swiper-theme-color: $primary;
}

#hero-area .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#hero-area .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f8f9fa;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}

#hero-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

#hero-area .swiper-button-prev,
#hero-area .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100px;
  margin-top: -50px;
  color: white;
  cursor: pointer;
  background-color: #384119;
}

#hero-area .swiper-button-prev.swiper-button-disabled,
#hero-area .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

#hero-area .swiper-button-prev::after,
#hero-area .swiper-button-next::after {
  font-size: 1.5rem;
  font-variant: initial;
  line-height: 1;
  letter-spacing: 0;
}

#hero-area .swiper-button-prev,
#hero-area .swiper-rtl .swiper-button-next {
  right: auto;
  left: 0;
}

#hero-area .swiper-button-prev::after,
#hero-area .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

#hero-area .swiper-button-next,
#hero-area .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

#hero-area .swiper-button-next::after,
#hero-area .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

#hero-area .swiper-button-lock {
  display: none;
}

@media (max-width: 992px) {

  #hero-area .swiper-button-prev,
  #hero-area .swiper-rtl .swiper-button-next {
    right: auto;
    left: 0;
  }

  #hero-area .swiper-button-prev::after,
  #hero-area .swiper-rtl .swiper-button-next::after {
    content: "prev";
  }

  #hero-area .swiper-button-next,
  #hero-area .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
  }

  #hero-area .swiper-button-next::after,
  #hero-area .swiper-rtl .swiper-button-prev::after {
    content: "next";
  }
}

.swiper-dock>.main {
  display: flex;
  justify-content: center;
  position: relative;
}

.swiper-dock>.main>.swiper {
  order: 2;
  width: calc(100% - 100px);
  overflow: hidden;
  flex: 0 0 auto;
}

.swiper-dock>.main>.swiper img {
  width: 100%;
}

.swiper-dock>.main>.prev,
.swiper-dock>.main>.next {
  display: block;
  flex: 1 1 auto;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.swiper-dock>.main>.prev.swiper-button-disabled,
.swiper-dock>.main>.next.swiper-button-disabled {
  opacity: 0;
  cursor: initial;
}

.swiper-dock>.main>.prev {
  order: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id=%22layer1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 170 300%22%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:6.445px;}%3c/style%3e%3c/defs%3e%3cpolyline class=%22cls-1%22 points=%22156.774 293.548 13.226 150 156.774 6.452%22/%3e%3c/svg%3e");
}

.swiper-dock>.main>.next {
  order: 3;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id=%22layer1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 170 300%22%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:6.445px;}%3c/style%3e%3c/defs%3e%3cpolyline class=%22cls-1%22 points=%2213.226 6.452 156.774 150 13.226 293.548%22/%3e%3c/svg%3e");
}

.swiper-dock>.main .pagination {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 1rem 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.swiper-dock>.main .pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0.2rem 0.5rem;
  background-color: currentColor;
  opacity: 0.3;
  transition: all 0.5s ease;
}

.swiper-dock>.main .pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: currentColor;
}

.swiper-dock>.main .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-dock>.thumbs .swiper {
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-dock>.thumbs .swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-dock>.thumbs .swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-dock>.thumbs .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .swiper-dock>.main>.swiper {
    width: calc(100% - 60px);
  }

  .swiper-dock>.main>.prev,
  .swiper-dock>.main>.next {
    width: 30px;
  }

  .swiper-dock>.main .pagination {
    padding: 1rem 30px;
  }

  .swiper-dock>.main .pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.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);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.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);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 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));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.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.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.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 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.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%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/****************************************************************
Bootstrap カスタム
****************************************************************/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #fffcb9;
  --bs-cyan: #0dcaf0;
  --bs-white: white;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #bcd752;
  --bs-secondary: #42bcc7;
  --bs-tertiary: #ABD89E;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-white: white;
  --bs-dark: #212529;
  --bs-black: black;
  --bs-beige: #faf5ea;
  --bs-teal: #fffcb9;
  --bs-gray: #666;
  --bs-primary-tint: #f2f7dc;
  --bs-secondary-tint: #d9f2f4;
  --bs-tertiary-tint: #eef7ec;
  --bs-gray-tint: #f0f0f0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #bcd752;
  text-decoration: underline;
}

a:hover {
  color: #96ac42;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0rem;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 9rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 11rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 11rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 13rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 13rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 14rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 14rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 16rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 16rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }

  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }

  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }

  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }

  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }

  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 11rem;
  }

  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 11rem;
  }

  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 12rem;
  }

  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 12rem;
  }

  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 13rem;
  }

  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 13rem;
  }

  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 14rem;
  }

  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 14rem;
  }

  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15rem;
  }

  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15rem;
  }

  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16rem;
  }

  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0rem;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0rem;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem;
  }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem;
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }

  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }

  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }

  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }

  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }

  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 11rem;
  }

  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 11rem;
  }

  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12rem;
  }

  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12rem;
  }

  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 13rem;
  }

  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 13rem;
  }

  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 14rem;
  }

  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 14rem;
  }

  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15rem;
  }

  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15rem;
  }

  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16rem;
  }

  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16rem;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0rem;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0rem;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }

  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }

  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }

  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }

  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }

  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 11rem;
  }

  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 11rem;
  }

  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 12rem;
  }

  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 12rem;
  }

  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 13rem;
  }

  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 13rem;
  }

  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 14rem;
  }

  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 14rem;
  }

  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15rem;
  }

  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15rem;
  }

  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16rem;
  }

  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0rem;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0rem;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }

  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }

  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 11rem;
  }

  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 11rem;
  }

  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 12rem;
  }

  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 12rem;
  }

  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 13rem;
  }

  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 13rem;
  }

  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 14rem;
  }

  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 14rem;
  }

  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15rem;
  }

  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15rem;
  }

  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16rem;
  }

  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }

  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }

  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 11rem;
  }

  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 11rem;
  }

  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 12rem;
  }

  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 12rem;
  }

  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 13rem;
  }

  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 13rem;
  }

  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 14rem;
  }

  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 14rem;
  }

  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15rem;
  }

  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15rem;
  }

  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16rem;
  }

  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16rem;
  }
}

.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;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #f2f7dc;
  --bs-table-striped-bg: #e6ebd1;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dadec6;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e0e4cc;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dadec6;
}

.table-secondary {
  --bs-table-bg: #d9f2f4;
  --bs-table-striped-bg: #cee6e8;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c3dadc;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c9e0e2;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c3dadc;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: black;
  color: black;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: black;
  color: black;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: black;
  color: black;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: white;
  color: white;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: white;
  border-color: #deeba9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #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;
}

.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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.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: white;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #deeba9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  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;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #deeba9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.25);
}

.form-check-input:checked {
  background-color: #bcd752;
  border-color: #bcd752;
}

.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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #bcd752;
  border-color: #bcd752;
  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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23deeba9'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(188, 215, 82, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(188, 215, 82, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #bcd752;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #ebf3cb;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #bcd752;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #ebf3cb;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: 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;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.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: white;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.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);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: white;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #a9c24a;
  background-color: #f8fbee;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a9c24a'%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);
}

.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;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #deeba9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(188, 215, 82, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #bcd752;
}

.link-primary:hover,
.link-primary:focus {
  color: #c9df75;
}

.link-secondary {
  color: #42bcc7;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #68c9d2;
}

.link-tertiary {
  color: #ABD89E;
}

.link-tertiary:hover,
.link-tertiary:focus {
  color: #bce0b1;
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-white {
  color: white;
}

.link-white:hover,
.link-white:focus {
  color: white;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.link-black {
  color: black;
}

.link-black:hover,
.link-black:focus {
  color: black;
}

.link-beige {
  color: #faf5ea;
}

.link-beige:hover,
.link-beige:focus {
  color: #fbf7ee;
}

.link-teal {
  color: #fffcb9;
}

.link-teal:hover,
.link-teal:focus {
  color: #fffdc7;
}

.link-gray {
  color: #666;
}

.link-gray:hover,
.link-gray:focus {
  color: #525252;
}

.link-primary-tint {
  color: #f2f7dc;
}

.link-primary-tint:hover,
.link-primary-tint:focus {
  color: #f5f9e3;
}

.link-secondary-tint {
  color: #d9f2f4;
}

.link-secondary-tint:hover,
.link-secondary-tint:focus {
  color: #e1f5f6;
}

.link-tertiary-tint {
  color: #eef7ec;
}

.link-tertiary-tint:hover,
.link-tertiary-tint:focus {
  color: #f1f9f0;
}

.link-gray-tint {
  color: #f0f0f0;
}

.link-gray-tint:hover,
.link-gray-tint:focus {
  color: #f3f3f3;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-10 {
  top: 10% !important;
}

.top-20 {
  top: 20% !important;
}

.top-30 {
  top: 30% !important;
}

.top-40 {
  top: 40% !important;
}

.top-50 {
  top: 50% !important;
}

.top-60 {
  top: 60% !important;
}

.top-70 {
  top: 70% !important;
}

.top-80 {
  top: 80% !important;
}

.top-90 {
  top: 90% !important;
}

.top-100 {
  top: 100% !important;
}

.top-auto {
  top: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.bottom-auto {
  bottom: auto !important;
}

.start-0 {
  left: 0 !important;
}

.start-10 {
  left: 10% !important;
}

.start-20 {
  left: 20% !important;
}

.start-30 {
  left: 30% !important;
}

.start-40 {
  left: 40% !important;
}

.start-50 {
  left: 50% !important;
}

.start-60 {
  left: 60% !important;
}

.start-70 {
  left: 70% !important;
}

.start-80 {
  left: 80% !important;
}

.start-90 {
  left: 90% !important;
}

.start-100 {
  left: 100% !important;
}

.start-auto {
  left: auto !important;
}

.end-0 {
  right: 0 !important;
}

.end-10 {
  right: 10% !important;
}

.end-20 {
  right: 20% !important;
}

.end-30 {
  right: 30% !important;
}

.end-40 {
  right: 40% !important;
}

.end-50 {
  right: 50% !important;
}

.end-60 {
  right: 60% !important;
}

.end-70 {
  right: 70% !important;
}

.end-80 {
  right: 80% !important;
}

.end-90 {
  right: 90% !important;
}

.end-100 {
  right: 100% !important;
}

.end-auto {
  right: auto !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #bcd752 !important;
}

.border-secondary {
  border-color: #42bcc7 !important;
}

.border-tertiary {
  border-color: #ABD89E !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-white {
  border-color: white !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-black {
  border-color: black !important;
}

.border-beige {
  border-color: #faf5ea !important;
}

.border-teal {
  border-color: #fffcb9 !important;
}

.border-gray {
  border-color: #666 !important;
}

.border-primary-tint {
  border-color: #f2f7dc !important;
}

.border-secondary-tint {
  border-color: #d9f2f4 !important;
}

.border-tertiary-tint {
  border-color: #eef7ec !important;
}

.border-gray-tint {
  border-color: #f0f0f0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 1% !important;
}

.h-2 {
  height: 2% !important;
}

.h-3 {
  height: 3% !important;
}

.h-4 {
  height: 4% !important;
}

.h-5 {
  height: 5% !important;
}

.h-6 {
  height: 6% !important;
}

.h-7 {
  height: 7% !important;
}

.h-8 {
  height: 8% !important;
}

.h-9 {
  height: 9% !important;
}

.h-10 {
  height: 10% !important;
}

.h-11 {
  height: 11% !important;
}

.h-12 {
  height: 12% !important;
}

.h-13 {
  height: 13% !important;
}

.h-14 {
  height: 14% !important;
}

.h-15 {
  height: 15% !important;
}

.h-16 {
  height: 16% !important;
}

.h-17 {
  height: 17% !important;
}

.h-18 {
  height: 18% !important;
}

.h-19 {
  height: 19% !important;
}

.h-20 {
  height: 20% !important;
}

.h-21 {
  height: 21% !important;
}

.h-22 {
  height: 22% !important;
}

.h-23 {
  height: 23% !important;
}

.h-24 {
  height: 24% !important;
}

.h-25 {
  height: 25% !important;
}

.h-26 {
  height: 26% !important;
}

.h-27 {
  height: 27% !important;
}

.h-28 {
  height: 28% !important;
}

.h-29 {
  height: 29% !important;
}

.h-30 {
  height: 30% !important;
}

.h-31 {
  height: 31% !important;
}

.h-32 {
  height: 32% !important;
}

.h-33 {
  height: 33% !important;
}

.h-34 {
  height: 34% !important;
}

.h-35 {
  height: 35% !important;
}

.h-36 {
  height: 36% !important;
}

.h-37 {
  height: 37% !important;
}

.h-38 {
  height: 38% !important;
}

.h-39 {
  height: 39% !important;
}

.h-40 {
  height: 40% !important;
}

.h-41 {
  height: 41% !important;
}

.h-42 {
  height: 42% !important;
}

.h-43 {
  height: 43% !important;
}

.h-44 {
  height: 44% !important;
}

.h-45 {
  height: 45% !important;
}

.h-46 {
  height: 46% !important;
}

.h-47 {
  height: 47% !important;
}

.h-48 {
  height: 48% !important;
}

.h-49 {
  height: 49% !important;
}

.h-50 {
  height: 50% !important;
}

.h-51 {
  height: 51% !important;
}

.h-52 {
  height: 52% !important;
}

.h-53 {
  height: 53% !important;
}

.h-54 {
  height: 54% !important;
}

.h-55 {
  height: 55% !important;
}

.h-56 {
  height: 56% !important;
}

.h-57 {
  height: 57% !important;
}

.h-58 {
  height: 58% !important;
}

.h-59 {
  height: 59% !important;
}

.h-60 {
  height: 60% !important;
}

.h-61 {
  height: 61% !important;
}

.h-62 {
  height: 62% !important;
}

.h-63 {
  height: 63% !important;
}

.h-64 {
  height: 64% !important;
}

.h-65 {
  height: 65% !important;
}

.h-66 {
  height: 66% !important;
}

.h-67 {
  height: 67% !important;
}

.h-68 {
  height: 68% !important;
}

.h-69 {
  height: 69% !important;
}

.h-70 {
  height: 70% !important;
}

.h-71 {
  height: 71% !important;
}

.h-72 {
  height: 72% !important;
}

.h-73 {
  height: 73% !important;
}

.h-74 {
  height: 74% !important;
}

.h-75 {
  height: 75% !important;
}

.h-76 {
  height: 76% !important;
}

.h-77 {
  height: 77% !important;
}

.h-78 {
  height: 78% !important;
}

.h-79 {
  height: 79% !important;
}

.h-80 {
  height: 80% !important;
}

.h-81 {
  height: 81% !important;
}

.h-82 {
  height: 82% !important;
}

.h-83 {
  height: 83% !important;
}

.h-84 {
  height: 84% !important;
}

.h-85 {
  height: 85% !important;
}

.h-86 {
  height: 86% !important;
}

.h-87 {
  height: 87% !important;
}

.h-88 {
  height: 88% !important;
}

.h-89 {
  height: 89% !important;
}

.h-90 {
  height: 90% !important;
}

.h-91 {
  height: 91% !important;
}

.h-92 {
  height: 92% !important;
}

.h-93 {
  height: 93% !important;
}

.h-94 {
  height: 94% !important;
}

.h-95 {
  height: 95% !important;
}

.h-96 {
  height: 96% !important;
}

.h-97 {
  height: 97% !important;
}

.h-98 {
  height: 98% !important;
}

.h-99 {
  height: 99% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.fd-row {
  flex-direction: row !important;
}

.fd-column {
  flex-direction: column !important;
}

.fd-row-reverse {
  flex-direction: row-reverse !important;
}

.fd-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-11 {
  gap: 11rem !important;
}

.gap-12 {
  gap: 12rem !important;
}

.gap-13 {
  gap: 13rem !important;
}

.gap-14 {
  gap: 14rem !important;
}

.gap-15 {
  gap: 15rem !important;
}

.gap-16 {
  gap: 16rem !important;
}

.jc-start {
  justify-content: flex-start !important;
}

.jc-end {
  justify-content: flex-end !important;
}

.jc-center {
  justify-content: center !important;
}

.jc-between {
  justify-content: space-between !important;
}

.jc-around {
  justify-content: space-around !important;
}

.jc-evenly {
  justify-content: space-evenly !important;
}

.ai-start {
  align-items: flex-start !important;
}

.ai-end {
  align-items: flex-end !important;
}

.ai-center {
  align-items: center !important;
}

.ai-baseline {
  align-items: baseline !important;
}

.ai-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.m-14 {
  margin: 14rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-11 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-12 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-14 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-11 {
  margin-right: 11rem !important;
}

.me-12 {
  margin-right: 12rem !important;
}

.me-13 {
  margin-right: 13rem !important;
}

.me-14 {
  margin-right: 14rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-16 {
  margin-right: 16rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-11 {
  margin-left: 11rem !important;
}

.ms-12 {
  margin-left: 12rem !important;
}

.ms-13 {
  margin-left: 13rem !important;
}

.ms-14 {
  margin-left: 14rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-16 {
  margin-left: 16rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.m-n11 {
  margin: -11rem !important;
}

.m-n12 {
  margin: -12rem !important;
}

.m-n13 {
  margin: -13rem !important;
}

.m-n14 {
  margin: -14rem !important;
}

.m-n15 {
  margin: -15rem !important;
}

.m-n16 {
  margin: -16rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n11 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n12 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx-n13 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n14 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n15 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

.mx-n16 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n11 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n12 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my-n13 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n14 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n15 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.my-n16 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n9 {
  margin-top: -9rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-n11 {
  margin-top: -11rem !important;
}

.mt-n12 {
  margin-top: -12rem !important;
}

.mt-n13 {
  margin-top: -13rem !important;
}

.mt-n14 {
  margin-top: -14rem !important;
}

.mt-n15 {
  margin-top: -15rem !important;
}

.mt-n16 {
  margin-top: -16rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n9 {
  margin-right: -9rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.me-n11 {
  margin-right: -11rem !important;
}

.me-n12 {
  margin-right: -12rem !important;
}

.me-n13 {
  margin-right: -13rem !important;
}

.me-n14 {
  margin-right: -14rem !important;
}

.me-n15 {
  margin-right: -15rem !important;
}

.me-n16 {
  margin-right: -16rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n9 {
  margin-bottom: -9rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-n11 {
  margin-bottom: -11rem !important;
}

.mb-n12 {
  margin-bottom: -12rem !important;
}

.mb-n13 {
  margin-bottom: -13rem !important;
}

.mb-n14 {
  margin-bottom: -14rem !important;
}

.mb-n15 {
  margin-bottom: -15rem !important;
}

.mb-n16 {
  margin-bottom: -16rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n9 {
  margin-left: -9rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

.ms-n11 {
  margin-left: -11rem !important;
}

.ms-n12 {
  margin-left: -12rem !important;
}

.ms-n13 {
  margin-left: -13rem !important;
}

.ms-n14 {
  margin-left: -14rem !important;
}

.ms-n15 {
  margin-left: -15rem !important;
}

.ms-n16 {
  margin-left: -16rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-11 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-14 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-11 {
  padding-right: 11rem !important;
}

.pe-12 {
  padding-right: 12rem !important;
}

.pe-13 {
  padding-right: 13rem !important;
}

.pe-14 {
  padding-right: 14rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-16 {
  padding-right: 16rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-11 {
  padding-left: 11rem !important;
}

.ps-12 {
  padding-left: 12rem !important;
}

.ps-13 {
  padding-left: 13rem !important;
}

.ps-14 {
  padding-left: 14rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-16 {
  padding-left: 16rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-lead {
  font-size: calc(1.925rem + 8.1vw) !important;
}

.fs-xxl {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-xl {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-xs {
  font-size: 0.7rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-0point5 {
  line-height: 0.5 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1point5 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-2point5 {
  line-height: 2.5 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-3point5 {
  line-height: 3.5 !important;
}

.lh-4 {
  line-height: 4 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #bcd752 !important;
}

.text-secondary {
  color: #42bcc7 !important;
}

.text-tertiary {
  color: #ABD89E !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-white {
  color: white !important;
}

.text-dark {
  color: #212529 !important;
}

.text-black {
  color: black !important;
}

.text-beige {
  color: #faf5ea !important;
}

.text-teal {
  color: #fffcb9 !important;
}

.text-gray {
  color: #666 !important;
}

.text-primary-tint {
  color: #f2f7dc !important;
}

.text-secondary-tint {
  color: #d9f2f4 !important;
}

.text-tertiary-tint {
  color: #eef7ec !important;
}

.text-gray-tint {
  color: #f0f0f0 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #bcd752 !important;
}

.bg-secondary {
  background-color: #42bcc7 !important;
}

.bg-tertiary {
  background-color: #ABD89E !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-white {
  background-color: white !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-black {
  background-color: black !important;
}

.bg-beige {
  background-color: #faf5ea !important;
}

.bg-teal {
  background-color: #fffcb9 !important;
}

.bg-gray {
  background-color: #666 !important;
}

.bg-primary-tint {
  background-color: #f2f7dc !important;
}

.bg-secondary-tint {
  background-color: #d9f2f4 !important;
}

.bg-tertiary-tint {
  background-color: #eef7ec !important;
}

.bg-gray-tint {
  background-color: #f0f0f0 !important;
}

.bg-body {
  background-color: white !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-0point1 {
  letter-spacing: 0.1em !important;
}

.ls-0point2 {
  letter-spacing: 0.2em !important;
}

.ls-0point3 {
  letter-spacing: 0.3em !important;
}

.ls-0point4 {
  letter-spacing: 0.4em !important;
}

.z-n10 {
  z-index: -10 !important;
}

.z-n9 {
  z-index: -9 !important;
}

.z-n8 {
  z-index: -8 !important;
}

.z-n7 {
  z-index: -7 !important;
}

.z-n6 {
  z-index: -6 !important;
}

.z-n5 {
  z-index: -5 !important;
}

.z-n4 {
  z-index: -4 !important;
}

.z-n3 {
  z-index: -3 !important;
}

.z-n2 {
  z-index: -2 !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-6 {
  z-index: 6 !important;
}

.z-7 {
  z-index: 7 !important;
}

.z-8 {
  z-index: 8 !important;
}

.z-9 {
  z-index: 9 !important;
}

.z-10 {
  z-index: 10 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-0point1 {
  opacity: 0.1 !important;
}

.opacity-0point2 {
  opacity: 0.2 !important;
}

.opacity-0point3 {
  opacity: 0.3 !important;
}

.opacity-0point4 {
  opacity: 0.4 !important;
}

.opacity-0point5 {
  opacity: 0.5 !important;
}

.opacity-0point6 {
  opacity: 0.6 !important;
}

.opacity-0point7 {
  opacity: 0.7 !important;
}

.opacity-0point8 {
  opacity: 0.8 !important;
}

.opacity-0point9 {
  opacity: 0.9 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.mt-xxl-8 {
  margin-top: 8rem !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .position-sm-static {
    position: static !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }

  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .top-sm-0 {
    top: 0 !important;
  }

  .top-sm-10 {
    top: 10% !important;
  }

  .top-sm-20 {
    top: 20% !important;
  }

  .top-sm-30 {
    top: 30% !important;
  }

  .top-sm-40 {
    top: 40% !important;
  }

  .top-sm-50 {
    top: 50% !important;
  }

  .top-sm-60 {
    top: 60% !important;
  }

  .top-sm-70 {
    top: 70% !important;
  }

  .top-sm-80 {
    top: 80% !important;
  }

  .top-sm-90 {
    top: 90% !important;
  }

  .top-sm-100 {
    top: 100% !important;
  }

  .top-sm-auto {
    top: auto !important;
  }

  .bottom-sm-0 {
    bottom: 0 !important;
  }

  .bottom-sm-10 {
    bottom: 10% !important;
  }

  .bottom-sm-20 {
    bottom: 20% !important;
  }

  .bottom-sm-30 {
    bottom: 30% !important;
  }

  .bottom-sm-40 {
    bottom: 40% !important;
  }

  .bottom-sm-50 {
    bottom: 50% !important;
  }

  .bottom-sm-60 {
    bottom: 60% !important;
  }

  .bottom-sm-70 {
    bottom: 70% !important;
  }

  .bottom-sm-80 {
    bottom: 80% !important;
  }

  .bottom-sm-90 {
    bottom: 90% !important;
  }

  .bottom-sm-100 {
    bottom: 100% !important;
  }

  .bottom-sm-auto {
    bottom: auto !important;
  }

  .start-sm-0 {
    left: 0 !important;
  }

  .start-sm-10 {
    left: 10% !important;
  }

  .start-sm-20 {
    left: 20% !important;
  }

  .start-sm-30 {
    left: 30% !important;
  }

  .start-sm-40 {
    left: 40% !important;
  }

  .start-sm-50 {
    left: 50% !important;
  }

  .start-sm-60 {
    left: 60% !important;
  }

  .start-sm-70 {
    left: 70% !important;
  }

  .start-sm-80 {
    left: 80% !important;
  }

  .start-sm-90 {
    left: 90% !important;
  }

  .start-sm-100 {
    left: 100% !important;
  }

  .start-sm-auto {
    left: auto !important;
  }

  .end-sm-0 {
    right: 0 !important;
  }

  .end-sm-10 {
    right: 10% !important;
  }

  .end-sm-20 {
    right: 20% !important;
  }

  .end-sm-30 {
    right: 30% !important;
  }

  .end-sm-40 {
    right: 40% !important;
  }

  .end-sm-50 {
    right: 50% !important;
  }

  .end-sm-60 {
    right: 60% !important;
  }

  .end-sm-70 {
    right: 70% !important;
  }

  .end-sm-80 {
    right: 80% !important;
  }

  .end-sm-90 {
    right: 90% !important;
  }

  .end-sm-100 {
    right: 100% !important;
  }

  .end-sm-auto {
    right: auto !important;
  }

  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }

  .w-sm-0 {
    width: 0 !important;
  }

  .w-sm-1 {
    width: 1% !important;
  }

  .w-sm-2 {
    width: 2% !important;
  }

  .w-sm-3 {
    width: 3% !important;
  }

  .w-sm-4 {
    width: 4% !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .w-sm-6 {
    width: 6% !important;
  }

  .w-sm-7 {
    width: 7% !important;
  }

  .w-sm-8 {
    width: 8% !important;
  }

  .w-sm-9 {
    width: 9% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-11 {
    width: 11% !important;
  }

  .w-sm-12 {
    width: 12% !important;
  }

  .w-sm-13 {
    width: 13% !important;
  }

  .w-sm-14 {
    width: 14% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-16 {
    width: 16% !important;
  }

  .w-sm-17 {
    width: 17% !important;
  }

  .w-sm-18 {
    width: 18% !important;
  }

  .w-sm-19 {
    width: 19% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-21 {
    width: 21% !important;
  }

  .w-sm-22 {
    width: 22% !important;
  }

  .w-sm-23 {
    width: 23% !important;
  }

  .w-sm-24 {
    width: 24% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-26 {
    width: 26% !important;
  }

  .w-sm-27 {
    width: 27% !important;
  }

  .w-sm-28 {
    width: 28% !important;
  }

  .w-sm-29 {
    width: 29% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-31 {
    width: 31% !important;
  }

  .w-sm-32 {
    width: 32% !important;
  }

  .w-sm-33 {
    width: 33% !important;
  }

  .w-sm-34 {
    width: 34% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-36 {
    width: 36% !important;
  }

  .w-sm-37 {
    width: 37% !important;
  }

  .w-sm-38 {
    width: 38% !important;
  }

  .w-sm-39 {
    width: 39% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-41 {
    width: 41% !important;
  }

  .w-sm-42 {
    width: 42% !important;
  }

  .w-sm-43 {
    width: 43% !important;
  }

  .w-sm-44 {
    width: 44% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-46 {
    width: 46% !important;
  }

  .w-sm-47 {
    width: 47% !important;
  }

  .w-sm-48 {
    width: 48% !important;
  }

  .w-sm-49 {
    width: 49% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-51 {
    width: 51% !important;
  }

  .w-sm-52 {
    width: 52% !important;
  }

  .w-sm-53 {
    width: 53% !important;
  }

  .w-sm-54 {
    width: 54% !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-56 {
    width: 56% !important;
  }

  .w-sm-57 {
    width: 57% !important;
  }

  .w-sm-58 {
    width: 58% !important;
  }

  .w-sm-59 {
    width: 59% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-61 {
    width: 61% !important;
  }

  .w-sm-62 {
    width: 62% !important;
  }

  .w-sm-63 {
    width: 63% !important;
  }

  .w-sm-64 {
    width: 64% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-66 {
    width: 66% !important;
  }

  .w-sm-67 {
    width: 67% !important;
  }

  .w-sm-68 {
    width: 68% !important;
  }

  .w-sm-69 {
    width: 69% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-71 {
    width: 71% !important;
  }

  .w-sm-72 {
    width: 72% !important;
  }

  .w-sm-73 {
    width: 73% !important;
  }

  .w-sm-74 {
    width: 74% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-76 {
    width: 76% !important;
  }

  .w-sm-77 {
    width: 77% !important;
  }

  .w-sm-78 {
    width: 78% !important;
  }

  .w-sm-79 {
    width: 79% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-81 {
    width: 81% !important;
  }

  .w-sm-82 {
    width: 82% !important;
  }

  .w-sm-83 {
    width: 83% !important;
  }

  .w-sm-84 {
    width: 84% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-86 {
    width: 86% !important;
  }

  .w-sm-87 {
    width: 87% !important;
  }

  .w-sm-88 {
    width: 88% !important;
  }

  .w-sm-89 {
    width: 89% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-91 {
    width: 91% !important;
  }

  .w-sm-92 {
    width: 92% !important;
  }

  .w-sm-93 {
    width: 93% !important;
  }

  .w-sm-94 {
    width: 94% !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .w-sm-96 {
    width: 96% !important;
  }

  .w-sm-97 {
    width: 97% !important;
  }

  .w-sm-98 {
    width: 98% !important;
  }

  .w-sm-99 {
    width: 99% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-0 {
    height: 0 !important;
  }

  .h-sm-1 {
    height: 1% !important;
  }

  .h-sm-2 {
    height: 2% !important;
  }

  .h-sm-3 {
    height: 3% !important;
  }

  .h-sm-4 {
    height: 4% !important;
  }

  .h-sm-5 {
    height: 5% !important;
  }

  .h-sm-6 {
    height: 6% !important;
  }

  .h-sm-7 {
    height: 7% !important;
  }

  .h-sm-8 {
    height: 8% !important;
  }

  .h-sm-9 {
    height: 9% !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .h-sm-11 {
    height: 11% !important;
  }

  .h-sm-12 {
    height: 12% !important;
  }

  .h-sm-13 {
    height: 13% !important;
  }

  .h-sm-14 {
    height: 14% !important;
  }

  .h-sm-15 {
    height: 15% !important;
  }

  .h-sm-16 {
    height: 16% !important;
  }

  .h-sm-17 {
    height: 17% !important;
  }

  .h-sm-18 {
    height: 18% !important;
  }

  .h-sm-19 {
    height: 19% !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

  .h-sm-21 {
    height: 21% !important;
  }

  .h-sm-22 {
    height: 22% !important;
  }

  .h-sm-23 {
    height: 23% !important;
  }

  .h-sm-24 {
    height: 24% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-26 {
    height: 26% !important;
  }

  .h-sm-27 {
    height: 27% !important;
  }

  .h-sm-28 {
    height: 28% !important;
  }

  .h-sm-29 {
    height: 29% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-31 {
    height: 31% !important;
  }

  .h-sm-32 {
    height: 32% !important;
  }

  .h-sm-33 {
    height: 33% !important;
  }

  .h-sm-34 {
    height: 34% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-36 {
    height: 36% !important;
  }

  .h-sm-37 {
    height: 37% !important;
  }

  .h-sm-38 {
    height: 38% !important;
  }

  .h-sm-39 {
    height: 39% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-41 {
    height: 41% !important;
  }

  .h-sm-42 {
    height: 42% !important;
  }

  .h-sm-43 {
    height: 43% !important;
  }

  .h-sm-44 {
    height: 44% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-46 {
    height: 46% !important;
  }

  .h-sm-47 {
    height: 47% !important;
  }

  .h-sm-48 {
    height: 48% !important;
  }

  .h-sm-49 {
    height: 49% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-51 {
    height: 51% !important;
  }

  .h-sm-52 {
    height: 52% !important;
  }

  .h-sm-53 {
    height: 53% !important;
  }

  .h-sm-54 {
    height: 54% !important;
  }

  .h-sm-55 {
    height: 55% !important;
  }

  .h-sm-56 {
    height: 56% !important;
  }

  .h-sm-57 {
    height: 57% !important;
  }

  .h-sm-58 {
    height: 58% !important;
  }

  .h-sm-59 {
    height: 59% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-61 {
    height: 61% !important;
  }

  .h-sm-62 {
    height: 62% !important;
  }

  .h-sm-63 {
    height: 63% !important;
  }

  .h-sm-64 {
    height: 64% !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-66 {
    height: 66% !important;
  }

  .h-sm-67 {
    height: 67% !important;
  }

  .h-sm-68 {
    height: 68% !important;
  }

  .h-sm-69 {
    height: 69% !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-71 {
    height: 71% !important;
  }

  .h-sm-72 {
    height: 72% !important;
  }

  .h-sm-73 {
    height: 73% !important;
  }

  .h-sm-74 {
    height: 74% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-76 {
    height: 76% !important;
  }

  .h-sm-77 {
    height: 77% !important;
  }

  .h-sm-78 {
    height: 78% !important;
  }

  .h-sm-79 {
    height: 79% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-81 {
    height: 81% !important;
  }

  .h-sm-82 {
    height: 82% !important;
  }

  .h-sm-83 {
    height: 83% !important;
  }

  .h-sm-84 {
    height: 84% !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-86 {
    height: 86% !important;
  }

  .h-sm-87 {
    height: 87% !important;
  }

  .h-sm-88 {
    height: 88% !important;
  }

  .h-sm-89 {
    height: 89% !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

  .h-sm-91 {
    height: 91% !important;
  }

  .h-sm-92 {
    height: 92% !important;
  }

  .h-sm-93 {
    height: 93% !important;
  }

  .h-sm-94 {
    height: 94% !important;
  }

  .h-sm-95 {
    height: 95% !important;
  }

  .h-sm-96 {
    height: 96% !important;
  }

  .h-sm-97 {
    height: 97% !important;
  }

  .h-sm-98 {
    height: 98% !important;
  }

  .h-sm-99 {
    height: 99% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .fd-sm-row {
    flex-direction: row !important;
  }

  .fd-sm-column {
    flex-direction: column !important;
  }

  .fd-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .fd-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0rem !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-6 {
    gap: 4.5rem !important;
  }

  .gap-sm-7 {
    gap: 6rem !important;
  }

  .gap-sm-8 {
    gap: 8rem !important;
  }

  .gap-sm-9 {
    gap: 9rem !important;
  }

  .gap-sm-10 {
    gap: 10rem !important;
  }

  .gap-sm-11 {
    gap: 11rem !important;
  }

  .gap-sm-12 {
    gap: 12rem !important;
  }

  .gap-sm-13 {
    gap: 13rem !important;
  }

  .gap-sm-14 {
    gap: 14rem !important;
  }

  .gap-sm-15 {
    gap: 15rem !important;
  }

  .gap-sm-16 {
    gap: 16rem !important;
  }

  .jc-sm-start {
    justify-content: flex-start !important;
  }

  .jc-sm-end {
    justify-content: flex-end !important;
  }

  .jc-sm-center {
    justify-content: center !important;
  }

  .jc-sm-between {
    justify-content: space-between !important;
  }

  .jc-sm-around {
    justify-content: space-around !important;
  }

  .jc-sm-evenly {
    justify-content: space-evenly !important;
  }

  .ai-sm-start {
    align-items: flex-start !important;
  }

  .ai-sm-end {
    align-items: flex-end !important;
  }

  .ai-sm-center {
    align-items: center !important;
  }

  .ai-sm-baseline {
    align-items: baseline !important;
  }

  .ai-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0rem !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .m-sm-11 {
    margin: 11rem !important;
  }

  .m-sm-12 {
    margin: 12rem !important;
  }

  .m-sm-13 {
    margin: 13rem !important;
  }

  .m-sm-14 {
    margin: 14rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .m-sm-16 {
    margin: 16rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-sm-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-sm-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 6rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-11 {
    margin-top: 11rem !important;
  }

  .mt-sm-12 {
    margin-top: 12rem !important;
  }

  .mt-sm-13 {
    margin-top: 13rem !important;
  }

  .mt-sm-14 {
    margin-top: 14rem !important;
  }

  .mt-sm-15 {
    margin-top: 15rem !important;
  }

  .mt-sm-16 {
    margin-top: 16rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0rem !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-6 {
    margin-right: 4.5rem !important;
  }

  .me-sm-7 {
    margin-right: 6rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

  .me-sm-9 {
    margin-right: 9rem !important;
  }

  .me-sm-10 {
    margin-right: 10rem !important;
  }

  .me-sm-11 {
    margin-right: 11rem !important;
  }

  .me-sm-12 {
    margin-right: 12rem !important;
  }

  .me-sm-13 {
    margin-right: 13rem !important;
  }

  .me-sm-14 {
    margin-right: 14rem !important;
  }

  .me-sm-15 {
    margin-right: 15rem !important;
  }

  .me-sm-16 {
    margin-right: 16rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0rem !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 6rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

  .ms-sm-9 {
    margin-left: 9rem !important;
  }

  .ms-sm-10 {
    margin-left: 10rem !important;
  }

  .ms-sm-11 {
    margin-left: 11rem !important;
  }

  .ms-sm-12 {
    margin-left: 12rem !important;
  }

  .ms-sm-13 {
    margin-left: 13rem !important;
  }

  .ms-sm-14 {
    margin-left: 14rem !important;
  }

  .ms-sm-15 {
    margin-left: 15rem !important;
  }

  .ms-sm-16 {
    margin-left: 16rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .m-sm-n10 {
    margin: -10rem !important;
  }

  .m-sm-n11 {
    margin: -11rem !important;
  }

  .m-sm-n12 {
    margin: -12rem !important;
  }

  .m-sm-n13 {
    margin: -13rem !important;
  }

  .m-sm-n14 {
    margin: -14rem !important;
  }

  .m-sm-n15 {
    margin: -15rem !important;
  }

  .m-sm-n16 {
    margin: -16rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-sm-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-sm-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-sm-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-sm-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-sm-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-sm-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-sm-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-sm-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-sm-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-sm-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-sm-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-sm-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -6rem !important;
  }

  .mt-sm-n8 {
    margin-top: -8rem !important;
  }

  .mt-sm-n9 {
    margin-top: -9rem !important;
  }

  .mt-sm-n10 {
    margin-top: -10rem !important;
  }

  .mt-sm-n11 {
    margin-top: -11rem !important;
  }

  .mt-sm-n12 {
    margin-top: -12rem !important;
  }

  .mt-sm-n13 {
    margin-top: -13rem !important;
  }

  .mt-sm-n14 {
    margin-top: -14rem !important;
  }

  .mt-sm-n15 {
    margin-top: -15rem !important;
  }

  .mt-sm-n16 {
    margin-top: -16rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -1rem !important;
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n5 {
    margin-right: -3rem !important;
  }

  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .me-sm-n7 {
    margin-right: -6rem !important;
  }

  .me-sm-n8 {
    margin-right: -8rem !important;
  }

  .me-sm-n9 {
    margin-right: -9rem !important;
  }

  .me-sm-n10 {
    margin-right: -10rem !important;
  }

  .me-sm-n11 {
    margin-right: -11rem !important;
  }

  .me-sm-n12 {
    margin-right: -12rem !important;
  }

  .me-sm-n13 {
    margin-right: -13rem !important;
  }

  .me-sm-n14 {
    margin-right: -14rem !important;
  }

  .me-sm-n15 {
    margin-right: -15rem !important;
  }

  .me-sm-n16 {
    margin-right: -16rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-sm-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-sm-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-sm-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-sm-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-sm-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-sm-n16 {
    margin-bottom: -16rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n5 {
    margin-left: -3rem !important;
  }

  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-sm-n7 {
    margin-left: -6rem !important;
  }

  .ms-sm-n8 {
    margin-left: -8rem !important;
  }

  .ms-sm-n9 {
    margin-left: -9rem !important;
  }

  .ms-sm-n10 {
    margin-left: -10rem !important;
  }

  .ms-sm-n11 {
    margin-left: -11rem !important;
  }

  .ms-sm-n12 {
    margin-left: -12rem !important;
  }

  .ms-sm-n13 {
    margin-left: -13rem !important;
  }

  .ms-sm-n14 {
    margin-left: -14rem !important;
  }

  .ms-sm-n15 {
    margin-left: -15rem !important;
  }

  .ms-sm-n16 {
    margin-left: -16rem !important;
  }

  .p-sm-0 {
    padding: 0rem !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .p-sm-11 {
    padding: 11rem !important;
  }

  .p-sm-12 {
    padding: 12rem !important;
  }

  .p-sm-13 {
    padding: 13rem !important;
  }

  .p-sm-14 {
    padding: 14rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .p-sm-16 {
    padding: 16rem !important;
  }

  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-sm-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-sm-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-sm-0 {
    padding-top: 0rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 6rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pt-sm-11 {
    padding-top: 11rem !important;
  }

  .pt-sm-12 {
    padding-top: 12rem !important;
  }

  .pt-sm-13 {
    padding-top: 13rem !important;
  }

  .pt-sm-14 {
    padding-top: 14rem !important;
  }

  .pt-sm-15 {
    padding-top: 15rem !important;
  }

  .pt-sm-16 {
    padding-top: 16rem !important;
  }

  .pe-sm-0 {
    padding-right: 0rem !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 6rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

  .pe-sm-9 {
    padding-right: 9rem !important;
  }

  .pe-sm-10 {
    padding-right: 10rem !important;
  }

  .pe-sm-11 {
    padding-right: 11rem !important;
  }

  .pe-sm-12 {
    padding-right: 12rem !important;
  }

  .pe-sm-13 {
    padding-right: 13rem !important;
  }

  .pe-sm-14 {
    padding-right: 14rem !important;
  }

  .pe-sm-15 {
    padding-right: 15rem !important;
  }

  .pe-sm-16 {
    padding-right: 16rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }

  .ps-sm-0 {
    padding-left: 0rem !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 6rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

  .ps-sm-9 {
    padding-left: 9rem !important;
  }

  .ps-sm-10 {
    padding-left: 10rem !important;
  }

  .ps-sm-11 {
    padding-left: 11rem !important;
  }

  .ps-sm-12 {
    padding-left: 12rem !important;
  }

  .ps-sm-13 {
    padding-left: 13rem !important;
  }

  .ps-sm-14 {
    padding-left: 14rem !important;
  }

  .ps-sm-15 {
    padding-left: 15rem !important;
  }

  .ps-sm-16 {
    padding-left: 16rem !important;
  }

  .fs-sm-lead {
    font-size: calc(1.925rem + 8.1vw) !important;
  }

  .fs-sm-xxl {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-sm-xl {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-sm-5 {
    font-size: 1.25rem !important;
  }

  .fs-sm-6 {
    font-size: 1rem !important;
  }

  .fs-sm-7 {
    font-size: 0.875rem !important;
  }

  .fs-sm-xs {
    font-size: 0.7rem !important;
  }

  .lh-sm-0point5 {
    line-height: 0.5 !important;
  }

  .lh-sm-1 {
    line-height: 1 !important;
  }

  .lh-sm-1point5 {
    line-height: 1.5 !important;
  }

  .lh-sm-2 {
    line-height: 2 !important;
  }

  .lh-sm-2point5 {
    line-height: 2.5 !important;
  }

  .lh-sm-3 {
    line-height: 3 !important;
  }

  .lh-sm-3point5 {
    line-height: 3.5 !important;
  }

  .lh-sm-4 {
    line-height: 4 !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .ls-sm-0 {
    letter-spacing: 0 !important;
  }

  .ls-sm-0point1 {
    letter-spacing: 0.1em !important;
  }

  .ls-sm-0point2 {
    letter-spacing: 0.2em !important;
  }

  .ls-sm-0point3 {
    letter-spacing: 0.3em !important;
  }

  .ls-sm-0point4 {
    letter-spacing: 0.4em !important;
  }

  .z-sm-n10 {
    z-index: -10 !important;
  }

  .z-sm-n9 {
    z-index: -9 !important;
  }

  .z-sm-n8 {
    z-index: -8 !important;
  }

  .z-sm-n7 {
    z-index: -7 !important;
  }

  .z-sm-n6 {
    z-index: -6 !important;
  }

  .z-sm-n5 {
    z-index: -5 !important;
  }

  .z-sm-n4 {
    z-index: -4 !important;
  }

  .z-sm-n3 {
    z-index: -3 !important;
  }

  .z-sm-n2 {
    z-index: -2 !important;
  }

  .z-sm-n1 {
    z-index: -1 !important;
  }

  .z-sm-0 {
    z-index: 0 !important;
  }

  .z-sm-1 {
    z-index: 1 !important;
  }

  .z-sm-2 {
    z-index: 2 !important;
  }

  .z-sm-3 {
    z-index: 3 !important;
  }

  .z-sm-4 {
    z-index: 4 !important;
  }

  .z-sm-5 {
    z-index: 5 !important;
  }

  .z-sm-6 {
    z-index: 6 !important;
  }

  .z-sm-7 {
    z-index: 7 !important;
  }

  .z-sm-8 {
    z-index: 8 !important;
  }

  .z-sm-9 {
    z-index: 9 !important;
  }

  .z-sm-10 {
    z-index: 10 !important;
  }

  .opacity-sm-0 {
    opacity: 0 !important;
  }

  .opacity-sm-0point1 {
    opacity: 0.1 !important;
  }

  .opacity-sm-0point2 {
    opacity: 0.2 !important;
  }

  .opacity-sm-0point3 {
    opacity: 0.3 !important;
  }

  .opacity-sm-0point4 {
    opacity: 0.4 !important;
  }

  .opacity-sm-0point5 {
    opacity: 0.5 !important;
  }

  .opacity-sm-0point6 {
    opacity: 0.6 !important;
  }

  .opacity-sm-0point7 {
    opacity: 0.7 !important;
  }

  .opacity-sm-0point8 {
    opacity: 0.8 !important;
  }

  .opacity-sm-0point9 {
    opacity: 0.9 !important;
  }

  .opacity-sm-1 {
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .position-md-static {
    position: static !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .top-md-0 {
    top: 0 !important;
  }

  .top-md-10 {
    top: 10% !important;
  }

  .top-md-20 {
    top: 20% !important;
  }

  .top-md-30 {
    top: 30% !important;
  }

  .top-md-40 {
    top: 40% !important;
  }

  .top-md-50 {
    top: 50% !important;
  }

  .top-md-60 {
    top: 60% !important;
  }

  .top-md-70 {
    top: 70% !important;
  }

  .top-md-80 {
    top: 80% !important;
  }

  .top-md-90 {
    top: 90% !important;
  }

  .top-md-100 {
    top: 100% !important;
  }

  .top-md-auto {
    top: auto !important;
  }

  .bottom-md-0 {
    bottom: 0 !important;
  }

  .bottom-md-10 {
    bottom: 10% !important;
  }

  .bottom-md-20 {
    bottom: 20% !important;
  }

  .bottom-md-30 {
    bottom: 30% !important;
  }

  .bottom-md-40 {
    bottom: 40% !important;
  }

  .bottom-md-50 {
    bottom: 50% !important;
  }

  .bottom-md-60 {
    bottom: 60% !important;
  }

  .bottom-md-70 {
    bottom: 70% !important;
  }

  .bottom-md-80 {
    bottom: 80% !important;
  }

  .bottom-md-90 {
    bottom: 90% !important;
  }

  .bottom-md-100 {
    bottom: 100% !important;
  }

  .bottom-md-auto {
    bottom: auto !important;
  }

  .start-md-0 {
    left: 0 !important;
  }

  .start-md-10 {
    left: 10% !important;
  }

  .start-md-20 {
    left: 20% !important;
  }

  .start-md-30 {
    left: 30% !important;
  }

  .start-md-40 {
    left: 40% !important;
  }

  .start-md-50 {
    left: 50% !important;
  }

  .start-md-60 {
    left: 60% !important;
  }

  .start-md-70 {
    left: 70% !important;
  }

  .start-md-80 {
    left: 80% !important;
  }

  .start-md-90 {
    left: 90% !important;
  }

  .start-md-100 {
    left: 100% !important;
  }

  .start-md-auto {
    left: auto !important;
  }

  .end-md-0 {
    right: 0 !important;
  }

  .end-md-10 {
    right: 10% !important;
  }

  .end-md-20 {
    right: 20% !important;
  }

  .end-md-30 {
    right: 30% !important;
  }

  .end-md-40 {
    right: 40% !important;
  }

  .end-md-50 {
    right: 50% !important;
  }

  .end-md-60 {
    right: 60% !important;
  }

  .end-md-70 {
    right: 70% !important;
  }

  .end-md-80 {
    right: 80% !important;
  }

  .end-md-90 {
    right: 90% !important;
  }

  .end-md-100 {
    right: 100% !important;
  }

  .end-md-auto {
    right: auto !important;
  }

  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }

  .w-md-0 {
    width: 0 !important;
  }

  .w-md-1 {
    width: 1% !important;
  }

  .w-md-2 {
    width: 2% !important;
  }

  .w-md-3 {
    width: 3% !important;
  }

  .w-md-4 {
    width: 4% !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-6 {
    width: 6% !important;
  }

  .w-md-7 {
    width: 7% !important;
  }

  .w-md-8 {
    width: 8% !important;
  }

  .w-md-9 {
    width: 9% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-11 {
    width: 11% !important;
  }

  .w-md-12 {
    width: 12% !important;
  }

  .w-md-13 {
    width: 13% !important;
  }

  .w-md-14 {
    width: 14% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-16 {
    width: 16% !important;
  }

  .w-md-17 {
    width: 17% !important;
  }

  .w-md-18 {
    width: 18% !important;
  }

  .w-md-19 {
    width: 19% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-21 {
    width: 21% !important;
  }

  .w-md-22 {
    width: 22% !important;
  }

  .w-md-23 {
    width: 23% !important;
  }

  .w-md-24 {
    width: 24% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-26 {
    width: 26% !important;
  }

  .w-md-27 {
    width: 27% !important;
  }

  .w-md-28 {
    width: 28% !important;
  }

  .w-md-29 {
    width: 29% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-31 {
    width: 31% !important;
  }

  .w-md-32 {
    width: 32% !important;
  }

  .w-md-33 {
    width: 33% !important;
  }

  .w-md-34 {
    width: 34% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-36 {
    width: 36% !important;
  }

  .w-md-37 {
    width: 37% !important;
  }

  .w-md-38 {
    width: 38% !important;
  }

  .w-md-39 {
    width: 39% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-41 {
    width: 41% !important;
  }

  .w-md-42 {
    width: 42% !important;
  }

  .w-md-43 {
    width: 43% !important;
  }

  .w-md-44 {
    width: 44% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-46 {
    width: 46% !important;
  }

  .w-md-47 {
    width: 47% !important;
  }

  .w-md-48 {
    width: 48% !important;
  }

  .w-md-49 {
    width: 49% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-51 {
    width: 51% !important;
  }

  .w-md-52 {
    width: 52% !important;
  }

  .w-md-53 {
    width: 53% !important;
  }

  .w-md-54 {
    width: 54% !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-56 {
    width: 56% !important;
  }

  .w-md-57 {
    width: 57% !important;
  }

  .w-md-58 {
    width: 58% !important;
  }

  .w-md-59 {
    width: 59% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-61 {
    width: 61% !important;
  }

  .w-md-62 {
    width: 62% !important;
  }

  .w-md-63 {
    width: 63% !important;
  }

  .w-md-64 {
    width: 64% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-66 {
    width: 66% !important;
  }

  .w-md-67 {
    width: 67% !important;
  }

  .w-md-68 {
    width: 68% !important;
  }

  .w-md-69 {
    width: 69% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-71 {
    width: 71% !important;
  }

  .w-md-72 {
    width: 72% !important;
  }

  .w-md-73 {
    width: 73% !important;
  }

  .w-md-74 {
    width: 74% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-76 {
    width: 76% !important;
  }

  .w-md-77 {
    width: 77% !important;
  }

  .w-md-78 {
    width: 78% !important;
  }

  .w-md-79 {
    width: 79% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-81 {
    width: 81% !important;
  }

  .w-md-82 {
    width: 82% !important;
  }

  .w-md-83 {
    width: 83% !important;
  }

  .w-md-84 {
    width: 84% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-86 {
    width: 86% !important;
  }

  .w-md-87 {
    width: 87% !important;
  }

  .w-md-88 {
    width: 88% !important;
  }

  .w-md-89 {
    width: 89% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-91 {
    width: 91% !important;
  }

  .w-md-92 {
    width: 92% !important;
  }

  .w-md-93 {
    width: 93% !important;
  }

  .w-md-94 {
    width: 94% !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .w-md-96 {
    width: 96% !important;
  }

  .w-md-97 {
    width: 97% !important;
  }

  .w-md-98 {
    width: 98% !important;
  }

  .w-md-99 {
    width: 99% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-0 {
    height: 0 !important;
  }

  .h-md-1 {
    height: 1% !important;
  }

  .h-md-2 {
    height: 2% !important;
  }

  .h-md-3 {
    height: 3% !important;
  }

  .h-md-4 {
    height: 4% !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-6 {
    height: 6% !important;
  }

  .h-md-7 {
    height: 7% !important;
  }

  .h-md-8 {
    height: 8% !important;
  }

  .h-md-9 {
    height: 9% !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-11 {
    height: 11% !important;
  }

  .h-md-12 {
    height: 12% !important;
  }

  .h-md-13 {
    height: 13% !important;
  }

  .h-md-14 {
    height: 14% !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-16 {
    height: 16% !important;
  }

  .h-md-17 {
    height: 17% !important;
  }

  .h-md-18 {
    height: 18% !important;
  }

  .h-md-19 {
    height: 19% !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-21 {
    height: 21% !important;
  }

  .h-md-22 {
    height: 22% !important;
  }

  .h-md-23 {
    height: 23% !important;
  }

  .h-md-24 {
    height: 24% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-26 {
    height: 26% !important;
  }

  .h-md-27 {
    height: 27% !important;
  }

  .h-md-28 {
    height: 28% !important;
  }

  .h-md-29 {
    height: 29% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-31 {
    height: 31% !important;
  }

  .h-md-32 {
    height: 32% !important;
  }

  .h-md-33 {
    height: 33% !important;
  }

  .h-md-34 {
    height: 34% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-36 {
    height: 36% !important;
  }

  .h-md-37 {
    height: 37% !important;
  }

  .h-md-38 {
    height: 38% !important;
  }

  .h-md-39 {
    height: 39% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-41 {
    height: 41% !important;
  }

  .h-md-42 {
    height: 42% !important;
  }

  .h-md-43 {
    height: 43% !important;
  }

  .h-md-44 {
    height: 44% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-46 {
    height: 46% !important;
  }

  .h-md-47 {
    height: 47% !important;
  }

  .h-md-48 {
    height: 48% !important;
  }

  .h-md-49 {
    height: 49% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-51 {
    height: 51% !important;
  }

  .h-md-52 {
    height: 52% !important;
  }

  .h-md-53 {
    height: 53% !important;
  }

  .h-md-54 {
    height: 54% !important;
  }

  .h-md-55 {
    height: 55% !important;
  }

  .h-md-56 {
    height: 56% !important;
  }

  .h-md-57 {
    height: 57% !important;
  }

  .h-md-58 {
    height: 58% !important;
  }

  .h-md-59 {
    height: 59% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-61 {
    height: 61% !important;
  }

  .h-md-62 {
    height: 62% !important;
  }

  .h-md-63 {
    height: 63% !important;
  }

  .h-md-64 {
    height: 64% !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-66 {
    height: 66% !important;
  }

  .h-md-67 {
    height: 67% !important;
  }

  .h-md-68 {
    height: 68% !important;
  }

  .h-md-69 {
    height: 69% !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-71 {
    height: 71% !important;
  }

  .h-md-72 {
    height: 72% !important;
  }

  .h-md-73 {
    height: 73% !important;
  }

  .h-md-74 {
    height: 74% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-76 {
    height: 76% !important;
  }

  .h-md-77 {
    height: 77% !important;
  }

  .h-md-78 {
    height: 78% !important;
  }

  .h-md-79 {
    height: 79% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-81 {
    height: 81% !important;
  }

  .h-md-82 {
    height: 82% !important;
  }

  .h-md-83 {
    height: 83% !important;
  }

  .h-md-84 {
    height: 84% !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-86 {
    height: 86% !important;
  }

  .h-md-87 {
    height: 87% !important;
  }

  .h-md-88 {
    height: 88% !important;
  }

  .h-md-89 {
    height: 89% !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

  .h-md-91 {
    height: 91% !important;
  }

  .h-md-92 {
    height: 92% !important;
  }

  .h-md-93 {
    height: 93% !important;
  }

  .h-md-94 {
    height: 94% !important;
  }

  .h-md-95 {
    height: 95% !important;
  }

  .h-md-96 {
    height: 96% !important;
  }

  .h-md-97 {
    height: 97% !important;
  }

  .h-md-98 {
    height: 98% !important;
  }

  .h-md-99 {
    height: 99% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .fd-md-row {
    flex-direction: row !important;
  }

  .fd-md-column {
    flex-direction: column !important;
  }

  .fd-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .fd-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0rem !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-6 {
    gap: 4.5rem !important;
  }

  .gap-md-7 {
    gap: 6rem !important;
  }

  .gap-md-8 {
    gap: 8rem !important;
  }

  .gap-md-9 {
    gap: 9rem !important;
  }

  .gap-md-10 {
    gap: 10rem !important;
  }

  .gap-md-11 {
    gap: 11rem !important;
  }

  .gap-md-12 {
    gap: 12rem !important;
  }

  .gap-md-13 {
    gap: 13rem !important;
  }

  .gap-md-14 {
    gap: 14rem !important;
  }

  .gap-md-15 {
    gap: 15rem !important;
  }

  .gap-md-16 {
    gap: 16rem !important;
  }

  .jc-md-start {
    justify-content: flex-start !important;
  }

  .jc-md-end {
    justify-content: flex-end !important;
  }

  .jc-md-center {
    justify-content: center !important;
  }

  .jc-md-between {
    justify-content: space-between !important;
  }

  .jc-md-around {
    justify-content: space-around !important;
  }

  .jc-md-evenly {
    justify-content: space-evenly !important;
  }

  .ai-md-start {
    align-items: flex-start !important;
  }

  .ai-md-end {
    align-items: flex-end !important;
  }

  .ai-md-center {
    align-items: center !important;
  }

  .ai-md-baseline {
    align-items: baseline !important;
  }

  .ai-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0rem !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-11 {
    margin: 11rem !important;
  }

  .m-md-12 {
    margin: 12rem !important;
  }

  .m-md-13 {
    margin: 13rem !important;
  }

  .m-md-14 {
    margin: 14rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .m-md-16 {
    margin: 16rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-md-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-md-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-6 {
    margin-top: 4.5rem !important;
  }

  .mt-md-7 {
    margin-top: 6rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mt-md-16 {
    margin-top: 16rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0rem !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-6 {
    margin-right: 4.5rem !important;
  }

  .me-md-7 {
    margin-right: 6rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-11 {
    margin-right: 11rem !important;
  }

  .me-md-12 {
    margin-right: 12rem !important;
  }

  .me-md-13 {
    margin-right: 13rem !important;
  }

  .me-md-14 {
    margin-right: 14rem !important;
  }

  .me-md-15 {
    margin-right: 15rem !important;
  }

  .me-md-16 {
    margin-right: 16rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 6rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .mb-md-16 {
    margin-bottom: 16rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0rem !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-6 {
    margin-left: 4.5rem !important;
  }

  .ms-md-7 {
    margin-left: 6rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-11 {
    margin-left: 11rem !important;
  }

  .ms-md-12 {
    margin-left: 12rem !important;
  }

  .ms-md-13 {
    margin-left: 13rem !important;
  }

  .ms-md-14 {
    margin-left: 14rem !important;
  }

  .ms-md-15 {
    margin-left: 15rem !important;
  }

  .ms-md-16 {
    margin-left: 16rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .m-md-n10 {
    margin: -10rem !important;
  }

  .m-md-n11 {
    margin: -11rem !important;
  }

  .m-md-n12 {
    margin: -12rem !important;
  }

  .m-md-n13 {
    margin: -13rem !important;
  }

  .m-md-n14 {
    margin: -14rem !important;
  }

  .m-md-n15 {
    margin: -15rem !important;
  }

  .m-md-n16 {
    margin: -16rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-md-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-md-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-md-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-md-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-md-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-md-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-md-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-md-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-md-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-md-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-md-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-md-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -6rem !important;
  }

  .mt-md-n8 {
    margin-top: -8rem !important;
  }

  .mt-md-n9 {
    margin-top: -9rem !important;
  }

  .mt-md-n10 {
    margin-top: -10rem !important;
  }

  .mt-md-n11 {
    margin-top: -11rem !important;
  }

  .mt-md-n12 {
    margin-top: -12rem !important;
  }

  .mt-md-n13 {
    margin-top: -13rem !important;
  }

  .mt-md-n14 {
    margin-top: -14rem !important;
  }

  .mt-md-n15 {
    margin-top: -15rem !important;
  }

  .mt-md-n16 {
    margin-top: -16rem !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  .me-md-n5 {
    margin-right: -3rem !important;
  }

  .me-md-n6 {
    margin-right: -4.5rem !important;
  }

  .me-md-n7 {
    margin-right: -6rem !important;
  }

  .me-md-n8 {
    margin-right: -8rem !important;
  }

  .me-md-n9 {
    margin-right: -9rem !important;
  }

  .me-md-n10 {
    margin-right: -10rem !important;
  }

  .me-md-n11 {
    margin-right: -11rem !important;
  }

  .me-md-n12 {
    margin-right: -12rem !important;
  }

  .me-md-n13 {
    margin-right: -13rem !important;
  }

  .me-md-n14 {
    margin-right: -14rem !important;
  }

  .me-md-n15 {
    margin-right: -15rem !important;
  }

  .me-md-n16 {
    margin-right: -16rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-md-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-md-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-md-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-md-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-md-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-md-n16 {
    margin-bottom: -16rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -3rem !important;
  }

  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-md-n7 {
    margin-left: -6rem !important;
  }

  .ms-md-n8 {
    margin-left: -8rem !important;
  }

  .ms-md-n9 {
    margin-left: -9rem !important;
  }

  .ms-md-n10 {
    margin-left: -10rem !important;
  }

  .ms-md-n11 {
    margin-left: -11rem !important;
  }

  .ms-md-n12 {
    margin-left: -12rem !important;
  }

  .ms-md-n13 {
    margin-left: -13rem !important;
  }

  .ms-md-n14 {
    margin-left: -14rem !important;
  }

  .ms-md-n15 {
    margin-left: -15rem !important;
  }

  .ms-md-n16 {
    margin-left: -16rem !important;
  }

  .p-md-0 {
    padding: 0rem !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .p-md-11 {
    padding: 11rem !important;
  }

  .p-md-12 {
    padding: 12rem !important;
  }

  .p-md-13 {
    padding: 13rem !important;
  }

  .p-md-14 {
    padding: 14rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .p-md-16 {
    padding: 16rem !important;
  }

  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-md-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-md-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }

  .pt-md-7 {
    padding-top: 6rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pt-md-16 {
    padding-top: 16rem !important;
  }

  .pe-md-0 {
    padding-right: 0rem !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 4.5rem !important;
  }

  .pe-md-7 {
    padding-right: 6rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pe-md-11 {
    padding-right: 11rem !important;
  }

  .pe-md-12 {
    padding-right: 12rem !important;
  }

  .pe-md-13 {
    padding-right: 13rem !important;
  }

  .pe-md-14 {
    padding-right: 14rem !important;
  }

  .pe-md-15 {
    padding-right: 15rem !important;
  }

  .pe-md-16 {
    padding-right: 16rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 6rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }

  .pb-md-16 {
    padding-bottom: 16rem !important;
  }

  .ps-md-0 {
    padding-left: 0rem !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 4.5rem !important;
  }

  .ps-md-7 {
    padding-left: 6rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .ps-md-11 {
    padding-left: 11rem !important;
  }

  .ps-md-12 {
    padding-left: 12rem !important;
  }

  .ps-md-13 {
    padding-left: 13rem !important;
  }

  .ps-md-14 {
    padding-left: 14rem !important;
  }

  .ps-md-15 {
    padding-left: 15rem !important;
  }

  .ps-md-16 {
    padding-left: 16rem !important;
  }

  .fs-md-lead {
    font-size: calc(1.925rem + 8.1vw) !important;
  }

  .fs-md-xxl {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-md-xl {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-md-5 {
    font-size: 1.25rem !important;
  }

  .fs-md-6 {
    font-size: 1rem !important;
  }

  .fs-md-7 {
    font-size: 0.875rem !important;
  }

  .fs-md-xs {
    font-size: 0.7rem !important;
  }

  .lh-md-0point5 {
    line-height: 0.5 !important;
  }

  .lh-md-1 {
    line-height: 1 !important;
  }

  .lh-md-1point5 {
    line-height: 1.5 !important;
  }

  .lh-md-2 {
    line-height: 2 !important;
  }

  .lh-md-2point5 {
    line-height: 2.5 !important;
  }

  .lh-md-3 {
    line-height: 3 !important;
  }

  .lh-md-3point5 {
    line-height: 3.5 !important;
  }

  .lh-md-4 {
    line-height: 4 !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .ls-md-0 {
    letter-spacing: 0 !important;
  }

  .ls-md-0point1 {
    letter-spacing: 0.1em !important;
  }

  .ls-md-0point2 {
    letter-spacing: 0.2em !important;
  }

  .ls-md-0point3 {
    letter-spacing: 0.3em !important;
  }

  .ls-md-0point4 {
    letter-spacing: 0.4em !important;
  }

  .z-md-n10 {
    z-index: -10 !important;
  }

  .z-md-n9 {
    z-index: -9 !important;
  }

  .z-md-n8 {
    z-index: -8 !important;
  }

  .z-md-n7 {
    z-index: -7 !important;
  }

  .z-md-n6 {
    z-index: -6 !important;
  }

  .z-md-n5 {
    z-index: -5 !important;
  }

  .z-md-n4 {
    z-index: -4 !important;
  }

  .z-md-n3 {
    z-index: -3 !important;
  }

  .z-md-n2 {
    z-index: -2 !important;
  }

  .z-md-n1 {
    z-index: -1 !important;
  }

  .z-md-0 {
    z-index: 0 !important;
  }

  .z-md-1 {
    z-index: 1 !important;
  }

  .z-md-2 {
    z-index: 2 !important;
  }

  .z-md-3 {
    z-index: 3 !important;
  }

  .z-md-4 {
    z-index: 4 !important;
  }

  .z-md-5 {
    z-index: 5 !important;
  }

  .z-md-6 {
    z-index: 6 !important;
  }

  .z-md-7 {
    z-index: 7 !important;
  }

  .z-md-8 {
    z-index: 8 !important;
  }

  .z-md-9 {
    z-index: 9 !important;
  }

  .z-md-10 {
    z-index: 10 !important;
  }

  .opacity-md-0 {
    opacity: 0 !important;
  }

  .opacity-md-0point1 {
    opacity: 0.1 !important;
  }

  .opacity-md-0point2 {
    opacity: 0.2 !important;
  }

  .opacity-md-0point3 {
    opacity: 0.3 !important;
  }

  .opacity-md-0point4 {
    opacity: 0.4 !important;
  }

  .opacity-md-0point5 {
    opacity: 0.5 !important;
  }

  .opacity-md-0point6 {
    opacity: 0.6 !important;
  }

  .opacity-md-0point7 {
    opacity: 0.7 !important;
  }

  .opacity-md-0point8 {
    opacity: 0.8 !important;
  }

  .opacity-md-0point9 {
    opacity: 0.9 !important;
  }

  .opacity-md-1 {
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .top-lg-0 {
    top: 0 !important;
  }

  .top-lg-10 {
    top: 10% !important;
  }

  .top-lg-20 {
    top: 20% !important;
  }

  .top-lg-30 {
    top: 30% !important;
  }

  .top-lg-40 {
    top: 40% !important;
  }

  .top-lg-50 {
    top: 50% !important;
  }

  .top-lg-60 {
    top: 60% !important;
  }

  .top-lg-70 {
    top: 70% !important;
  }

  .top-lg-80 {
    top: 80% !important;
  }

  .top-lg-90 {
    top: 90% !important;
  }

  .top-lg-100 {
    top: 100% !important;
  }

  .top-lg-auto {
    top: auto !important;
  }

  .bottom-lg-0 {
    bottom: 0 !important;
  }

  .bottom-lg-10 {
    bottom: 10% !important;
  }

  .bottom-lg-20 {
    bottom: 20% !important;
  }

  .bottom-lg-30 {
    bottom: 30% !important;
  }

  .bottom-lg-40 {
    bottom: 40% !important;
  }

  .bottom-lg-50 {
    bottom: 50% !important;
  }

  .bottom-lg-60 {
    bottom: 60% !important;
  }

  .bottom-lg-70 {
    bottom: 70% !important;
  }

  .bottom-lg-80 {
    bottom: 80% !important;
  }

  .bottom-lg-90 {
    bottom: 90% !important;
  }

  .bottom-lg-100 {
    bottom: 100% !important;
  }

  .bottom-lg-auto {
    bottom: auto !important;
  }

  .start-lg-0 {
    left: 0 !important;
  }

  .start-lg-10 {
    left: 10% !important;
  }

  .start-lg-20 {
    left: 20% !important;
  }

  .start-lg-30 {
    left: 30% !important;
  }

  .start-lg-40 {
    left: 40% !important;
  }

  .start-lg-50 {
    left: 50% !important;
  }

  .start-lg-60 {
    left: 60% !important;
  }

  .start-lg-70 {
    left: 70% !important;
  }

  .start-lg-80 {
    left: 80% !important;
  }

  .start-lg-90 {
    left: 90% !important;
  }

  .start-lg-100 {
    left: 100% !important;
  }

  .start-lg-auto {
    left: auto !important;
  }

  .end-lg-0 {
    right: 0 !important;
  }

  .end-lg-10 {
    right: 10% !important;
  }

  .end-lg-20 {
    right: 20% !important;
  }

  .end-lg-30 {
    right: 30% !important;
  }

  .end-lg-40 {
    right: 40% !important;
  }

  .end-lg-50 {
    right: 50% !important;
  }

  .end-lg-60 {
    right: 60% !important;
  }

  .end-lg-70 {
    right: 70% !important;
  }

  .end-lg-80 {
    right: 80% !important;
  }

  .end-lg-90 {
    right: 90% !important;
  }

  .end-lg-100 {
    right: 100% !important;
  }

  .end-lg-auto {
    right: auto !important;
  }

  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }

  .w-lg-0 {
    width: 0 !important;
  }

  .w-lg-1 {
    width: 1% !important;
  }

  .w-lg-2 {
    width: 2% !important;
  }

  .w-lg-3 {
    width: 3% !important;
  }

  .w-lg-4 {
    width: 4% !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-6 {
    width: 6% !important;
  }

  .w-lg-7 {
    width: 7% !important;
  }

  .w-lg-8 {
    width: 8% !important;
  }

  .w-lg-9 {
    width: 9% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-11 {
    width: 11% !important;
  }

  .w-lg-12 {
    width: 12% !important;
  }

  .w-lg-13 {
    width: 13% !important;
  }

  .w-lg-14 {
    width: 14% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-16 {
    width: 16% !important;
  }

  .w-lg-17 {
    width: 17% !important;
  }

  .w-lg-18 {
    width: 18% !important;
  }

  .w-lg-19 {
    width: 19% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-21 {
    width: 21% !important;
  }

  .w-lg-22 {
    width: 22% !important;
  }

  .w-lg-23 {
    width: 23% !important;
  }

  .w-lg-24 {
    width: 24% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-26 {
    width: 26% !important;
  }

  .w-lg-27 {
    width: 27% !important;
  }

  .w-lg-28 {
    width: 28% !important;
  }

  .w-lg-29 {
    width: 29% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-31 {
    width: 31% !important;
  }

  .w-lg-32 {
    width: 32% !important;
  }

  .w-lg-33 {
    width: 33% !important;
  }

  .w-lg-34 {
    width: 34% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-36 {
    width: 36% !important;
  }

  .w-lg-37 {
    width: 37% !important;
  }

  .w-lg-38 {
    width: 38% !important;
  }

  .w-lg-39 {
    width: 39% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-41 {
    width: 41% !important;
  }

  .w-lg-42 {
    width: 42% !important;
  }

  .w-lg-43 {
    width: 43% !important;
  }

  .w-lg-44 {
    width: 44% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-46 {
    width: 46% !important;
  }

  .w-lg-47 {
    width: 47% !important;
  }

  .w-lg-48 {
    width: 48% !important;
  }

  .w-lg-49 {
    width: 49% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-51 {
    width: 51% !important;
  }

  .w-lg-52 {
    width: 52% !important;
  }

  .w-lg-53 {
    width: 53% !important;
  }

  .w-lg-54 {
    width: 54% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-56 {
    width: 56% !important;
  }

  .w-lg-57 {
    width: 57% !important;
  }

  .w-lg-58 {
    width: 58% !important;
  }

  .w-lg-59 {
    width: 59% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-61 {
    width: 61% !important;
  }

  .w-lg-62 {
    width: 62% !important;
  }

  .w-lg-63 {
    width: 63% !important;
  }

  .w-lg-64 {
    width: 64% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-66 {
    width: 66% !important;
  }

  .w-lg-67 {
    width: 67% !important;
  }

  .w-lg-68 {
    width: 68% !important;
  }

  .w-lg-69 {
    width: 69% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-71 {
    width: 71% !important;
  }

  .w-lg-72 {
    width: 72% !important;
  }

  .w-lg-73 {
    width: 73% !important;
  }

  .w-lg-74 {
    width: 74% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-76 {
    width: 76% !important;
  }

  .w-lg-77 {
    width: 77% !important;
  }

  .w-lg-78 {
    width: 78% !important;
  }

  .w-lg-79 {
    width: 79% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-81 {
    width: 81% !important;
  }

  .w-lg-82 {
    width: 82% !important;
  }

  .w-lg-83 {
    width: 83% !important;
  }

  .w-lg-84 {
    width: 84% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-86 {
    width: 86% !important;
  }

  .w-lg-87 {
    width: 87% !important;
  }

  .w-lg-88 {
    width: 88% !important;
  }

  .w-lg-89 {
    width: 89% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-91 {
    width: 91% !important;
  }

  .w-lg-92 {
    width: 92% !important;
  }

  .w-lg-93 {
    width: 93% !important;
  }

  .w-lg-94 {
    width: 94% !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-96 {
    width: 96% !important;
  }

  .w-lg-97 {
    width: 97% !important;
  }

  .w-lg-98 {
    width: 98% !important;
  }

  .w-lg-99 {
    width: 99% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-0 {
    height: 0 !important;
  }

  .h-lg-1 {
    height: 1% !important;
  }

  .h-lg-2 {
    height: 2% !important;
  }

  .h-lg-3 {
    height: 3% !important;
  }

  .h-lg-4 {
    height: 4% !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-6 {
    height: 6% !important;
  }

  .h-lg-7 {
    height: 7% !important;
  }

  .h-lg-8 {
    height: 8% !important;
  }

  .h-lg-9 {
    height: 9% !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-11 {
    height: 11% !important;
  }

  .h-lg-12 {
    height: 12% !important;
  }

  .h-lg-13 {
    height: 13% !important;
  }

  .h-lg-14 {
    height: 14% !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-16 {
    height: 16% !important;
  }

  .h-lg-17 {
    height: 17% !important;
  }

  .h-lg-18 {
    height: 18% !important;
  }

  .h-lg-19 {
    height: 19% !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-21 {
    height: 21% !important;
  }

  .h-lg-22 {
    height: 22% !important;
  }

  .h-lg-23 {
    height: 23% !important;
  }

  .h-lg-24 {
    height: 24% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-26 {
    height: 26% !important;
  }

  .h-lg-27 {
    height: 27% !important;
  }

  .h-lg-28 {
    height: 28% !important;
  }

  .h-lg-29 {
    height: 29% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-31 {
    height: 31% !important;
  }

  .h-lg-32 {
    height: 32% !important;
  }

  .h-lg-33 {
    height: 33% !important;
  }

  .h-lg-34 {
    height: 34% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-36 {
    height: 36% !important;
  }

  .h-lg-37 {
    height: 37% !important;
  }

  .h-lg-38 {
    height: 38% !important;
  }

  .h-lg-39 {
    height: 39% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-41 {
    height: 41% !important;
  }

  .h-lg-42 {
    height: 42% !important;
  }

  .h-lg-43 {
    height: 43% !important;
  }

  .h-lg-44 {
    height: 44% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-46 {
    height: 46% !important;
  }

  .h-lg-47 {
    height: 47% !important;
  }

  .h-lg-48 {
    height: 48% !important;
  }

  .h-lg-49 {
    height: 49% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-51 {
    height: 51% !important;
  }

  .h-lg-52 {
    height: 52% !important;
  }

  .h-lg-53 {
    height: 53% !important;
  }

  .h-lg-54 {
    height: 54% !important;
  }

  .h-lg-55 {
    height: 55% !important;
  }

  .h-lg-56 {
    height: 56% !important;
  }

  .h-lg-57 {
    height: 57% !important;
  }

  .h-lg-58 {
    height: 58% !important;
  }

  .h-lg-59 {
    height: 59% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-61 {
    height: 61% !important;
  }

  .h-lg-62 {
    height: 62% !important;
  }

  .h-lg-63 {
    height: 63% !important;
  }

  .h-lg-64 {
    height: 64% !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-66 {
    height: 66% !important;
  }

  .h-lg-67 {
    height: 67% !important;
  }

  .h-lg-68 {
    height: 68% !important;
  }

  .h-lg-69 {
    height: 69% !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-71 {
    height: 71% !important;
  }

  .h-lg-72 {
    height: 72% !important;
  }

  .h-lg-73 {
    height: 73% !important;
  }

  .h-lg-74 {
    height: 74% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-76 {
    height: 76% !important;
  }

  .h-lg-77 {
    height: 77% !important;
  }

  .h-lg-78 {
    height: 78% !important;
  }

  .h-lg-79 {
    height: 79% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-81 {
    height: 81% !important;
  }

  .h-lg-82 {
    height: 82% !important;
  }

  .h-lg-83 {
    height: 83% !important;
  }

  .h-lg-84 {
    height: 84% !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-86 {
    height: 86% !important;
  }

  .h-lg-87 {
    height: 87% !important;
  }

  .h-lg-88 {
    height: 88% !important;
  }

  .h-lg-89 {
    height: 89% !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

  .h-lg-91 {
    height: 91% !important;
  }

  .h-lg-92 {
    height: 92% !important;
  }

  .h-lg-93 {
    height: 93% !important;
  }

  .h-lg-94 {
    height: 94% !important;
  }

  .h-lg-95 {
    height: 95% !important;
  }

  .h-lg-96 {
    height: 96% !important;
  }

  .h-lg-97 {
    height: 97% !important;
  }

  .h-lg-98 {
    height: 98% !important;
  }

  .h-lg-99 {
    height: 99% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .fd-lg-row {
    flex-direction: row !important;
  }

  .fd-lg-column {
    flex-direction: column !important;
  }

  .fd-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .fd-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0rem !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 4.5rem !important;
  }

  .gap-lg-7 {
    gap: 6rem !important;
  }

  .gap-lg-8 {
    gap: 8rem !important;
  }

  .gap-lg-9 {
    gap: 9rem !important;
  }

  .gap-lg-10 {
    gap: 10rem !important;
  }

  .gap-lg-11 {
    gap: 11rem !important;
  }

  .gap-lg-12 {
    gap: 12rem !important;
  }

  .gap-lg-13 {
    gap: 13rem !important;
  }

  .gap-lg-14 {
    gap: 14rem !important;
  }

  .gap-lg-15 {
    gap: 15rem !important;
  }

  .gap-lg-16 {
    gap: 16rem !important;
  }

  .jc-lg-start {
    justify-content: flex-start !important;
  }

  .jc-lg-end {
    justify-content: flex-end !important;
  }

  .jc-lg-center {
    justify-content: center !important;
  }

  .jc-lg-between {
    justify-content: space-between !important;
  }

  .jc-lg-around {
    justify-content: space-around !important;
  }

  .jc-lg-evenly {
    justify-content: space-evenly !important;
  }

  .ai-lg-start {
    align-items: flex-start !important;
  }

  .ai-lg-end {
    align-items: flex-end !important;
  }

  .ai-lg-center {
    align-items: center !important;
  }

  .ai-lg-baseline {
    align-items: baseline !important;
  }

  .ai-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0rem !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-11 {
    margin: 11rem !important;
  }

  .m-lg-12 {
    margin: 12rem !important;
  }

  .m-lg-13 {
    margin: 13rem !important;
  }

  .m-lg-14 {
    margin: 14rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .m-lg-16 {
    margin: 16rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-lg-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-lg-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 6rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mt-lg-16 {
    margin-top: 16rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0rem !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 4.5rem !important;
  }

  .me-lg-7 {
    margin-right: 6rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-11 {
    margin-right: 11rem !important;
  }

  .me-lg-12 {
    margin-right: 12rem !important;
  }

  .me-lg-13 {
    margin-right: 13rem !important;
  }

  .me-lg-14 {
    margin-right: 14rem !important;
  }

  .me-lg-15 {
    margin-right: 15rem !important;
  }

  .me-lg-16 {
    margin-right: 16rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0rem !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 6rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-11 {
    margin-left: 11rem !important;
  }

  .ms-lg-12 {
    margin-left: 12rem !important;
  }

  .ms-lg-13 {
    margin-left: 13rem !important;
  }

  .ms-lg-14 {
    margin-left: 14rem !important;
  }

  .ms-lg-15 {
    margin-left: 15rem !important;
  }

  .ms-lg-16 {
    margin-left: 16rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .m-lg-n10 {
    margin: -10rem !important;
  }

  .m-lg-n11 {
    margin: -11rem !important;
  }

  .m-lg-n12 {
    margin: -12rem !important;
  }

  .m-lg-n13 {
    margin: -13rem !important;
  }

  .m-lg-n14 {
    margin: -14rem !important;
  }

  .m-lg-n15 {
    margin: -15rem !important;
  }

  .m-lg-n16 {
    margin: -16rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-lg-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-lg-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-lg-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-lg-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-lg-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-lg-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-lg-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-lg-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-lg-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-lg-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-lg-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-lg-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -6rem !important;
  }

  .mt-lg-n8 {
    margin-top: -8rem !important;
  }

  .mt-lg-n9 {
    margin-top: -9rem !important;
  }

  .mt-lg-n10 {
    margin-top: -10rem !important;
  }

  .mt-lg-n11 {
    margin-top: -11rem !important;
  }

  .mt-lg-n12 {
    margin-top: -12rem !important;
  }

  .mt-lg-n13 {
    margin-top: -13rem !important;
  }

  .mt-lg-n14 {
    margin-top: -14rem !important;
  }

  .mt-lg-n15 {
    margin-top: -15rem !important;
  }

  .mt-lg-n16 {
    margin-top: -16rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -3rem !important;
  }

  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -6rem !important;
  }

  .me-lg-n8 {
    margin-right: -8rem !important;
  }

  .me-lg-n9 {
    margin-right: -9rem !important;
  }

  .me-lg-n10 {
    margin-right: -10rem !important;
  }

  .me-lg-n11 {
    margin-right: -11rem !important;
  }

  .me-lg-n12 {
    margin-right: -12rem !important;
  }

  .me-lg-n13 {
    margin-right: -13rem !important;
  }

  .me-lg-n14 {
    margin-right: -14rem !important;
  }

  .me-lg-n15 {
    margin-right: -15rem !important;
  }

  .me-lg-n16 {
    margin-right: -16rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-lg-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-lg-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-lg-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-lg-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-lg-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-lg-n16 {
    margin-bottom: -16rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -6rem !important;
  }

  .ms-lg-n8 {
    margin-left: -8rem !important;
  }

  .ms-lg-n9 {
    margin-left: -9rem !important;
  }

  .ms-lg-n10 {
    margin-left: -10rem !important;
  }

  .ms-lg-n11 {
    margin-left: -11rem !important;
  }

  .ms-lg-n12 {
    margin-left: -12rem !important;
  }

  .ms-lg-n13 {
    margin-left: -13rem !important;
  }

  .ms-lg-n14 {
    margin-left: -14rem !important;
  }

  .ms-lg-n15 {
    margin-left: -15rem !important;
  }

  .ms-lg-n16 {
    margin-left: -16rem !important;
  }

  .p-lg-0 {
    padding: 0rem !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .p-lg-11 {
    padding: 11rem !important;
  }

  .p-lg-12 {
    padding: 12rem !important;
  }

  .p-lg-13 {
    padding: 13rem !important;
  }

  .p-lg-14 {
    padding: 14rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .p-lg-16 {
    padding: 16rem !important;
  }

  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-lg-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-lg-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 6rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pt-lg-16 {
    padding-top: 16rem !important;
  }

  .pe-lg-0 {
    padding-right: 0rem !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 6rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pe-lg-11 {
    padding-right: 11rem !important;
  }

  .pe-lg-12 {
    padding-right: 12rem !important;
  }

  .pe-lg-13 {
    padding-right: 13rem !important;
  }

  .pe-lg-14 {
    padding-right: 14rem !important;
  }

  .pe-lg-15 {
    padding-right: 15rem !important;
  }

  .pe-lg-16 {
    padding-right: 16rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }

  .ps-lg-0 {
    padding-left: 0rem !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 6rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .ps-lg-11 {
    padding-left: 11rem !important;
  }

  .ps-lg-12 {
    padding-left: 12rem !important;
  }

  .ps-lg-13 {
    padding-left: 13rem !important;
  }

  .ps-lg-14 {
    padding-left: 14rem !important;
  }

  .ps-lg-15 {
    padding-left: 15rem !important;
  }

  .ps-lg-16 {
    padding-left: 16rem !important;
  }

  .fs-lg-lead {
    font-size: calc(1.925rem + 8.1vw) !important;
  }

  .fs-lg-xxl {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-lg-xl {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-lg-5 {
    font-size: 1.25rem !important;
  }

  .fs-lg-6 {
    font-size: 1rem !important;
  }

  .fs-lg-7 {
    font-size: 0.875rem !important;
  }

  .fs-lg-xs {
    font-size: 0.7rem !important;
  }

  .lh-lg-0point5 {
    line-height: 0.5 !important;
  }

  .lh-lg-1 {
    line-height: 1 !important;
  }

  .lh-lg-1point5 {
    line-height: 1.5 !important;
  }

  .lh-lg-2 {
    line-height: 2 !important;
  }

  .lh-lg-2point5 {
    line-height: 2.5 !important;
  }

  .lh-lg-3 {
    line-height: 3 !important;
  }

  .lh-lg-3point5 {
    line-height: 3.5 !important;
  }

  .lh-lg-4 {
    line-height: 4 !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .ls-lg-0 {
    letter-spacing: 0 !important;
  }

  .ls-lg-0point1 {
    letter-spacing: 0.1em !important;
  }

  .ls-lg-0point2 {
    letter-spacing: 0.2em !important;
  }

  .ls-lg-0point3 {
    letter-spacing: 0.3em !important;
  }

  .ls-lg-0point4 {
    letter-spacing: 0.4em !important;
  }

  .z-lg-n10 {
    z-index: -10 !important;
  }

  .z-lg-n9 {
    z-index: -9 !important;
  }

  .z-lg-n8 {
    z-index: -8 !important;
  }

  .z-lg-n7 {
    z-index: -7 !important;
  }

  .z-lg-n6 {
    z-index: -6 !important;
  }

  .z-lg-n5 {
    z-index: -5 !important;
  }

  .z-lg-n4 {
    z-index: -4 !important;
  }

  .z-lg-n3 {
    z-index: -3 !important;
  }

  .z-lg-n2 {
    z-index: -2 !important;
  }

  .z-lg-n1 {
    z-index: -1 !important;
  }

  .z-lg-0 {
    z-index: 0 !important;
  }

  .z-lg-1 {
    z-index: 1 !important;
  }

  .z-lg-2 {
    z-index: 2 !important;
  }

  .z-lg-3 {
    z-index: 3 !important;
  }

  .z-lg-4 {
    z-index: 4 !important;
  }

  .z-lg-5 {
    z-index: 5 !important;
  }

  .z-lg-6 {
    z-index: 6 !important;
  }

  .z-lg-7 {
    z-index: 7 !important;
  }

  .z-lg-8 {
    z-index: 8 !important;
  }

  .z-lg-9 {
    z-index: 9 !important;
  }

  .z-lg-10 {
    z-index: 10 !important;
  }

  .opacity-lg-0 {
    opacity: 0 !important;
  }

  .opacity-lg-0point1 {
    opacity: 0.1 !important;
  }

  .opacity-lg-0point2 {
    opacity: 0.2 !important;
  }

  .opacity-lg-0point3 {
    opacity: 0.3 !important;
  }

  .opacity-lg-0point4 {
    opacity: 0.4 !important;
  }

  .opacity-lg-0point5 {
    opacity: 0.5 !important;
  }

  .opacity-lg-0point6 {
    opacity: 0.6 !important;
  }

  .opacity-lg-0point7 {
    opacity: 0.7 !important;
  }

  .opacity-lg-0point8 {
    opacity: 0.8 !important;
  }

  .opacity-lg-0point9 {
    opacity: 0.9 !important;
  }

  .opacity-lg-1 {
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .top-xl-0 {
    top: 0 !important;
  }

  .top-xl-10 {
    top: 10% !important;
  }

  .top-xl-20 {
    top: 20% !important;
  }

  .top-xl-30 {
    top: 30% !important;
  }

  .top-xl-40 {
    top: 40% !important;
  }

  .top-xl-50 {
    top: 50% !important;
  }

  .top-xl-60 {
    top: 60% !important;
  }

  .top-xl-70 {
    top: 70% !important;
  }

  .top-xl-80 {
    top: 80% !important;
  }

  .top-xl-90 {
    top: 90% !important;
  }

  .top-xl-100 {
    top: 100% !important;
  }

  .top-xl-auto {
    top: auto !important;
  }

  .bottom-xl-0 {
    bottom: 0 !important;
  }

  .bottom-xl-10 {
    bottom: 10% !important;
  }

  .bottom-xl-20 {
    bottom: 20% !important;
  }

  .bottom-xl-30 {
    bottom: 30% !important;
  }

  .bottom-xl-40 {
    bottom: 40% !important;
  }

  .bottom-xl-50 {
    bottom: 50% !important;
  }

  .bottom-xl-60 {
    bottom: 60% !important;
  }

  .bottom-xl-70 {
    bottom: 70% !important;
  }

  .bottom-xl-80 {
    bottom: 80% !important;
  }

  .bottom-xl-90 {
    bottom: 90% !important;
  }

  .bottom-xl-100 {
    bottom: 100% !important;
  }

  .bottom-xl-auto {
    bottom: auto !important;
  }

  .start-xl-0 {
    left: 0 !important;
  }

  .start-xl-10 {
    left: 10% !important;
  }

  .start-xl-20 {
    left: 20% !important;
  }

  .start-xl-30 {
    left: 30% !important;
  }

  .start-xl-40 {
    left: 40% !important;
  }

  .start-xl-50 {
    left: 50% !important;
  }

  .start-xl-60 {
    left: 60% !important;
  }

  .start-xl-70 {
    left: 70% !important;
  }

  .start-xl-80 {
    left: 80% !important;
  }

  .start-xl-90 {
    left: 90% !important;
  }

  .start-xl-100 {
    left: 100% !important;
  }

  .start-xl-auto {
    left: auto !important;
  }

  .end-xl-0 {
    right: 0 !important;
  }

  .end-xl-10 {
    right: 10% !important;
  }

  .end-xl-20 {
    right: 20% !important;
  }

  .end-xl-30 {
    right: 30% !important;
  }

  .end-xl-40 {
    right: 40% !important;
  }

  .end-xl-50 {
    right: 50% !important;
  }

  .end-xl-60 {
    right: 60% !important;
  }

  .end-xl-70 {
    right: 70% !important;
  }

  .end-xl-80 {
    right: 80% !important;
  }

  .end-xl-90 {
    right: 90% !important;
  }

  .end-xl-100 {
    right: 100% !important;
  }

  .end-xl-auto {
    right: auto !important;
  }

  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }

  .w-xl-0 {
    width: 0 !important;
  }

  .w-xl-1 {
    width: 1% !important;
  }

  .w-xl-2 {
    width: 2% !important;
  }

  .w-xl-3 {
    width: 3% !important;
  }

  .w-xl-4 {
    width: 4% !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .w-xl-6 {
    width: 6% !important;
  }

  .w-xl-7 {
    width: 7% !important;
  }

  .w-xl-8 {
    width: 8% !important;
  }

  .w-xl-9 {
    width: 9% !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .w-xl-11 {
    width: 11% !important;
  }

  .w-xl-12 {
    width: 12% !important;
  }

  .w-xl-13 {
    width: 13% !important;
  }

  .w-xl-14 {
    width: 14% !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .w-xl-16 {
    width: 16% !important;
  }

  .w-xl-17 {
    width: 17% !important;
  }

  .w-xl-18 {
    width: 18% !important;
  }

  .w-xl-19 {
    width: 19% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-21 {
    width: 21% !important;
  }

  .w-xl-22 {
    width: 22% !important;
  }

  .w-xl-23 {
    width: 23% !important;
  }

  .w-xl-24 {
    width: 24% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-26 {
    width: 26% !important;
  }

  .w-xl-27 {
    width: 27% !important;
  }

  .w-xl-28 {
    width: 28% !important;
  }

  .w-xl-29 {
    width: 29% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-31 {
    width: 31% !important;
  }

  .w-xl-32 {
    width: 32% !important;
  }

  .w-xl-33 {
    width: 33% !important;
  }

  .w-xl-34 {
    width: 34% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-36 {
    width: 36% !important;
  }

  .w-xl-37 {
    width: 37% !important;
  }

  .w-xl-38 {
    width: 38% !important;
  }

  .w-xl-39 {
    width: 39% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-41 {
    width: 41% !important;
  }

  .w-xl-42 {
    width: 42% !important;
  }

  .w-xl-43 {
    width: 43% !important;
  }

  .w-xl-44 {
    width: 44% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-46 {
    width: 46% !important;
  }

  .w-xl-47 {
    width: 47% !important;
  }

  .w-xl-48 {
    width: 48% !important;
  }

  .w-xl-49 {
    width: 49% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-51 {
    width: 51% !important;
  }

  .w-xl-52 {
    width: 52% !important;
  }

  .w-xl-53 {
    width: 53% !important;
  }

  .w-xl-54 {
    width: 54% !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .w-xl-56 {
    width: 56% !important;
  }

  .w-xl-57 {
    width: 57% !important;
  }

  .w-xl-58 {
    width: 58% !important;
  }

  .w-xl-59 {
    width: 59% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-61 {
    width: 61% !important;
  }

  .w-xl-62 {
    width: 62% !important;
  }

  .w-xl-63 {
    width: 63% !important;
  }

  .w-xl-64 {
    width: 64% !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-66 {
    width: 66% !important;
  }

  .w-xl-67 {
    width: 67% !important;
  }

  .w-xl-68 {
    width: 68% !important;
  }

  .w-xl-69 {
    width: 69% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-71 {
    width: 71% !important;
  }

  .w-xl-72 {
    width: 72% !important;
  }

  .w-xl-73 {
    width: 73% !important;
  }

  .w-xl-74 {
    width: 74% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-76 {
    width: 76% !important;
  }

  .w-xl-77 {
    width: 77% !important;
  }

  .w-xl-78 {
    width: 78% !important;
  }

  .w-xl-79 {
    width: 79% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-81 {
    width: 81% !important;
  }

  .w-xl-82 {
    width: 82% !important;
  }

  .w-xl-83 {
    width: 83% !important;
  }

  .w-xl-84 {
    width: 84% !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-86 {
    width: 86% !important;
  }

  .w-xl-87 {
    width: 87% !important;
  }

  .w-xl-88 {
    width: 88% !important;
  }

  .w-xl-89 {
    width: 89% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-91 {
    width: 91% !important;
  }

  .w-xl-92 {
    width: 92% !important;
  }

  .w-xl-93 {
    width: 93% !important;
  }

  .w-xl-94 {
    width: 94% !important;
  }

  .w-xl-95 {
    width: 95% !important;
  }

  .w-xl-96 {
    width: 96% !important;
  }

  .w-xl-97 {
    width: 97% !important;
  }

  .w-xl-98 {
    width: 98% !important;
  }

  .w-xl-99 {
    width: 99% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-0 {
    height: 0 !important;
  }

  .h-xl-1 {
    height: 1% !important;
  }

  .h-xl-2 {
    height: 2% !important;
  }

  .h-xl-3 {
    height: 3% !important;
  }

  .h-xl-4 {
    height: 4% !important;
  }

  .h-xl-5 {
    height: 5% !important;
  }

  .h-xl-6 {
    height: 6% !important;
  }

  .h-xl-7 {
    height: 7% !important;
  }

  .h-xl-8 {
    height: 8% !important;
  }

  .h-xl-9 {
    height: 9% !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .h-xl-11 {
    height: 11% !important;
  }

  .h-xl-12 {
    height: 12% !important;
  }

  .h-xl-13 {
    height: 13% !important;
  }

  .h-xl-14 {
    height: 14% !important;
  }

  .h-xl-15 {
    height: 15% !important;
  }

  .h-xl-16 {
    height: 16% !important;
  }

  .h-xl-17 {
    height: 17% !important;
  }

  .h-xl-18 {
    height: 18% !important;
  }

  .h-xl-19 {
    height: 19% !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-21 {
    height: 21% !important;
  }

  .h-xl-22 {
    height: 22% !important;
  }

  .h-xl-23 {
    height: 23% !important;
  }

  .h-xl-24 {
    height: 24% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-26 {
    height: 26% !important;
  }

  .h-xl-27 {
    height: 27% !important;
  }

  .h-xl-28 {
    height: 28% !important;
  }

  .h-xl-29 {
    height: 29% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-31 {
    height: 31% !important;
  }

  .h-xl-32 {
    height: 32% !important;
  }

  .h-xl-33 {
    height: 33% !important;
  }

  .h-xl-34 {
    height: 34% !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-36 {
    height: 36% !important;
  }

  .h-xl-37 {
    height: 37% !important;
  }

  .h-xl-38 {
    height: 38% !important;
  }

  .h-xl-39 {
    height: 39% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-41 {
    height: 41% !important;
  }

  .h-xl-42 {
    height: 42% !important;
  }

  .h-xl-43 {
    height: 43% !important;
  }

  .h-xl-44 {
    height: 44% !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-46 {
    height: 46% !important;
  }

  .h-xl-47 {
    height: 47% !important;
  }

  .h-xl-48 {
    height: 48% !important;
  }

  .h-xl-49 {
    height: 49% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-51 {
    height: 51% !important;
  }

  .h-xl-52 {
    height: 52% !important;
  }

  .h-xl-53 {
    height: 53% !important;
  }

  .h-xl-54 {
    height: 54% !important;
  }

  .h-xl-55 {
    height: 55% !important;
  }

  .h-xl-56 {
    height: 56% !important;
  }

  .h-xl-57 {
    height: 57% !important;
  }

  .h-xl-58 {
    height: 58% !important;
  }

  .h-xl-59 {
    height: 59% !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-61 {
    height: 61% !important;
  }

  .h-xl-62 {
    height: 62% !important;
  }

  .h-xl-63 {
    height: 63% !important;
  }

  .h-xl-64 {
    height: 64% !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-66 {
    height: 66% !important;
  }

  .h-xl-67 {
    height: 67% !important;
  }

  .h-xl-68 {
    height: 68% !important;
  }

  .h-xl-69 {
    height: 69% !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .h-xl-71 {
    height: 71% !important;
  }

  .h-xl-72 {
    height: 72% !important;
  }

  .h-xl-73 {
    height: 73% !important;
  }

  .h-xl-74 {
    height: 74% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-76 {
    height: 76% !important;
  }

  .h-xl-77 {
    height: 77% !important;
  }

  .h-xl-78 {
    height: 78% !important;
  }

  .h-xl-79 {
    height: 79% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-81 {
    height: 81% !important;
  }

  .h-xl-82 {
    height: 82% !important;
  }

  .h-xl-83 {
    height: 83% !important;
  }

  .h-xl-84 {
    height: 84% !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-86 {
    height: 86% !important;
  }

  .h-xl-87 {
    height: 87% !important;
  }

  .h-xl-88 {
    height: 88% !important;
  }

  .h-xl-89 {
    height: 89% !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }

  .h-xl-91 {
    height: 91% !important;
  }

  .h-xl-92 {
    height: 92% !important;
  }

  .h-xl-93 {
    height: 93% !important;
  }

  .h-xl-94 {
    height: 94% !important;
  }

  .h-xl-95 {
    height: 95% !important;
  }

  .h-xl-96 {
    height: 96% !important;
  }

  .h-xl-97 {
    height: 97% !important;
  }

  .h-xl-98 {
    height: 98% !important;
  }

  .h-xl-99 {
    height: 99% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .fd-xl-row {
    flex-direction: row !important;
  }

  .fd-xl-column {
    flex-direction: column !important;
  }

  .fd-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .fd-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0rem !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 4.5rem !important;
  }

  .gap-xl-7 {
    gap: 6rem !important;
  }

  .gap-xl-8 {
    gap: 8rem !important;
  }

  .gap-xl-9 {
    gap: 9rem !important;
  }

  .gap-xl-10 {
    gap: 10rem !important;
  }

  .gap-xl-11 {
    gap: 11rem !important;
  }

  .gap-xl-12 {
    gap: 12rem !important;
  }

  .gap-xl-13 {
    gap: 13rem !important;
  }

  .gap-xl-14 {
    gap: 14rem !important;
  }

  .gap-xl-15 {
    gap: 15rem !important;
  }

  .gap-xl-16 {
    gap: 16rem !important;
  }

  .jc-xl-start {
    justify-content: flex-start !important;
  }

  .jc-xl-end {
    justify-content: flex-end !important;
  }

  .jc-xl-center {
    justify-content: center !important;
  }

  .jc-xl-between {
    justify-content: space-between !important;
  }

  .jc-xl-around {
    justify-content: space-around !important;
  }

  .jc-xl-evenly {
    justify-content: space-evenly !important;
  }

  .ai-xl-start {
    align-items: flex-start !important;
  }

  .ai-xl-end {
    align-items: flex-end !important;
  }

  .ai-xl-center {
    align-items: center !important;
  }

  .ai-xl-baseline {
    align-items: baseline !important;
  }

  .ai-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0rem !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-11 {
    margin: 11rem !important;
  }

  .m-xl-12 {
    margin: 12rem !important;
  }

  .m-xl-13 {
    margin: 13rem !important;
  }

  .m-xl-14 {
    margin: 14rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .m-xl-16 {
    margin: 16rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 6rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mt-xl-16 {
    margin-top: 16rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0rem !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xl-7 {
    margin-right: 6rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-11 {
    margin-right: 11rem !important;
  }

  .me-xl-12 {
    margin-right: 12rem !important;
  }

  .me-xl-13 {
    margin-right: 13rem !important;
  }

  .me-xl-14 {
    margin-right: 14rem !important;
  }

  .me-xl-15 {
    margin-right: 15rem !important;
  }

  .me-xl-16 {
    margin-right: 16rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0rem !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 6rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-11 {
    margin-left: 11rem !important;
  }

  .ms-xl-12 {
    margin-left: 12rem !important;
  }

  .ms-xl-13 {
    margin-left: 13rem !important;
  }

  .ms-xl-14 {
    margin-left: 14rem !important;
  }

  .ms-xl-15 {
    margin-left: 15rem !important;
  }

  .ms-xl-16 {
    margin-left: 16rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .m-xl-n10 {
    margin: -10rem !important;
  }

  .m-xl-n11 {
    margin: -11rem !important;
  }

  .m-xl-n12 {
    margin: -12rem !important;
  }

  .m-xl-n13 {
    margin: -13rem !important;
  }

  .m-xl-n14 {
    margin: -14rem !important;
  }

  .m-xl-n15 {
    margin: -15rem !important;
  }

  .m-xl-n16 {
    margin: -16rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xl-n8 {
    margin-top: -8rem !important;
  }

  .mt-xl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xl-n10 {
    margin-top: -10rem !important;
  }

  .mt-xl-n11 {
    margin-top: -11rem !important;
  }

  .mt-xl-n12 {
    margin-top: -12rem !important;
  }

  .mt-xl-n13 {
    margin-top: -13rem !important;
  }

  .mt-xl-n14 {
    margin-top: -14rem !important;
  }

  .mt-xl-n15 {
    margin-top: -15rem !important;
  }

  .mt-xl-n16 {
    margin-top: -16rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xl-n7 {
    margin-right: -6rem !important;
  }

  .me-xl-n8 {
    margin-right: -8rem !important;
  }

  .me-xl-n9 {
    margin-right: -9rem !important;
  }

  .me-xl-n10 {
    margin-right: -10rem !important;
  }

  .me-xl-n11 {
    margin-right: -11rem !important;
  }

  .me-xl-n12 {
    margin-right: -12rem !important;
  }

  .me-xl-n13 {
    margin-right: -13rem !important;
  }

  .me-xl-n14 {
    margin-right: -14rem !important;
  }

  .me-xl-n15 {
    margin-right: -15rem !important;
  }

  .me-xl-n16 {
    margin-right: -16rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-xl-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-xl-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-xl-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-xl-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-xl-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-xl-n16 {
    margin-bottom: -16rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xl-n8 {
    margin-left: -8rem !important;
  }

  .ms-xl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xl-n10 {
    margin-left: -10rem !important;
  }

  .ms-xl-n11 {
    margin-left: -11rem !important;
  }

  .ms-xl-n12 {
    margin-left: -12rem !important;
  }

  .ms-xl-n13 {
    margin-left: -13rem !important;
  }

  .ms-xl-n14 {
    margin-left: -14rem !important;
  }

  .ms-xl-n15 {
    margin-left: -15rem !important;
  }

  .ms-xl-n16 {
    margin-left: -16rem !important;
  }

  .p-xl-0 {
    padding: 0rem !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .p-xl-11 {
    padding: 11rem !important;
  }

  .p-xl-12 {
    padding: 12rem !important;
  }

  .p-xl-13 {
    padding: 13rem !important;
  }

  .p-xl-14 {
    padding: 14rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .p-xl-16 {
    padding: 16rem !important;
  }

  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-xl-0 {
    padding-top: 0rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 6rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pt-xl-11 {
    padding-top: 11rem !important;
  }

  .pt-xl-12 {
    padding-top: 12rem !important;
  }

  .pt-xl-13 {
    padding-top: 13rem !important;
  }

  .pt-xl-14 {
    padding-top: 14rem !important;
  }

  .pt-xl-15 {
    padding-top: 15rem !important;
  }

  .pt-xl-16 {
    padding-top: 16rem !important;
  }

  .pe-xl-0 {
    padding-right: 0rem !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 6rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pe-xl-11 {
    padding-right: 11rem !important;
  }

  .pe-xl-12 {
    padding-right: 12rem !important;
  }

  .pe-xl-13 {
    padding-right: 13rem !important;
  }

  .pe-xl-14 {
    padding-right: 14rem !important;
  }

  .pe-xl-15 {
    padding-right: 15rem !important;
  }

  .pe-xl-16 {
    padding-right: 16rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }

  .ps-xl-0 {
    padding-left: 0rem !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 6rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .ps-xl-11 {
    padding-left: 11rem !important;
  }

  .ps-xl-12 {
    padding-left: 12rem !important;
  }

  .ps-xl-13 {
    padding-left: 13rem !important;
  }

  .ps-xl-14 {
    padding-left: 14rem !important;
  }

  .ps-xl-15 {
    padding-left: 15rem !important;
  }

  .ps-xl-16 {
    padding-left: 16rem !important;
  }

  .fs-xl-lead {
    font-size: calc(1.925rem + 8.1vw) !important;
  }

  .fs-xl-xxl {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-xl-xl {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xl-6 {
    font-size: 1rem !important;
  }

  .fs-xl-7 {
    font-size: 0.875rem !important;
  }

  .fs-xl-xs {
    font-size: 0.7rem !important;
  }

  .lh-xl-0point5 {
    line-height: 0.5 !important;
  }

  .lh-xl-1 {
    line-height: 1 !important;
  }

  .lh-xl-1point5 {
    line-height: 1.5 !important;
  }

  .lh-xl-2 {
    line-height: 2 !important;
  }

  .lh-xl-2point5 {
    line-height: 2.5 !important;
  }

  .lh-xl-3 {
    line-height: 3 !important;
  }

  .lh-xl-3point5 {
    line-height: 3.5 !important;
  }

  .lh-xl-4 {
    line-height: 4 !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .ls-xl-0 {
    letter-spacing: 0 !important;
  }

  .ls-xl-0point1 {
    letter-spacing: 0.1em !important;
  }

  .ls-xl-0point2 {
    letter-spacing: 0.2em !important;
  }

  .ls-xl-0point3 {
    letter-spacing: 0.3em !important;
  }

  .ls-xl-0point4 {
    letter-spacing: 0.4em !important;
  }

  .z-xl-n10 {
    z-index: -10 !important;
  }

  .z-xl-n9 {
    z-index: -9 !important;
  }

  .z-xl-n8 {
    z-index: -8 !important;
  }

  .z-xl-n7 {
    z-index: -7 !important;
  }

  .z-xl-n6 {
    z-index: -6 !important;
  }

  .z-xl-n5 {
    z-index: -5 !important;
  }

  .z-xl-n4 {
    z-index: -4 !important;
  }

  .z-xl-n3 {
    z-index: -3 !important;
  }

  .z-xl-n2 {
    z-index: -2 !important;
  }

  .z-xl-n1 {
    z-index: -1 !important;
  }

  .z-xl-0 {
    z-index: 0 !important;
  }

  .z-xl-1 {
    z-index: 1 !important;
  }

  .z-xl-2 {
    z-index: 2 !important;
  }

  .z-xl-3 {
    z-index: 3 !important;
  }

  .z-xl-4 {
    z-index: 4 !important;
  }

  .z-xl-5 {
    z-index: 5 !important;
  }

  .z-xl-6 {
    z-index: 6 !important;
  }

  .z-xl-7 {
    z-index: 7 !important;
  }

  .z-xl-8 {
    z-index: 8 !important;
  }

  .z-xl-9 {
    z-index: 9 !important;
  }

  .z-xl-10 {
    z-index: 10 !important;
  }

  .opacity-xl-0 {
    opacity: 0 !important;
  }

  .opacity-xl-0point1 {
    opacity: 0.1 !important;
  }

  .opacity-xl-0point2 {
    opacity: 0.2 !important;
  }

  .opacity-xl-0point3 {
    opacity: 0.3 !important;
  }

  .opacity-xl-0point4 {
    opacity: 0.4 !important;
  }

  .opacity-xl-0point5 {
    opacity: 0.5 !important;
  }

  .opacity-xl-0point6 {
    opacity: 0.6 !important;
  }

  .opacity-xl-0point7 {
    opacity: 0.7 !important;
  }

  .opacity-xl-0point8 {
    opacity: 0.8 !important;
  }

  .opacity-xl-0point9 {
    opacity: 0.9 !important;
  }

  .opacity-xl-1 {
    opacity: 1 !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .position-xxl-static {
    position: static !important;
  }

  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }

  .position-xxl-fixed {
    position: fixed !important;
  }

  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .top-xxl-0 {
    top: 0 !important;
  }

  .top-xxl-10 {
    top: 10% !important;
  }

  .top-xxl-20 {
    top: 20% !important;
  }

  .top-xxl-30 {
    top: 30% !important;
  }

  .top-xxl-40 {
    top: 40% !important;
  }

  .top-xxl-50 {
    top: 50% !important;
  }

  .top-xxl-60 {
    top: 60% !important;
  }

  .top-xxl-70 {
    top: 70% !important;
  }

  .top-xxl-80 {
    top: 80% !important;
  }

  .top-xxl-90 {
    top: 90% !important;
  }

  .top-xxl-100 {
    top: 100% !important;
  }

  .top-xxl-auto {
    top: auto !important;
  }

  .bottom-xxl-0 {
    bottom: 0 !important;
  }

  .bottom-xxl-10 {
    bottom: 10% !important;
  }

  .bottom-xxl-20 {
    bottom: 20% !important;
  }

  .bottom-xxl-30 {
    bottom: 30% !important;
  }

  .bottom-xxl-40 {
    bottom: 40% !important;
  }

  .bottom-xxl-50 {
    bottom: 50% !important;
  }

  .bottom-xxl-60 {
    bottom: 60% !important;
  }

  .bottom-xxl-70 {
    bottom: 70% !important;
  }

  .bottom-xxl-80 {
    bottom: 80% !important;
  }

  .bottom-xxl-90 {
    bottom: 90% !important;
  }

  .bottom-xxl-100 {
    bottom: 100% !important;
  }

  .bottom-xxl-auto {
    bottom: auto !important;
  }

  .start-xxl-0 {
    left: 0 !important;
  }

  .start-xxl-10 {
    left: 10% !important;
  }

  .start-xxl-20 {
    left: 20% !important;
  }

  .start-xxl-30 {
    left: 30% !important;
  }

  .start-xxl-40 {
    left: 40% !important;
  }

  .start-xxl-50 {
    left: 50% !important;
  }

  .start-xxl-60 {
    left: 60% !important;
  }

  .start-xxl-70 {
    left: 70% !important;
  }

  .start-xxl-80 {
    left: 80% !important;
  }

  .start-xxl-90 {
    left: 90% !important;
  }

  .start-xxl-100 {
    left: 100% !important;
  }

  .start-xxl-auto {
    left: auto !important;
  }

  .end-xxl-0 {
    right: 0 !important;
  }

  .end-xxl-10 {
    right: 10% !important;
  }

  .end-xxl-20 {
    right: 20% !important;
  }

  .end-xxl-30 {
    right: 30% !important;
  }

  .end-xxl-40 {
    right: 40% !important;
  }

  .end-xxl-50 {
    right: 50% !important;
  }

  .end-xxl-60 {
    right: 60% !important;
  }

  .end-xxl-70 {
    right: 70% !important;
  }

  .end-xxl-80 {
    right: 80% !important;
  }

  .end-xxl-90 {
    right: 90% !important;
  }

  .end-xxl-100 {
    right: 100% !important;
  }

  .end-xxl-auto {
    right: auto !important;
  }

  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }

  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }

  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }

  .w-xxl-0 {
    width: 0 !important;
  }

  .w-xxl-1 {
    width: 1% !important;
  }

  .w-xxl-2 {
    width: 2% !important;
  }

  .w-xxl-3 {
    width: 3% !important;
  }

  .w-xxl-4 {
    width: 4% !important;
  }

  .w-xxl-5 {
    width: 5% !important;
  }

  .w-xxl-6 {
    width: 6% !important;
  }

  .w-xxl-7 {
    width: 7% !important;
  }

  .w-xxl-8 {
    width: 8% !important;
  }

  .w-xxl-9 {
    width: 9% !important;
  }

  .w-xxl-10 {
    width: 10% !important;
  }

  .w-xxl-11 {
    width: 11% !important;
  }

  .w-xxl-12 {
    width: 12% !important;
  }

  .w-xxl-13 {
    width: 13% !important;
  }

  .w-xxl-14 {
    width: 14% !important;
  }

  .w-xxl-15 {
    width: 15% !important;
  }

  .w-xxl-16 {
    width: 16% !important;
  }

  .w-xxl-17 {
    width: 17% !important;
  }

  .w-xxl-18 {
    width: 18% !important;
  }

  .w-xxl-19 {
    width: 19% !important;
  }

  .w-xxl-20 {
    width: 20% !important;
  }

  .w-xxl-21 {
    width: 21% !important;
  }

  .w-xxl-22 {
    width: 22% !important;
  }

  .w-xxl-23 {
    width: 23% !important;
  }

  .w-xxl-24 {
    width: 24% !important;
  }

  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-26 {
    width: 26% !important;
  }

  .w-xxl-27 {
    width: 27% !important;
  }

  .w-xxl-28 {
    width: 28% !important;
  }

  .w-xxl-29 {
    width: 29% !important;
  }

  .w-xxl-30 {
    width: 30% !important;
  }

  .w-xxl-31 {
    width: 31% !important;
  }

  .w-xxl-32 {
    width: 32% !important;
  }

  .w-xxl-33 {
    width: 33% !important;
  }

  .w-xxl-34 {
    width: 34% !important;
  }

  .w-xxl-35 {
    width: 35% !important;
  }

  .w-xxl-36 {
    width: 36% !important;
  }

  .w-xxl-37 {
    width: 37% !important;
  }

  .w-xxl-38 {
    width: 38% !important;
  }

  .w-xxl-39 {
    width: 39% !important;
  }

  .w-xxl-40 {
    width: 40% !important;
  }

  .w-xxl-41 {
    width: 41% !important;
  }

  .w-xxl-42 {
    width: 42% !important;
  }

  .w-xxl-43 {
    width: 43% !important;
  }

  .w-xxl-44 {
    width: 44% !important;
  }

  .w-xxl-45 {
    width: 45% !important;
  }

  .w-xxl-46 {
    width: 46% !important;
  }

  .w-xxl-47 {
    width: 47% !important;
  }

  .w-xxl-48 {
    width: 48% !important;
  }

  .w-xxl-49 {
    width: 49% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-51 {
    width: 51% !important;
  }

  .w-xxl-52 {
    width: 52% !important;
  }

  .w-xxl-53 {
    width: 53% !important;
  }

  .w-xxl-54 {
    width: 54% !important;
  }

  .w-xxl-55 {
    width: 55% !important;
  }

  .w-xxl-56 {
    width: 56% !important;
  }

  .w-xxl-57 {
    width: 57% !important;
  }

  .w-xxl-58 {
    width: 58% !important;
  }

  .w-xxl-59 {
    width: 59% !important;
  }

  .w-xxl-60 {
    width: 60% !important;
  }

  .w-xxl-61 {
    width: 61% !important;
  }

  .w-xxl-62 {
    width: 62% !important;
  }

  .w-xxl-63 {
    width: 63% !important;
  }

  .w-xxl-64 {
    width: 64% !important;
  }

  .w-xxl-65 {
    width: 65% !important;
  }

  .w-xxl-66 {
    width: 66% !important;
  }

  .w-xxl-67 {
    width: 67% !important;
  }

  .w-xxl-68 {
    width: 68% !important;
  }

  .w-xxl-69 {
    width: 69% !important;
  }

  .w-xxl-70 {
    width: 70% !important;
  }

  .w-xxl-71 {
    width: 71% !important;
  }

  .w-xxl-72 {
    width: 72% !important;
  }

  .w-xxl-73 {
    width: 73% !important;
  }

  .w-xxl-74 {
    width: 74% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-76 {
    width: 76% !important;
  }

  .w-xxl-77 {
    width: 77% !important;
  }

  .w-xxl-78 {
    width: 78% !important;
  }

  .w-xxl-79 {
    width: 79% !important;
  }

  .w-xxl-80 {
    width: 80% !important;
  }

  .w-xxl-81 {
    width: 81% !important;
  }

  .w-xxl-82 {
    width: 82% !important;
  }

  .w-xxl-83 {
    width: 83% !important;
  }

  .w-xxl-84 {
    width: 84% !important;
  }

  .w-xxl-85 {
    width: 85% !important;
  }

  .w-xxl-86 {
    width: 86% !important;
  }

  .w-xxl-87 {
    width: 87% !important;
  }

  .w-xxl-88 {
    width: 88% !important;
  }

  .w-xxl-89 {
    width: 89% !important;
  }

  .w-xxl-90 {
    width: 90% !important;
  }

  .w-xxl-91 {
    width: 91% !important;
  }

  .w-xxl-92 {
    width: 92% !important;
  }

  .w-xxl-93 {
    width: 93% !important;
  }

  .w-xxl-94 {
    width: 94% !important;
  }

  .w-xxl-95 {
    width: 95% !important;
  }

  .w-xxl-96 {
    width: 96% !important;
  }

  .w-xxl-97 {
    width: 97% !important;
  }

  .w-xxl-98 {
    width: 98% !important;
  }

  .w-xxl-99 {
    width: 99% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .h-xxl-0 {
    height: 0 !important;
  }

  .h-xxl-1 {
    height: 1% !important;
  }

  .h-xxl-2 {
    height: 2% !important;
  }

  .h-xxl-3 {
    height: 3% !important;
  }

  .h-xxl-4 {
    height: 4% !important;
  }

  .h-xxl-5 {
    height: 5% !important;
  }

  .h-xxl-6 {
    height: 6% !important;
  }

  .h-xxl-7 {
    height: 7% !important;
  }

  .h-xxl-8 {
    height: 8% !important;
  }

  .h-xxl-9 {
    height: 9% !important;
  }

  .h-xxl-10 {
    height: 10% !important;
  }

  .h-xxl-11 {
    height: 11% !important;
  }

  .h-xxl-12 {
    height: 12% !important;
  }

  .h-xxl-13 {
    height: 13% !important;
  }

  .h-xxl-14 {
    height: 14% !important;
  }

  .h-xxl-15 {
    height: 15% !important;
  }

  .h-xxl-16 {
    height: 16% !important;
  }

  .h-xxl-17 {
    height: 17% !important;
  }

  .h-xxl-18 {
    height: 18% !important;
  }

  .h-xxl-19 {
    height: 19% !important;
  }

  .h-xxl-20 {
    height: 20% !important;
  }

  .h-xxl-21 {
    height: 21% !important;
  }

  .h-xxl-22 {
    height: 22% !important;
  }

  .h-xxl-23 {
    height: 23% !important;
  }

  .h-xxl-24 {
    height: 24% !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-26 {
    height: 26% !important;
  }

  .h-xxl-27 {
    height: 27% !important;
  }

  .h-xxl-28 {
    height: 28% !important;
  }

  .h-xxl-29 {
    height: 29% !important;
  }

  .h-xxl-30 {
    height: 30% !important;
  }

  .h-xxl-31 {
    height: 31% !important;
  }

  .h-xxl-32 {
    height: 32% !important;
  }

  .h-xxl-33 {
    height: 33% !important;
  }

  .h-xxl-34 {
    height: 34% !important;
  }

  .h-xxl-35 {
    height: 35% !important;
  }

  .h-xxl-36 {
    height: 36% !important;
  }

  .h-xxl-37 {
    height: 37% !important;
  }

  .h-xxl-38 {
    height: 38% !important;
  }

  .h-xxl-39 {
    height: 39% !important;
  }

  .h-xxl-40 {
    height: 40% !important;
  }

  .h-xxl-41 {
    height: 41% !important;
  }

  .h-xxl-42 {
    height: 42% !important;
  }

  .h-xxl-43 {
    height: 43% !important;
  }

  .h-xxl-44 {
    height: 44% !important;
  }

  .h-xxl-45 {
    height: 45% !important;
  }

  .h-xxl-46 {
    height: 46% !important;
  }

  .h-xxl-47 {
    height: 47% !important;
  }

  .h-xxl-48 {
    height: 48% !important;
  }

  .h-xxl-49 {
    height: 49% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-51 {
    height: 51% !important;
  }

  .h-xxl-52 {
    height: 52% !important;
  }

  .h-xxl-53 {
    height: 53% !important;
  }

  .h-xxl-54 {
    height: 54% !important;
  }

  .h-xxl-55 {
    height: 55% !important;
  }

  .h-xxl-56 {
    height: 56% !important;
  }

  .h-xxl-57 {
    height: 57% !important;
  }

  .h-xxl-58 {
    height: 58% !important;
  }

  .h-xxl-59 {
    height: 59% !important;
  }

  .h-xxl-60 {
    height: 60% !important;
  }

  .h-xxl-61 {
    height: 61% !important;
  }

  .h-xxl-62 {
    height: 62% !important;
  }

  .h-xxl-63 {
    height: 63% !important;
  }

  .h-xxl-64 {
    height: 64% !important;
  }

  .h-xxl-65 {
    height: 65% !important;
  }

  .h-xxl-66 {
    height: 66% !important;
  }

  .h-xxl-67 {
    height: 67% !important;
  }

  .h-xxl-68 {
    height: 68% !important;
  }

  .h-xxl-69 {
    height: 69% !important;
  }

  .h-xxl-70 {
    height: 70% !important;
  }

  .h-xxl-71 {
    height: 71% !important;
  }

  .h-xxl-72 {
    height: 72% !important;
  }

  .h-xxl-73 {
    height: 73% !important;
  }

  .h-xxl-74 {
    height: 74% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-76 {
    height: 76% !important;
  }

  .h-xxl-77 {
    height: 77% !important;
  }

  .h-xxl-78 {
    height: 78% !important;
  }

  .h-xxl-79 {
    height: 79% !important;
  }

  .h-xxl-80 {
    height: 80% !important;
  }

  .h-xxl-81 {
    height: 81% !important;
  }

  .h-xxl-82 {
    height: 82% !important;
  }

  .h-xxl-83 {
    height: 83% !important;
  }

  .h-xxl-84 {
    height: 84% !important;
  }

  .h-xxl-85 {
    height: 85% !important;
  }

  .h-xxl-86 {
    height: 86% !important;
  }

  .h-xxl-87 {
    height: 87% !important;
  }

  .h-xxl-88 {
    height: 88% !important;
  }

  .h-xxl-89 {
    height: 89% !important;
  }

  .h-xxl-90 {
    height: 90% !important;
  }

  .h-xxl-91 {
    height: 91% !important;
  }

  .h-xxl-92 {
    height: 92% !important;
  }

  .h-xxl-93 {
    height: 93% !important;
  }

  .h-xxl-94 {
    height: 94% !important;
  }

  .h-xxl-95 {
    height: 95% !important;
  }

  .h-xxl-96 {
    height: 96% !important;
  }

  .h-xxl-97 {
    height: 97% !important;
  }

  .h-xxl-98 {
    height: 98% !important;
  }

  .h-xxl-99 {
    height: 99% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .fd-xxl-row {
    flex-direction: row !important;
  }

  .fd-xxl-column {
    flex-direction: column !important;
  }

  .fd-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .fd-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0rem !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 4.5rem !important;
  }

  .gap-xxl-7 {
    gap: 6rem !important;
  }

  .gap-xxl-8 {
    gap: 8rem !important;
  }

  .gap-xxl-9 {
    gap: 9rem !important;
  }

  .gap-xxl-10 {
    gap: 10rem !important;
  }

  .gap-xxl-11 {
    gap: 11rem !important;
  }

  .gap-xxl-12 {
    gap: 12rem !important;
  }

  .gap-xxl-13 {
    gap: 13rem !important;
  }

  .gap-xxl-14 {
    gap: 14rem !important;
  }

  .gap-xxl-15 {
    gap: 15rem !important;
  }

  .gap-xxl-16 {
    gap: 16rem !important;
  }

  .jc-xxl-start {
    justify-content: flex-start !important;
  }

  .jc-xxl-end {
    justify-content: flex-end !important;
  }

  .jc-xxl-center {
    justify-content: center !important;
  }

  .jc-xxl-between {
    justify-content: space-between !important;
  }

  .jc-xxl-around {
    justify-content: space-around !important;
  }

  .jc-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .ai-xxl-start {
    align-items: flex-start !important;
  }

  .ai-xxl-end {
    align-items: flex-end !important;
  }

  .ai-xxl-center {
    align-items: center !important;
  }

  .ai-xxl-baseline {
    align-items: baseline !important;
  }

  .ai-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0rem !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .m-xxl-8 {
    margin: 8rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .m-xxl-11 {
    margin: 11rem !important;
  }

  .m-xxl-12 {
    margin: 12rem !important;
  }

  .m-xxl-13 {
    margin: 13rem !important;
  }

  .m-xxl-14 {
    margin: 14rem !important;
  }

  .m-xxl-15 {
    margin: 15rem !important;
  }

  .m-xxl-16 {
    margin: 16rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xxl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xxl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0rem !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 6rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-11 {
    margin-top: 11rem !important;
  }

  .mt-xxl-12 {
    margin-top: 12rem !important;
  }

  .mt-xxl-13 {
    margin-top: 13rem !important;
  }

  .mt-xxl-14 {
    margin-top: 14rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

  .mt-xxl-16 {
    margin-top: 16rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0rem !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 6rem !important;
  }

  .me-xxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxl-11 {
    margin-right: 11rem !important;
  }

  .me-xxl-12 {
    margin-right: 12rem !important;
  }

  .me-xxl-13 {
    margin-right: 13rem !important;
  }

  .me-xxl-14 {
    margin-right: 14rem !important;
  }

  .me-xxl-15 {
    margin-right: 15rem !important;
  }

  .me-xxl-16 {
    margin-right: 16rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0rem !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 6rem !important;
  }

  .ms-xxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxl-11 {
    margin-left: 11rem !important;
  }

  .ms-xxl-12 {
    margin-left: 12rem !important;
  }

  .ms-xxl-13 {
    margin-left: 13rem !important;
  }

  .ms-xxl-14 {
    margin-left: 14rem !important;
  }

  .ms-xxl-15 {
    margin-left: 15rem !important;
  }

  .ms-xxl-16 {
    margin-left: 16rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .m-xxl-n7 {
    margin: -6rem !important;
  }

  .m-xxl-n8 {
    margin: -8rem !important;
  }

  .m-xxl-n9 {
    margin: -9rem !important;
  }

  .m-xxl-n10 {
    margin: -10rem !important;
  }

  .m-xxl-n11 {
    margin: -11rem !important;
  }

  .m-xxl-n12 {
    margin: -12rem !important;
  }

  .m-xxl-n13 {
    margin: -13rem !important;
  }

  .m-xxl-n14 {
    margin: -14rem !important;
  }

  .m-xxl-n15 {
    margin: -15rem !important;
  }

  .m-xxl-n16 {
    margin: -16rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xxl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xxl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xxl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xxl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xxl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xxl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xxl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xxl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xxl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xxl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }

  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }

  .mt-xxl-n11 {
    margin-top: -11rem !important;
  }

  .mt-xxl-n12 {
    margin-top: -12rem !important;
  }

  .mt-xxl-n13 {
    margin-top: -13rem !important;
  }

  .mt-xxl-n14 {
    margin-top: -14rem !important;
  }

  .mt-xxl-n15 {
    margin-top: -15rem !important;
  }

  .mt-xxl-n16 {
    margin-top: -16rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xxl-n7 {
    margin-right: -6rem !important;
  }

  .me-xxl-n8 {
    margin-right: -8rem !important;
  }

  .me-xxl-n9 {
    margin-right: -9rem !important;
  }

  .me-xxl-n10 {
    margin-right: -10rem !important;
  }

  .me-xxl-n11 {
    margin-right: -11rem !important;
  }

  .me-xxl-n12 {
    margin-right: -12rem !important;
  }

  .me-xxl-n13 {
    margin-right: -13rem !important;
  }

  .me-xxl-n14 {
    margin-right: -14rem !important;
  }

  .me-xxl-n15 {
    margin-right: -15rem !important;
  }

  .me-xxl-n16 {
    margin-right: -16rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-xxl-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-xxl-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-xxl-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-xxl-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-xxl-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-xxl-n16 {
    margin-bottom: -16rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }

  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }

  .ms-xxl-n11 {
    margin-left: -11rem !important;
  }

  .ms-xxl-n12 {
    margin-left: -12rem !important;
  }

  .ms-xxl-n13 {
    margin-left: -13rem !important;
  }

  .ms-xxl-n14 {
    margin-left: -14rem !important;
  }

  .ms-xxl-n15 {
    margin-left: -15rem !important;
  }

  .ms-xxl-n16 {
    margin-left: -16rem !important;
  }

  .p-xxl-0 {
    padding: 0rem !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .p-xxl-8 {
    padding: 8rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .p-xxl-11 {
    padding: 11rem !important;
  }

  .p-xxl-12 {
    padding: 12rem !important;
  }

  .p-xxl-13 {
    padding: 13rem !important;
  }

  .p-xxl-14 {
    padding: 14rem !important;
  }

  .p-xxl-15 {
    padding: 15rem !important;
  }

  .p-xxl-16 {
    padding: 16rem !important;
  }

  .px-xxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xxl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xxl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0rem !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 6rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pt-xxl-11 {
    padding-top: 11rem !important;
  }

  .pt-xxl-12 {
    padding-top: 12rem !important;
  }

  .pt-xxl-13 {
    padding-top: 13rem !important;
  }

  .pt-xxl-14 {
    padding-top: 14rem !important;
  }

  .pt-xxl-15 {
    padding-top: 15rem !important;
  }

  .pt-xxl-16 {
    padding-top: 16rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0rem !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 6rem !important;
  }

  .pe-xxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 10rem !important;
  }

  .pe-xxl-11 {
    padding-right: 11rem !important;
  }

  .pe-xxl-12 {
    padding-right: 12rem !important;
  }

  .pe-xxl-13 {
    padding-right: 13rem !important;
  }

  .pe-xxl-14 {
    padding-right: 14rem !important;
  }

  .pe-xxl-15 {
    padding-right: 15rem !important;
  }

  .pe-xxl-16 {
    padding-right: 16rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 11rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 12rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 13rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 14rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0rem !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 6rem !important;
  }

  .ps-xxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 10rem !important;
  }

  .ps-xxl-11 {
    padding-left: 11rem !important;
  }

  .ps-xxl-12 {
    padding-left: 12rem !important;
  }

  .ps-xxl-13 {
    padding-left: 13rem !important;
  }

  .ps-xxl-14 {
    padding-left: 14rem !important;
  }

  .ps-xxl-15 {
    padding-left: 15rem !important;
  }

  .ps-xxl-16 {
    padding-left: 16rem !important;
  }

  .fs-xxl-lead {
    font-size: calc(1.925rem + 8.1vw) !important;
  }

  .fs-xxl-xxl {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-xxl-xl {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xxl-6 {
    font-size: 1rem !important;
  }

  .fs-xxl-7 {
    font-size: 0.875rem !important;
  }

  .fs-xxl-xs {
    font-size: 0.7rem !important;
  }

  .lh-xxl-0point5 {
    line-height: 0.5 !important;
  }

  .lh-xxl-1 {
    line-height: 1 !important;
  }

  .lh-xxl-1point5 {
    line-height: 1.5 !important;
  }

  .lh-xxl-2 {
    line-height: 2 !important;
  }

  .lh-xxl-2point5 {
    line-height: 2.5 !important;
  }

  .lh-xxl-3 {
    line-height: 3 !important;
  }

  .lh-xxl-3point5 {
    line-height: 3.5 !important;
  }

  .lh-xxl-4 {
    line-height: 4 !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .ls-xxl-0 {
    letter-spacing: 0 !important;
  }

  .ls-xxl-0point1 {
    letter-spacing: 0.1em !important;
  }

  .ls-xxl-0point2 {
    letter-spacing: 0.2em !important;
  }

  .ls-xxl-0point3 {
    letter-spacing: 0.3em !important;
  }

  .ls-xxl-0point4 {
    letter-spacing: 0.4em !important;
  }

  .z-xxl-n10 {
    z-index: -10 !important;
  }

  .z-xxl-n9 {
    z-index: -9 !important;
  }

  .z-xxl-n8 {
    z-index: -8 !important;
  }

  .z-xxl-n7 {
    z-index: -7 !important;
  }

  .z-xxl-n6 {
    z-index: -6 !important;
  }

  .z-xxl-n5 {
    z-index: -5 !important;
  }

  .z-xxl-n4 {
    z-index: -4 !important;
  }

  .z-xxl-n3 {
    z-index: -3 !important;
  }

  .z-xxl-n2 {
    z-index: -2 !important;
  }

  .z-xxl-n1 {
    z-index: -1 !important;
  }

  .z-xxl-0 {
    z-index: 0 !important;
  }

  .z-xxl-1 {
    z-index: 1 !important;
  }

  .z-xxl-2 {
    z-index: 2 !important;
  }

  .z-xxl-3 {
    z-index: 3 !important;
  }

  .z-xxl-4 {
    z-index: 4 !important;
  }

  .z-xxl-5 {
    z-index: 5 !important;
  }

  .z-xxl-6 {
    z-index: 6 !important;
  }

  .z-xxl-7 {
    z-index: 7 !important;
  }

  .z-xxl-8 {
    z-index: 8 !important;
  }

  .z-xxl-9 {
    z-index: 9 !important;
  }

  .z-xxl-10 {
    z-index: 10 !important;
  }

  .opacity-xxl-0 {
    opacity: 0 !important;
  }

  .opacity-xxl-0point1 {
    opacity: 0.1 !important;
  }

  .opacity-xxl-0point2 {
    opacity: 0.2 !important;
  }

  .opacity-xxl-0point3 {
    opacity: 0.3 !important;
  }

  .opacity-xxl-0point4 {
    opacity: 0.4 !important;
  }

  .opacity-xxl-0point5 {
    opacity: 0.5 !important;
  }

  .opacity-xxl-0point6 {
    opacity: 0.6 !important;
  }

  .opacity-xxl-0point7 {
    opacity: 0.7 !important;
  }

  .opacity-xxl-0point8 {
    opacity: 0.8 !important;
  }

  .opacity-xxl-0point9 {
    opacity: 0.9 !important;
  }

  .opacity-xxl-1 {
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) {
  .fs-lead {
    font-size: 8rem !important;
  }

  .fs-xxl {
    font-size: 5.5rem !important;
  }

  .fs-xl {
    font-size: 3.5rem !important;
  }

  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-sm-lead {
    font-size: 8rem !important;
  }

  .fs-sm-xxl {
    font-size: 5.5rem !important;
  }

  .fs-sm-xl {
    font-size: 3.5rem !important;
  }

  .fs-sm-1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

  .fs-md-lead {
    font-size: 8rem !important;
  }

  .fs-md-xxl {
    font-size: 5.5rem !important;
  }

  .fs-md-xl {
    font-size: 3.5rem !important;
  }

  .fs-md-1 {
    font-size: 2.5rem !important;
  }

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }

  .fs-lg-lead {
    font-size: 8rem !important;
  }

  .fs-lg-xxl {
    font-size: 5.5rem !important;
  }

  .fs-lg-xl {
    font-size: 3.5rem !important;
  }

  .fs-lg-1 {
    font-size: 2.5rem !important;
  }

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/****************************************************************
サイトデザイン
****************************************************************/
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "yakuhanJP", "Kiwi Maru", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

body #container-wrapper {
  width: 100%;
}

body #container-wrapper>aside {
  display: none;
}

body.transition::before,
body.transition::after {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  transition: opacity 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

body.transition::before {
  top: 0;
  right: 0;
  opacity: 1;
}

body.transition::after {
  top: 0;
  left: 50%;
  display: none;
  opacity: 1;
}

body.transition #loader {
  background: #f8f9fa;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

body.transition.is-loadin::before {
  top: 0;
  right: 110%;
  opacity: 1;
}

body.transition.is-loadin::after {
  bottom: 0;
  left: 110%;
  opacity: 1;
}

body.transition.is-loadin #loader {
  opacity: 0;
}

body.transition.is-loadout::after {
  bottom: 0;
  left: 0;
  opacity: 1;
}

body.transition #loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.transition #loader>.inner {
  width: 100%;
  margin: auto;
  text-align: center;
  transform-origin: right center;
}

body#page1 .page1-disable {
  display: none;
}

body#page2 .page2-disable {
  display: none;
}

body#page3 .page3-disable {
  display: none;
}

body#page4 .page4-disable {
  display: none;
}

body#page5 .page5-disable {
  display: none;
}

body#page6 .page6-disable {
  display: none;
}

body#page7 .page7-disable {
  display: none;
}

body#page8 .page8-disable {
  display: none;
}

body#page9 .page9-disable {
  display: none;
}

@media (max-width: 992px) {
  body {
    font-size: 0.8rem;
    background-attachment: scroll;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "yakuhanJP", "Kiwi Maru", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #bbb;
  opacity: 0.85;
}

a.noblur:hover {
  opacity: 1;
}

b {
  font-weight: 600;
}

em {
  display: inline-block;
  font-style: normal;
  text-indent: 0;
}

img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
}

ol,
ul {
  padding-left: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

iframe {
  background-color: #eee;
  border: 0;
}

hr {
  height: 1px;
  background-color: #212529;
  border: 0;
  opacity: 1;
}

video {
  max-width: 100%;
  height: 430px;
  margin: auto;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
}

@media (max-width: 1100px) {
  video {
    height: auto;
  }
}

table th,
table td {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-src] {
  cursor: pointer;
}

._drop-shadow {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.9));
}

._drop-shadow-white {
  filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.9));
}

._drop-shadow-white._sm {
  filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.9));
}

main {
  display: block;
}

/* ヘッダー
-------------------------------------------------- */
header {
  position: relative;
  top: 0;
  right: 0;
  z-index: 997;
  width: 100%;
  max-width: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header ._toggle-white {
  color: #f8f9fa;
}

header .logo-top {
  display: none;
}

header .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0;
  margin: auto;
  line-height: 1.2;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .inner .logo-wrap {
  flex: 0 0 auto;
  width: 200px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .inner .logo-wrap .header-logo {
  display: block;
  width: 100%;
  background-image: url("../img/logo_base.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 2;
}

header .inner .header-container {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}

header.is-attached {
  padding: 0;
  background-color: rgba(248, 249, 250, 0.9);
}

header.is-attached::before {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.is-attached .inner .logo-wrap .header-logo {
  background-image: url("../img/logo_base.png");
}

header.is-attached ._toggle-white {
  color: #212529;
}

header.is-attached .drop-shadow {
  filter: initial !important;
}

header.is-attached ._at-none {
  display: none;
}

@media (max-width: 992px) {
  header {
    background-color: #f8f9fa;
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
  }

  #page1 header {
    transform: translateY(0);
  }

  header ._drop-shadow,
  header ._drop-shadow-white,
  header .drop-shadow {
    filter: none;
  }

  header ._drop-shadow._sm,
  header ._drop-shadow-white._sm,
  header .drop-shadow._sm {
    filter: none;
  }

  header::before {
    content: none;
  }

  header .inner {
    align-items: center;
    height: auto;
    padding: 0.5rem 0;
  }

  header .inner .logo-wrap {
    display: block;
    width: 200px;
    flex: 0 1 auto;
  }

  header .inner .logo-wrap .header-logo {
    background-image: url("../img/logo_base.png") !important;
    filter: none;
  }

  header .inner .header-container {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 0;
    background-color: initial;
  }
}

.drop-shadow {
  filter: drop-shadow(2px 2px 4px rgba(33, 37, 41, 0.9));
}

.drop-shadow-light {
  filter: drop-shadow(2px 2px 4px #f8f9fa) drop-shadow(-2px -2px 4px #f8f9fa);
}

/* フッター
-------------------------------------------------- */
footer {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

footer .footer-logo {
  display: inline-block;
  width: 220px;
  max-width: 100%;
}

footer .copyright {
  padding: 0 0 3px;
  font-size: 0.8rem;
}

@media (max-width: 576px) {
  footer .footer-logo {
    width: 200px;
  }

  footer .copyright {
    font-size: 10px;
  }
}

/* ナビゲーション
-------------------------------------------------- */
.u-nav {
  --nav-dark: #bcd752;
  --nav-light: #f8f9fa;
  display: block;
  text-align: right;
}

.u-nav>nav {
  position: static;
  bottom: 100%;
  left: 0;
  z-index: 996;
  display: block;
  max-width: 100%;
  margin: auto;
  text-align: left;
  background-color: white;
  padding: 0 1rem;
}

.u-nav>nav>ul {
  display: flex;
  justify-content: space-around;
  width: auto;
  margin: 0 auto;
}

.u-nav>nav>ul>li {
  position: relative;
  z-index: 996;
  display: flex;
  flex: 1 0 auto;
  padding: 0.3rem 0.3rem 0.6rem;
  line-height: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
}

.u-nav>nav>ul>li svg,
.u-nav>nav>ul>li img {
  width: 30px;
  aspect-ratio: 1/1;
}

.u-nav>nav>ul>li>a {
  position: relative;
  padding: 0.2rem 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1;
  border-bottom: solid thin transparent;
  text-align: center;
}

.u-nav>nav>ul>li>a img {
  width: 80px;
  aspect-ratio: 1/1;
}

.u-nav>nav>ul>li>a>em {
  display: inline-block;
  margin: auto;
  pointer-events: none;
}

.u-nav>nav>ul>li>a>em .nav-ja {
  display: block;
  font-size: 1em;
  transition: font-size 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0;
}

.u-nav>nav>ul>li>a>em .nav-en {
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.7em;
  text-transform: uppercase;
  transition: font-size 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 500;
}

.u-nav>nav>ul>li>a>em img {
  width: 2rem;
  margin-bottom: 3px;
}

.u-nav>nav>ul>li>a>em svg {
  width: 60px;
  height: 44px;
  margin-bottom: 3px;
  fill: currentColor;
}

.u-nav>nav>ul>li .dropmenu {
  display: none;
}

.u-nav>nav>ul>li:hover {
  text-shadow: none;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-nav>nav>ul>li:hover>a {
  opacity: 1;
}

.u-nav>nav>ul>li:hover>a::after {
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-nav>nav>ul>li>a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  display: inline-block;
  width: 50px;
  max-width: 100%;
  height: 2px;
  content: "";
  background-image: linear-gradient(90deg, #f8f9fa 100%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 3px;
  opacity: 0;
  transform: translateX(-50%);
}

.u-nav>nav>ul>li:hover {
  background-color: #bcd752;
}

.u-nav>nav>ul>li:hover>a {
  color: white;
}

#page1 .page1-nav {
  background-color: #bcd752;
}

#page1 .page1-nav>a {
  opacity: 1;
}

#page1 .page1-nav>a::after {
  opacity: 1;
}

#page1 .page1-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page1 .page1-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page2 .page2-nav {
  background-color: #bcd752;
}

#page2 .page2-nav>a {
  opacity: 1;
}

#page2 .page2-nav>a::after {
  opacity: 1;
}

#page2 .page2-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page2 .page2-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page3 .page3-nav {
  background-color: #bcd752;
}

#page3 .page3-nav>a {
  opacity: 1;
}

#page3 .page3-nav>a::after {
  opacity: 1;
}

#page3 .page3-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page3 .page3-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page4 .page4-nav {
  background-color: #bcd752;
}

#page4 .page4-nav>a {
  opacity: 1;
}

#page4 .page4-nav>a::after {
  opacity: 1;
}

#page4 .page4-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page4 .page4-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page5 .page5-nav {
  background-color: #bcd752;
}

#page5 .page5-nav>a {
  opacity: 1;
}

#page5 .page5-nav>a::after {
  opacity: 1;
}

#page5 .page5-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page5 .page5-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page6 .page6-nav {
  background-color: #bcd752;
}

#page6 .page6-nav>a {
  opacity: 1;
}

#page6 .page6-nav>a::after {
  opacity: 1;
}

#page6 .page6-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page6 .page6-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page7 .page7-nav {
  background-color: #bcd752;
}

#page7 .page7-nav>a {
  opacity: 1;
}

#page7 .page7-nav>a::after {
  opacity: 1;
}

#page7 .page7-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page7 .page7-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page8 .page8-nav {
  background-color: #bcd752;
}

#page8 .page8-nav>a {
  opacity: 1;
}

#page8 .page8-nav>a::after {
  opacity: 1;
}

#page8 .page8-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page8 .page8-nav>a>em .nav-en {
  color: #f8f9fa;
}

#page9 .page9-nav {
  background-color: #bcd752;
}

#page9 .page9-nav>a {
  opacity: 1;
}

#page9 .page9-nav>a::after {
  opacity: 1;
}

#page9 .page9-nav>a>em .nav-ja {
  color: #f8f9fa;
}

#page9 .page9-nav>a>em .nav-en {
  color: #f8f9fa;
}

.u-nav>nav>ul>li {
  align-items: center;
  justify-content: center;
}

.u-nav>nav>ul>li>a>em {
  text-align: center;
}

.u-nav.is-attached {
  text-shadow: none;
}

.u-nav.is-attached .a-none {
  display: none;
}

.u-nav.is-attached ._drop-shadow {
  filter: none !important;
}

.u-nav.is-attached>nav {
  position: fixed;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.u-nav.is-attached>nav>ul {
  width: 1200px;
  max-width: 100%;
  padding: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

.u-nav.is-attached>nav>ul>li {
  align-items: center;
  justify-content: center;
  border-left: none;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.u-nav.is-attached>nav>ul>li:last-child {
  border-right: none;
}

.u-nav.is-attached>nav>ul>li>a {
  padding-bottom: 0;
}

.u-nav.is-attached>nav>ul>li .dropmenu {
  display: inline-block;
}

.u-nav.is-attached>nav>ul>li:hover {
  background-color: var(--nav-dark);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-nav.is-attached>nav>ul>li:hover>a {
  opacity: 1;
}

.u-nav.is-attached>nav>ul>li:hover>a::after {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-nav.is-attached>nav {
  background-color: var(--nav-light);
}

.u-nav.is-attached>nav>ul>li>a>em .nav-ja {
  color: #212529;
}

.u-nav.is-attached>nav>ul>li>a>em .nav-en {
  color: #212529;
}

.u-nav.is-attached>nav>ul>li:hover {
  background-color: var(--nav-dark) !important;
}

.u-nav.is-attached>nav>ul>li:hover>a>em .nav-ja {
  color: white;
}

.u-nav.is-attached>nav>ul>li:hover>a>em .nav-en {
  color: white;
}

#page1 .u-nav.is-attached .page1-nav {
  background-color: var(--nav-dark);
}

#page1 .u-nav.is-attached .page1-nav>a {
  opacity: 1;
}

#page1 .u-nav.is-attached .page1-nav>a::after {
  opacity: 1;
}

#page2 .u-nav.is-attached .page2-nav {
  background-color: var(--nav-dark);
}

#page2 .u-nav.is-attached .page2-nav>a {
  opacity: 1;
}

#page2 .u-nav.is-attached .page2-nav>a::after {
  opacity: 1;
}

#page3 .u-nav.is-attached .page3-nav {
  background-color: var(--nav-dark);
}

#page3 .u-nav.is-attached .page3-nav>a {
  opacity: 1;
}

#page3 .u-nav.is-attached .page3-nav>a::after {
  opacity: 1;
}

#page4 .u-nav.is-attached .page4-nav {
  background-color: var(--nav-dark);
}

#page4 .u-nav.is-attached .page4-nav>a {
  opacity: 1;
}

#page4 .u-nav.is-attached .page4-nav>a::after {
  opacity: 1;
}

#page5 .u-nav.is-attached .page5-nav {
  background-color: var(--nav-dark);
}

#page5 .u-nav.is-attached .page5-nav>a {
  opacity: 1;
}

#page5 .u-nav.is-attached .page5-nav>a::after {
  opacity: 1;
}

#page6 .u-nav.is-attached .page6-nav {
  background-color: var(--nav-dark);
}

#page6 .u-nav.is-attached .page6-nav>a {
  opacity: 1;
}

#page6 .u-nav.is-attached .page6-nav>a::after {
  opacity: 1;
}

#page7 .u-nav.is-attached .page7-nav {
  background-color: var(--nav-dark);
}

#page7 .u-nav.is-attached .page7-nav>a {
  opacity: 1;
}

#page7 .u-nav.is-attached .page7-nav>a::after {
  opacity: 1;
}

#page8 .u-nav.is-attached .page8-nav {
  background-color: var(--nav-dark);
}

#page8 .u-nav.is-attached .page8-nav>a {
  opacity: 1;
}

#page8 .u-nav.is-attached .page8-nav>a::after {
  opacity: 1;
}

#page9 .u-nav.is-attached .page9-nav {
  background-color: var(--nav-dark);
}

#page9 .u-nav.is-attached .page9-nav>a {
  opacity: 1;
}

#page9 .u-nav.is-attached .page9-nav>a::after {
  opacity: 1;
}

@media (max-width: 992px) {
  .u-nav {
    display: none;
  }
}

.u-nav-foot>ul {
  display: flex;
  flex-flow: column wrap;
  height: 200px;
}

.u-nav-foot>ul>li::before {
  content: "> ";
}

.u-nav-foot>ul>li>ul>li {
  font-size: 0.85rem;
  text-indent: 1.5rem;
}

.u-nav-foot>ul>li>ul>li::before {
  content: "∟ ";
}

/* ドロップダウンメニュー
-------------------------------------------------- */
.u-dropdown._type1 {
  position: relative;
  cursor: pointer;
}

.u-dropdown._type1 .dropmenu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 16em;
  min-width: 100%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(136, 136, 136, 0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-nav>nav>ul>li:last-child>.dropmenu {
  right: 0;
  left: auto;
}

.u-dropdown._type1 .dropmenu>li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 0.8em;
  color: white;
  white-space: nowrap;
}

.u-dropdown._type1 .dropmenu>li a::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  padding-right: 0.3rem;
}

.u-dropdown._type1 .dropmenu>li:hover {
  background-color: #bcd752;
}

.u-dropdown._type1 .dropmenu>li:hover>a {
  opacity: 1;
}

.u-dropdown._type1:hover .dropmenu {
  top: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-dropdown._type2>a {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-dropdown._type2>a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid 1rem transparent;
  border-bottom-color: #bcd752;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.u-dropdown._type2 .dropmenu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-top: 0.8rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-50%);
}

.u-dropdown._type2 .dropmenu ._inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: solid 6px #bcd752;
}

.u-dropdown._type2:hover>a::before {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-dropdown._type2:hover .dropmenu {
  width: 100vw;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* スマホメニュー
-------------------------------------------------- */
.u-phonemenu {
  position: relative;
  z-index: 997;
}

.u-phonemenu #u-humbergerOpen {
  --humbergerGap: 7px;
  --bar: 3px;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 3;
  width: 40px;
  height: 54px;
  padding: 0.5rem 0 0.3rem;
}

.u-phonemenu #u-humbergerOpen figure {
  display: block;
  width: 30px;
  height: 26px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
  padding-bottom: 1.7rem;
  margin: 0 auto;
}

.u-phonemenu #u-humbergerOpen figure>span {
  display: block;
  height: var(--bar);
  margin-bottom: var(--humbergerGap);
  background-color: currentColor;
  transition: all 0.3s ease;
  transform-origin: 0 0;
  transform-origin: center;
}

.u-phonemenu #u-humbergerOpen figure>span:last-child {
  margin-bottom: 0;
}

.u-phonemenu #u-humbergerOpen::after {
  display: inline-block;
  content: attr(data-willopen-caption);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
}

.u-phonemenu #u-humbergerOpen.is-opened figure {
  transform: translateY(calc(var(--humbergerGap) * 1));
  padding-bottom: 0;
}

.u-phonemenu #u-humbergerOpen.is-opened figure>span {
  margin: 0;
}

.u-phonemenu #u-humbergerOpen.is-opened figure>span:nth-child(1) {
  transform: translateY(var(--bar)) rotate(0.375turn);
}

.u-phonemenu #u-humbergerOpen.is-opened figure>span:nth-child(2) {
  opacity: 0;
  transform: rotate(-0.25turn);
}

.u-phonemenu #u-humbergerOpen.is-opened figure>span:nth-child(3) {
  transform: translateY(calc(var(--bar) * -1)) rotate(-0.375turn);
}

.u-phonemenu #u-humbergerOpen.is-opened::after {
  content: attr(data-didopen-caption);
}

.u-phonemenu #u-drawernav {
  position: fixed;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  height: 100vh;
  padding: 0 1rem;
  color: #212529;
  letter-spacing: 0;
  background-color: rgba(248, 249, 250, 0.9);
  transform: translateY(-20px);
  overflow-y: auto;
}

.u-phonemenu #u-drawernav .drawernav__container {
  padding: 2rem 0;
}

.u-phonemenu #u-humbergerOpen.is-opened {
  color: #212529;
}

.u-phonemenu #u-drawernav.slide {
  left: 100%;
  width: 500px;
  padding: 5rem 1rem;
  transition: transform 0.5s ease;
  transform: translateX(0);
}

.u-phonemenu #u-drawernav.slide.is-opened {
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}

.u-phonemenu #u-drawernav.fade {
  left: 0;
  width: 100%;
  transform: translateY(-50px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s ease 0.5s, transform 0.5s;
}

.u-phonemenu #u-drawernav.fade.is-opened {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.u-phonemenu #u-drawernav .drawernav__list {
  padding: 0 10px;
}

.u-phonemenu #u-drawernav .drawernav__list>.drawernav__list-item {
  padding: 0.5rem;
}

.u-phonemenu #u-drawernav .drawernav__list>.drawernav__list-item .drawernav__list-item__btn-anchor {
  flex: 1 1 auto;
  padding: 10px 0;
  line-height: 1;
  color: #212529;
  align-items: center;
  justify-content: space-between;
}

.u-phonemenu #u-drawernav .drawernav__list>.drawernav__list-item .drawernav__list-item__btn-dropdown {
  display: none;
}

.u-phonemenu #u-drawernav .drawernav__list>.drawernav__list-item hr {
  margin: 0;
  background-color: transparent;
  border-bottom: dashed thin currentColor;
}

.u-phonemenu #u-drawernav .drawernav__list>.drawernav__list-item .drawernav__list-item__dropmenu {
  overflow: hidden;
}

.u-phonemenu #u-navOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 37, 41, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s ease 0.5s, transform 0.5s;
}

.u-phonemenu #u-navOverlay.is-opened {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

@media (max-width: 992px) {
  .u-phonemenu #u-drawernav.slide {
    width: 90vw;
  }

  .u-phonemenu #u-drawernav .drawernav__list>.drawernav__list-item .drawernav__list-item__btn-dropdown {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 2em;
    font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
    font-weight: 400;
    background-color: transparent;
    border: none;
    color: inherit;
    text-indent: inherit;
    text-shadow: none;
    text-align: inherit;
    align-items: initial;
    cursor: pointer;
    padding: 0 0 0 1rem;
    line-height: 1;
  }
}

/* スマホ下部のナビゲーション
-------------------------------------------------- */
.u-bottomNav {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 996;
  width: auto;
  max-width: 100%;
  padding: 0 1rem;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-bottomNav a img {
  width: 2rem;
}

.u-bottomNav.is-attached {
  opacity: 1;
}

@media (max-width: 992px) {
  .u-bottomNav {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    border-radius: initial;
  }
}

.bg-figure {
  position: relative;
}

.bg-figure>.upper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 26vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 13vw, 66.6666666% 0, 0 26vw);
  clip-path: polygon(0 0, 100% 0, 100% 13vw, 66.6666666% 0, 0 26vw);
  background-color: #f7f7f7;
}

/* ファーストビュー
-------------------------------------------------- */
#hero-area {
  position: relative;
  padding-top: 70vh;
  overflow: hidden;
  --gap: 2rem;
}

#hero-area .flortimg {
  position: absolute;
  z-index: 5;
  aspect-ratio: 1/1;
}

#hero-area .flortimg._image1 {
  top: 0;
  left: 10%;
  width: 35%;
}

#hero-area .flortimg._image2 {
  top: 40%;
  left: 40%;
  width: 30%;
}

#hero-area .flortimg._image3 {
  top: 20%;
  left: 75%;
  width: 25%;
}

@media (max-width: 576px) {
  #hero-area {
    --gap: 1rem;
  }
}

#hero-area .underlay-wrapper {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#hero-area .underlay-wrapper .underlay1 {
  top: 0;
  left: 0;
  width: calc(100% - var(--gap));
  height: calc(100% - var(--gap));
  border-radius: 20px;
}

#hero-area .underlay-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: calc(100% - var(--gap));
  height: calc(100% - var(--gap));
  content: "";
  background-color: #bcd752;
  border-radius: 20px;
}

#hero-area .underlay-wrapper {
  position: absolute;
}

#hero-area .underlay-wrapper .underlay1 {
  position: absolute;
  overflow: hidden;
}

#hero-area .underlay-wrapper .underlay1::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

#hero-area .underlay-wrapper .underlay1 .hero-container1,
#hero-area .underlay-wrapper .underlay1 .hero-container2 {
  background-color: #555;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

#hero-area .underlay-wrapper .underlay1 .hero-container1 .swiper,
#hero-area .underlay-wrapper .underlay1 .hero-container2 .swiper {
  width: 100%;
  height: 100%;
}

#hero-area .underlay-wrapper .underlay1 .hero-container1 .swiper .swiper-slide,
#hero-area .underlay-wrapper .underlay1 .hero-container2 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#hero-area .underlay-wrapper .underlay1 .hero-container1 .swiper .swiper-slide *,
#hero-area .underlay-wrapper .underlay1 .hero-container2 .swiper .swiper-slide * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-area .underlay-wrapper .underlay1 .hero-container1 {
  bottom: 0;
  right: 0;
  width: 100%;
}

#hero-area .underlay-wrapper .underlay1 .swiper-prev,
#hero-area .underlay-wrapper .underlay1 .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  padding: 0.2rem 0.2rem 0.4rem 0.4rem;
  font-size: 3rem;
  line-height: 1;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #bcd752;
  transform: translateY(-50%);
}

#hero-area .underlay-wrapper .underlay1 .swiper-prev::before,
#hero-area .underlay-wrapper .underlay1 .swiper-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 70%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

#hero-area .underlay-wrapper .underlay1 .swiper-prev {
  left: 1rem;
}

#hero-area .underlay-wrapper .underlay1 .swiper-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 300'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%23fff;stroke-width:10px;}%3c/style%3e%3c/defs%3e%3cpolyline class='cls-1' points='156.774 293.548 13.226 150 156.774 6.452'/%3e%3c/svg%3e");
}

#hero-area .underlay-wrapper .underlay1 .swiper-next {
  right: 1rem;
}

#hero-area .underlay-wrapper .underlay1 .swiper-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 300'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;stroke:%23fff;stroke-width:10px;}%3c/style%3e%3c/defs%3e%3cpolyline class='cls-1' points='13.226 6.452 156.774 150 13.226 293.548'/%3e%3c/svg%3e");
}

#hero-area .underlay1-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem;
}

#hero-area .underlay1-pagination>span {
  margin: 0.3rem;
}

#hero-area .catch1 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 5;
  margin-bottom: 0;
  max-width: 1000px;
  transform-origin: 70% center;
}

#hero-area .catch1 h1 {
  margin-bottom: 0;
  overflow: hidden;
  line-height: 0.1;
  text-indent: 100%;
  white-space: nowrap;
}

#hero-area #wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  width: 100%;
}

#hero-area .move2next {
  display: inline-block;
  color: #f8f9fa;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#hero-area .move2next ._btn {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  cursor: pointer;
}

#hero-area .move2next ._bottom-bar {
  position: relative;
  width: 1px;
  height: 5rem;
  margin: 0 auto;
  background-color: #f8f9fa;
}

#hero-area .move2next ._bottom-bar::before {
  position: absolute;
  left: 0;
  z-index: 5;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #f8f9fa;
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-animation-name: move2bottom;
  animation-name: move2bottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@-webkit-keyframes move2bottom {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes move2bottom {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

@media (max-width: 1280px) and (min-width: 1279px) {
  #hero-area {
    padding-top: 60%;
  }
}

@media (max-width: 992px) {
  #hero-area {
    padding-top: 60%;
  }
}

@media (max-width: 576px) {
  #hero-area {
    padding-top: 100%;
  }

  #hero-area .flortimg._image1 {
    width: 55%;
  }

  #hero-area .flortimg._image2 {
    top: 60%;
  }

  #hero-area .flortimg._image3 {
    left: auto;
    right: 0;
    width: 40%;
  }

  #hero-area .catch1 {
    bottom: 10px;
    left: 10px;
  }
}

/* 各ページのアイキャッチ
-------------------------------------------------- */
#featured-area {
  position: relative;
}

#featured-area .shadow-title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 6vw;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  color: rgba(255, 255, 255, 0.2);
  font-weight: 200;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1;
}

#featured-area>._image {
  position: relative;
  width: 100%;
  height: 400px;
}

#featured-area>._image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
}

#featured-area>._image>.bg {
  width: 100%;
  height: 100%;
}

#featured-area>._image>.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}

#featured-area>._image>.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -30%);
}

#featured-area>._image>.inner>.breadcrumbs {
  justify-content: center;
  color: #f8f9fa;
}

#featured-area>._image>.inner>._title {
  position: relative;
  z-index: 3;
  color: white;
}

#featured-area>._image>.inner>._title .main,
#featured-area>._image>.inner>._title .sub {
  display: inline-block;
  margin: 0;
}

#featured-area>._image>.inner>._title .main {
  overflow: hidden;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}

#featured-area>._image>.inner>._title .sub {
  font-weight: 200;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 3vw;
  line-height: 1.6;
  text-transform: uppercase;
  visibility: hidden;
}

#featured-area>._image>.inner>._title::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  margin: 0 auto;
  background-color: currentColor;
}

#featured-area>._title {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
}

#featured-area>._title .main,
#featured-area>._title .sub {
  display: inline-block;
  color: #f8f9fa;
  background-color: rgba(188, 215, 82, 0.8);
}

#featured-area>._title .main {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}

#featured-area>._title .sub {
  margin-bottom: 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 5rem;
  font-weight: 200;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #featured-area {
    margin-top: 0;
  }

  #featured-area .shadow-title {
    font-size: 8vw;
  }

  #featured-area ._image {
    height: 300px;
  }

  #featured-area ._image>.bg {
    background-size: cover;
  }

  #featured-area ._image>.inner {
    transform: translate(-50%, -50%);
  }

  #featured-area ._image>.inner>._title .main {
    font-size: 2rem;
  }

  #featured-area ._title .sub {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  #featured-area .shadow-title {
    bottom: 55%;
  }

  #featured-area ._image {
    height: 250px;
  }

  #featured-area ._image>.inner {
    width: 100%;
    top: 45%;
  }

  #featured-area ._image>.inner>._title .main {
    font-size: 2rem;
  }

  #featured-area ._image>.inner>._title .sub {
    font-size: 2rem;
  }

  #featured-area ._image>.inner>._title .v-bar {
    margin-bottom: 1rem;
  }

  #featured-area ._image>.inner>._title .v-bar::before {
    height: 1.5rem;
  }

  #featured-area>._title .main {
    font-size: 1rem;
  }

  #featured-area>._title .sub {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.sec-title {
  position: relative;
  z-index: 3;
}

.sec-title .main {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f8f9fa;
  background-color: #bcd752;
}

.sec-title .sub {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f8f9fa;
  text-transform: uppercase;
  background-color: #bcd752;
}

@media (max-width: 576px) {
  .sec-title .main {
    font-size: 1rem;
  }

  .sec-title .sub {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

.bg-body-left,
.bg-body-right {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 200px;
}

@media (max-width: 992px) {

  .bg-body-left,
  .bg-body-right {
    width: 100px;
  }
}

@media (max-width: 992px) {

  .bg-body-left,
  .bg-body-right {
    width: 50px;
  }
}

.bg-body-left {
  left: 0;
}

.bg-body-right {
  right: 0;
}

/* パンくず
-------------------------------------------------- */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  font-size: 0.8rem;
}

.breadcrumbs>li {
  display: inline-block;
  padding: 0 0.1em;
}

.breadcrumbs>li a {
  color: inherit;
}

.breadcrumbs>li::after {
  content: " >";
}

.breadcrumbs>li:last-child::after {
  content: none;
}

@media (max-width: 576px) {
  .breadcrumbs {
    padding-top: 0.3rem;
    font-size: 0.6rem;
  }
}

/* 料金表
-------------------------------------------------- */
/* dl.u-product>dt+dd */
.u-product {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  letter-spacing: 0;
}

.u-product>* {
  display: inline-block;
}

.u-product>*:nth-child(1) {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  order: 1;
  padding-right: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
}

.u-product>*:nth-child(2) {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  order: 3;
  padding-left: 5px;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.1em;
  font-weight: 700;
  color: #888;
  text-align: right;
}

.u-product::after {
  display: block;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  order: 2;
  min-width: 2em;
  height: 1em;
  content: "";
  background: radial-gradient(#777 20%, transparent 0) repeat-x center center/8px 8px;
}

.u-product.noprice::after {
  content: none;
}

@media (max-width: 576px) {
  .u-product.break {
    flex-wrap: wrap;
  }

  .u-product.break>*:nth-child(1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .u-product.break>*:nth-child(2) {
    width: 100%;
    text-align: left;
  }

  .u-product.break::after {
    content: none;
  }
}

/****************************************************************
テンプレート
****************************************************************/
/* 見出しタイトル00
-------------------------------------------------- */
.htitle00 {
  position: relative;
  padding: 1em;
  overflow: hidden;
  color: white;
  background-image: linear-gradient(to right bottom, #42bcc7, #bcd752);
}

.htitle00 .mainText {
  display: block;
  font-size: 2em;
  font-weight: 900;
}

.htitle00 .subText {
  display: block;
  font-size: 1em;
}

@media (max-width: 1100px) {
  .htitle00 .mainText {
    font-size: 1.8em;
  }

  .htitle00 .subText {
    font-size: 0.8em;
  }
}

/* 見出しタイトル01
-------------------------------------------------- */
.htitle01 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.htitle01::before {
  position: absolute;
  bottom: -0.1em;
  left: 0;
  display: block;
  width: 5rem;
  height: 4px;
  content: "";
  background-color: #bcd752;
}

/* 見出しタイトル02
-------------------------------------------------- */
.htitle02 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.htitle02>* {
  display: inline;
  background: linear-gradient(transparent 70%, #ffe4b3 70%);
}

@media screen and (max-width: 800px) {
  .htitle02 {
    font-size: 1.1rem;
  }
}

/* 見出しタイトル03
-------------------------------------------------- */
/* h2.htitle03>em{Title}+span{タイトル} */
.htitle03 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 1rem;
}

.htitle03._left {
  justify-content: flex-start;
}

.htitle03._left::after {
  right: initial;
  left: 1rem;
  width: 300px;
  background-image: linear-gradient(to right, #42bcc7 20%, #ABD89E 20%);
}

.htitle03._center {
  justify-content: center;
  text-align: center;
}

.htitle03._center::after {
  right: initial;
  left: 50%;
  transform: translatex(-50%) skewX(-50deg);
}

.htitle03._right {
  justify-content: flex-end;
}

.htitle03._right::after {
  right: 0;
  left: initial;
}

.htitle03._light>em {
  color: #f8f9fa;
}

.htitle03._light>span {
  color: #f8f9fa;
}

.htitle03._light::before {
  color: #f8f9fa;
}

.htitle03._light::after {
  background-image: linear-gradient(to right, white 50%, #aaa 50%);
}

.htitle03>em {
  display: inline-block;
  order: 1;
  padding: 0 0.3rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #666;
}

.htitle03>span {
  display: inline-block;
  order: 3;
  padding: 0 0.3rem;
  font-size: 1rem;
}

.htitle03::after {
  position: absolute;
  right: initial;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 5px;
  content: "";
  background-image: linear-gradient(to right, #bcd752 50%, #666 50%);
  transform: skewX(-50deg);
}

@media (max-width: 576px) {
  .htitle03 {
    text-align: center;
  }

  .htitle03>em {
    order: 1;
    padding-bottom: 0.3rem;
    font-size: 2.5rem;
  }

  .htitle03>span {
    order: 2;
    padding-bottom: 0.3rem;
  }

  .htitle03::before {
    content: none;
  }
}

.htitle03-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  font-weight: 600;
}

.htitle03-2._left {
  justify-content: flex-start;
}

.htitle03-2._left::after {
  right: initial;
  left: 0;
  transform: translateX(0) skewX(-50deg);
}

.htitle03-2._center {
  justify-content: center;
  text-align: center;
}

.htitle03-2._center::after {
  right: initial;
  left: 50%;
  transform: translateX(-50%) skewX(-50deg);
}

.htitle03-2._right {
  justify-content: flex-end;
  text-align: right;
}

.htitle03-2._right::after {
  right: 0;
  left: initial;
  transform: translateX(0) skewX(-50deg);
}

.htitle03-2>em {
  position: relative;
  z-index: 2;
  display: inline-block;
  order: 2;
  width: 100%;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

.htitle03-2>span {
  position: relative;
  z-index: 2;
  display: inline-block;
  order: 1;
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.htitle03-2::after {
  position: absolute;
  right: initial;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background-image: linear-gradient(to right, #bcd752 50%, #ABD89E 50%);
  transform: skewX(-50deg);
}

.htitle03-2._light {
  color: #f8f9fa;
}

.htitle03-2._light>em {
  color: inherit;
}

.htitle03-2._light>span {
  color: inherit;
}

.htitle03-2._light::after {
  background-image: linear-gradient(to right, white 50%, #aaa 50%);
}

@media (max-width: 992px) {
  .htitle03-2>em {
    width: 100%;
    padding-bottom: 0rem;
    font-size: 1.2rem;
  }

  .htitle03-2>span {
    width: 100%;
    font-size: 1.5rem;
  }
}

.htitle03-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}

.htitle03-3>* {
  display: block;
  padding: 0 1.5rem;
}

.htitle03-3>*>em {
  display: inline;
  font-size: 2rem;
  color: #bcd752;
  text-transform: uppercase;
}

.htitle03-3>*>em::after {
  white-space: pre;
  content: "\a";
}

.htitle03-3>*>span {
  display: inline;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.htitle03-3._light>b>em {
  color: #f8f9fa;
}

.htitle03-3._light>b>span {
  color: #f8f9fa;
}

.htitle03-3::before,
.htitle03-3::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.htitle03-3::before {
  width: 40px;
  height: 80px;
  background-image: url("../img/illust/icons/kirin.svg");
}

.htitle03-3::after {
  width: 40px;
  height: 80px;
  background-image: url("../img/illust/icons/arupaka.svg");
}

.htitle03-4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 1rem;
}

.htitle03-4>span {
  display: inline;
  padding: 0 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #f8f9fa;
  text-align: center;
  background-color: #5e6c29;
}

@media (max-width: 992px) {
  .htitle03-4>span {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .htitle03-4>span {
    font-size: 0.8rem;
  }
}

/* 見出しタイトル04
-------------------------------------------------- */
.htitle04 {
  position: relative;
  padding: 1rem;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  background-color: #bcd752;
  border-radius: 10px;
}

.htitle04._center {
  text-align: center;
}

.htitle04._center::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.htitle04::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 0;
  height: 0;
  content: "";
  border: solid 15px transparent;
  border-top-color: #bcd752;
}

@media (max-width: 1100px) {
  .htitle04::after {
    border-width: 10px;
  }
}

@media (max-width: 576px) {
  .htitle04 {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.htitle04-2 {
  position: relative;
  padding: 1rem 0.5rem;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  border-top: solid 3px currentColor;
  border-bottom: solid 3px currentColor;
}

.htitle04-2::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 0;
  height: 0;
  content: "";
  border: solid 15px transparent;
  border-top-color: currentColor;
}

.htitle04-2._center {
  text-align: center;
}

.htitle04-2._center::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .htitle04-2 {
    padding: 1rem 0;
    text-align: center;
  }

  .htitle04-2::after {
    left: 50%;
    border-width: 10px;
    transform: translateX(-50%);
  }
}

/* 見出しタイトル05
-------------------------------------------------- */
.htitle05 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-bottom: solid 6px #42bcc7;
}

.htitle05 span {
  font-size: 0.6em;
}

.htitle05::after {
  position: absolute;
  bottom: -3px;
  display: block;
  width: 20%;
  content: " ";
  border-bottom: solid 3px #bcd752;
}

/* 見出しタイトル06
-------------------------------------------------- */
.htitle06 {
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1;
}

.htitle06 .main {
  position: relative;
  font-size: 1.5em;
  color: #42bcc7;
  letter-spacing: 0.2em;
}

.htitle06 .main::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  width: 200px;
  height: 1px;
  content: "";
  background-color: #42bcc7;
  transform: translateY(-50%);
}

.htitle06 .sub {
  font-family: "Caveat", cursive;
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 1100px) {
  .htitle06 .main {
    font-size: 0.9em;
  }

  .htitle06 .main::after {
    content: none;
  }
}

/* 見出しタイトル07
-------------------------------------------------- */
/* h3.htitle07>b.sub{No.1}+b.main{title} */
.htitle07 {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2;
  border-bottom: double 4px #aaa;
  transform: skewX(-10deg);
}

.htitle07>.sub {
  display: block;
  padding-bottom: 0.5rem;
  font-family: "Allison", cursive;
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.7;
  color: #aaa;
  opacity: 0.4;
}

.htitle07>.main {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.htitle07._light>.sub {
  color: white;
  opacity: 0.2;
}

.htitle07._light>.main {
  color: white;
}

@media (max-width: 576px) {
  .htitle07 {
    margin-top: 2em;
  }

  .htitle07>.sub {
    font-size: 1.9em;
  }

  .htitle07>.main {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

/* 見出しタイトル08
-------------------------------------------------- */
/* h4.htitle08>span */
.htitle08 {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2;
  border-bottom: solid 2px #bcd752;
}

.htitle08 span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 1.4em;
  color: white;
  background-color: #bcd752;
  border-radius: 5px 5px 0 0;
}

.htitle08 span::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid white;
  transform: translateY(-50%);
}

/* 見出しタイトル09
-------------------------------------------------- */
.htitle09 {
  position: relative;
  display: inline-block;
  padding: 0.3em 1.5em 0.3em 0.5em;
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.2;
  color: white;
  background-color: #42bcc7;
  border-radius: 2px;
}

.htitle09::before {
  position: absolute;
  top: 26%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 46%;
  height: 60%;
  content: "";
  background-color: #b3b3b3;
  box-shadow: 0 0 8px 8px #b3b3b3;
  transform: rotate(3deg);
}

/* 見出しタイトル0a
-------------------------------------------------- */
.htitle0a {
  padding-bottom: 0.3rem;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: solid thin #aaa;
}

.htitle0a::first-letter {
  font-size: 1.2em;
  color: #aaa;
}

.htitle0a._light {
  color: white;
}

.htitle0a._light::first-letter {
  font-size: 1.2em;
  color: #eee;
}

.htitle0a-2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #555;
  border-bottom: dotted 3px #aaa;
}

.htitle0a-2::first-letter {
  font-size: 1.2em;
  color: #bcd752;
}

@media (max-width: 1100px) {
  .htitle0a-2 {
    font-size: 1.5rem;
  }
}

.htitle0a-3 {
  font-size: 1.5em;
  font-weight: 500;
}

.htitle0a-3::after {
  margin-top: 0.3em;
  display: block;
  width: 100%;
  height: 0.6rem;
  content: "";
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, #ccc 0.3rem, #ccc 0.7rem);
}

.htitle0a-4 {
  padding: 0 0.3rem 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  color: #bcd752;
  border-bottom: solid 3px #ABD89E;
}

/* 見出しタイトル0b
-------------------------------------------------- */
.htitle0b {
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  color: #888;
  background-color: #eee;
  border-left: solid 5px #bcd752;
}

@media (max-width: 1100px) {
  .htitle0b {
    font-size: 1.1em;
  }
}

/* 見出しタイトル0c
-------------------------------------------------- */
.htitle0c {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-top: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
}

/* 見出しタイトル0d
-------------------------------------------------- */
.htitle0d {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  color: white;
  letter-spacing: 0.1em;
  background-color: #bcd752;
}

.htitle0d::before {
  padding-right: 0.1em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
}

/* 見出しタイトル0e
-------------------------------------------------- */
.htitle0e {
  font-size: 6rem;
  line-height: 1;
  color: white;
  -webkit-text-stroke: 0.1px #849739;
  text-stroke: 0.1px #849739;
}

@media (max-width: 1100px) {
  .htitle0e {
    font-size: 3rem;
  }
}

/* 見出しタイトル0f
-------------------------------------------------- */
/* h3.htitle0f.jc-between.ai-center>em+span */
.htitle0f {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 5px;
  font-size: 1.2em;
  font-weight: 500;
  border-top: solid 5px #888;
  border-bottom: solid 5px #888;
}

.htitle0f>em {
  display: inline-block;
  font-size: 1.4em;
}

.htitle0f>em::first-letter {
  font-size: 1.2em;
  color: #bcd752;
}

.htitle0f>span {
  display: inline-block;
}

@media (max-width: 576px) {
  .htitle0f {
    flex-wrap: wrap;
    font-size: 1em;
  }

  .htitle0f>em {
    width: 100%;
  }

  .htitle0f>span {
    width: 100%;
  }
}

/* 見出しタイトル10
-------------------------------------------------- */
.htitle10 {
  --bg-color: #42bcc7;
  color: white;
  width: 100%;
  max-width: 100%;
  padding: 0.2em 0.5em 0.3em;
  margin: 0 auto 0.5em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: var(--bg-color);
  border: dashed 1px white;
  box-shadow: 0 0 0 5px var(--bg-color);
}

.htitle10._primary {
  --bg-color: #bcd752;
}

.htitle10._secondary {
  --bg-color: #42bcc7;
}

.htitle10._tertiary {
  --bg-color: #ABD89E;
}

.htitle10._success {
  --bg-color: #198754;
}

.htitle10._info {
  --bg-color: #0dcaf0;
}

.htitle10._warning {
  --bg-color: #ffc107;
}

.htitle10._danger {
  --bg-color: #dc3545;
}

.htitle10._light {
  --bg-color: #f8f9fa;
}

.htitle10._white {
  --bg-color: white;
}

.htitle10._dark {
  --bg-color: #212529;
}

.htitle10._black {
  --bg-color: black;
}

.htitle10._beige {
  --bg-color: #faf5ea;
}

.htitle10._teal {
  --bg-color: #fffcb9;
}

.htitle10._gray {
  --bg-color: #666;
}

.htitle10._primary-tint {
  --bg-color: #f2f7dc;
}

.htitle10._secondary-tint {
  --bg-color: #d9f2f4;
}

.htitle10._tertiary-tint {
  --bg-color: #eef7ec;
}

.htitle10._gray-tint {
  --bg-color: #f0f0f0;
}

/* 見出しタイトル11
-------------------------------------------------- */
.htitle11 {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.htitle11::before,
.htitle11::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 5px;
  content: "";
  transform: skewX(-50deg);
}

.htitle11::before {
  left: 50%;
  background-color: #42bcc7;
}

.htitle11::after {
  right: 50%;
  background-color: #bcd752;
}

.htitle11._light {
  color: white;
}

.htitle11._light::before {
  background-color: white;
}

.htitle11._light::after {
  background-color: #aaa;
}

/* 見出しタイトル12 bs
-------------------------------------------------- */
.htitle12 {
  font-size: 2rem;
  text-align: center;
}

.htitle12>* {
  display: inline-block;
  max-width: 100%;
  padding: 10px 3rem;
  border-top: solid thin black;
  border-bottom: solid thin black;
}

@media (max-width: 1100px) {
  .htitle12 {
    font-size: 1.5rem;
  }

  .htitle12>* {
    padding: 10px 1rem;
  }
}

/* 見出しタイトル13
-------------------------------------------------- */
.htitle13 {
  position: relative;
  width: 30rem;
  margin-right: auto;
  margin-left: auto;
}

.htitle13::before {
  display: block;
  padding-top: 16%;
  content: "";
}

.htitle13>em {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.htitle13._dark>em {
  color: #f8f9fa;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 49'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;}.cls-2{clip-path:url%28%23clip-path%29;}.cls-3{fill:%23113758;}%3c/style%3e%3cclipPath id='clip-path'%3e%3ccircle class='cls-1' cx='-375' cy='-175' r='141'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath class='cls-3' d='M272.091,11.575v28.2a1.019,1.019,0,0,1-.618.937L260.548,45.4a1.021,1.021,0,0,0,.4,1.959h34.767a1.021,1.021,0,0,0,.832-1.611l-11.5-16.2a1.022,1.022,0,0,1,0-1.182l11.5-16.2a1.02,1.02,0,0,0-.832-1.611H273.111A1.02,1.02,0,0,0,272.091,11.575Z'/%3e%3crect class='cls-3' x='30.968' y='1.641' width='238.449' height='36.804' rx='0.931'/%3e%3cpath class='cls-3' d='M28.294,11.37V39.908a.816.816,0,0,0,.493.749L40.757,45.8a.815.815,0,0,1-.321,1.564H4.269a.815.815,0,0,1-.664-1.286L15.416,29.429a.816.816,0,0,0,0-.943L3.605,11.841a.815.815,0,0,1,.664-1.286h23.21A.815.815,0,0,1,28.294,11.37Z'/%3e%3c/svg%3e");
}

.htitle13._light>em {
  color: #212529;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 49'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;}.cls-2{clip-path:url%28%23clip-path%29;}.cls-3{fill:%23fff;}.cls-3,.cls-4{stroke:%23555;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.017px;}.cls-4{fill:%23555;}%3c/style%3e%3cclipPath id='clip-path'%3e%3ccircle class='cls-1' cx='-55' cy='-175' r='141'/%3e%3c/clipPath%3e%3c/defs%3e%3cpolygon class='cls-3' points='271.898 9.555 271.898 39.445 255.793 46.359 297.5 46.359 284.442 27.957 297.5 9.555 271.898 9.555'/%3e%3cpolygon class='cls-4' points='44.207 9.555 28.102 2.641 28.102 39.445 44.207 46.359 44.207 9.555'/%3e%3cpolygon class='cls-4' points='255.793 9.555 271.898 2.641 271.898 39.445 255.793 46.359 255.793 9.555'/%3e%3crect class='cls-3' x='28.102' y='2.641' width='243.797' height='36.804'/%3e%3cpolygon class='cls-3' points='28.102 9.555 28.102 39.445 44.207 46.359 2.5 46.359 15.558 27.957 2.5 9.555 28.102 9.555'/%3e%3c/svg%3e");
}

@media (max-width: 576px) {
  .htitle13 {
    width: 16rem;
  }

  .htitle13>em {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}

/* 見出しタイトル14
-------------------------------------------------- */
.htitle14 {
  line-height: 1.2;
  color: #42bcc7 1;
  text-align: center;
  letter-spacing: 0.2em;
}

.htitle14 .inner {
  position: relative;
  display: inline-block;
}

.htitle14 .inner .main {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
}

.htitle14 .inner .sub {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 900;
  color: white;
  background-color: #42bcc7 1;
  border-radius: 50px;
}

.htitle14 .inner .sub2 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .htitle14 .inner .main {
    font-size: 1em;
  }

  .htitle14 .inner .sub {
    font-size: 0.8em;
  }

  .htitle14 .inner::before {
    width: 1em;
    height: 1em;
  }

  .htitle14 .inner::after {
    position: absolute;
    width: 1em;
    height: 1em;
  }
}

/* 見出しタイトル15
-------------------------------------------------- */
.htitle15 {
  overflow: hidden;
  text-align: center;
}

.htitle15 .main {
  position: relative;
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  border-bottom: solid thin white;
}

.htitle15 .sub {
  display: inline-block;
  padding: 0 30px;
  margin-top: 50px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.6;
  color: white;
  letter-spacing: 0.3em;
}

.htitle15.light .main {
  color: white;
}

.htitle15.light .main::before {
  background-color: white;
}

.htitle15.light .main::after {
  background-color: white;
}

@media (max-width: 1100px) {
  .htitle15 .main {
    font-size: 34px;
  }

  .htitle15 .main::before {
    width: 30px;
    height: 1px;
  }

  .htitle15 .main::after {
    width: 30px;
    height: 1px;
  }

  .htitle15 .sub {
    font-size: 0.5em;
  }
}

.u-clip._right {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.u-clip._left {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 992px) {

  .u-clip._right,
  .u-clip._left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

#bubbly-bg-wrap {
  position: relative;
}

#bubbly-bg-wrap #bubbly-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.u-skew {
  position: relative;
  height: 400px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.u-skew>* {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.u-skew img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .u-skew {
    height: 250px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

/* ボタン1
-------------------------------------------------- */
.u-btn1 {
  --btnColor: #bcd752;
  --textColor: #f8f9fa;
  --btnTransition: all 0.5s ease;
  --btnTransitionReverse: all 0.8s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 0.5rem 3rem;
  overflow: hidden;
  font-weight: 600;
  line-height: 1;
  color: var(--textColor);
  text-align: center;
  text-decoration: none;
  border-color: var(--btnColor);
  border-style: solid;
  border-width: 1px;
  transition: var(--btnTransitionReverse);
  border-radius: 100px;
}

.u-btn1._primary {
  --btnColor: #bcd752;
}

.u-btn1._secondary {
  --btnColor: #42bcc7;
}

.u-btn1._tertiary {
  --btnColor: #ABD89E;
}

.u-btn1._success {
  --btnColor: #198754;
}

.u-btn1._info {
  --btnColor: #0dcaf0;
}

.u-btn1._warning {
  --btnColor: #ffc107;
}

.u-btn1._danger {
  --btnColor: #dc3545;
}

.u-btn1._light {
  --btnColor: #f8f9fa;
  --textColor: #212529;
}

.u-btn1._light:hover {
  color: white;
  background-color: transparent;
}

.u-btn1._white {
  --btnColor: white;
}

.u-btn1._dark {
  --btnColor: #212529;
}

.u-btn1._black {
  --btnColor: black;
}

.u-btn1._beige {
  --btnColor: #faf5ea;
}

.u-btn1._teal {
  --btnColor: #fffcb9;
}

.u-btn1._gray {
  --btnColor: #666;
}

.u-btn1._primary-tint {
  --btnColor: #f2f7dc;
}

.u-btn1._secondary-tint {
  --btnColor: #d9f2f4;
}

.u-btn1._tertiary-tint {
  --btnColor: #eef7ec;
}

.u-btn1._gray-tint {
  --btnColor: #f0f0f0;
}

.u-btn1._gradient {
  border-color: #666;
  color: #212529;
}

.u-btn1._gradient::after {
  background-image: repeating-linear-gradient(30deg, #9e9e9e 2em, #bebebe 4em, white 6em, #bebebe 8em, #9e9e9e 10em);
}

.u-btn1::before {
  margin-right: 0.3em;
  font-size: 1.1em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

.u-btn1::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--btnColor);
  background-size: 100%;
  transition: var(--btnTransitionReverse);
}

.u-btn1:hover {
  color: var(--btnColor);
  background-color: white;
  opacity: 1;
  transition: var(--btnTransition);
}

.u-btn1:hover::after {
  transition: var(--btnTransition);
  transform: translateX(100%);
}

.u-btn1._angle-right::before {
  content: "\e901";
}

.u-btn1._calendar::before {
  content: "\e953";
}

.u-btn1._cart::before {
  content: "\e93a";
}

.u-btn1._checkbox-checked::before {
  content: "\ea52";
}

.u-btn1._checkmark::before {
  content: "\ea10";
}

.u-btn1._circle::before {
  content: "\e908";
}

.u-btn1._circle-right::before {
  content: "\ea42";
}

.u-btn1._circle-right-fill::before {
  content: "\e904";
}

.u-btn1._clock2::before {
  content: "\e94f";
}

.u-btn1._envelope::before {
  content: "\e906";
}

.u-btn1._exclamation-circle::before {
  content: "\e90c";
}

.u-btn1._exclamation-mark::before {
  content: "\e90b";
}

.u-btn1._fax::before {
  content: "\e907";
}

.u-btn1._free-dial::before {
  content: "\e90a";
}

.u-btn1._home3::before {
  content: "\e903";
}

.u-btn1._link::before {
  content: "\e905";
}

.u-btn1._location::before {
  content: "\e947";
}

.u-btn1._mobile::before {
  content: "\e958";
}

.u-btn1._paste::before {
  content: "\e92d";
}

.u-btn1._phone::before {
  content: "\e942";
}

.u-btn1._printer::before {
  content: "\e954";
}

.u-btn1._quotes-left::before {
  content: "\e977";
}

.u-btn1._quotes-right::before {
  content: "\e978";
}

.u-btn1._user::before {
  content: "\e971";
}

.u-btn1._reference-mark::before {
  content: "※";
}

.u-btn1._ameba {
  border-color: #2d8c3c;
}

.u-btn1._ameba::before {
  content: "\e909";
}

.u-btn1._ameba::after {
  background-color: #2d8c3c;
}

.u-btn1._ameba:hover {
  color: #2d8c3c;
}

.u-btn1._facebook {
  border-color: #315096;
}

.u-btn1._facebook::before {
  content: "\ea90";
}

.u-btn1._facebook::after {
  background-color: #315096;
}

.u-btn1._facebook:hover {
  color: #315096;
}

.u-btn1._instagram {
  border-color: #f13f79;
}

.u-btn1._instagram::before {
  content: "\ea92";
}

.u-btn1._instagram::after {
  background-image: var(--instagram-gradient);
}

.u-btn1._instagram:hover {
  color: #f13f79;
}

.u-btn1._line {
  border-color: #00b900;
}

.u-btn1._line::before {
  content: "\e902";
}

.u-btn1._line::after {
  background-color: #00b900;
}

.u-btn1._line:hover {
  color: #00b900;
}

.u-btn1._pinterest {
  border-color: #bd081c;
}

.u-btn1._pinterest::before {
  content: "\ead1";
}

.u-btn1._pinterest::after {
  background-color: #bd081c;
}

.u-btn1._pinterest:hover {
  color: #bd081c;
}

.u-btn1._tiktok {
  border-color: #000;
}

.u-btn1._tiktok::before {
  content: "\e900";
}

.u-btn1._tiktok::after {
  background-color: #000;
}

.u-btn1._tiktok:hover {
  color: #000;
}

.u-btn1._twitter {
  border-color: #1da1f2;
}

.u-btn1._twitter::before {
  content: "\ea96";
}

.u-btn1._twitter::after {
  background-color: #1da1f2;
}

.u-btn1._twitter:hover {
  color: #1da1f2;
}

.u-btn1._youtube {
  border-color: #da1725;
}

.u-btn1._youtube::before {
  content: "\ea9d";
}

.u-btn1._youtube::after {
  background-color: #da1725;
}

.u-btn1._youtube:hover {
  color: #da1725;
}

.u-btn1._fit {
  width: 100%;
}

.u-btn1._min {
  min-width: 0;
  padding: 0.7rem 1rem;
}

.u-btn1._transparent {
  color: #f8f9fa;
  border: solid thin #f8f9fa;
  border-color: #f8f9fa;
}

.u-btn1._transparent::after {
  background-color: transparent;
}

.u-btn1._transparent:hover {
  color: #212529;
}

@media (max-width: 600px) {
  .u-btn1 {
    padding: 0.6rem 2rem;
  }
}

/* ボタン2
-------------------------------------------------- */
.u-btn2 {
  --btnColor: #bcd752;
  position: relative;
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
  color: white;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background-color: var(--btnColor);
  border: solid thin var(--btnColor);
  transition: all 0.3s ease;
  transform: skewX(-20deg);
}

.u-btn2._primary {
  --btnColor: #bcd752;
}

.u-btn2._secondary {
  --btnColor: #42bcc7;
}

.u-btn2._tertiary {
  --btnColor: #ABD89E;
}

.u-btn2._success {
  --btnColor: #198754;
}

.u-btn2._info {
  --btnColor: #0dcaf0;
}

.u-btn2._warning {
  --btnColor: #ffc107;
}

.u-btn2._danger {
  --btnColor: #dc3545;
}

.u-btn2._light {
  --btnColor: #f8f9fa;
}

.u-btn2._white {
  --btnColor: white;
}

.u-btn2._dark {
  --btnColor: #212529;
}

.u-btn2._black {
  --btnColor: black;
}

.u-btn2._beige {
  --btnColor: #faf5ea;
}

.u-btn2._teal {
  --btnColor: #fffcb9;
}

.u-btn2._gray {
  --btnColor: #666;
}

.u-btn2._primary-tint {
  --btnColor: #f2f7dc;
}

.u-btn2._secondary-tint {
  --btnColor: #d9f2f4;
}

.u-btn2._tertiary-tint {
  --btnColor: #eef7ec;
}

.u-btn2._gray-tint {
  --btnColor: #f0f0f0;
}

.u-btn2>* {
  padding: 0 2rem;
  transform: skewX(20deg);
}

.u-btn2>*::before {
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}

.u-btn2._fit {
  width: 100%;
}

.u-btn2::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  content: "";
  background-color: white;
}

.u-btn2._angle-right>*::before {
  content: "\e901";
}

.u-btn2._calendar>*::before {
  content: "\e953";
}

.u-btn2._cart>*::before {
  content: "\e93a";
}

.u-btn2._checkbox-checked>*::before {
  content: "\ea52";
}

.u-btn2._checkmark>*::before {
  content: "\ea10";
}

.u-btn2._circle>*::before {
  content: "\e908";
}

.u-btn2._circle-right>*::before {
  content: "\ea42";
}

.u-btn2._circle-right-fill>*::before {
  content: "\e904";
}

.u-btn2._clock2>*::before {
  content: "\e94f";
}

.u-btn2._envelope>*::before {
  content: "\e906";
}

.u-btn2._exclamation-circle>*::before {
  content: "\e90c";
}

.u-btn2._exclamation-mark>*::before {
  content: "\e90b";
}

.u-btn2._fax>*::before {
  content: "\e907";
}

.u-btn2._free-dial>*::before {
  content: "\e90a";
}

.u-btn2._home3>*::before {
  content: "\e903";
}

.u-btn2._link>*::before {
  content: "\e905";
}

.u-btn2._location>*::before {
  content: "\e947";
}

.u-btn2._mobile>*::before {
  content: "\e958";
}

.u-btn2._paste>*::before {
  content: "\e92d";
}

.u-btn2._phone>*::before {
  content: "\e942";
}

.u-btn2._printer>*::before {
  content: "\e954";
}

.u-btn2._quotes-left>*::before {
  content: "\e977";
}

.u-btn2._quotes-right>*::before {
  content: "\e978";
}

.u-btn2._user>*::before {
  content: "\e971";
}

.u-btn2._reference-mark>*::before {
  content: "※";
}

.u-btn2:hover {
  color: white;
  opacity: 1;
}

.u-btn2:hover::after {
  -webkit-animation-name: rightslide;
  animation-name: rightslide;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: nomal;
  animation-direction: nomal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@-webkit-keyframes rightslide {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes rightslide {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    left: 100%;
  }
}

@media (max-width: 576px) {
  .u-btn2 {
    min-width: 0;
  }
}

.u-btn3 {
  --btnTransition: background-color 0.5s ease;
  --btnTransitionReverse: background-color 0.8s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: flex-end;
  padding: 0 0;
  font-weight: 600;
  line-height: 1;
  color: #212529;
  text-decoration: none;
  transition: var(--btnTransitionReverse);
  border-bottom: dotted 3px transparent;
  height: 50px;
}

.u-btn3>em {
  position: relative;
}

.u-btn3:hover {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

.u-btn3:hover>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

.u-btn3._angle-right::before {
  content: "\e901";
}

.u-btn3._calendar::before {
  content: "\e953";
}

.u-btn3._cart::before {
  content: "\e93a";
}

.u-btn3._checkbox-checked::before {
  content: "\ea52";
}

.u-btn3._checkmark::before {
  content: "\ea10";
}

.u-btn3._circle::before {
  content: "\e908";
}

.u-btn3._circle-right::before {
  content: "\ea42";
}

.u-btn3._circle-right-fill::before {
  content: "\e904";
}

.u-btn3._clock2::before {
  content: "\e94f";
}

.u-btn3._envelope::before {
  content: "\e906";
}

.u-btn3._exclamation-circle::before {
  content: "\e90c";
}

.u-btn3._exclamation-mark::before {
  content: "\e90b";
}

.u-btn3._fax::before {
  content: "\e907";
}

.u-btn3._free-dial::before {
  content: "\e90a";
}

.u-btn3._home3::before {
  content: "\e903";
}

.u-btn3._link::before {
  content: "\e905";
}

.u-btn3._location::before {
  content: "\e947";
}

.u-btn3._mobile::before {
  content: "\e958";
}

.u-btn3._paste::before {
  content: "\e92d";
}

.u-btn3._phone::before {
  content: "\e942";
}

.u-btn3._printer::before {
  content: "\e954";
}

.u-btn3._quotes-left::before {
  content: "\e977";
}

.u-btn3._quotes-right::before {
  content: "\e978";
}

.u-btn3._user::before {
  content: "\e971";
}

.u-btn3._reference-mark::before {
  content: "※";
}

#page1 .u-btn3.u-btn3__pager--1 {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

#page1 .u-btn3.u-btn3__pager--1>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

#page2 .u-btn3.u-btn3__pager--2 {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

#page2 .u-btn3.u-btn3__pager--2>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

#page3 .u-btn3.u-btn3__pager--3 {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

#page3 .u-btn3.u-btn3__pager--3>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

#page4 .u-btn3.u-btn3__pager--4 {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

#page4 .u-btn3.u-btn3__pager--4>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

#page5 .u-btn3.u-btn3__pager--5 {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

#page5 .u-btn3.u-btn3__pager--5>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

#page6 .u-btn3.u-btn3__pager--6 {
  color: #212529;
  background-color: #f2f7dc;
  opacity: 1;
  transition: var(--btnTransition);
}

#page6 .u-btn3.u-btn3__pager--6>em::after {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  height: 7px;
  content: "";
  background-image: radial-gradient(circle, #d0e386 25%, transparent 25%);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 6px 6px;
}

@media (max-width: 600px) {
  .u-btn3 {
    padding: 0.6rem 0;
  }
}

/* 欧文ボタン1
-------------------------------------------------- */
.u-btnEchars1 {
  display: inline-block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-btnEchars1::before {
  margin-right: 5px;
  font-size: 0.9em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-btnEchars1._phone::before {
  content: "\e942";
}

.u-btnEchars1._envelope::before {
  content: "\e906";
}

.u-btnEchars1._fax::before {
  content: "\e907";
}

.u-btnEchars1._mobile::before {
  content: "\e958";
}

.u-btnEchars1._free-dial::before {
  content: "\e90a";
}

.u-btnEchars1:not([href]):hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.u-btnEchars1[href]:hover {
  color: inherit;
  opacity: 0.5;
}

/* アンカーボタン
-------------------------------------------------- */
/* a.u-btnAnchor>b{アンカー} */
.u-btnAnchor {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #bcd752;
  border: solid thin #bcd752;
  transition: all 0.3s ease;
}

.u-btnAnchor>* {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
}

.u-btnAnchor:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* 定義リスト1
-------------------------------------------------- */
/*  ul.row.g-0.row-cols-1.u-defList1>li.col*3>dl>dt>em{###}^dd{###} */
/*  ul.row.g-0.row-cols-1.u-defList1._lg._transparent>li.col*3>dl>dt>em{###}^dd{###} */
.u-defList1 {
  --dt-width: 10rem;
  --dt-bg-color: #42bcc7;
  --border-color: #ccc;
  --space: 0.5rem;
}

.u-defList1>li>dl {
  display: flex;
  padding: var(--space);
  border-bottom: solid thin var(--border-color);
}

.u-defList1>li>dl>dt {
  flex: 0 0 auto;
  width: var(--dt-width);
}

.u-defList1>li>dl>dt>* {
  display: block;
  padding: 0 var(--space);
  color: #f8f9fa;
  text-align: center;
  background-color: var(--dt-bg-color);
}

.u-defList1>li>dl>dd {
  flex: 1 1 auto;
  padding: 0 var(--space);
}

.u-defList1._lg {
  --space: 1rem;
}

.u-defList1._transparent>li:first-of-type>dl {
  border-top: solid thin var(--border-color);
}

.u-defList1._transparent>li>dl>dt>* {
  color: currentColor;
  text-align: initial;
  background-color: transparent;
}

.u-defList1._noborder {
  --space: 0.1rem;
}

.u-defList1._noborder>li:first-of-type>dl {
  border-top: none;
}

.u-defList1._noborder>li>dl {
  border-bottom: none;
}

@media (max-width: 576px) {
  .u-defList1 {
    --dt-width: 100%;
  }

  .u-defList1>li>dl {
    display: block;
  }

  .u-defList1>li>dl>dt {
    padding-bottom: calc(var(--space) * 0.5);
  }

  .u-defList1>li>dl>dt>* {
    padding: 0 calc(var(--space) * 0.5);
    font-size: 1.2em;
    text-align: left;
  }

  .u-defList1>li>dl>dd {
    padding: 0 calc(var(--space) * 0.5);
  }

  .u-defList1._transparent>li>dl>dt>* {
    padding: 0;
  }

  .u-defList1._transparent>li>dl>dd {
    padding: 0;
  }
}

/* 定義リスト2
-------------------------------------------------- */
/*  ul.row.g-0.row-cols-1.u-defList2>li.col*3>dl>dt>em{###}^dd{###} */
.u-defList2>li>dl {
  padding: 0.5rem 0;
  border-bottom: dashed 3px #ccc;
}

.u-defList2>li>dl>dt {
  font-weight: 600;
  color: #777;
}

.u-defList2>li>dl>dt::before {
  padding-right: 0.3em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.u-defList2>li>dl>dd {
  padding: 0 0.5rem;
  font-size: 0.9em;
}

/* 定義リスト3
-------------------------------------------------- */
/*  ul.row.g-0.row-cols-1.u-defList3>li.col*3>dl>dt>em{###}^dd{###} */
.u-defList3>li>dl {
  display: flex;
  height: 100%;
  border-bottom: solid thin white;
}

.u-defList3>li>dl>dt {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 12rem;
  height: 100%;
  padding: 10px 0;
  font-weight: 700;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #ABD89E;
}

.u-defList3>li>dl>dt::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ABD89E;
}

.u-defList3>li>dl>dd {
  flex: 1 1 auto;
  height: 100%;
  padding: 10px 20px;
  vertical-align: middle;
  background-color: #eee;
}

@media (max-width: 576px) {
  .u-defList3>li>dl>dt {
    width: 35%;
  }
}

/* リストデザイン0
-------------------------------------------------- */
/* ul.u-listDesign0>li* */
.u-listDesign0 {
  -webkit-padding-start: 1.2rem;
  padding-inline-start: 1.2rem;
}

.u-listDesign0>li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.u-listDesign0>li::marker {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  line-height: 1;
}

/* リストデザイン1
-------------------------------------------------- */
/* ul.row.g-0.gy-2.row-cols-1.u-listDesign1._bordered.ls-0>li.col* */
.u-listDesign1 {
  --gap: 0.3em;
  --pseudo-color: #bcd752;
}

.u-listDesign1._primary {
  --pseudo-color: #bcd752;
}

.u-listDesign1._secondary {
  --pseudo-color: #42bcc7;
}

.u-listDesign1._tertiary {
  --pseudo-color: #ABD89E;
}

.u-listDesign1._success {
  --pseudo-color: #198754;
}

.u-listDesign1._info {
  --pseudo-color: #0dcaf0;
}

.u-listDesign1._warning {
  --pseudo-color: #ffc107;
}

.u-listDesign1._danger {
  --pseudo-color: #dc3545;
}

.u-listDesign1._light {
  --pseudo-color: #f8f9fa;
}

.u-listDesign1._white {
  --pseudo-color: white;
}

.u-listDesign1._dark {
  --pseudo-color: #212529;
}

.u-listDesign1._black {
  --pseudo-color: black;
}

.u-listDesign1._beige {
  --pseudo-color: #faf5ea;
}

.u-listDesign1._teal {
  --pseudo-color: #fffcb9;
}

.u-listDesign1._gray {
  --pseudo-color: #666;
}

.u-listDesign1._primary-tint {
  --pseudo-color: #f2f7dc;
}

.u-listDesign1._secondary-tint {
  --pseudo-color: #d9f2f4;
}

.u-listDesign1._tertiary-tint {
  --pseudo-color: #eef7ec;
}

.u-listDesign1._gray-tint {
  --pseudo-color: #f0f0f0;
}

.u-listDesign1._currentColor {
  --pseudo-color: currentColor;
}

.u-listDesign1>li::before {
  display: inline-block;
  float: left;
  width: 1em;
  height: 100%;
  margin-right: var(--gap);
  color: var(--pseudo-color);
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea52";
}

.u-listDesign1>li::after {
  display: block;
  clear: both;
  content: "";
}

.u-listDesign1._bordered>li {
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 2px, #aaa 2px, #aaa 4px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: calc(100% - var(--bs-gutter-x)) 1px;
}

.u-listDesign1._checkmark>li::before {
  content: "\ea10";
}

.u-listDesign1._circle-right-fill>li::before {
  content: "\e904";
}

.u-listDesign1._reference-mark>li::before {
  content: "※";
}

.u-listDesign1._circle>li::before {
  content: "\e908";
}

.u-listDesign1._exclamation-circle>li::before {
  content: "\e90c";
}

.u-listDesign1._exclamation-mark>li::before {
  content: "\e90b";
}

/* リストデザイン3
-------------------------------------------------- */
.u-listDesign3>li {
  display: inline-block;
}

.u-listDesign3>li::after {
  padding-right: 0.2rem;
  padding-left: 0.5rem;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

.u-listDesign3>li:last-child::after {
  content: " ";
  padding: 0;
}

/* リストデザイン4
-------------------------------------------------- */
.u-listDesign4 {
  list-style-type: decimal;
}

.u-listDesign4>li {
  margin-bottom: 1em;
  margin-left: 2.5em;
}

.u-listDesign4>li:last-child {
  margin-bottom: 0;
}

.u-listDesign4>li>ul {
  padding-top: 1em;
  list-style-type: lower-roman;
}

.u-listDesign4>li>ul>li {
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}

.u-listDesign4>li>ul>li:last-child {
  margin-bottom: 0;
}

/* リストデザイン5
-------------------------------------------------- */
/* ul.u-listDesign5>li* */
.u-listDesign5 {
  font-weight: 500;
}

.u-listDesign5>* {
  display: inline-block;
  padding: 0 10px;
  margin: 2px;
  color: white;
  background-color: #ccc;
  border-radius: 5px;
}

.u-listDesign5>*::before {
  padding-right: 5px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

/* リストデザイン6
-------------------------------------------------- */
/* ul.u-listDesign6._col-1>(li>b)* */
.u-listDesign6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  font-size: 1.5em;
  line-height: 1.4;
}

.u-listDesign6._col-1>li {
  width: calc((100% / 1) - 0.5em);
}

.u-listDesign6._col-2>li {
  width: calc((100% / 2) - 0.5em);
}

.u-listDesign6._col-3>li {
  width: calc((100% / 3) - 0.5em);
}

.u-listDesign6._col-4>li {
  width: calc((100% / 4) - 0.5em);
}

.u-listDesign6._col-5>li {
  width: calc((100% / 5) - 0.5em);
}

.u-listDesign6._col-6>li {
  width: calc((100% / 6) - 0.5em);
}

.u-listDesign6>li {
  display: flex;
  align-items: center;
  padding: 0.4em 0.8em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.1;
  color: #999;
  background: white;
  border-left: solid 6px #bcd752;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) inset;
  transform: skewX(-10deg);
}

.u-listDesign6>li>* {
  display: block;
  flex: 1 1 auto;
  transform: skewX(10deg);
}

.u-listDesign6>li>*>span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .u-listDesign6>li {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .u-listDesign6._tcol-1>li {
    width: calc((100% / 1) - 0.5em);
  }

  .u-listDesign6._tcol-2>li {
    width: calc((100% / 2) - 0.5em);
  }

  .u-listDesign6._tcol-3>li {
    width: calc((100% / 3) - 0.5em);
  }

  .u-listDesign6._tcol-4>li {
    width: calc((100% / 4) - 0.5em);
  }

  .u-listDesign6._tcol-5>li {
    width: calc((100% / 5) - 0.5em);
  }

  .u-listDesign6._tcol-6>li {
    width: calc((100% / 6) - 0.5em);
  }
}

@media (max-width: 576px) {

  .u-listDesign6._col-1>li,
  .u-listDesign6._col-2>li,
  .u-listDesign6._col-3>li,
  .u-listDesign6._col-4>li,
  .u-listDesign6._col-5>li,
  .u-listDesign6._col-6>li,
  .u-listDesign6._tcol-1>li,
  .u-listDesign6._tcol-2>li,
  .u-listDesign6._tcol-3>li,
  .u-listDesign6._tcol-4>li,
  .u-listDesign6._tcol-5>li,
  .u-listDesign6._tcol-6>li {
    width: calc(100% - 0.5em);
  }

  .u-listDesign6._mcol-1>li {
    width: calc((100% / 1) - 0.5em);
  }

  .u-listDesign6._mcol-2>li {
    width: calc((100% / 2) - 0.5em);
  }

  .u-listDesign6._mcol-3>li {
    width: calc((100% / 3) - 0.5em);
  }

  .u-listDesign6._mcol-4>li {
    width: calc((100% / 4) - 0.5em);
  }

  .u-listDesign6._mcol-5>li {
    width: calc((100% / 5) - 0.5em);
  }

  .u-listDesign6._mcol-6>li {
    width: calc((100% / 6) - 0.5em);
  }
}

/* リストデザイン7
-------------------------------------------------- */
.u-listDesign7 {
  display: flex;
  justify-content: center;
}

.u-listDesign7>li {
  display: inline-block;
  text-align: center;
}

/* オーダーリスト0
-------------------------------------------------- */
/* ol.u-orderedList0>li* */
.u-orderedList0 {
  padding-left: 2em;
  list-style-type: lower-roman;
}

.u-orderedList0.katakana-iroha {
  list-style-type: katakana-iroha;
}

.u-orderedList0.katakana {
  list-style-type: katakana;
}

.u-orderedList0.disc {
  list-style-type: disc;
}

.u-orderedList0 ol {
  padding-top: 0.3em;
  padding-left: 2em;
}

.u-orderedList0 ol.katakana-iroha {
  list-style-type: katakana-iroha;
}

.u-orderedList0 ol.katakana {
  list-style-type: katakana;
}

.u-orderedList0 ol.disc {
  list-style-type: disc;
}

.u-orderedList0 li {
  padding-bottom: 1em;
  line-height: 1.3;
}

.u-orderedList0>li>ol {
  list-style-type: lower-latin;
}

.u-orderedList0>li>ol.katakana-iroha {
  list-style-type: katakana-iroha;
}

.u-orderedList0>li>ol>li>ol {
  list-style-type: upper-roman;
}

/* オーダーリスト1
-------------------------------------------------- */
/* ol.row.g-2.row-cols-1.row-cols-md-1.row-cols-lg-1.u-orderedList1.ls-0>li.col*>em */
.u-orderedList1 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  /* 数字を一旦消す */
  counter-reset: number;
  /* 数字をリセット */
}

.u-orderedList1>li {
  display: flex;
  align-items: center;
  font-size: calc(1.2 * 1.1em);
}

.u-orderedList1>li>b,
.u-orderedList1>li>em {
  width: calc(100% - (1.2 * 1em));
  min-width: 0;
  font-weight: 400;
  border-bottom: solid thin #bbb;
  line-height: 1.5;
}

.u-orderedList1>li::before {
  display: inline-block;
  width: calc(1.2 * 1.2em);
  height: calc(1.2 * 1.2em);
  padding: 0 0.3rem;
  margin-right: 0.2em;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: calc(1.44 * 1em);
  font-weight: bold;
  line-height: calc(1.2 * 1em);
  color: white;
  text-align: center;
  letter-spacing: 0;
  content: counter(number);
  counter-increment: number;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2378c323%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M292.5%2C149.5c0%2C39.35-22.717%2C77.446-57.826%2C80.543C227.446%2C266.185%2C189.35%2C292%2C150%2C292A142.5%2C142.5%2C0%2C0%2C1%2C7.5%2C149.5c0-26.5%2C12.391-40.272%2C37.174-53.7C40.543%2C37.978%2C97.8%2C7%2C150%2C7A142.5%2C142.5%2C0%2C0%2C1%2C292.5%2C149.5Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1100px) {
  .u-orderedList1>li {
    font-size: calc(1.2 * 1em);
  }
}

/* オーダーリスト2
-------------------------------------------------- */
/* ol.row.g-2.row-cols-1.row-cols-md-1.row-cols-lg-1.u-orderedList2.ls-0>li.col*>em */
.u-orderedList2 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  counter-reset: number;
}

.u-orderedList2._nb>li {
  border-bottom: none;
}

.u-orderedList2>li {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.u-orderedList2>li>em,
.u-orderedList2>li>b {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  line-height: 1.3;
}

.u-orderedList2>li::before {
  width: calc(1.7 * 1em);
  height: calc(1.7 * 1em);
  padding: 1px 0 0 3px;
  margin-right: 0.5em;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: calc(1.3 * 1em);
  font-weight: bold;
  line-height: calc(1.7 * 1em);
  color: white;
  text-align: center;
  content: counter(number);
  counter-increment: number;
  background-color: #bcd752;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .u-orderedList2>li {
    font-size: calc(1 * 1rem);
  }

  .u-orderedList2>li>b {
    max-width: calc(100% - (1 * 1rem));
  }

  .u-orderedList2>li::before {
    margin-right: 0.5%;
    font-size: calc(1 * 1rem);
  }
}

/* オーダーリスト3
-------------------------------------------------- */
ol.u-orderedList3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none !important;
  /* 数字を一旦消す */
  counter-reset: number;
  /* 数字をリセット */
}

ol.u-orderedList3>li {
  width: 33.3333333333%;
  padding: 10px;
}

ol.u-orderedList3>li>.inner {
  height: 100%;
  background-color: #eee;
}

ol.u-orderedList3>li>.inner>.contents {
  padding: 10px;
}

ol.u-orderedList3>li>.inner>.contents>.title {
  font-size: 1.2em;
  border-bottom: solid thin #bbb;
}

ol.u-orderedList3>li>.inner>.contents>.title::before {
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.8em;
  color: #42bcc7;
  content: "Step"counter(number) ">>";
  counter-increment: number;
}

@media (max-width: 1100px) {
  ol.u-orderedList3>li {
    width: 100%;
  }
}

/* 定款
-------------------------------------------------- */
/*  .aoi>h3.shou+h4.jyoubun-midashi+ul.jyou>li{###}>ul>li */
.aoi .shou {
  padding-top: 1.5rem;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  counter-increment: syo_num;
}

.aoi .shou::before {
  margin-right: 1rem;
  content: "第"counter(syo_num) "章";
}

.aoi .shou:first-of-type {
  padding-top: 0;
}

.aoi .jyoubun-midashi {
  padding-top: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.aoi ul.jyou {
  counter-reset: ko_num;
  counter-increment: jyo_num;
}

.aoi ul.jyou>li {
  padding-bottom: 0.3rem;
  padding-left: calc(4em + 1em);
  text-indent: calc(-4em - 1em);
  counter-increment: ko_num;
}

.aoi ul.jyou>li:nth-of-type(1)::before {
  display: inline-block;
  width: 4em;
  margin-right: 1rem;
  font-weight: bold;
  text-align: right;
  content: "第"counter(jyo_num) "条";
}

.aoi ul.jyou>li::before {
  display: inline-block;
  width: 4em;
  margin-right: 1rem;
  text-align: right;
  content: counter(ko_num);
}

.aoi ul.jyou>li>ul {
  padding-left: calc(4em + 2em);
  counter-reset: gou_num1;
}

.aoi ul.jyou>li>ul>li {
  counter-increment: gou_num1;
}

.aoi ul.jyou>li>ul>li::before {
  margin-right: 1rem;
  content: "("counter(gou_num1) ")";
}

@media (max-width: 576px) {
  .aoi .shou {
    font-size: 1.1rem;
  }

  .aoi .jyoubun-midashi {
    padding-left: 0;
    font-size: 0.8rem;
  }
}

/* テーブルデザイン0
-------------------------------------------------- */
/* テーブルデザイン1
-------------------------------------------------- */
/* table.u-table1>tbody>tr>(th*3)^(tr>td*3)*3 */
.u-table1 {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.u-table1 th {
  padding: 10px;
  font-weight: 900;
  color: white;
  text-align: center;
  background-color: #42bcc7;
  border: solid thin #ccc;
}

.u-table1 td {
  padding: 10px;
  vertical-align: top;
  border: solid thin #ccc;
}

.u-table1 tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.u-table1 tr:nth-child(even) {
  background-color: white;
}

/* テーブルデザイン2
-------------------------------------------------- */
/* table.u-table2>tbody>(tr>th+td)*3 */
.u-table2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px white;
}

.u-table2 tr {
  border-bottom: solid 1px white;
}

.u-table2 tr:last-child {
  border-top: solid 1px white;
}

.u-table2 th {
  position: relative;
  padding: 10px 0;
  font-weight: 700;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #ABD89E;
}

.u-table2 th::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ABD89E;
}

.u-table2 td {
  padding: 10px 20px;
  vertical-align: middle;
  background-color: #eee;
}

/* テーブルデザイン3
-------------------------------------------------- */
/* table.u-table1>tbody>tr>(th*3)^(tr>td*3)*3 */
.u-table3 {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.u-table3 tr {
  border-top: solid thin #aaa;
  border-bottom: solid thin #aaa;
}

.u-table3 th {
  padding: 0.5em 1em;
  font-weight: 400;
}

.u-table3 td {
  padding: 0.5em 1em;
  vertical-align: middle;
}

/* テーブルデザイン4
-------------------------------------------------- */
/* table.u-table4>tbody>tr>(th*3)^(tr>td*3)*3 */
.u-table4 {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.u-table4 tr {
  border-top: solid thin #aaa;
  border-bottom: solid thin #aaa;
}

.u-table4 th {
  padding: 0.5em 1em;
  font-weight: 400;
}

.u-table4 td {
  padding: 0.5em 1em;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .u-table4 {
    font-size: 11px;
  }
}

/* カレンダーCMS
-------------------------------------------------- */
.calendar-cms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.calendar-cms.jc-start {
  justify-content: flex-start;
}

.calendar-cms.jc-center {
  justify-content: center;
}

.calendar-cms.jc-end {
  justify-content: flex-end;
}

.calendar-cms>.calendar {
  padding: 10px;
}

.calendar-cms>.calendar>.calendar_head::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e953";
}

.calendar-cms>.calendar>.calendar_body>table {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.calendar-cms>.calendar>.calendar_body>table tr {
  border-top: solid thin #aaa;
  border-bottom: solid thin #aaa;
}

.calendar-cms>.calendar>.calendar_body>table th {
  padding: 0.5em 1em;
  font-weight: 400;
  color: white;
  background-color: #555;
}

.calendar-cms>.calendar>.calendar_body>table td {
  padding: 0.5em 1em;
  vertical-align: middle;
  background-color: white;
}

.calendar-cms>.calendar>.calendar_body .off {
  background: #feecbd;
}

.calendar-cms>.calendar>.calendar_body .yotei1 {
  background: lightpink !important;
}

.calendar-cms>.calendar>.calendar_body .yotei2 {
  background: #94cad3 !important;
}

.calendar-cms>.calendar>.calendar_body .yotei3 {
  background: #c38a4c !important;
}

.calendar-cms._col-1>.calendar {
  width: 100%;
}

.calendar-cms._col-2>.calendar {
  width: 50%;
}

.calendar-cms._col-3>.calendar {
  width: 33.3333333333%;
}

@media (max-width: 576px) {
  .calendar-cms._col-1>.calendar {
    width: 100%;
  }

  .calendar-cms._col-2>.calendar {
    width: 100%;
  }

  .calendar-cms._col-3>.calendar {
    width: 100%;
  }
}

button#is-previous,
button#is-following {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cal1 {
  color: #feecbd;
}

.cal2 {
  color: lightpink;
}

.cal3 {
  color: #94cad3;
}

.cal4 {
  color: #c38a4c;
}

/* 画像のリサイズ
-------------------------------------------------- */
/* a.u-ratio._cover._ratio-16x9>img[src=img/top1.jpg] */
.u-ratio {
  display: block;
  overflow: hidden;
  background-color: #ddd;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15rem 15rem;
}

.u-ratio._shrink {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%, 90% 90%, 0% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%, 90% 90%, 0% 90%, 0 100%);
}

.u-ratio._shrink::before {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "VIEW";
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1rem;
  line-height: 1;
  padding: 1.2rem 3rem;
  border: solid thin currentColor;
  color: white;
  opacity: 0;
  z-index: 3;
  filter: blur(5px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-ratio>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-ratio._cover>img {
  -o-object-fit: cover;
  object-fit: cover;
}

.u-ratio._contain>img {
  -o-object-fit: contain;
  object-fit: contain;
}

a.u-ratio:hover {
  opacity: 1;
}

a.u-ratio:hover>img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
}

a.u-ratio._shrink:hover>img {
  filter: brightness(50%) blur(5px);
}

a.u-ratio._shrink:hover::before {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: blur(0);
  opacity: 1;
}

.u-ratio._ratio-1x1 {
  aspect-ratio: 1;
}

.u-ratio._ratio-2x1 {
  aspect-ratio: 2;
}

.u-ratio._ratio-4x3 {
  aspect-ratio: 1.3333333333;
}

.u-ratio._ratio-16x9 {
  aspect-ratio: 1.7777777778;
}

.u-ratio._ratio-16x11 {
  aspect-ratio: 1.4545454545;
}

.u-ratio._ratio-21x9 {
  aspect-ratio: 2.3333333333;
}

.u-ratio._ratio-31x9 {
  aspect-ratio: 3.4444444444;
}

.u-ratio._ratio-1x2 {
  aspect-ratio: 0.5;
}

.u-ratio._ratio-3x4 {
  aspect-ratio: 0.75;
}

.u-ratio._ratio-9x16 {
  aspect-ratio: 0.5625;
}

.u-ratio._ratio-9x21 {
  aspect-ratio: 0.4285714286;
}

.u-ratio._ratio-h {
  aspect-ratio: 1.35;
}

.u-ratio._ratio-v {
  aspect-ratio: 0.75;
}

.u-ratio._ratio-unset {
  aspect-ratio: unset;
}

@media (min-width: 576px) {
  .u-ratio._ratio-md-1x1 {
    aspect-ratio: 1;
  }

  .u-ratio._ratio-md-2x1 {
    aspect-ratio: 2;
  }

  .u-ratio._ratio-md-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-ratio._ratio-md-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-ratio._ratio-md-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-ratio._ratio-md-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-ratio._ratio-md-31x9 {
    aspect-ratio: 3.4444444444;
  }

  .u-ratio._ratio-md-1x2 {
    aspect-ratio: 0.5;
  }

  .u-ratio._ratio-md-3x4 {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-md-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-ratio._ratio-md-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-ratio._ratio-md-h {
    aspect-ratio: 1.35;
  }

  .u-ratio._ratio-md-v {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-md-unset {
    aspect-ratio: unset;
  }
}

@media (min-width: 992px) {
  .u-ratio._ratio-lg-1x1 {
    aspect-ratio: 1;
  }

  .u-ratio._ratio-lg-2x1 {
    aspect-ratio: 2;
  }

  .u-ratio._ratio-lg-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-ratio._ratio-lg-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-ratio._ratio-lg-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-ratio._ratio-lg-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-ratio._ratio-lg-31x9 {
    aspect-ratio: 3.4444444444;
  }

  .u-ratio._ratio-lg-1x2 {
    aspect-ratio: 0.5;
  }

  .u-ratio._ratio-lg-3x4 {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-lg-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-ratio._ratio-lg-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-ratio._ratio-lg-h {
    aspect-ratio: 1.35;
  }

  .u-ratio._ratio-lg-v {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-lg-unset {
    aspect-ratio: unset;
  }
}

@media (min-width: 1200px) {
  .u-ratio._ratio-xl-1x1 {
    aspect-ratio: 1;
  }

  .u-ratio._ratio-xl-2x1 {
    aspect-ratio: 2;
  }

  .u-ratio._ratio-xl-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-ratio._ratio-xl-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-ratio._ratio-xl-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-ratio._ratio-xl-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-ratio._ratio-xl-31x9 {
    aspect-ratio: 3.4444444444;
  }

  .u-ratio._ratio-xl-1x2 {
    aspect-ratio: 0.5;
  }

  .u-ratio._ratio-xl-3x4 {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-xl-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-ratio._ratio-xl-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-ratio._ratio-xl-h {
    aspect-ratio: 1.35;
  }

  .u-ratio._ratio-xl-v {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-xl-unset {
    aspect-ratio: unset;
  }
}

@media (min-width: 1400px) {
  .u-ratio._ratio-xxl-1x1 {
    aspect-ratio: 1;
  }

  .u-ratio._ratio-xxl-2x1 {
    aspect-ratio: 2;
  }

  .u-ratio._ratio-xxl-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-ratio._ratio-xxl-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-ratio._ratio-xxl-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-ratio._ratio-xxl-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-ratio._ratio-xxl-31x9 {
    aspect-ratio: 3.4444444444;
  }

  .u-ratio._ratio-xxl-1x2 {
    aspect-ratio: 0.5;
  }

  .u-ratio._ratio-xxl-3x4 {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-xxl-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-ratio._ratio-xxl-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-ratio._ratio-xxl-h {
    aspect-ratio: 1.35;
  }

  .u-ratio._ratio-xxl-v {
    aspect-ratio: 0.75;
  }

  .u-ratio._ratio-xxl-unset {
    aspect-ratio: unset;
  }
}

.mask {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20243.077%20236.687%22%3E%0A%20%20%3Cpath%20d%3D%22M246.538%2C132.588l-17.571%2C4.792L212.992%2C243.344l-177.848-1.6L24.761%2C136.161l-21.3-6.39L139.244%2C6.656Z%22%20transform%3D%22translate(-3.462%20-6.656)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20243.077%20236.687%22%3E%0A%20%20%3Cpath%20d%3D%22M246.538%2C132.588l-17.571%2C4.792L212.992%2C243.344l-177.848-1.6L24.761%2C136.161l-21.3-6.39L139.244%2C6.656Z%22%20transform%3D%22translate(-3.462%20-6.656)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.mask2 {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20250%20250%22%3E%0A%20%20%3Cpath%20d%3D%22M250%2C241.178s-29.183-9.043-59.045-9.043c-57.954%2C0-68.792%2C16.249-130.949%2C16.249C24.172%2C248.384%2C0%2C241.178%2C0%2C241.178V0H250Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20250%20250%22%3E%0A%20%20%3Cpath%20d%3D%22M250%2C241.178s-29.183-9.043-59.045-9.043c-57.954%2C0-68.792%2C16.249-130.949%2C16.249C24.172%2C248.384%2C0%2C241.178%2C0%2C241.178V0H250Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* タイムライン1
-------------------------------------------------- */
/* ol.u-timeline1._countup>(li[data-prefix="STEP"]>.timeline__inner>dl>dt>h3.htitle0a-3{###}^dd>p{###})*3 */
.u-timeline1 {
  list-style: none;
  counter-reset: timeline 0;
}

.u-timeline1>li {
  display: flex;
  counter-increment: timeline 1;
}

.u-timeline1>li::before {
  content: attr(data-prefix);
  display: block;
  flex: 0 0 auto;
  order: 1;
  font-size: 1.7em;
  line-height: 1;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
  width: 4em;
  text-align: right;
  padding-right: 0.5em;
}

.u-timeline1>li::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  order: 2;
  border-radius: 50%;
  background-color: #bcd752;
  width: calc(1.7em * 0.5);
  height: calc(1.7em * 0.5);
  margin-top: calc(1.7em * 0.5);
  transform: translateX(calc(50% + (2px * 0.5))) translateY(-50%);
}

.u-timeline1>li .timeline__inner {
  flex: 1 1 auto;
  padding: 0 0 3rem 1rem;
  border-left: solid 2px #bcd752;
  order: 3;
}

.u-timeline1>li:first-of-type::before {
  padding-top: 3rem;
}

.u-timeline1>li:first-of-type::after {
  margin-top: calc(3rem + calc(1.7em * 0.5));
}

.u-timeline1>li:first-of-type .timeline__inner {
  padding-top: 3rem;
}

.u-timeline1>li:last-of-type .timeline__inner {
  padding-bottom: 3rem;
}

.u-timeline1._countup>li::before {
  content: attr(data-prefix) counter(timeline);
}

@media (max-width: 576px) {
  .u-timeline1>li {
    position: relative;
  }

  .u-timeline1>li::before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding-left: calc(1.7em * 0.5 + 0.5rem);
  }

  .u-timeline1>li .timeline__inner {
    padding-top: 2.2em;
  }

  .u-timeline1>li:first-of-type .timeline__inner {
    padding-top: calc(3rem + 1.7em + 0.5em);
  }
}

/* タイムライン2
-------------------------------------------------- */
/* ul.u-timeline2>(li>div.u-tlineContent>div.u-tlineContent-inner>p.u-tlineDate{2019.0$.0$}+h3.u-tlineTitle{headline$}+p>lorem)*3 */
.u-timeline2 {
  list-style: none;
}

.u-timeline2 * {
  box-sizing: border-box;
}

.u-timeline2>li {
  overflow: hidden;
}

.u-timeline2>li>.u-tlineContent {
  float: left;
  width: 100%;
  padding: 0 30px;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner {
  position: relative;
  padding: 20px;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner>.u-tlineDate {
  font-weight: bold;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner>.u-tlineDate::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94f";
  margin-right: 0.3em;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner>.u-tlineTitle {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #999;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner::after {
  position: absolute;
  top: 30px;
  left: -6px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #bcd752;
  border-radius: 100%;
}

/* タイムライン3
-------------------------------------------------- */
/* dl.u-timeline3>(dt>b{date}^dd>.inner>.image>img[src="https://placehold.jp/800x600.png"]^.container>h3.title{title}+p>lorem) */
.u-timeline3 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.u-timeline3 * {
  box-sizing: border-box;
}

.u-timeline3>dt {
  width: 8em;
  padding-top: 3.6em;
}

.u-timeline3>dt>b {
  position: relative;
  display: block;
  padding-right: 0.5em;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.5em;
  font-weight: 700;
  color: #555;
  text-align: right;
}

.u-timeline3>dd {
  width: calc(100% - 8em - 20px);
  padding: 2em 0 2em 20px;
  border-left: solid 2px #555;
}

.u-timeline3>dd>.inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  margin-left: 1em;
  background-color: white;
  border-left: solid 8px #bcd752;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.u-timeline3>dd>.inner>.image {
  order: 2;
  width: 20%;
}

.u-timeline3>dd>.inner>.image img {
  width: 100%;
}

.u-timeline3>dd>.inner>.container {
  order: 1;
  width: 80%;
  padding: 10px;
}

.u-timeline3>dd>.inner>.container>.title {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: solid thin #555;
}

.u-timeline3>dd>.inner::before {
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  content: "";
  border-color: transparent #bcd752 transparent transparent;
  border-style: solid;
  border-width: 15px;
}

.u-timeline3>dd>.inner::after {
  position: absolute;
  top: 2.5em;
  left: -53px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #bcd752;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .u-timeline3>dt {
    padding-top: 1em;
    padding-left: 2.5em;
    margin-left: 1em;
    border-left: solid 2px black;
  }

  .u-timeline3>dd {
    width: calc(100% - 1em);
    padding-top: 0.5em;
    margin-left: 1em;
  }

  .u-timeline3>dd>.inner {
    justify-content: center;
  }

  .u-timeline3>dd>.inner>.image {
    order: 1;
    width: 100%;
    padding: 1rem;
    text-align: center;
    background-color: #eee;
  }

  .u-timeline3>dd>.inner>.image img {
    width: auto;
  }

  .u-timeline3>dd>.inner>.container {
    order: 2;
    width: 100%;
  }

  .u-timeline3>dd>.inner::after {
    top: 2.6em;
    left: -49px;
  }
}

@media (max-width: 576px) {
  .u-timeline3>dd>.inner>.image {
    order: 1;
    width: 1000%;
  }

  .u-timeline3>dd>.inner::after {
    top: 2.8em;
    left: -50px;
  }
}

/* タイムライン4
-------------------------------------------------- */
/* dl.u-timeline4>(dt>b{date}^dd>.inner>.image>img[src="https://placehold.jp/800x600.png"]^.container>h3.title{title}+p>lorem) */
.u-timeline4 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.u-timeline4 * {
  box-sizing: border-box;
}

.u-timeline4>dt {
  width: 11rem;
  padding-top: 1.1rem;
  padding-right: 1.5rem;
  text-align: right;
  letter-spacing: 0.1rem;
}

.u-timeline4>dt>b {
  position: relative;
  display: block;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.2rem;
  font-weight: 700;
  color: #888;
  border-bottom: dashed thin #ccc;
}

.u-timeline4>dd {
  width: calc(100% - 11rem);
  padding: 1.1rem 0 0.5rem 10px;
  border-left: solid 2px #bcd752;
}

.u-timeline4>dd>.inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}

.u-timeline4>dd>.inner>.image {
  order: 2;
  width: 100%;
}

.u-timeline4>dd>.inner>.container {
  order: 1;
  width: 100%;
}

.u-timeline4>dd>.inner>.container>.title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: solid thin #888;
}

.u-timeline4>dd>.inner::after {
  position: absolute;
  top: 1rem;
  left: -2.15rem;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #bcd752;
  border-radius: 50%;
  transform: translateY(-50%);
}

.u-timeline4._lg>dt {
  width: 12rem;
}

.u-timeline4._lg>dd {
  width: calc(100% - 12rem);
}

@media (max-width: 992px) {
  .u-timeline4>dt {
    width: 40%;
    padding-top: 1rem;
    padding-left: 0.9rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    text-align: left;
    border-left: solid 2px #bcd752;
  }

  .u-timeline4>dt>b {
    font-size: 1.1rem;
  }

  .u-timeline4>dd {
    width: calc(100% - 1rem);
    padding: 0;
    padding-bottom: 2rem;
    margin-left: 1rem;
  }

  .u-timeline4>dd>.inner::after {
    top: -0.9rem;
    left: -24px;
  }
}

/* タイムライン5
-------------------------------------------------- */
/*  .u-timeline5>dl>dt>b{Step01}^dd{###} */
.u-timeline5>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.u-timeline5>dl>dt {
  width: 10rem;
  padding: 0.5rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  letter-spacing: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23bcd752;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: auto 100%;
}

.u-timeline5>dl>dt>b {
  display: inline-block;
  width: 100%;
}

.u-timeline5>dl>dd {
  width: calc(100% - 10rem);
  padding: 0 1rem 1rem;
  border-left: solid 2px #555;
}

@media (max-width: 1200px) {
  .u-timeline5>dl>dt {
    width: 10rem;
    font-size: 1.1rem;
  }

  .u-timeline5>dl>dd {
    width: calc(100% - 10rem);
  }
}

@media (max-width: 576px) {
  .u-timeline5>dl {
    display: block;
    border-left: solid 2px #555;
  }

  .u-timeline5>dl>dt {
    transform: scale(-1, 1);
  }

  .u-timeline5>dl>dt>b {
    padding-left: 1.5rem;
    text-align: left;
    transform: scale(-1, 1);
  }

  .u-timeline5>dl>dd {
    width: 100%;
    padding-top: 1rem;
    border-left: none;
  }
}

/* タイムライン6
-------------------------------------------------- */
/*  .u-timeline6>dl>dt>b{Step01}^dd{###} */
.u-timeline6 {
  padding-left: 1rem;
}

.u-timeline6>dl {
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 270px;
  padding-top: 2rem;
  border-left: solid 2px #555;
}

.u-timeline6>dl>dt {
  width: 10rem;
  padding: 0.5rem 0.5rem 0.2rem;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23bcd752;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  background-size: auto 100%;
  transform: scale(-1, 1);
}

.u-timeline6>dl>dt>b {
  display: inline-block;
  width: 100%;
  padding-left: 1.5rem;
  text-align: left;
  transform: scale(-1, 1);
}

.u-timeline6>dl>dd {
  width: 100%;
  padding: 1rem;
  border-left: none;
}

.u-timeline6._type1>dl>dt {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23198754;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
}

.u-timeline6._type2>dl>dt {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg id='arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 25'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23888888;}%3c/style%3e%3c/defs%3e%3cpolygon class='cls-1' points='286.308 25 0 25 0 0 285.692 0 300 12.5 286.308 25'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
  .u-timeline6>dl {
    min-height: 310px;
  }
}

@media (max-width: 576px) {
  .u-timeline6>dl {
    min-height: 0;
  }
}

/* タイムラインカード1
-------------------------------------------------- */
.u-timelineCard1 {
  position: relative;
}

.u-timelineCard1>.num {
  position: relative;
  z-index: 3;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.8;
  transform: translateY(30%);
}

.u-timelineCard1>.img {
  padding: 0 0.5rem 0.5rem;
  text-align: center;
}

.u-timelineCard1>.title {
  padding: 0.5rem 1rem;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  color: #bcd752;
}

.u-timelineCard1>.text {
  padding: 0 1rem;
  font-size: 0.9em;
}

.u-timelineCard1._light>.num {
  color: inherit;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.u-timelineCard1._light>.title {
  color: inherit;
}

/* よくある質問1
-------------------------------------------------- */
/*  .u-faq1>(dl>dt{###}+dd{###})*3 */
.u-faq1 {
  display: block;
}

.u-faq1>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 15px 0;
  counter-increment: faq_num;
  border-top: solid thin #aaa;
}

.u-faq1>dl>dt,
.u-faq1>dl>dd {
  width: calc(100% - 6.5rem);
  padding: 0 1rem;
  margin: 0.8rem 0;
  border-left: solid thin #aaa;
}

.u-faq1>dl>dt {
  order: 2;
  font-size: 1.4em;
  font-weight: 700;
  color: #999;
}

.u-faq1>dl>dd {
  order: 4;
}

.u-faq1>dl:last-child {
  border-bottom: solid thin #aaa;
}

.u-faq1>dl::before,
.u-faq1>dl::after {
  display: block;
  width: 6.5rem;
  padding-right: 1rem;
  margin: 5px 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.u-faq1>dl::before {
  order: 1;
  font-size: calc(1.7 * 1rem);
  color: #315096;
  content: "Que"counter(faq_num) ".";
}

.u-faq1>dl::after {
  order: 3;
  font-size: calc(1.7 * 1.1rem);
  color: #dc3545;
  content: "Ans"counter(faq_num) ".";
}

@media (max-width: 1100px) {
  .u-faq1>dl {
    padding: 20px 0;
  }

  .u-faq1>dl>dt,
  .u-faq1>dl>dd {
    width: calc(100% - 25px);
    padding-top: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: auto;
  }
}

/* テキストを改行しない
-------------------------------------------------- */
.u-textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 格子上の背景
-------------------------------------------------- */
.u-bgGrid {
  width: 100%;
  background-image: linear-gradient(#ddd 1px, transparent 0), linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 20px 20px;
}

/* スクロール
-------------------------------------------------- */
.u-vscroll {
  overflow-y: auto;
  /* スクロールの背景の設定 */
  /* スクロールのつまみ部分の設定 */
}

.u-vscroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.u-vscroll::-webkit-scrollbar-track {
  background-color: #eee;
}

.u-vscroll::-webkit-scrollbar-thumb {
  background-color: #bcd752;
}

.u-vscroll._minh50 {
  min-height: calc(50 * 1px);
}

.u-vscroll._minh100 {
  min-height: calc(100 * 1px);
}

.u-vscroll._minh150 {
  min-height: calc(150 * 1px);
}

.u-vscroll._minh200 {
  min-height: calc(200 * 1px);
}

.u-vscroll._minh250 {
  min-height: calc(250 * 1px);
}

.u-vscroll._minh300 {
  min-height: calc(300 * 1px);
}

.u-vscroll._minh350 {
  min-height: calc(350 * 1px);
}

.u-vscroll._minh400 {
  min-height: calc(400 * 1px);
}

.u-vscroll._minh450 {
  min-height: calc(450 * 1px);
}

.u-vscroll._minh500 {
  min-height: calc(500 * 1px);
}

.u-vscroll._minh550 {
  min-height: calc(550 * 1px);
}

.u-vscroll._minh600 {
  min-height: calc(600 * 1px);
}

.u-vscroll._minh650 {
  min-height: calc(650 * 1px);
}

.u-vscroll._minh700 {
  min-height: calc(700 * 1px);
}

.u-vscroll._minh750 {
  min-height: calc(750 * 1px);
}

.u-vscroll._minh800 {
  min-height: calc(800 * 1px);
}

.u-vscroll._minh850 {
  min-height: calc(850 * 1px);
}

.u-vscroll._minh900 {
  min-height: calc(900 * 1px);
}

.u-vscroll._minh950 {
  min-height: calc(950 * 1px);
}

.u-vscroll._minh1000 {
  min-height: calc(1000 * 1px);
}

.u-vscroll._h50>* {
  max-height: calc(50 * 1px);
}

.u-vscroll._h100>* {
  max-height: calc(100 * 1px);
}

.u-vscroll._h150>* {
  max-height: calc(150 * 1px);
}

.u-vscroll._h200>* {
  max-height: calc(200 * 1px);
}

.u-vscroll._h250>* {
  max-height: calc(250 * 1px);
}

.u-vscroll._h300>* {
  max-height: calc(300 * 1px);
}

.u-vscroll._h350>* {
  max-height: calc(350 * 1px);
}

.u-vscroll._h400>* {
  max-height: calc(400 * 1px);
}

.u-vscroll._h450>* {
  max-height: calc(450 * 1px);
}

.u-vscroll._h500>* {
  max-height: calc(500 * 1px);
}

.u-vscroll._h550>* {
  max-height: calc(550 * 1px);
}

.u-vscroll._h600>* {
  max-height: calc(600 * 1px);
}

.u-vscroll._h650>* {
  max-height: calc(650 * 1px);
}

.u-vscroll._h700>* {
  max-height: calc(700 * 1px);
}

.u-vscroll._h750>* {
  max-height: calc(750 * 1px);
}

.u-vscroll._h800>* {
  max-height: calc(800 * 1px);
}

.u-vscroll._h850>* {
  max-height: calc(850 * 1px);
}

.u-vscroll._h900>* {
  max-height: calc(900 * 1px);
}

.u-vscroll._h950>* {
  max-height: calc(950 * 1px);
}

.u-vscroll._h1000>* {
  max-height: calc(1000 * 1px);
}

/* 画像枠とシャドウ
-------------------------------------------------- */
.u-imgFrame {
  border: 3px solid white;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

/* テキストリンク
-------------------------------------------------- */
.u-textLink {
  display: inline-block;
  margin-right: 0.3rem;
  font-weight: 700;
  border-bottom: solid thin #ddd;
}

.u-textLink::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
  margin-left: 0.3rem;
  text-decoration: none;
}

.u-textLink[target=_blank]::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  margin-left: 0.3rem;
  text-decoration: none;
}

.u-textLink.stretched-link::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
  margin-right: 0.3rem;
  text-decoration: none;
}

.u-textLink.stretched-link::after {
  opacity: 0;
}

.u-textLink:hover {
  border-bottom: solid thin #777;
  opacity: 1;
}

em.u-textLink::after {
  content: none;
}

em.u-textLink:hover {
  border-bottom: solid thin #ddd;
}

/* 文字のハイライト
-------------------------------------------------- */
.u-marker {
  display: inline;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
  background-image: linear-gradient(transparent 70%, #ffedcc 70%);
}

.text-wrap {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.text-wrap .inner {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: white;
  border: solid 3px #26b7e1;
}

.text-wrap::after {
  position: absolute;
  right: -2rem;
  right: -15px;
  bottom: -2rem;
  bottom: -15px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: radial-gradient(circle, #26b7e1 20%, rgba(0, 0, 0, 0) 10%), radial-gradient(circle, #26b7e1 20%, rgba(0, 0, 0, 0) 10%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}

/* 丸いアイコン
-------------------------------------------------- */
.u-round {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: solid 5px #ddd;
}

.u-round>.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}

.u-round>img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.u-round>._hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}

.u-round::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: radial-gradient(#89ad7e, #c4e4bb);
  background-position: left top;
  background-size: 200% 200%;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}

.u-round::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.u-round:hover {
  opacity: 1;
}

.u-round:hover>._hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.u-round:hover::after {
  -webkit-animation-name: animation;
  animation-name: animation;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animation {
  0% {
    background-position: left top;
    transform: translate(-50%, -50%) rotate(0);
  }

  25% {
    background-position: right top;
  }

  50% {
    background-position: right bottom;
  }

  75% {
    background-position: left bottom;
  }

  100% {
    background-position: left top;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes animation {
  0% {
    background-position: left top;
    transform: translate(-50%, -50%) rotate(0);
  }

  25% {
    background-position: right top;
  }

  50% {
    background-position: right bottom;
  }

  75% {
    background-position: left bottom;
  }

  100% {
    background-position: left top;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/* 平行四辺形
-------------------------------------------------- */
.u-rectangle {
  position: relative;
  overflow: hidden;
}

.u-rectangle::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.u-rectangle._right {
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

.u-rectangle._right::before {
  padding-top: 150%;
}

.u-rectangle._left {
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

.u-rectangle._left::before {
  padding-top: 150%;
}

.u-rectangle>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* background統一
-------------------------------------------------- */
.u-bgiCover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.u-bgiCover._blend {
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.u-bgiContain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.u-bgiLeft {
  background-color: #faf5ea;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 90%;
}

@media (max-width: 992px) {
  .u-bgiLeft {
    background-color: rgba(250, 245, 234, 0.7);
    background-blend-mode: lighten;
  }
}

.u-bgiRight {
  background-repeat: no-repeat;
  background-position: right 50px bottom 50px;
  background-size: 350px auto;
}

.u-bgiBoth {
  background-image: url("../img/bg-body1.svg"), url("../img/bg-body2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 2rem top 2rem, right 2rem bottom 2rem;
  background-size: 350px auto, 350px auto;
}

@media (max-width: 576px) {
  .u-bgiBoth {
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 50% auto, 50% auto;
    background-blend-mode: lighten;
  }
}

.u-bgiRepeat {
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 200px auto;
}

@media (max-width: 992px) {
  .u-bgiRepeat {
    background-attachment: scroll;
    background-size: 100px auto;
  }
}

.u-bgiRepeatX {
  background-repeat: repeat-x;
  background-position: center bottom;
}

.u-bgiNoRepeat {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 400px auto;
}

.u-bgiAttachment {
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 1030px) {
  .u-bgiAttachment._repeat {
    background-size: 100%;
  }
}

@media screen and (max-width: 1030px) {
  .u-bgiAttachment {
    background-attachment: scroll;
  }
}

/* 角丸図形
-------------------------------------------------- */
.u-bdrad {
  overflow: hidden;
  border-radius: 20px;
}

.u-bdrad._left {
  border-radius: 20px 0 0 20px;
}

.u-bdrad._right {
  border-radius: 0 20px 20px 0;
}

@media (max-width: 1100px) {
  .u-bdrad {
    border-radius: 10px !important;
  }
}

/* object-fit
-------------------------------------------------- */
.u-ofcover {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

.u-ofcontain {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f2f7dc;
}

/* 幅指定
-------------------------------------------------- */
.u-width {
  max-width: 100%;
}

.u-width._w-auto {
  width: auto;
}

.u-width._w-50 {
  width: 50px;
}

.u-width._w-100 {
  width: 100px;
}

.u-width._w-150 {
  width: 150px;
}

.u-width._w-200 {
  width: 200px;
}

.u-width._w-250 {
  width: 250px;
}

.u-width._w-300 {
  width: 300px;
}

.u-width._w-350 {
  width: 350px;
}

.u-width._w-400 {
  width: 400px;
}

.u-width._w-450 {
  width: 450px;
}

.u-width._w-500 {
  width: 500px;
}

.u-width._w-550 {
  width: 550px;
}

.u-width._w-600 {
  width: 600px;
}

.u-width._w-650 {
  width: 650px;
}

.u-width._w-700 {
  width: 700px;
}

.u-width._w-750 {
  width: 750px;
}

.u-width._w-800 {
  width: 800px;
}

.u-width._w-850 {
  width: 850px;
}

.u-width._w-900 {
  width: 900px;
}

.u-width._w-950 {
  width: 950px;
}

.u-width._w-1000 {
  width: 1000px;
}

@media (min-width: 576px) {
  .u-width._w-md-auto {
    width: auto;
  }

  .u-width._w-md-50 {
    width: 50px;
  }

  .u-width._w-md-100 {
    width: 100px;
  }

  .u-width._w-md-150 {
    width: 150px;
  }

  .u-width._w-md-200 {
    width: 200px;
  }

  .u-width._w-md-250 {
    width: 250px;
  }

  .u-width._w-md-300 {
    width: 300px;
  }

  .u-width._w-md-350 {
    width: 350px;
  }

  .u-width._w-md-400 {
    width: 400px;
  }

  .u-width._w-md-450 {
    width: 450px;
  }

  .u-width._w-md-500 {
    width: 500px;
  }

  .u-width._w-md-550 {
    width: 550px;
  }

  .u-width._w-md-600 {
    width: 600px;
  }

  .u-width._w-md-650 {
    width: 650px;
  }

  .u-width._w-md-700 {
    width: 700px;
  }

  .u-width._w-md-750 {
    width: 750px;
  }

  .u-width._w-md-800 {
    width: 800px;
  }

  .u-width._w-md-850 {
    width: 850px;
  }

  .u-width._w-md-900 {
    width: 900px;
  }

  .u-width._w-md-950 {
    width: 950px;
  }

  .u-width._w-md-1000 {
    width: 1000px;
  }
}

@media (min-width: 992px) {
  .u-width._w-lg-auto {
    width: auto;
  }

  .u-width._w-lg-50 {
    width: 50px;
  }

  .u-width._w-lg-100 {
    width: 100px;
  }

  .u-width._w-lg-150 {
    width: 150px;
  }

  .u-width._w-lg-200 {
    width: 200px;
  }

  .u-width._w-lg-250 {
    width: 250px;
  }

  .u-width._w-lg-300 {
    width: 300px;
  }

  .u-width._w-lg-350 {
    width: 350px;
  }

  .u-width._w-lg-400 {
    width: 400px;
  }

  .u-width._w-lg-450 {
    width: 450px;
  }

  .u-width._w-lg-500 {
    width: 500px;
  }

  .u-width._w-lg-550 {
    width: 550px;
  }

  .u-width._w-lg-600 {
    width: 600px;
  }

  .u-width._w-lg-650 {
    width: 650px;
  }

  .u-width._w-lg-700 {
    width: 700px;
  }

  .u-width._w-lg-750 {
    width: 750px;
  }

  .u-width._w-lg-800 {
    width: 800px;
  }

  .u-width._w-lg-850 {
    width: 850px;
  }

  .u-width._w-lg-900 {
    width: 900px;
  }

  .u-width._w-lg-950 {
    width: 950px;
  }

  .u-width._w-lg-1000 {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .u-width._w-xl-auto {
    width: auto;
  }

  .u-width._w-xl-50 {
    width: 50px;
  }

  .u-width._w-xl-100 {
    width: 100px;
  }

  .u-width._w-xl-150 {
    width: 150px;
  }

  .u-width._w-xl-200 {
    width: 200px;
  }

  .u-width._w-xl-250 {
    width: 250px;
  }

  .u-width._w-xl-300 {
    width: 300px;
  }

  .u-width._w-xl-350 {
    width: 350px;
  }

  .u-width._w-xl-400 {
    width: 400px;
  }

  .u-width._w-xl-450 {
    width: 450px;
  }

  .u-width._w-xl-500 {
    width: 500px;
  }

  .u-width._w-xl-550 {
    width: 550px;
  }

  .u-width._w-xl-600 {
    width: 600px;
  }

  .u-width._w-xl-650 {
    width: 650px;
  }

  .u-width._w-xl-700 {
    width: 700px;
  }

  .u-width._w-xl-750 {
    width: 750px;
  }

  .u-width._w-xl-800 {
    width: 800px;
  }

  .u-width._w-xl-850 {
    width: 850px;
  }

  .u-width._w-xl-900 {
    width: 900px;
  }

  .u-width._w-xl-950 {
    width: 950px;
  }

  .u-width._w-xl-1000 {
    width: 1000px;
  }
}

@media (min-width: 1400px) {
  .u-width._w-xxl-auto {
    width: auto;
  }

  .u-width._w-xxl-50 {
    width: 50px;
  }

  .u-width._w-xxl-100 {
    width: 100px;
  }

  .u-width._w-xxl-150 {
    width: 150px;
  }

  .u-width._w-xxl-200 {
    width: 200px;
  }

  .u-width._w-xxl-250 {
    width: 250px;
  }

  .u-width._w-xxl-300 {
    width: 300px;
  }

  .u-width._w-xxl-350 {
    width: 350px;
  }

  .u-width._w-xxl-400 {
    width: 400px;
  }

  .u-width._w-xxl-450 {
    width: 450px;
  }

  .u-width._w-xxl-500 {
    width: 500px;
  }

  .u-width._w-xxl-550 {
    width: 550px;
  }

  .u-width._w-xxl-600 {
    width: 600px;
  }

  .u-width._w-xxl-650 {
    width: 650px;
  }

  .u-width._w-xxl-700 {
    width: 700px;
  }

  .u-width._w-xxl-750 {
    width: 750px;
  }

  .u-width._w-xxl-800 {
    width: 800px;
  }

  .u-width._w-xxl-850 {
    width: 850px;
  }

  .u-width._w-xxl-900 {
    width: 900px;
  }

  .u-width._w-xxl-950 {
    width: 950px;
  }

  .u-width._w-xxl-1000 {
    width: 1000px;
  }
}

/* 高さ指定
-------------------------------------------------- */
.u-height {
  position: relative;
  overflow: hidden;
}

.u-height._shadow {
  position: relative;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.u-height._shadow img {
  border-radius: 20px;
}

.u-height._shadow::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  content: "";
  background-color: #bbb;
  border-radius: 20px;
}

.u-height._shadow>* {
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .u-height._shadow {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .u-height._shadow::after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}

.u-height._h-auto {
  height: auto;
}

.u-height._h-50 {
  height: 50px;
}

.u-height._h-100 {
  height: 100px;
}

.u-height._h-150 {
  height: 150px;
}

.u-height._h-200 {
  height: 200px;
}

.u-height._h-250 {
  height: 250px;
}

.u-height._h-300 {
  height: 300px;
}

.u-height._h-350 {
  height: 350px;
}

.u-height._h-400 {
  height: 400px;
}

.u-height._h-450 {
  height: 450px;
}

.u-height._h-500 {
  height: 500px;
}

.u-height._h-550 {
  height: 550px;
}

.u-height._h-600 {
  height: 600px;
}

.u-height._h-650 {
  height: 650px;
}

.u-height._h-700 {
  height: 700px;
}

.u-height._h-750 {
  height: 750px;
}

.u-height._h-800 {
  height: 800px;
}

.u-height._h-850 {
  height: 850px;
}

.u-height._h-900 {
  height: 900px;
}

.u-height._h-950 {
  height: 950px;
}

.u-height._h-1000 {
  height: 1000px;
}

@media (min-width: 576px) {
  .u-height._h-md-auto {
    height: auto;
  }

  .u-height._h-md-50 {
    height: 50px;
  }

  .u-height._h-md-100 {
    height: 100px;
  }

  .u-height._h-md-150 {
    height: 150px;
  }

  .u-height._h-md-200 {
    height: 200px;
  }

  .u-height._h-md-250 {
    height: 250px;
  }

  .u-height._h-md-300 {
    height: 300px;
  }

  .u-height._h-md-350 {
    height: 350px;
  }

  .u-height._h-md-400 {
    height: 400px;
  }

  .u-height._h-md-450 {
    height: 450px;
  }

  .u-height._h-md-500 {
    height: 500px;
  }

  .u-height._h-md-550 {
    height: 550px;
  }

  .u-height._h-md-600 {
    height: 600px;
  }

  .u-height._h-md-650 {
    height: 650px;
  }

  .u-height._h-md-700 {
    height: 700px;
  }

  .u-height._h-md-750 {
    height: 750px;
  }

  .u-height._h-md-800 {
    height: 800px;
  }

  .u-height._h-md-850 {
    height: 850px;
  }

  .u-height._h-md-900 {
    height: 900px;
  }

  .u-height._h-md-950 {
    height: 950px;
  }

  .u-height._h-md-1000 {
    height: 1000px;
  }
}

@media (min-width: 992px) {
  .u-height._h-lg-auto {
    height: auto;
  }

  .u-height._h-lg-50 {
    height: 50px;
  }

  .u-height._h-lg-100 {
    height: 100px;
  }

  .u-height._h-lg-150 {
    height: 150px;
  }

  .u-height._h-lg-200 {
    height: 200px;
  }

  .u-height._h-lg-250 {
    height: 250px;
  }

  .u-height._h-lg-300 {
    height: 300px;
  }

  .u-height._h-lg-350 {
    height: 350px;
  }

  .u-height._h-lg-400 {
    height: 400px;
  }

  .u-height._h-lg-450 {
    height: 450px;
  }

  .u-height._h-lg-500 {
    height: 500px;
  }

  .u-height._h-lg-550 {
    height: 550px;
  }

  .u-height._h-lg-600 {
    height: 600px;
  }

  .u-height._h-lg-650 {
    height: 650px;
  }

  .u-height._h-lg-700 {
    height: 700px;
  }

  .u-height._h-lg-750 {
    height: 750px;
  }

  .u-height._h-lg-800 {
    height: 800px;
  }

  .u-height._h-lg-850 {
    height: 850px;
  }

  .u-height._h-lg-900 {
    height: 900px;
  }

  .u-height._h-lg-950 {
    height: 950px;
  }

  .u-height._h-lg-1000 {
    height: 1000px;
  }
}

@media (min-width: 1200px) {
  .u-height._h-xl-auto {
    height: auto;
  }

  .u-height._h-xl-50 {
    height: 50px;
  }

  .u-height._h-xl-100 {
    height: 100px;
  }

  .u-height._h-xl-150 {
    height: 150px;
  }

  .u-height._h-xl-200 {
    height: 200px;
  }

  .u-height._h-xl-250 {
    height: 250px;
  }

  .u-height._h-xl-300 {
    height: 300px;
  }

  .u-height._h-xl-350 {
    height: 350px;
  }

  .u-height._h-xl-400 {
    height: 400px;
  }

  .u-height._h-xl-450 {
    height: 450px;
  }

  .u-height._h-xl-500 {
    height: 500px;
  }

  .u-height._h-xl-550 {
    height: 550px;
  }

  .u-height._h-xl-600 {
    height: 600px;
  }

  .u-height._h-xl-650 {
    height: 650px;
  }

  .u-height._h-xl-700 {
    height: 700px;
  }

  .u-height._h-xl-750 {
    height: 750px;
  }

  .u-height._h-xl-800 {
    height: 800px;
  }

  .u-height._h-xl-850 {
    height: 850px;
  }

  .u-height._h-xl-900 {
    height: 900px;
  }

  .u-height._h-xl-950 {
    height: 950px;
  }

  .u-height._h-xl-1000 {
    height: 1000px;
  }
}

@media (min-width: 1400px) {
  .u-height._h-xxl-auto {
    height: auto;
  }

  .u-height._h-xxl-50 {
    height: 50px;
  }

  .u-height._h-xxl-100 {
    height: 100px;
  }

  .u-height._h-xxl-150 {
    height: 150px;
  }

  .u-height._h-xxl-200 {
    height: 200px;
  }

  .u-height._h-xxl-250 {
    height: 250px;
  }

  .u-height._h-xxl-300 {
    height: 300px;
  }

  .u-height._h-xxl-350 {
    height: 350px;
  }

  .u-height._h-xxl-400 {
    height: 400px;
  }

  .u-height._h-xxl-450 {
    height: 450px;
  }

  .u-height._h-xxl-500 {
    height: 500px;
  }

  .u-height._h-xxl-550 {
    height: 550px;
  }

  .u-height._h-xxl-600 {
    height: 600px;
  }

  .u-height._h-xxl-650 {
    height: 650px;
  }

  .u-height._h-xxl-700 {
    height: 700px;
  }

  .u-height._h-xxl-750 {
    height: 750px;
  }

  .u-height._h-xxl-800 {
    height: 800px;
  }

  .u-height._h-xxl-850 {
    height: 850px;
  }

  .u-height._h-xxl-900 {
    height: 900px;
  }

  .u-height._h-xxl-950 {
    height: 950px;
  }

  .u-height._h-xxl-1000 {
    height: 1000px;
  }
}

/* cmsのボタン装飾
-------------------------------------------------- */
.blog-cms .pages {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  font-size: 0.8em;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.blog-cms .pages>.page_next>a,
.blog-cms .pages>.page_prev>a {
  border: solid thin #bcd752;
  padding: 0.5rem 0.2rem;
  display: block;
}

.blog-cms .pages>.page_next>a:hover,
.blog-cms .pages>.page_prev>a:hover {
  color: white;
  background-color: #bcd752;
  transition: all 0.3s ease;
}

.blog-cms .pages>.page_next::before,
.blog-cms .pages>.page_prev::before {
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  display: block;
}

.blog-cms._detail .pages>.page_next {
  grid-column: 1/7;
}

.blog-cms._detail .pages>.page_next::before {
  content: "NEXT";
  text-align: left;
}

.blog-cms._detail .pages>.page_prev {
  grid-column: 7/13;
}

.blog-cms._detail .pages>.page_prev::before {
  content: "PREV";
  text-align: right;
}

.blog-cms._list .pages {
  font-size: 0.9em;
}

.blog-cms._list .pages>.page_next {
  grid-column: 10/13;
}

.blog-cms._list .pages>.page_next::before {
  content: "OLDER";
  text-align: right;
}

.blog-cms._list .pages>.page_prev {
  grid-column: 1/4;
}

.blog-cms._list .pages>.page_prev::before {
  content: "NEWER";
  text-align: left;
}

@media (min-width: 992px) {
  .blog-cms._detail .pages>.page_next {
    grid-column: 1/6;
  }

  .blog-cms._detail .pages>.page_prev {
    grid-column: 8/13;
  }

  .blog-cms._list .pages>.page_next {
    grid-column: 9/13;
  }

  .blog-cms._list .pages>.page_prev {
    grid-column: 1/5;
  }
}

/* コンテナ1
-------------------------------------------------- */
.u-container1 {
  position: relative;
  padding: 4rem;
  line-height: 2;
  background-color: #eee;
}

.u-container1::before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e977";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  font-size: 1.5em;
  color: #ccc;
  text-align: left;
}

.u-container1::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e978";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  padding-top: 15px;
  font-size: 1.5em;
  color: #ccc;
  text-align: right;
}

.u-container1._lignt {
  color: white;
}

.u-container1._lignt::before {
  color: white;
}

.u-container1._lignt::after {
  color: white;
}

@media (max-width: 1100px) {
  .u-container1 {
    padding: 4rem 2rem;
  }
}

/* コンテナ2
-------------------------------------------------- */
.u-container2 {
  --inset: 0.8rem;
  position: relative;
  padding: 0 var(--inset) var(--inset) 0;
}

.u-container2>.inner {
  position: relative;
  z-index: 1;
  padding: calc(var(--inset) * 3);
  background-color: white;
  border: solid 3px #bcd752;
  border-radius: 20px;
}

.u-container2::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: calc(100% - var(--inset));
  height: calc(100% - var(--inset));
  content: "";
  background-image: radial-gradient(#7bded9 40%, transparent 40%);
  background-size: 6px 6px;
  border-radius: 20px;
}

@media (max-width: 576px) {
  .u-container2 {
    --inset: 1rem;
  }

  .u-container2>.inner {
    padding: calc(var(--inset) * 2) calc(var(--inset) * 1);
  }
}

/* バナーリンク1
-------------------------------------------------- */
/* a.u-bnrlink1._circle>div.bg>img[src="<?= \$sample; ?>"]^div.inner>h4.title-main{タイトル}+p.title-sub{title} */
.u-bnrlink1 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrlink1._porigon {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.u-bnrlink1._porigon:hover {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.u-bnrlink1._circle {
  border-radius: 20px;
}

.u-bnrlink1._circle:hover {
  border-radius: 50%;
}

.u-bnrlink1::before {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrlink1._h50p::before {
  padding-top: calc(50 * 1%);
}

.u-bnrlink1._h60p::before {
  padding-top: calc(60 * 1%);
}

.u-bnrlink1._h75p::before {
  padding-top: calc(75 * 1%);
}

.u-bnrlink1._h100p::before {
  padding-top: calc(100 * 1%);
}

.u-bnrlink1._h115p::before {
  padding-top: calc(115 * 1%);
}

.u-bnrlink1._h133p::before {
  padding-top: calc(133 * 1%);
}

.u-bnrlink1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background-image: linear-gradient(to left, white, #bcd752);
  background-size: 100%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) rotate(0turn);
}

.u-bnrlink1>.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrlink1>.bg>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-bnrlink1>.inner {
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  z-index: 3;
  width: calc(100% - 0.6rem);
  height: auto;
  padding: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrlink1>.inner .title-main {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}

.u-bnrlink1>.inner .title-sub {
  margin-bottom: 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}

.u-bnrlink1>.inner .dummy-btn {
  position: absolute;
  bottom: -20px;
  left: 20px;
  display: inline-block;
  padding: 0.3rem 1rem 0;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 0.8rem;
  color: white;
  border: solid thin white;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrlink1:hover {
  opacity: 0.9;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.u-bnrlink1:hover::after {
  opacity: 0.9;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-name: bnrlink1;
  animation-name: bnrlink1;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.u-bnrlink1:hover>.bg {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: scale(1.2) rotate(-30deg);
}

.u-bnrlink1:hover>.inner {
  bottom: 50%;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translateY(50%);
}

.u-bnrlink1:hover>.inner .dummy-btn {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (max-width: 560px) {
  .u-bnrlink1 .inner {
    padding: 1rem;
  }

  .u-bnrlink1 .inner .title-main {
    font-size: 1rem;
  }

  .u-bnrlink1 .inner .title-sub {
    font-size: 0.8rem;
  }
}

@-webkit-keyframes bnrlink1 {
  from {
    background-position: 0% 0%;
    transform: translate(-50%, -50%) rotate(0turn);
  }

  to {
    background-position: 100% 1000%;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes bnrlink1 {
  from {
    background-position: 0% 0%;
    transform: translate(-50%, -50%) rotate(0turn);
  }

  to {
    background-position: 100% 1000%;
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/* バナーリンク2
-------------------------------------------------- */
/* a.u-bnrLink2._ratio-16x9>div.inner.text-center>p.en.mb-0{###}+h4{###}+hr.bnr-divider+em.dummy-btn.en.fs-7{Read more}^img[src="img/top1.jpg"].bgi */
.u-bnrLink2 {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
  width: 100%;
}

.u-bnrLink2>.bgi {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.u-bnrLink2>.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 90%;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}

.u-bnrLink2>.inner .bnr-divider {
  width: 5rem;
  margin-right: auto;
  margin-left: auto;
}

.u-bnrLink2>.inner>.dummy-btn {
  display: inline-block;
  padding: 0 1rem;
}

.u-bnrLink2::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 300%;
  height: 100%;
  content: "";
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrLink2:hover {
  opacity: 1;
}

.u-bnrLink2:hover>.bgi {
  filter: blur(5px) grayscale(100%);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) scale(1.2);
}

.u-bnrLink2:hover>.inner {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.u-bnrLink2:hover>.inner>.dummy-btn {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-bnrLink2:hover::before {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-60%);
}

.u-bnrLink2>.inner {
  color: #f8f9fa;
}

.u-bnrLink2>.inner .bnr-divider {
  background-color: #f8f9fa;
}

.u-bnrLink2>.inner>.dummy-btn {
  border: solid thin #f8f9fa;
}

.u-bnrLink2::before {
  background-image: linear-gradient(105deg, rgba(33, 37, 41, 0.6) 50%, rgba(33, 37, 41, 0.2) 50%);
}

.u-bnrLink2:hover>.inner>.dummy-btn {
  color: #212529;
  background-color: #f8f9fa;
}

.u-bnrLink2._ratio-1x1 {
  aspect-ratio: 1;
}

.u-bnrLink2._ratio-4x3 {
  aspect-ratio: 1.3333333333;
}

.u-bnrLink2._ratio-16x9 {
  aspect-ratio: 1.7777777778;
}

.u-bnrLink2._ratio-16x11 {
  aspect-ratio: 1.4545454545;
}

.u-bnrLink2._ratio-21x9 {
  aspect-ratio: 2.3333333333;
}

.u-bnrLink2._ratio-3x4 {
  aspect-ratio: 0.75;
}

.u-bnrLink2._ratio-9x16 {
  aspect-ratio: 0.5625;
}

.u-bnrLink2._ratio-9x21 {
  aspect-ratio: 0.4285714286;
}

.u-bnrLink2._ratio-unset {
  aspect-ratio: unset;
}

.u-bnrLink2._ratio-fill {
  aspect-ratio: unset;
  height: 100%;
}

@media (min-width: 576px) {
  .u-bnrLink2 {
    height: auto;
  }

  .u-bnrLink2._ratio-md-1x1 {
    aspect-ratio: 1;
  }

  .u-bnrLink2._ratio-md-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-bnrLink2._ratio-md-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-bnrLink2._ratio-md-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-bnrLink2._ratio-md-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-bnrLink2._ratio-md-3x4 {
    aspect-ratio: 0.75;
  }

  .u-bnrLink2._ratio-md-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-bnrLink2._ratio-md-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-bnrLink2._ratio-md-unset {
    aspect-ratio: unset;
  }

  .u-bnrLink2._ratio-md-fill {
    aspect-ratio: unset;
  }
}

@media (min-width: 992px) {
  .u-bnrLink2 {
    height: auto;
  }

  .u-bnrLink2._ratio-lg-1x1 {
    aspect-ratio: 1;
  }

  .u-bnrLink2._ratio-lg-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-bnrLink2._ratio-lg-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-bnrLink2._ratio-lg-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-bnrLink2._ratio-lg-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-bnrLink2._ratio-lg-3x4 {
    aspect-ratio: 0.75;
  }

  .u-bnrLink2._ratio-lg-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-bnrLink2._ratio-lg-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-bnrLink2._ratio-lg-unset {
    aspect-ratio: unset;
  }

  .u-bnrLink2._ratio-lg-fill {
    aspect-ratio: unset;
  }
}

@media (min-width: 1200px) {
  .u-bnrLink2 {
    height: auto;
  }

  .u-bnrLink2._ratio-xl-1x1 {
    aspect-ratio: 1;
  }

  .u-bnrLink2._ratio-xl-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-bnrLink2._ratio-xl-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-bnrLink2._ratio-xl-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-bnrLink2._ratio-xl-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-bnrLink2._ratio-xl-3x4 {
    aspect-ratio: 0.75;
  }

  .u-bnrLink2._ratio-xl-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-bnrLink2._ratio-xl-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-bnrLink2._ratio-xl-unset {
    aspect-ratio: unset;
  }

  .u-bnrLink2._ratio-xl-fill {
    aspect-ratio: unset;
  }
}

@media (min-width: 1400px) {
  .u-bnrLink2 {
    height: auto;
  }

  .u-bnrLink2._ratio-xxl-1x1 {
    aspect-ratio: 1;
  }

  .u-bnrLink2._ratio-xxl-4x3 {
    aspect-ratio: 1.3333333333;
  }

  .u-bnrLink2._ratio-xxl-16x9 {
    aspect-ratio: 1.7777777778;
  }

  .u-bnrLink2._ratio-xxl-16x11 {
    aspect-ratio: 1.4545454545;
  }

  .u-bnrLink2._ratio-xxl-21x9 {
    aspect-ratio: 2.3333333333;
  }

  .u-bnrLink2._ratio-xxl-3x4 {
    aspect-ratio: 0.75;
  }

  .u-bnrLink2._ratio-xxl-9x16 {
    aspect-ratio: 0.5625;
  }

  .u-bnrLink2._ratio-xxl-9x21 {
    aspect-ratio: 0.4285714286;
  }

  .u-bnrLink2._ratio-xxl-unset {
    aspect-ratio: unset;
  }

  .u-bnrLink2._ratio-xxl-fill {
    aspect-ratio: unset;
  }
}

.u-bnrlink5 {
  display: block;
  text-align: center;
}

.u-bnrlink5 .image {
  padding: 20px 0 0;
}

.u-bnrlink5 .image>img {
  transition: all 0.4s ease;
  width: 40%;
}

.u-bnrlink5 h4 {
  font-size: 1.4rem;
}

.u-bnrlink5 .angle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.u-bnrlink5 .angle>em {
  font-size: 1.2rem;
}

.u-bnrlink5 .angle>img {
  width: 2rem;
  margin-left: 0.8rem;
  transition: all 0.4s ease;
}

.u-bnrlink5:hover {
  opacity: 1;
}

.u-bnrlink5:hover .image>img {
  transform: translateY(-15%);
  transition: all 0.4s ease;
}

.u-bnrlink5:hover .angle>img {
  transform: translatex(20%);
  transition: all 0.4s ease;
}

.u-bnr {
  position: relative;
  display: block;
  background-color: white;
  border: solid 2px #aaa;
}

.u-bnr::before {
  display: block;
  width: 100%;
  padding-top: 43%;
  content: "";
}

.u-bnr .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
}

.infinite-wrap {
  overflow: hidden;
}

.infinite-wrap .infinite {
  display: none;
}

.infinite-wrap .infinite>li {
  width: 350px;
  aspect-ratio: 1;
  margin: 10px;
}

.infinite-wrap .infinite>li>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .infinite-wrap .infinite>li {
    width: 250px;
  }
}

/* テキストの装飾
-------------------------------------------------- */
.u-decoX {
  position: relative;
  display: inline-block;
  margin: 0 calc(1 * 1em + 0.5em);
}

.u-decoX::before {
  position: absolute;
  right: calc(100% + 0.4em);
  bottom: 50%;
  font-size: calc(1 * 1em);
  content: "―";
  transform: translateY(50%);
}

.u-decoX::after {
  position: absolute;
  bottom: 50%;
  left: calc(100% + 0.4em);
  font-size: calc(1 * 1em);
  content: "―";
  transform: translateY(50%);
}

.u-decoX._slash::before,
.u-decoX._slash::after {
  bottom: 50%;
  display: inline-block;
  width: 2em;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.u-decoX._slash::before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 200'><defs><style>.cls-1{fill:%2342bcc7;}</style></defs><polygon class='cls-1' points='115.5 8.5 51.5 26.5 145.5 192.5 115.5 8.5'/><polygon class='cls-1' points='5.5 125.5 41.5 85.5 131.5 195.5 5.5 125.5'/></svg>");
}

.u-decoX._slash::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 200'><defs><style>.cls-1{fill:%2342bcc7;}</style></defs><polygon class='cls-1' points='35.5 8.5 99.5 26.5 5.5 192.5 35.5 8.5'/><polygon class='cls-1' points='145.5 125.5 109.5 85.5 19.5 195.5 145.5 125.5'/></svg>");
}

.u-decoTop {
  position: relative;
}

.u-decoTop::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1rem;
  content: "";
  background-image: radial-gradient(circle, #bcd752 0.25rem, transparent 0.25rem);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 1em 0.5rem;
}

.u-vwright {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.u-privacy>dd {
  margin-bottom: 50px;
}

/* SNS風コンテナ
-------------------------------------------------- */
/*  .u-sns1>.inner-left>figure.u-snsimg>img[src="img/s_female.jpg"alt="イメージ"]+figcaption{###}^.u-snsbody>p{###} */
.u-sns1 {
  --bg-color: #eee;
  _display: inline-block;
  /* clearfix */
  width: 100%;
  /* clearfix */
}

.u-sns1._light {
  --bg-color: white;
}

.u-sns1 * {
  box-sizing: border-box;
}

.u-sns1::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

.u-sns1 .inner-left,
.u-sns1 .inner-right {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  padding: 20px;
}

.u-sns1 .inner-left .u-snsimg,
.u-sns1 .inner-right .u-snsimg {
  width: 15%;
}

.u-sns1 .inner-left .u-snsimg>img,
.u-sns1 .inner-right .u-snsimg>img {
  width: 100%;
  border: solid thin #999;
  border-radius: 100%;
}

.u-sns1 .inner-left .u-snsimg>figcaption,
.u-sns1 .inner-right .u-snsimg>figcaption {
  font-size: 0.8em;
  text-align: center;
}

.u-sns1 .inner-left .u-snsbody,
.u-sns1 .inner-right .u-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  background-color: var(--bg-color);
}

.u-sns1 .inner-left .u-snsbody::before,
.u-sns1 .inner-left .u-snsbody::after,
.u-sns1 .inner-right .u-snsbody::before,
.u-sns1 .inner-right .u-snsbody::after {
  position: absolute;
  content: "";
}

.u-sns1 .inner-left {
  float: left;
}

.u-sns1 .inner-left .u-snsbody {
  margin-left: 5%;
  background-color: var(--bg-color);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.u-sns1 .inner-left .u-snsbody::before {
  top: 22px;
  left: -20px;
  border: 10px solid transparent;
  border-right: solid 10px var(--bg-color);
}

.u-sns1 .inner-left .u-snsstamp {
  position: relative;
  margin-top: 15px;
  padding-left: 20%;
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 25%);
  gap: 5px;
}

.u-sns1 .inner-left .u-snsstamp .stamp-inner {
  overflow: hidden;
  border: solid thin #999;
  border-radius: 20px;
  aspect-ratio: 3/4;
  margin-right: 0.5rem;
}

.u-sns1 .inner-left .u-snsstamp .stamp-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-sns1 .inner-right {
  float: right;
}

.u-sns1 .inner-right .u-snsimg {
  order: 2;
}

.u-sns1 .inner-right .u-snsbody {
  order: 1;
  margin-right: 5%;
  background: #9cd6e7;
}

.u-sns1 .inner-right .u-snsbody::after {
  top: 22px;
  right: -20px;
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
}

.u-sns2 {
  _display: inline-block;
  /* clearfix */
  width: 100%;
  /* clearfix */
}

.u-sns2 * {
  box-sizing: border-box;
}

.u-sns2::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

.u-sns2 .inner-left,
.u-sns2 .inner-right {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  padding: 20px;
}

.u-sns2 .inner-left .u-snsimg,
.u-sns2 .inner-right .u-snsimg {
  width: 15%;
}

.u-sns2 .inner-left .u-snsbody,
.u-sns2 .inner-right .u-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  background-color: #faf5ea;
  border-radius: 20px;
}

.u-sns2 .inner-left .u-snsbody::after,
.u-sns2 .inner-right .u-snsbody::after {
  position: absolute;
  content: "";
}

.u-sns2 .inner-left {
  float: left;
}

.u-sns2 .inner-left .u-snsbody {
  margin-left: 5%;
  background-color: #faf5ea;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.u-sns2 .inner-left .u-snsbody::before {
  display: block;
  height: 2rem;
  margin-bottom: 0.3rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20200%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%230071bc%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13.578%2C96.583a82.629%2C82.629%2C0%2C0%2C1%2C6.558-32.678A87.039%2C87.039%2C0%2C0%2C1%2C65.472%2C18.11%2C81.707%2C81.707%2C0%2C0%2C1%2C98.5%2C11.436a81.409%2C81.409%2C0%2C0%2C1%2C32.678%2C6.674%2C87.886%2C87.886%2C0%2C0%2C1%2C45.8%2C45.8%2C81.983%2C81.983%2C0%2C0%2C1%2C6.673%2C32.908%2C81.957%2C81.957%2C0%2C0%2C1-6.673%2C32.909%2C85.878%2C85.878%2C0%2C0%2C1-45.566%2C45.22A83.208%2C83.208%2C0%2C0%2C1%2C98.5%2C181.5%2C83.986%2C83.986%2C0%2C0%2C1%2C13.578%2C96.583Zm23.012.23a62.539%2C62.539%2C0%2C0%2C0%2C18.065%2C44.415%2C63.943%2C63.943%2C0%2C0%2C0%2C19.791%2C13.693%2C59.189%2C59.189%2C0%2C0%2C0%2C24.279%2C4.948A59.194%2C59.194%2C0%2C0%2C0%2C123%2C154.921%2C64.025%2C64.025%2C0%2C0%2C0%2C155.8%2C72.19a64.239%2C64.239%2C0%2C0%2C0-13.233-20.136%2C61.54%2C61.54%2C0%2C0%2C0-19.791-13.578A60.307%2C60.307%2C0%2C0%2C0%2C98.5%2C33.528a59.7%2C59.7%2C0%2C0%2C0-24.509%2C5.063A62.333%2C62.333%2C0%2C0%2C0%2C41.193%2C72.535%2C64.141%2C64.141%2C0%2C0%2C0%2C36.59%2C96.813Zm97.115%2C61.215h57.071V179.66H103.788Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M253.139%2C183.342q-13.349%2C0-21.747-7.94t-8.86-20.6V84.387h21.633v62.824a20.916%2C20.916%2C0%2C0%2C0%2C4.6%2C12.542q4.14%2C4.953%2C12.887%2C5.179a23.112%2C23.112%2C0%2C0%2C0%2C14.153-4.718%2C34.015%2C34.015%2C0%2C0%2C0%2C10.24-12.887%2C42.381%2C42.381%2C0%2C0%2C0%2C3.912-18.526V84.387h21.4V179.66H291.8l-1.842-23.473%2C1.381%2C4.372a37.547%2C37.547%2C0%2C0%2C1-8.514%2C11.622%2C40.563%2C40.563%2C0%2C0%2C1-13.232%2C8.169A45.156%2C45.156%2C0%2C0%2C1%2C253.139%2C183.342Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M392.6%2C181.961q-16.346%2C0-28.076-6.559a46.464%2C46.464%2C0%2C0%2C1-18.18-17.95%2C52.105%2C52.105%2C0%2C0%2C1-6.444-26.119%2C46.956%2C46.956%2C0%2C0%2C1%2C7.249-25.544%2C54.568%2C54.568%2C0%2C0%2C1%2C19.216-18.411%2C52.438%2C52.438%2C0%2C0%2C1%2C26.694-6.9q18.867%2C0%2C31.3%2C11.046T441.383%2C121.9l-78.7%2C27.616-5.063-12.657%2C64.2-23.7-4.371%2C3.222a31.1%2C31.1%2C0%2C0%2C0-9.2-13.118q-6.446-5.523-16.8-5.523a28.88%2C28.88%2C0%2C0%2C0-26.236%2C15.534%2C35.068%2C35.068%2C0%2C0%2C0-3.912%2C16.914%2C36.273%2C36.273%2C0%2C0%2C0%2C4.027%2C17.26A29.438%2C29.438%2C0%2C0%2C0%2C376.6%2C159.293a31.845%2C31.845%2C0%2C0%2C0%2C16.453%2C4.258%2C32.8%2C32.8%2C0%2C0%2C0%2C12.082-2.3%2C53.953%2C53.953%2C0%2C0%2C0%2C11.162-5.984l9.664%2C15.879a65.937%2C65.937%2C0%2C0%2C1-15.994%2C7.824A54.184%2C54.184%2C0%2C0%2C1%2C392.6%2C181.961Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M461.055%2C158.718a11.836%2C11.836%2C0%2C0%2C1%2C8.4-3.682q4.143%2C0%2C7.94%2C3.682a11.777%2C11.777%2C0%2C0%2C1%2C3.8%2C8.745%2C11.211%2C11.211%2C0%2C0%2C1-3.8%2C8.86%2C11.919%2C11.919%2C0%2C0%2C1-7.94%2C3.337%2C12.434%2C12.434%2C0%2C0%2C1-8.4-3.337%2C11.209%2C11.209%2C0%2C0%2C1-3.8-8.86A11.775%2C11.775%2C0%2C0%2C1%2C461.055%2C158.718Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.u-sns2 .inner-left .u-snsbody::after {
  top: 22px;
  left: -20px;
  border: 10px solid transparent;
  border-right: solid 10px #faf5ea;
}

.u-sns2 .inner-right {
  float: right;
}

.u-sns2 .inner-right .u-snsimg {
  order: 2;
}

.u-sns2 .inner-right .u-snsbody {
  order: 1;
  margin-right: 5%;
  background-color: #9cd6e7;
}

.u-sns2 .inner-right .u-snsbody::before {
  display: block;
  height: 2rem;
  margin-bottom: 0.3rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20200%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Ared%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.248%2C183.34%2C106.437%2C10.054h1.546L189.431%2C183.34h-28.61L99.994%2C45.033l17.784-10.356L49.991%2C183.34ZM72.93%2C120.285h69.333l8.248%2C19.331h-84.8Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M235.646%2C88.067l1.611%2C23.243-.69-3.682A35.333%2C35.333%2C0%2C0%2C1%2C251.3%2C90.713q10.356-6.326%2C24.164-6.328%2C13.344%2C0%2C21.977%2C7.94t8.86%2C20.6v70.42H284.664V120.285a19.511%2C19.511%2C0%2C0%2C0-4.487-12.542q-4.262-4.945-13.233-4.948a25.9%2C25.9%2C0%2C0%2C0-14.843%2C4.6%2C30.74%2C30.74%2C0%2C0%2C0-10.586%2C12.657%2C43.263%2C43.263%2C0%2C0%2C0-3.8%2C18.64V183.34H216.085V88.067Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M380.7%2C185.181a82.846%2C82.846%2C0%2C0%2C1-24.2-3.567%2C48.549%2C48.549%2C0%2C0%2C1-19.389-10.7l11.039-12.428a61.6%2C61.6%2C0%2C0%2C0%2C15.286%2C8.63%2C43.047%2C43.047%2C0%2C0%2C0%2C15.285%2C2.877%2C44.857%2C44.857%2C0%2C0%2C0%2C10.472-1.151%2C16.989%2C16.989%2C0%2C0%2C0%2C7.785-3.912%2C9.3%2C9.3%2C0%2C0%2C0%2C2.972-7.135%2C9.394%2C9.394%2C0%2C0%2C0-4.1-8.168%2C35.583%2C35.583%2C0%2C0%2C0-10.332-4.718q-6.231-1.841-13.587-3.452-14.436-3.911-22.078-10.816a21.8%2C21.8%2C0%2C0%2C1-7.643-16.8%2C23.924%2C23.924%2C0%2C0%2C1%2C4.67-14.152q4.671-6.559%2C14.012-10.816t22.644-4.258a89.71%2C89.71%2C0%2C0%2C1%2C21.8%2C2.417A56.791%2C56.791%2C0%2C0%2C1%2C423.439%2C95.2l-10.472%2C13.347a33.96%2C33.96%2C0%2C0%2C0-12.031-6.558A42.343%2C42.343%2C0%2C0%2C0%2C388.341%2C99.8a34.175%2C34.175%2C0%2C0%2C0-9.483%2C1.266%2C17.783%2C17.783%2C0%2C0%2C0-7.077%2C3.683%2C7.839%2C7.839%2C0%2C0%2C0-2.688%2C6.1%2C8.3%2C8.3%2C0%2C0%2C0%2C3.821%2C7.709%2C35.323%2C35.323%2C0%2C0%2C0%2C10.331%2C4.718q6.224%2C1.843%2C12.738%2C3.682a70.513%2C70.513%2C0%2C0%2C1%2C15.286%2C5.523%2C33.057%2C33.057%2C0%2C0%2C1%2C10.9%2C8.515%2C19.465%2C19.465%2C0%2C0%2C1%2C4.1%2C12.657%2C27.393%2C27.393%2C0%2C0%2C1-4.954%2C15.764q-4.954%2C7.25-15%2C11.5T380.7%2C185.181Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M451.761%2C162.4a11.833%2C11.833%2C0%2C0%2C1%2C8.4-3.682q4.142%2C0%2C7.94%2C3.682a11.777%2C11.777%2C0%2C0%2C1%2C3.8%2C8.745%2C11.21%2C11.21%2C0%2C0%2C1-3.8%2C8.86%2C11.918%2C11.918%2C0%2C0%2C1-7.94%2C3.337%2C12.426%2C12.426%2C0%2C0%2C1-8.4-3.337%2C11.207%2C11.207%2C0%2C0%2C1-3.8-8.86A11.775%2C11.775%2C0%2C0%2C1%2C451.761%2C162.4Z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.u-sns2 .inner-right .u-snsbody::after {
  top: 22px;
  right: -20px;
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
}

@media (max-width: 576px) {

  .u-sns2 .inner-left .u-snsimg,
  .u-sns2 .inner-right .u-snsimg {
    height: 70px;
  }
}

/* ナビタブ
-------------------------------------------------- */
/*  .u-toast>nav#is-navTabs.u-navTabs[aria-labelledby="tabMenu"]>button[type="button" role="tab" data-target="#topic$"]{トピック}*4^ul#is-navPanels.u-navPanels>#topic$[role="tabPanel"]*4>p{トピック} */
.u-toast .u-navTabs {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 0 0.5rem;
}

.u-toast .u-navTabs>button {
  display: inline-block;
  flex: 1 0 0%;
  padding: 0.3rem 0;
  margin: 0 0.5rem;
  color: #f8f9fa;
  text-align: center;
  background-color: #212529;
  border-color: #212529;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 0;
  border-left-width: 3px;
  border-radius: 5px 5px 0 0;
}

.u-toast .u-navTabs>button.active {
  color: #212529;
  background-color: white;
  transition: all 0.3s ease;
}

.u-toast .u-navTabs::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #212529;
}

.u-toast .u-navPanels {
  background-color: white;
  border-color: #212529;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}

/* ビフォーアフター1
-------------------------------------------------- */
/* div.u-beforeAfter1>div.before>div.inner>a[rel="lightbox[photo$]"title="Before"]>img[alt="Before"]+p{Before}^^^div.after>div.inner>a[rel="lightbox[photo$]"title="After"]>img[alt="After"]+p{After} */
.u-beforeAfter1 {
  position: relative;
}

.u-beforeAfter1>.before>.inner,
.u-beforeAfter1>.after>.inner {
  position: relative;
}

.u-beforeAfter1>.before>.inner>p,
.u-beforeAfter1>.after>.inner>p {
  position: absolute;
  z-index: 3;
  padding: 5px 10px;
  margin-bottom: 0;
  color: white;
  text-align: right;
  background-color: rgba(188, 215, 82, 0.8);
}

.u-beforeAfter1>.before>.inner>a,
.u-beforeAfter1>.after>.inner>a {
  transition: all 0.3s ease;
}

.u-beforeAfter1>.before>.inner>a>img,
.u-beforeAfter1>.after>.inner>a>img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-beforeAfter1>.before>.inner>a:hover,
.u-beforeAfter1>.after>.inner>a:hover {
  opacity: 0.6;
}

.u-beforeAfter1>.before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 40%;
}

.u-beforeAfter1>.before>.inner>p {
  bottom: 10px;
  left: 10px;
}

.u-beforeAfter1>.after {
  padding: 10px 10px 10px 30px;
}

.u-beforeAfter1>.after>.inner>p {
  top: 10px;
  right: 10px;
}

@media (max-width: 1100px) {
  .u-beforeAfter1 .before {
    width: 50%;
  }
}

/* ビフォーアフター2
-------------------------------------------------- */
/* .u-beforeAfter2>.before>.inner>a>img^p{BEFORE}^^.after>.inner>a>img^p{AFTER} */
.u-beforeAfter2 {
  position: relative;
  text-align: right;
}

.u-beforeAfter2>.before>.inner,
.u-beforeAfter2>.after>.inner {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.u-beforeAfter2>.before>.inner>a,
.u-beforeAfter2>.after>.inner>a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.u-beforeAfter2>.before>.inner>a>img,
.u-beforeAfter2>.after>.inner>a>img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

.u-beforeAfter2>.before>.inner>p,
.u-beforeAfter2>.after>.inner>p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  color: white;
  background-color: rgba(66, 188, 199, 0.8);
}

.u-beforeAfter2>.before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40%;
  overflow: hidden;
}

.u-beforeAfter2>.after {
  padding-bottom: 2em;
  padding-left: 2em;
}

@media (max-width: 1100px) {
  .u-beforeAfter2>.before {
    width: 50%;
  }
}

/* フォームの装飾
-------------------------------------------------- */
.u-form1 button[type=submit] {
  min-width: 200px;
  padding: 10px 30px;
  font-weight: 600;
  color: white;
  background-color: #bcd752;
  border: solid thin #bcd752;
}

.u-form1 button[type=submit]::before {
  margin-right: 0.5rem;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 1.2em;
  line-height: 1;
}

.u-form1 button[type=submit]:hover {
  color: #bcd752;
  background-color: white;
  transition: all 0.3s ease;
}

.u-form1 button[type=submit].light {
  min-width: 150px;
  padding: 10px 30px;
  border: solid thin white;
}

.u-form1 button[type=submit].light:hover {
  color: #555;
  background-color: white;
  transition: all 0.3s ease;
}

.form-defList>dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  padding: 0.6rem 0.3rem;
  border-top: solid thin #bbb;
}

.form-defList>dl>dt {
  display: flex;
  align-items: flex-start;
  width: 15rem;
  padding-right: 0.2rem;
  font-weight: 600;
}

.form-defList>dl>dt>b {
  flex: 0 1 auto;
  padding-top: 0.2rem;
  line-height: 1;
}

.form-defList>dl>dt::before {
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 0.5rem;
  margin-right: 0.3rem;
  font-size: 0.7rem;
  color: white;
  content: "任意";
  background-color: #198754;
}

.form-defList>dl>dt.required::before {
  content: "必須";
  background-color: #dc3545;
}

.form-defList>dl>dd {
  width: calc(100% - 15rem);
}

.form-defList>dl:last-of-type {
  border-bottom: solid thin #bbb;
}

@media (max-width: 992px) {
  .form-defList>dl>dt {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .form-defList>dl>dd {
    width: 100%;
  }
}

#thanks .hide-on-page-thanks {
  display: none;
}

/* プライバシーポリシー
-------------------------------------------------- */
.prv {
  font-size: 0.8rem;
}

.prv strong {
  display: block;
  margin: 8px 0;
  font-weight: 700;
  color: #888;
  text-decoration: none;
  border-bottom: 1px dotted #888;
}

.prv strong::before {
  margin-right: 5px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
}

/* 縦書き
-------------------------------------------------- */
.writing-mode._h {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.writing-mode._v {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 1100px) {
  .writing-mode {
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
  }

  .writing-mode._mh {
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
  }

  .writing-mode._mv {
    -ms-writing-mode: tb-rl !important;
    writing-mode: vertical-rl !important;
  }
}

/****************************************************************
汎用CSS
****************************************************************/
/* コンテナのラッパー
-------------------------------------------------- */
.division {
  --bg-color: #faf5ea;
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}

.division ._lead {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 100%;
  overflow: hidden;
  font-family: "Jost", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.6rem;
  opacity: 0.1;
  transform: translateX(-50%);
}

.division::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
}

.division.bg::after,
.division.u-bgiAttachment::after {
  content: none;
}

.division:nth-of-type(even)::after {
  background-color: var(--bg-color);
}

.division._transparent::after {
  background-color: transparent;
}

.division._skew {
  padding: 8rem 0;
  margin-bottom: -4.1rem;
}

.division._skew:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}

.division._skew:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}

.division._skew:first-of-type {
  padding-top: 6rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4rem));
}

.division._skew:last-of-type {
  padding-bottom: 6rem;
  margin-bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
}

.division._wave {
  --svg-code-upper: url("data:image/svg+xml;charset=utf8,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1980 88.868%22%3e%3cpath d=%22M1980,33.271s-529.203,71.619-998.525,1.789C506.27-35.646-2.005,34.14-2.005,34.14v54.728H1980V33.271Z%22 style=%22fill:%23faf5ea;%22/%3e%3c/svg%3e");
  --svg-code-lower: url("data:image/svg+xml;charset=utf8,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1980 88.868%22%3e%3cpath d=%22M-2.005,55.597s529.203-71.619,998.525-1.789c475.205,70.706,983.48,.92,983.48,.92V0H-2.005V55.597Z%22 style=%22fill:%23faf5ea;%22/%3e%3c/svg%3e");
  margin-bottom: 6rem;
}

.division._wave:nth-of-type(odd) {
  padding: 4rem 0;
}

.division._wave:nth-of-type(even) {
  background-color: var(--bg-color);
}

.division._wave:nth-of-type(even)::before,
.division._wave:nth-of-type(even)::after {
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  width: 100vw;
  content: "";
  background-color: var(--bg-color);
  -webkit-mask-size: 1980px auto;
  mask-size: 1980px auto;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  height: 100px;
  transform: none;
}

@media (min-width: 1980px) {

  .division._wave:nth-of-type(even)::before,
  .division._wave:nth-of-type(even)::after {
    padding-top: 10%;
    background-size: 100% auto;
  }
}

.division._wave:nth-of-type(even)::before {
  bottom: 100%;
  -webkit-mask-image: var(--svg-code-upper);
  mask-image: var(--svg-code-upper);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}

.division._wave:nth-of-type(even)::after {
  top: 100%;
  -webkit-mask-image: var(--svg-code-lower);
  mask-image: var(--svg-code-lower);
  -webkit-mask-position: center top;
  mask-position: center top;
}

.division._wave:first-of-type {
  padding-top: 6rem;
}

.division._wave:last-of-type {
  padding-bottom: 8rem;
  margin-bottom: 0;
}

.division._wave:last-of-type::after {
  content: none;
  transform: translateY(0);
}

@media (max-width: 576px) {
  .division._wave:nth-of-type(odd) {
    padding: 4rem 0;
    margin: 0;
  }

  .division._wave:nth-of-type(even) {
    padding: 4rem 0;
    margin: 0;
  }

  .division._wave:nth-of-type(even)::before,
  .division._wave:nth-of-type(even)::after {
    content: none;
  }
}

@media (max-width: 576px) {
  .division {
    padding: 3rem 0;
  }

  .division>._skew:nth-of-type(odd) {
    -webkit-clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
    clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
  }

  .division>._skew:nth-of-type(even) {
    -webkit-clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
    clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 calc(100% - 2rem));
  }

  .division>._skew:first-of-type {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2rem));
  }

  .division>._skew:last-of-type {
    -webkit-clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 2rem, 100% 100%, 0 100%);
  }
}

.aa {
  padding-top: 140px;
  margin-top: -140px;
}

@media (max-width: 1100px) {
  .aa {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* 背景色
-------------------------------------------------- */
ul.bg-grid {
  display: grid;
  grid-template-rows: repeat(3, 250px);
  grid-template-columns: repeat(6, 1fr);
}

ul.bg-grid._grid1 {
  grid-template-areas: " a01 a01 a03 a04 a05 a06 "" a01 a01 a07 a02 a02 a08 "" a09 a10 a11 a02 a02 a12 ";
}

ul.bg-grid>li>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

>ul.bg-grid>li:nth-of-type(1) {
  grid-area: a01;
}

>ul.bg-grid>li:nth-of-type(2) {
  grid-area: a02;
}

>ul.bg-grid>li:nth-of-type(3) {
  grid-area: a03;
}

>ul.bg-grid>li:nth-of-type(4) {
  grid-area: a04;
}

>ul.bg-grid>li:nth-of-type(5) {
  grid-area: a05;
}

>ul.bg-grid>li:nth-of-type(6) {
  grid-area: a06;
}

>ul.bg-grid>li:nth-of-type(7) {
  grid-area: a07;
}

>ul.bg-grid>li:nth-of-type(8) {
  grid-area: a08;
}

>ul.bg-grid>li:nth-of-type(9) {
  grid-area: a09;
}

>ul.bg-grid>li:nth-of-type(10) {
  grid-area: a10;
}

>ul.bg-grid>li:nth-of-type(11) {
  grid-area: a11;
}

>ul.bg-grid>li:nth-of-type(12) {
  grid-area: a12;
}

@media (max-width: 992px) {
  ul.bg-grid {
    grid-template-rows: repeat(3, 150px);
  }
}

@media (max-width: 576px) {
  ul.bg-grid {
    display: flex;
    flex-wrap: wrap;
  }

  ul.bg-grid>li {
    width: 50%;
    height: 170px;
  }
}

.fs-sublead {
  font-size: 5rem;
  line-height: 0.7;
}

.z-index-upper {
  position: relative;
  z-index: 3;
}

.tail {
  padding: 8rem 0 5rem;
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
  background-color: #eee;
}

.bg-even2:nth-of-type(odd) {
  margin: 50px;
  background-color: rgba(230, 241, 217, 0.8);
}

.bg-even2:nth-of-type(even) {
  margin: 50px;
  background-color: rgba(242, 248, 236, 0.8);
}

.bg-even2>.container {
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 576px) {
  .bg-even2:nth-of-type(odd) {
    margin: 10px;
  }

  .bg-even2:nth-of-type(even) {
    margin: 10px;
  }

  .bg-even2>.container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bg-surround {
  padding: 0 120px;
  background-image: url("../img/top_1_before.png"), url("../img/top_1_after.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 1rem center, right 1rem center;
  background-size: 150px, 150px;
}

@media (max-width: 992px) {
  .bg-surround {
    padding: 0 80px;
    background-size: 70px, 70px;
  }
}

@media (max-width: 576px) {
  .bg-surround {
    padding: 0;
    background-position: left 0.5rem bottom, right 0.5rem bottom;
    background-size: 30px, 30px;
  }
}

.bg-facebook {
  background-color: #315096;
}

.bg-instagram {
  background-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
}

.bg-line {
  background-color: #00ca41;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-youtube {
  background-color: #da1725;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-lg {
  background: linear-gradient(120deg, #42bcc7 0%, #bcd752 100%) !important;
}

.bg-harf {
  background-image: linear-gradient(to left, transparent 50%, #fcf8f0 50%);
}

.bg-harfv {
  background-image: linear-gradient(173deg, transparent 30%, #eee 30%);
}

@media (max-width: 992px) {
  .bg-harfv {
    background-image: linear-gradient(173deg, transparent 20%, #eee 20%);
  }
}

.bg-harfr {
  background-image: linear-gradient(to right, transparent 30%, #f2f7dc 30%);
}

.bg-harfl {
  background-image: linear-gradient(to left, transparent 30%, #f2f7dc 30%);
}

.bg-harfll {
  background-image: linear-gradient(to left, transparent 60%, #faf5ea 60%);
}

.bg-gradient1 {
  background-image: linear-gradient(to right bottom, #c3db63, #d7e797);
}

.bg-stripe {
  background: repeating-linear-gradient(45deg, white, white 10px, #f6f9fe 10px, #f6f9fe 20px);
}

.bg-stripe-thin {
  background-image: repeating-linear-gradient(to right, white, white 1px, transparent 1px, transparent 20px), repeating-linear-gradient(to bottom, white, white 1px, transparent 1px, transparent 20px);
}

.bg-ichimatsu {
  background: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%) 0 0, linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%) 20px 20px;
  background-size: 40px 40px;
}

.divider,
.divider:not([size]) {
  height: 5rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 1000px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  max-height: calc(100vh - 80px);
  padding: 10px;
  overflow: hidden auto;
}

.sticky::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.sticky::-webkit-scrollbar-track {
  background-color: #eee;
}

.sticky::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

@media (max-width: 992px) {
  .sticky {
    max-height: initial;
    overflow: visible;
  }
}

.shape {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f4f9e3;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  filter: grayscale(0%);
}

@media (max-width: 576px) {
  .foot-add {
    height: 300px;
  }
}

.floating_banner {
  display: none;
}

@media (min-width: 992px) {
  .floating_banner {
    display: block;
    position: fixed;
    bottom: 10em;
    right: 0;
    z-index: 5;
  }

  .floating_banner>li {
    margin-bottom: 1rem;
  }

  .floating_banner>li>a {
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    background-color: rgba(248, 249, 250, 0.8);
    border: solid thin white;
    border-radius: 20px 0 0 20px;
    padding: 1rem 0.3rem 1rem 0.7rem;
  }
}

[data-aos=img-observe] {
  position: relative;
  overflow: hidden;
}

[data-aos=img-observe]::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-100%);
  -webkit-animation-name: slidebeforeReverse;
  animation-name: slidebeforeReverse;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes slidebeforeReverse {
  0% {
    transform: translateX(100%);
  }

  50% {
    background-color: #42bcc7;
    transform: translateX(0);
  }

  100% {
    background-color: #7bd0d8;
    transform: translateX(-100%);
  }
}

@keyframes slidebeforeReverse {
  0% {
    transform: translateX(100%);
  }

  50% {
    background-color: #42bcc7;
    transform: translateX(0);
  }

  100% {
    background-color: #7bd0d8;
    transform: translateX(-100%);
  }
}

[data-aos=img-observe]>* {
  opacity: 0;
  -webkit-animation-name: slideimgReverse;
  animation-name: slideimgReverse;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@-webkit-keyframes slideimgReverse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slideimgReverse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

[data-aos=img-observe].aos-animate::before {
  -webkit-animation-name: slidebefore;
  animation-name: slidebefore;
}

@-webkit-keyframes slidebefore {
  0% {
    background-color: #7bd0d8;
    transform: translateX(-100%);
  }

  50% {
    background-color: #42bcc7;
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes slidebefore {
  0% {
    background-color: #7bd0d8;
    transform: translateX(-100%);
  }

  50% {
    background-color: #42bcc7;
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

[data-aos=img-observe].aos-animate>* {
  -webkit-animation-name: slideimg;
  animation-name: slideimg;
}

@-webkit-keyframes slideimg {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideimg {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.is-particles {
  position: absolute;
  width: 500px;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.34, 1.26, 0.64, 1);
  transform: scale(10);
  aspect-ratio: 1/1;
}

.is-particles[data-inview=visible] {
  transform: scale(1);
}

@media (max-width: 992px) {
  .is-particles {
    width: 250px;
  }
}

/* ページトップに戻るボタン
-------------------------------------------------- */
.suggest {
  --width: 0;
  --ratio: 0;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 996;
  width: var(--width);
  aspect-ratio: var(--ratio);
}

.suggest.arrow {
  --width: 35px;
  --ratio: 0.236;
  overflow: hidden;
}

.suggest.circle {
  --width: 70px;
  --ratio: 1;
}

.suggest.triangle {
  --width: 80px;
  --ratio: 1;
}

.suggest svg {
  width: 100%;
}

.suggest .__inner--arrow {
  display: flex;
  flex-wrap: wrap;
  transition: all 1s ease;
}

.suggest .__inner--arrow .__button--scroll-down,
.suggest .__inner--arrow .__button--page-top,
.suggest .__inner--arrow .__inner--circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  align-items: initial;
  cursor: pointer;
  background-color: initial;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  transition: all 1s ease;
  cursor: pointer;
}

.suggest .__inner--arrow .__button--scroll-down {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  order: 1;
}

.suggest .__inner--arrow .__button--page-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
  order: 2;
}

.suggest .__inner--circle .__button--page-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  align-items: initial;
  cursor: pointer;
  background-color: initial;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  transition: all 1s ease;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
  transform: translateY(20%);
}

.suggest .__inner--triangle .__button--page-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  align-items: initial;
  cursor: pointer;
  background-color: initial;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  transition: all 1s ease;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
  transform: translateX(200%);
}

.suggest.is-attached .__inner--arrow {
  transform: translateY(-50%);
}

.suggest.is-attached .__inner--arrow .__button--scroll-down {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s ease 1s, transform 1s;
}

.suggest.is-attached .__inner--arrow .__button--page-top {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.suggest.is-attached .__inner--circle .__button--page-top {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0);
}

.suggest.is-attached .__inner--triangle .__button--page-top {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(0);
}

@media (max-width: 992px) {
  .suggest {
    bottom: 7em;
  }
}

@media (max-width: 566px) {
  .suggest {
    bottom: 7em;
  }
}

/* その他
-------------------------------------------------- */
[data-lazy=vertical],
[data-lazy=horizontal] {
  z-index: -1;
  overflow: hidden;
}

.animate {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate._rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.animate._fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.animate._swing {
  transform-origin: center top;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(6deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  60% {
    transform: rotate(3deg);
  }

  80% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(6deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  60% {
    transform: rotate(3deg);
  }

  80% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(0);
  }
}

@media (max-width: 1100px) {
  .u-sns1 {
    font-size: 0.9rem;
  }

  .u-sns1 .inner-left,
  .u-sns1 .inner-right {
    width: 100%;
    padding: 5px;
  }

  .u-sns1 .inner-left .u-snsbody,
  .u-sns1 .inner-right .u-snsbody {
    padding: 15px;
  }
}

.u-blur {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7), -2px -2px 2px rgba(0, 0, 0, 0.7), -2px 2px 2px rgba(0, 0, 0, 0.7), 2px -2px 2px rgba(0, 0, 0, 0.7);
}

.toggle-height {
  overflow: hidden;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.toggle-height._opened {
  overflow: initial;
  font-size: 1rem;
  text-overflow: initial;
  white-space: initial;
  background-color: #faf5ea;
}

.nav-tabs .nav-item {
  width: 33.3333% !important;
}

.nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: center;
}

ul.u-grid {
  display: grid;
  grid-template-areas: "a01 a01 a03 a04 a05 a06""a01 a01 a07 a02 a02 a08""a09 a10 a11 a02 a02 a12";
  grid-template-rows: repeat(3, 250px);
  grid-template-columns: repeat(6, 1fr);
}

ul.u-grid>li>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ul.u-grid>li:nth-of-type(1) {
  grid-area: a01;
}

ul.u-grid>li:nth-of-type(2) {
  grid-area: a02;
}

ul.u-grid>li:nth-of-type(3) {
  grid-area: a03;
}

ul.u-grid>li:nth-of-type(4) {
  grid-area: a04;
}

ul.u-grid>li:nth-of-type(5) {
  grid-area: a05;
}

ul.u-grid>li:nth-of-type(6) {
  grid-area: a06;
}

ul.u-grid>li:nth-of-type(7) {
  grid-area: a07;
}

ul.u-grid>li:nth-of-type(8) {
  grid-area: a08;
}

ul.u-grid>li:nth-of-type(9) {
  grid-area: a09;
}

ul.u-grid>li:nth-of-type(10) {
  grid-area: a10;
}

ul.u-grid>li:nth-of-type(11) {
  grid-area: a11;
}

ul.u-grid>li:nth-of-type(12) {
  grid-area: a12;
}

@media (max-width: 992px) {
  ul.u-grid {
    display: flex;
    flex-wrap: wrap;
  }

  ul.u-grid>li {
    width: 33.3333333%;
    height: 200px;
  }
}

@media (max-width: 576px) {
  ul.u-grid {
    display: flex;
    flex-wrap: wrap;
  }

  ul.u-grid>li {
    height: 200px;
  }
}

.simpleParallaxCenter {
  position: relative;
}

.simpleParallaxCenter>.simpleParallax {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hover-gray {
  display: block;
}

.hover-gray:hover {
  background-color: #eee;
}

.topics-btn {
  display: block;
}

.topics-btn:hover {
  color: inherit;
  opacity: 1;
  background-color: #eee;
}

.fukidashi {
  padding-left: 1rem;
}

.fukidashi>.inner {
  padding: 2rem;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.fukidashi>.inner::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2rem;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #f3f3f3;
  position: absolute;
  top: 2rem;
  right: 99%;
}

.fukidashi._ve {
  padding-left: 0;
  padding-bottom: 1rem;
}

.fukidashi._ve>.inner::before {
  width: 2rem;
  height: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 99%;
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 576px) {
  .fukidashi {
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .fukidashi>.inner::before {
    width: 2rem;
    height: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 99%;
    right: 50%;
    transform: translateX(50%);
  }
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.modal-container>.underlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-container>.body {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  max-width: 95%;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: white;
  transform: translate(-50%, -50%);
  padding: 100px 50px;
}

.modal-container>.body::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

.modal-container>.body::-webkit-scrollbar-track {
  background-color: #ddd;
}

.modal-container>.body::-webkit-scrollbar-thumb {
  background-color: #555;
}

@media (max-width: 576px) {
  .modal-container>.body {
    padding: 50px 10px;
  }
}

#sun>g:nth-child(3) {
  transform-origin: center center;
  -webkit-animation: sun forwards 9s infinite steps(6, end) 0s normal;
  animation: sun forwards 9s infinite steps(6, end) 0s normal;
}

@-webkit-keyframes sun {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes sun {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}



.accordion-005 summary {
  position: relative;
  display: block;
}

.accordion-005 summary:hover {
  opacity: 0.5;
}


.accordion-005 summary::-webkit-details-marker {
  display: none;
}

.list-1 {
  list-style-type: disc;
  padding: 10px 20px;
}

.list-1 li {
  padding: .3em .3em .3em 0;
}

.list-1 li::marker {
  color: #78c323;
  font-size: 1.1em;
}

/*# sourceMappingURL=style.css.map */

/* 求人情報 */
/* ====== Lion Rabbit Recruit (1カラム / scoped) ====== */
.lr-job {
  --lr-ink: #333;
  --lr-muted: #6f7b77;
  --lr-line: #e6efe9;
  --lr-soft: #f7fbf9;
  --lr-accent: #7cc6ad;
  /* サイトに合わせて調整OK */
  --lr-accent-deep: #4aa88a;
  --lr-card: #fff;
  background: linear-gradient(0, #fff, #fff) padding-box;
  padding: 24px 0;
}

.lr-job * {
  box-sizing: border-box;
}

.lr-job__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
}

.lr-job__title {
  display: inline-block;
  margin: 0 0 16px 20px;
  padding: 10px 18px;
  font-size: 22px;
  letter-spacing: .08em;
  color: var(--lr-ink);
  border: 2px solid var(--lr-accent);
  background: linear-gradient(0, var(--lr-soft), var(--lr-soft)) padding-box;
  box-shadow: 0 6px 0 rgba(0, 0, 0, .03);
}

/* サマリー表 */
.lr-job__summary {
  padding: 16px 16px 18px;
}

.lr-job__summaryTitle {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--lr-accent-deep);
  letter-spacing: .08em;
}

.lr-job__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--lr-line);
  overflow: hidden;
}

.lr-job__table th,
.lr-job__table td {
  padding: 10px 12px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.8;
}

.lr-job__table th {
  width: 16%;
  background: var(--lr-soft);
  color: #315d51;
  text-align: center;
  border-right: 1px solid var(--lr-line);
  font-weight: 500;
}

.lr-job__table tr+tr th,
.lr-job__table tr+tr td {
  border-top: 1px solid var(--lr-line);
}

/* 本文 */
.lr-job__body {
  padding: 18px;
}

.lr-job__block {
  padding: 4px 4px 8px;
  border-bottom: 1px dashed var(--lr-line);
}

.lr-job__block:last-child {
  border-bottom: none;
}

.lr-job__raw {
  white-space: pre-line;
  /* 原文の改行を反映 */
  color: var(--lr-ink);
  line-height: 1.95;
  font-size: 14px;
}

/* 文字サイズの微調整（SPで読みやすく） */
@media (max-width: 480px) {
  .lr-job__title {
    font-size: 20px;
  }

  .lr-job__table th,
  .lr-job__table td,
  .lr-job__raw {
    font-size: 15px;
    line-height: 1.9;
  }
}

/* ===== 表・図・矢印で視認性UP ===== */

/* セクション外枠 */
.lr-job__section {
  margin: 18px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.lr-job__sectionTitle {
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #315d51;
  background: linear-gradient(0, var(--lr-soft, #f7fbf9), var(--lr-soft, #f7fbf9));
  border-bottom: 1px solid var(--lr-line, #e6efe9);
}

.lr-job__lead,
.lr-job__note {
  margin: 10px 16px 8px;
  color: var(--lr-ink, #333);
}

.lr-job__note {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  opacity: .8
}

/* 表 */
.lr-job__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 8px 0 14px;
}

.lr-job__table th,
.lr-job__table td {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.9;
  vertical-align: top;
  border-top: 1px solid var(--lr-line, #e6efe9);
}

.lr-job__table tbody tr:first-child th,
.lr-job__table tbody tr:first-child td {
  border-top: none;
}

.lr-job__table th {
  width: 17%;
  background: var(--lr-soft, #f7fbf9);
  color: #315d51;
  text-align: left;
  border-right: 1px solid var(--lr-line, #e6efe9);
}

.lr-job__table.-compact th,
.lr-job__table.-compact td {
  padding: 10px 12px;
}

/* カード群（求める人材など） */
.lr-job__cards {
  display: grid;
  gap: 12px;
}

.lr-job__card {
  border: 2px solid var(--lr-accent, #7cc6ad);
  background: #fff;
  padding: 12px 14px 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.lr-job__cardTitle {
  margin: 0 0 17px;
  font-size: 15px;
  color: var(--lr-ink, #333);
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

.lr-job__raw {
  white-space: pre-line;
  line-height: 1.0;
  font-size: 14px;
  color: var(--lr-ink, #333);
}

/* チェックリスト（◆はテキストはそのまま。見た目だけ✓を付ける） */
.lr-job__check {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
}

.lr-job__check li {
  position: relative;
  padding-left: 39px;
  margin: 6px 0;
  line-height: 1.5;
}

.lr-job__check li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 0.1em;
  font-weight: 800;
  border: 2px solid var(--lr-accent, #7cc6ad);
  border-radius: 6px;
  padding: 0 1px;
  line-height: 1.2;
  color: var(--lr-accent, #7cc6ad);
}

/* 給与の“図”（フロー＋矢印） */
.lr-job__flow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: center;
  gap: 8px;
  margin: 8px 16px 12px;
}

.lr-job__flowItem {
  background: #fff;
  border: 1px solid var(--lr-line, #e6efe9);
  border-radius: 12px;
  padding: 10px 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
}

.lr-job__badge {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--lr-accent, #7cc6ad);
  color: #fff;
  margin-bottom: 6px;
}

.lr-job__flowItem strong {
  font-size: 18px;
  letter-spacing: .02em;
  color: var(--lr-ink, #333);
}

.lr-job__flowNote {
  font-size: 12px;
  color: var(--lr-muted, #6f7b77);
  margin-top: 4px;
}

.lr-job__arrow {
  width: 100%;
  height: 2px;
  background: var(--lr-accent, #7cc6ad);
  position: relative;
}

.lr-job__arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -5px;
  border: 6px solid transparent;
  border-left-color: var(--lr-accent, #7cc6ad);
  /* → の矢印先端 */
}

/* ベネフィット（アイコン風） */
.lr-job__benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 8px 16px 16px;
  padding: 0;
  list-style: none;
}

.lr-job__benefits li {
  position: relative;
  padding: 10px 12px 10px 38px;
  border: 1px solid var(--lr-line, #e6efe9);
  border-radius: 12px;
  background: #fff;
}

.lr-job__benefits li::before {
  content: "★";
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 14px;
  color: #e3a22c;
}

/* 選考プロセス：タイムライン（縦矢印） */
.lr-job__timeline {
  margin: 12px 16px;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.lr-job__timeline li {
  position: relative;
  padding: 10px 10px 10px 28px;
  border-left: 3px solid var(--lr-accent, #7cc6ad);
}

.lr-job__timeline li+li {
  margin-top: 4px;
}

.lr-job__timeline li::before {
  content: "➤";
  position: absolute;
  left: -10px;
  top: 8px;
  color: var(--lr-accent, #7cc6ad);
  font-weight: 700;
}

.lr-job__stepTitle {
  font-size: 14px;
  color: var(--lr-ink, #333);
}

/* 補足・バッジ・住所 */
.lr-job__notes {
  padding: 4px 16px 16px;
}

.lr-job__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0;
}

.lr-job__chip {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: var(--lr-soft, #f7fbf9);
  border: 1px solid var(--lr-line, #e6efe9);
  color: var(--lr-ink, #333);
}

.lr-job__address {
  margin-top: 6px;
  padding-left: 22px;
  position: relative;
  font-style: normal;
}

.lr-job__address::before {
  content: "📍";
  position: absolute;
  left: 0;
  top: 0;
}

/* 求めている人材：2カラム（SPは1カラム） */
.lr-job__cards--twoCols {
  display: grid;
  gap: 12px;
}
.lr-job__cards.lr-job__cards--twoCols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .lr-job__cards.lr-job__cards--twoCols .lr-job__card {
    height: 100%;
  }
/* ===== 選考プロセス（Lion Rabbit用・新規クラスのみ） ===== */
.lr-process{
  max-width: 820px;               /* 既存レイアウトに馴染む中央幅 */
  margin: 0 auto 40px;
  color: inherit;                 /* サイトの文字色に合わせる */
  font-family: inherit;
  line-height: 1.9;
}
.lr-process__ttl{
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: 500;
  letter-spacing: .06em;
  margin: 0 0 12px;
  text-align: center;
  margin-bottom: 30px;
}
.lr-process__flow{
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 0;
}
.lr-process__step{
  margin: 0;
  padding: .4em .6em;
  background: rgba(0,0,0,.03);   /* ごく淡い背景＝既存の白基調に中立で馴染む */
  border-radius: 8px;
}
.lr-process__sub{
  font-size: .95em;
  opacity: .85;
}
.lr-process__arrow{
  display: block;
  text-align: center;
  line-height: 1;
  padding: 4px 0 2px;
  opacity: .7;                    /* 目立ちすぎない矢印 */
  user-select: none;
}
.lr-process__notes{
  margin: 14px 0 0;
  font-size: 13px;
  color: inherit;
}
.lr-process__notes li{ margin:.2em 0; }

/* スマホ余白微調整 */
@media (max-width: 768px){
  .lr-process{ margin: 0 auto 32px; }
  .lr-process__step{ border-radius: 6px; }
}
