/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/customize.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}
.fa-1 {
  --fa: "\31 ";
}
.fa-2 {
  --fa: "\32 ";
}
.fa-3 {
  --fa: "\33 ";
}
.fa-4 {
  --fa: "\34 ";
}
.fa-5 {
  --fa: "\35 ";
}
.fa-6 {
  --fa: "\36 ";
}
.fa-7 {
  --fa: "\37 ";
}
.fa-8 {
  --fa: "\38 ";
}
.fa-9 {
  --fa: "\39 ";
}
.fa-fill-drip {
  --fa: "\f576";
}
.fa-arrows-to-circle {
  --fa: "\e4bd";
}
.fa-circle-chevron-right {
  --fa: "\f138";
}
.fa-chevron-circle-right {
  --fa: "\f138";
}
.fa-at {
  --fa: "\@";
}
.fa-trash-can {
  --fa: "\f2ed";
}
.fa-trash-alt {
  --fa: "\f2ed";
}
.fa-text-height {
  --fa: "\f034";
}
.fa-user-xmark {
  --fa: "\f235";
}
.fa-user-times {
  --fa: "\f235";
}
.fa-stethoscope {
  --fa: "\f0f1";
}
.fa-message {
  --fa: "\f27a";
}
.fa-comment-alt {
  --fa: "\f27a";
}
.fa-info {
  --fa: "\f129";
}
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}
.fa-compress-alt {
  --fa: "\f422";
}
.fa-explosion {
  --fa: "\e4e9";
}
.fa-file-lines {
  --fa: "\f15c";
}
.fa-file-alt {
  --fa: "\f15c";
}
.fa-file-text {
  --fa: "\f15c";
}
.fa-wave-square {
  --fa: "\f83e";
}
.fa-ring {
  --fa: "\f70b";
}
.fa-building-un {
  --fa: "\e4d9";
}
.fa-dice-three {
  --fa: "\f527";
}
.fa-calendar-days {
  --fa: "\f073";
}
.fa-calendar-alt {
  --fa: "\f073";
}
.fa-anchor-circle-check {
  --fa: "\e4aa";
}
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}
.fa-volleyball {
  --fa: "\f45f";
}
.fa-volleyball-ball {
  --fa: "\f45f";
}
.fa-arrows-up-to-line {
  --fa: "\e4c2";
}
.fa-sort-down {
  --fa: "\f0dd";
}
.fa-sort-desc {
  --fa: "\f0dd";
}
.fa-circle-minus {
  --fa: "\f056";
}
.fa-minus-circle {
  --fa: "\f056";
}
.fa-door-open {
  --fa: "\f52b";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
}
.fa-atom {
  --fa: "\f5d2";
}
.fa-soap {
  --fa: "\e06e";
}
.fa-icons {
  --fa: "\f86d";
}
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}
.fa-microphone-lines-slash {
  --fa: "\f539";
}
.fa-microphone-alt-slash {
  --fa: "\f539";
}
.fa-bridge-circle-check {
  --fa: "\e4c9";
}
.fa-pump-medical {
  --fa: "\e06a";
}
.fa-fingerprint {
  --fa: "\f577";
}
.fa-hand-point-right {
  --fa: "\f0a4";
}
.fa-magnifying-glass-location {
  --fa: "\f689";
}
.fa-search-location {
  --fa: "\f689";
}
.fa-forward-step {
  --fa: "\f051";
}
.fa-step-forward {
  --fa: "\f051";
}
.fa-face-smile-beam {
  --fa: "\f5b8";
}
.fa-smile-beam {
  --fa: "\f5b8";
}
.fa-flag-checkered {
  --fa: "\f11e";
}
.fa-football {
  --fa: "\f44e";
}
.fa-football-ball {
  --fa: "\f44e";
}
.fa-school-circle-exclamation {
  --fa: "\e56c";
}
.fa-crop {
  --fa: "\f125";
}
.fa-angles-down {
  --fa: "\f103";
}
.fa-angle-double-down {
  --fa: "\f103";
}
.fa-users-rectangle {
  --fa: "\e594";
}
.fa-people-roof {
  --fa: "\e537";
}
.fa-people-line {
  --fa: "\e534";
}
.fa-beer-mug-empty {
  --fa: "\f0fc";
}
.fa-beer {
  --fa: "\f0fc";
}
.fa-diagram-predecessor {
  --fa: "\e477";
}
.fa-arrow-up-long {
  --fa: "\f176";
}
.fa-long-arrow-up {
  --fa: "\f176";
}
.fa-fire-flame-simple {
  --fa: "\f46a";
}
.fa-burn {
  --fa: "\f46a";
}
.fa-person {
  --fa: "\f183";
}
.fa-male {
  --fa: "\f183";
}
.fa-laptop {
  --fa: "\f109";
}
.fa-file-csv {
  --fa: "\f6dd";
}
.fa-menorah {
  --fa: "\f676";
}
.fa-truck-plane {
  --fa: "\e58f";
}
.fa-record-vinyl {
  --fa: "\f8d9";
}
.fa-face-grin-stars {
  --fa: "\f587";
}
.fa-grin-stars {
  --fa: "\f587";
}
.fa-bong {
  --fa: "\f55c";
}
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}
.fa-pastafarianism {
  --fa: "\f67b";
}
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}
.fa-spoon {
  --fa: "\f2e5";
}
.fa-utensil-spoon {
  --fa: "\f2e5";
}
.fa-jar-wheat {
  --fa: "\e517";
}
.fa-envelopes-bulk {
  --fa: "\f674";
}
.fa-mail-bulk {
  --fa: "\f674";
}
.fa-file-circle-exclamation {
  --fa: "\e4eb";
}
.fa-circle-h {
  --fa: "\f47e";
}
.fa-hospital-symbol {
  --fa: "\f47e";
}
.fa-pager {
  --fa: "\f815";
}
.fa-address-book {
  --fa: "\f2b9";
}
.fa-contact-book {
  --fa: "\f2b9";
}
.fa-strikethrough {
  --fa: "\f0cc";
}
.fa-k {
  --fa: "K";
}
.fa-landmark-flag {
  --fa: "\e51c";
}
.fa-pencil {
  --fa: "\f303";
}
.fa-pencil-alt {
  --fa: "\f303";
}
.fa-backward {
  --fa: "\f04a";
}
.fa-caret-right {
  --fa: "\f0da";
}
.fa-comments {
  --fa: "\f086";
}
.fa-paste {
  --fa: "\f0ea";
}
.fa-file-clipboard {
  --fa: "\f0ea";
}
.fa-code-pull-request {
  --fa: "\e13c";
}
.fa-clipboard-list {
  --fa: "\f46d";
}
.fa-truck-ramp-box {
  --fa: "\f4de";
}
.fa-truck-loading {
  --fa: "\f4de";
}
.fa-user-check {
  --fa: "\f4fc";
}
.fa-vial-virus {
  --fa: "\e597";
}
.fa-sheet-plastic {
  --fa: "\e571";
}
.fa-blog {
  --fa: "\f781";
}
.fa-user-ninja {
  --fa: "\f504";
}
.fa-person-arrow-up-from-line {
  --fa: "\e539";
}
.fa-scroll-torah {
  --fa: "\f6a0";
}
.fa-torah {
  --fa: "\f6a0";
}
.fa-broom-ball {
  --fa: "\f458";
}
.fa-quidditch {
  --fa: "\f458";
}
.fa-quidditch-broom-ball {
  --fa: "\f458";
}
.fa-toggle-off {
  --fa: "\f204";
}
.fa-box-archive {
  --fa: "\f187";
}
.fa-archive {
  --fa: "\f187";
}
.fa-person-drowning {
  --fa: "\e545";
}
.fa-arrow-down-9-1 {
  --fa: "\f886";
}
.fa-sort-numeric-desc {
  --fa: "\f886";
}
.fa-sort-numeric-down-alt {
  --fa: "\f886";
}
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-spray-can {
  --fa: "\f5bd";
}
.fa-truck-monster {
  --fa: "\f63b";
}
.fa-w {
  --fa: "W";
}
.fa-earth-africa {
  --fa: "\f57c";
}
.fa-globe-africa {
  --fa: "\f57c";
}
.fa-rainbow {
  --fa: "\f75b";
}
.fa-circle-notch {
  --fa: "\f1ce";
}
.fa-tablet-screen-button {
  --fa: "\f3fa";
}
.fa-tablet-alt {
  --fa: "\f3fa";
}
.fa-paw {
  --fa: "\f1b0";
}
.fa-cloud {
  --fa: "\f0c2";
}
.fa-trowel-bricks {
  --fa: "\e58a";
}
.fa-face-flushed {
  --fa: "\f579";
}
.fa-flushed {
  --fa: "\f579";
}
.fa-hospital-user {
  --fa: "\f80d";
}
.fa-tent-arrow-left-right {
  --fa: "\e57f";
}
.fa-gavel {
  --fa: "\f0e3";
}
.fa-legal {
  --fa: "\f0e3";
}
.fa-binoculars {
  --fa: "\f1e5";
}
.fa-microphone-slash {
  --fa: "\f131";
}
.fa-box-tissue {
  --fa: "\e05b";
}
.fa-motorcycle {
  --fa: "\f21c";
}
.fa-bell-concierge {
  --fa: "\f562";
}
.fa-concierge-bell {
  --fa: "\f562";
}
.fa-pen-ruler {
  --fa: "\f5ae";
}
.fa-pencil-ruler {
  --fa: "\f5ae";
}
.fa-people-arrows {
  --fa: "\e068";
}
.fa-people-arrows-left-right {
  --fa: "\e068";
}
.fa-mars-and-venus-burst {
  --fa: "\e523";
}
.fa-square-caret-right {
  --fa: "\f152";
}
.fa-caret-square-right {
  --fa: "\f152";
}
.fa-scissors {
  --fa: "\f0c4";
}
.fa-cut {
  --fa: "\f0c4";
}
.fa-sun-plant-wilt {
  --fa: "\e57a";
}
.fa-toilets-portable {
  --fa: "\e584";
}
.fa-hockey-puck {
  --fa: "\f453";
}
.fa-table {
  --fa: "\f0ce";
}
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}
.fa-tachograph-digital {
  --fa: "\f566";
}
.fa-digital-tachograph {
  --fa: "\f566";
}
.fa-users-slash {
  --fa: "\e073";
}
.fa-clover {
  --fa: "\e139";
}
.fa-reply {
  --fa: "\f3e5";
}
.fa-mail-reply {
  --fa: "\f3e5";
}
.fa-star-and-crescent {
  --fa: "\f699";
}
.fa-house-fire {
  --fa: "\e50c";
}
.fa-square-minus {
  --fa: "\f146";
}
.fa-minus-square {
  --fa: "\f146";
}
.fa-helicopter {
  --fa: "\f533";
}
.fa-compass {
  --fa: "\f14e";
}
.fa-square-caret-down {
  --fa: "\f150";
}
.fa-caret-square-down {
  --fa: "\f150";
}
.fa-file-circle-question {
  --fa: "\e4ef";
}
.fa-laptop-code {
  --fa: "\f5fc";
}
.fa-swatchbook {
  --fa: "\f5c3";
}
.fa-prescription-bottle {
  --fa: "\f485";
}
.fa-bars {
  --fa: "\f0c9";
}
.fa-navicon {
  --fa: "\f0c9";
}
.fa-people-group {
  --fa: "\e533";
}
.fa-hourglass-end {
  --fa: "\f253";
}
.fa-hourglass-3 {
  --fa: "\f253";
}
.fa-heart-crack {
  --fa: "\f7a9";
}
.fa-heart-broken {
  --fa: "\f7a9";
}
.fa-square-up-right {
  --fa: "\f360";
}
.fa-external-link-square-alt {
  --fa: "\f360";
}
.fa-face-kiss-beam {
  --fa: "\f597";
}
.fa-kiss-beam {
  --fa: "\f597";
}
.fa-film {
  --fa: "\f008";
}
.fa-ruler-horizontal {
  --fa: "\f547";
}
.fa-people-robbery {
  --fa: "\e536";
}
.fa-lightbulb {
  --fa: "\f0eb";
}
.fa-caret-left {
  --fa: "\f0d9";
}
.fa-circle-exclamation {
  --fa: "\f06a";
}
.fa-exclamation-circle {
  --fa: "\f06a";
}
.fa-school-circle-xmark {
  --fa: "\e56d";
}
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}
.fa-sign-out {
  --fa: "\f08b";
}
.fa-circle-chevron-down {
  --fa: "\f13a";
}
.fa-chevron-circle-down {
  --fa: "\f13a";
}
.fa-unlock-keyhole {
  --fa: "\f13e";
}
.fa-unlock-alt {
  --fa: "\f13e";
}
.fa-cloud-showers-heavy {
  --fa: "\f740";
}
.fa-headphones-simple {
  --fa: "\f58f";
}
.fa-headphones-alt {
  --fa: "\f58f";
}
.fa-sitemap {
  --fa: "\f0e8";
}
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}
.fa-donate {
  --fa: "\f4b9";
}
.fa-memory {
  --fa: "\f538";
}
.fa-road-spikes {
  --fa: "\e568";
}
.fa-fire-burner {
  --fa: "\e4f1";
}
.fa-flag {
  --fa: "\f024";
}
.fa-hanukiah {
  --fa: "\f6e6";
}
.fa-feather {
  --fa: "\f52d";
}
.fa-volume-low {
  --fa: "\f027";
}
.fa-volume-down {
  --fa: "\f027";
}
.fa-comment-slash {
  --fa: "\f4b3";
}
.fa-cloud-sun-rain {
  --fa: "\f743";
}
.fa-compress {
  --fa: "\f066";
}
.fa-wheat-awn {
  --fa: "\e2cd";
}
.fa-wheat-alt {
  --fa: "\e2cd";
}
.fa-ankh {
  --fa: "\f644";
}
.fa-hands-holding-child {
  --fa: "\e4fa";
}
.fa-asterisk {
  --fa: "\*";
}
.fa-square-check {
  --fa: "\f14a";
}
.fa-check-square {
  --fa: "\f14a";
}
.fa-peseta-sign {
  --fa: "\e221";
}
.fa-heading {
  --fa: "\f1dc";
}
.fa-header {
  --fa: "\f1dc";
}
.fa-ghost {
  --fa: "\f6e2";
}
.fa-list {
  --fa: "\f03a";
}
.fa-list-squares {
  --fa: "\f03a";
}
.fa-square-phone-flip {
  --fa: "\f87b";
}
.fa-phone-square-alt {
  --fa: "\f87b";
}
.fa-cart-plus {
  --fa: "\f217";
}
.fa-gamepad {
  --fa: "\f11b";
}
.fa-circle-dot {
  --fa: "\f192";
}
.fa-dot-circle {
  --fa: "\f192";
}
.fa-face-dizzy {
  --fa: "\f567";
}
.fa-dizzy {
  --fa: "\f567";
}
.fa-egg {
  --fa: "\f7fb";
}
.fa-house-medical-circle-xmark {
  --fa: "\e513";
}
.fa-campground {
  --fa: "\f6bb";
}
.fa-folder-plus {
  --fa: "\f65e";
}
.fa-futbol {
  --fa: "\f1e3";
}
.fa-futbol-ball {
  --fa: "\f1e3";
}
.fa-soccer-ball {
  --fa: "\f1e3";
}
.fa-paintbrush {
  --fa: "\f1fc";
}
.fa-paint-brush {
  --fa: "\f1fc";
}
.fa-lock {
  --fa: "\f023";
}
.fa-gas-pump {
  --fa: "\f52f";
}
.fa-hot-tub-person {
  --fa: "\f593";
}
.fa-hot-tub {
  --fa: "\f593";
}
.fa-map-location {
  --fa: "\f59f";
}
.fa-map-marked {
  --fa: "\f59f";
}
.fa-house-flood-water {
  --fa: "\e50e";
}
.fa-tree {
  --fa: "\f1bb";
}
.fa-bridge-lock {
  --fa: "\e4cc";
}
.fa-sack-dollar {
  --fa: "\f81d";
}
.fa-pen-to-square {
  --fa: "\f044";
}
.fa-edit {
  --fa: "\f044";
}
.fa-car-side {
  --fa: "\f5e4";
}
.fa-share-nodes {
  --fa: "\f1e0";
}
.fa-share-alt {
  --fa: "\f1e0";
}
.fa-heart-circle-minus {
  --fa: "\e4ff";
}
.fa-hourglass-half {
  --fa: "\f252";
}
.fa-hourglass-2 {
  --fa: "\f252";
}
.fa-microscope {
  --fa: "\f610";
}
.fa-sink {
  --fa: "\e06d";
}
.fa-bag-shopping {
  --fa: "\f290";
}
.fa-shopping-bag {
  --fa: "\f290";
}
.fa-arrow-down-z-a {
  --fa: "\f881";
}
.fa-sort-alpha-desc {
  --fa: "\f881";
}
.fa-sort-alpha-down-alt {
  --fa: "\f881";
}
.fa-mitten {
  --fa: "\f7b5";
}
.fa-person-rays {
  --fa: "\e54d";
}
.fa-users {
  --fa: "\f0c0";
}
.fa-eye-slash {
  --fa: "\f070";
}
.fa-flask-vial {
  --fa: "\e4f3";
}
.fa-hand {
  --fa: "\f256";
}
.fa-hand-paper {
  --fa: "\f256";
}
.fa-om {
  --fa: "\f679";
}
.fa-worm {
  --fa: "\e599";
}
.fa-house-circle-xmark {
  --fa: "\e50b";
}
.fa-plug {
  --fa: "\f1e6";
}
.fa-chevron-up {
  --fa: "\f077";
}
.fa-hand-spock {
  --fa: "\f259";
}
.fa-stopwatch {
  --fa: "\f2f2";
}
.fa-face-kiss {
  --fa: "\f596";
}
.fa-kiss {
  --fa: "\f596";
}
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}
.fa-face-grin-tongue {
  --fa: "\f589";
}
.fa-grin-tongue {
  --fa: "\f589";
}
.fa-chess-bishop {
  --fa: "\f43a";
}
.fa-face-grin-wink {
  --fa: "\f58c";
}
.fa-grin-wink {
  --fa: "\f58c";
}
.fa-ear-deaf {
  --fa: "\f2a4";
}
.fa-deaf {
  --fa: "\f2a4";
}
.fa-deafness {
  --fa: "\f2a4";
}
.fa-hard-of-hearing {
  --fa: "\f2a4";
}
.fa-road-circle-check {
  --fa: "\e564";
}
.fa-dice-five {
  --fa: "\f523";
}
.fa-square-rss {
  --fa: "\f143";
}
.fa-rss-square {
  --fa: "\f143";
}
.fa-land-mine-on {
  --fa: "\e51b";
}
.fa-i-cursor {
  --fa: "\f246";
}
.fa-stamp {
  --fa: "\f5bf";
}
.fa-stairs {
  --fa: "\e289";
}
.fa-i {
  --fa: "I";
}
.fa-hryvnia-sign {
  --fa: "\f6f2";
}
.fa-hryvnia {
  --fa: "\f6f2";
}
.fa-pills {
  --fa: "\f484";
}
.fa-face-grin-wide {
  --fa: "\f581";
}
.fa-grin-alt {
  --fa: "\f581";
}
.fa-tooth {
  --fa: "\f5c9";
}
.fa-v {
  --fa: "V";
}
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}
.fa-bicycle {
  --fa: "\f206";
}
.fa-staff-snake {
  --fa: "\e579";
}
.fa-rod-asclepius {
  --fa: "\e579";
}
.fa-rod-snake {
  --fa: "\e579";
}
.fa-staff-aesculapius {
  --fa: "\e579";
}
.fa-head-side-cough-slash {
  --fa: "\e062";
}
.fa-truck-medical {
  --fa: "\f0f9";
}
.fa-ambulance {
  --fa: "\f0f9";
}
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}
.fa-snowman {
  --fa: "\f7d0";
}
.fa-mortar-pestle {
  --fa: "\f5a7";
}
.fa-road-barrier {
  --fa: "\e562";
}
.fa-school {
  --fa: "\f549";
}
.fa-igloo {
  --fa: "\f7ae";
}
.fa-joint {
  --fa: "\f595";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-horse {
  --fa: "\f6f0";
}
.fa-q {
  --fa: "Q";
}
.fa-g {
  --fa: "G";
}
.fa-notes-medical {
  --fa: "\f481";
}
.fa-temperature-half {
  --fa: "\f2c9";
}
.fa-temperature-2 {
  --fa: "\f2c9";
}
.fa-thermometer-2 {
  --fa: "\f2c9";
}
.fa-thermometer-half {
  --fa: "\f2c9";
}
.fa-dong-sign {
  --fa: "\e169";
}
.fa-capsules {
  --fa: "\f46b";
}
.fa-poo-storm {
  --fa: "\f75a";
}
.fa-poo-bolt {
  --fa: "\f75a";
}
.fa-face-frown-open {
  --fa: "\f57a";
}
.fa-frown-open {
  --fa: "\f57a";
}
.fa-hand-point-up {
  --fa: "\f0a6";
}
.fa-money-bill {
  --fa: "\f0d6";
}
.fa-bookmark {
  --fa: "\f02e";
}
.fa-align-justify {
  --fa: "\f039";
}
.fa-umbrella-beach {
  --fa: "\f5ca";
}
.fa-helmet-un {
  --fa: "\e503";
}
.fa-bullseye {
  --fa: "\f140";
}
.fa-bacon {
  --fa: "\f7e5";
}
.fa-hand-point-down {
  --fa: "\f0a7";
}
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}
.fa-folder {
  --fa: "\f07b";
}
.fa-folder-blank {
  --fa: "\f07b";
}
.fa-file-waveform {
  --fa: "\f478";
}
.fa-file-medical-alt {
  --fa: "\f478";
}
.fa-radiation {
  --fa: "\f7b9";
}
.fa-chart-simple {
  --fa: "\e473";
}
.fa-mars-stroke {
  --fa: "\f229";
}
.fa-vial {
  --fa: "\f492";
}
.fa-gauge {
  --fa: "\f624";
}
.fa-dashboard {
  --fa: "\f624";
}
.fa-gauge-med {
  --fa: "\f624";
}
.fa-tachometer-alt-average {
  --fa: "\f624";
}
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}
.fa-e {
  --fa: "E";
}
.fa-pen-clip {
  --fa: "\f305";
}
.fa-pen-alt {
  --fa: "\f305";
}
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}
.fa-user {
  --fa: "\f007";
}
.fa-school-circle-check {
  --fa: "\e56b";
}
.fa-dumpster {
  --fa: "\f793";
}
.fa-van-shuttle {
  --fa: "\f5b6";
}
.fa-shuttle-van {
  --fa: "\f5b6";
}
.fa-building-user {
  --fa: "\e4da";
}
.fa-square-caret-left {
  --fa: "\f191";
}
.fa-caret-square-left {
  --fa: "\f191";
}
.fa-highlighter {
  --fa: "\f591";
}
.fa-key {
  --fa: "\f084";
}
.fa-bullhorn {
  --fa: "\f0a1";
}
.fa-globe {
  --fa: "\f0ac";
}
.fa-synagogue {
  --fa: "\f69b";
}
.fa-person-half-dress {
  --fa: "\e548";
}
.fa-road-bridge {
  --fa: "\e563";
}
.fa-location-arrow {
  --fa: "\f124";
}
.fa-c {
  --fa: "C";
}
.fa-tablet-button {
  --fa: "\f10a";
}
.fa-building-lock {
  --fa: "\e4d6";
}
.fa-pizza-slice {
  --fa: "\f818";
}
.fa-money-bill-wave {
  --fa: "\f53a";
}
.fa-chart-area {
  --fa: "\f1fe";
}
.fa-area-chart {
  --fa: "\f1fe";
}
.fa-house-flag {
  --fa: "\e50d";
}
.fa-person-circle-minus {
  --fa: "\e540";
}
.fa-ban {
  --fa: "\f05e";
}
.fa-cancel {
  --fa: "\f05e";
}
.fa-camera-rotate {
  --fa: "\e0d8";
}
.fa-spray-can-sparkles {
  --fa: "\f5d0";
}
.fa-air-freshener {
  --fa: "\f5d0";
}
.fa-star {
  --fa: "\f005";
}
.fa-repeat {
  --fa: "\f363";
}
.fa-cross {
  --fa: "\f654";
}
.fa-box {
  --fa: "\f466";
}
.fa-venus-mars {
  --fa: "\f228";
}
.fa-arrow-pointer {
  --fa: "\f245";
}
.fa-mouse-pointer {
  --fa: "\f245";
}
.fa-maximize {
  --fa: "\f31e";
}
.fa-expand-arrows-alt {
  --fa: "\f31e";
}
.fa-charging-station {
  --fa: "\f5e7";
}
.fa-shapes {
  --fa: "\f61f";
}
.fa-triangle-circle-square {
  --fa: "\f61f";
}
.fa-shuffle {
  --fa: "\f074";
}
.fa-random {
  --fa: "\f074";
}
.fa-person-running {
  --fa: "\f70c";
}
.fa-running {
  --fa: "\f70c";
}
.fa-mobile-retro {
  --fa: "\e527";
}
.fa-grip-lines-vertical {
  --fa: "\f7a5";
}
.fa-spider {
  --fa: "\f717";
}
.fa-hands-bound {
  --fa: "\e4f9";
}
.fa-file-invoice-dollar {
  --fa: "\f571";
}
.fa-plane-circle-exclamation {
  --fa: "\e556";
}
.fa-x-ray {
  --fa: "\f497";
}
.fa-spell-check {
  --fa: "\f891";
}
.fa-slash {
  --fa: "\f715";
}
.fa-computer-mouse {
  --fa: "\f8cc";
}
.fa-mouse {
  --fa: "\f8cc";
}
.fa-arrow-right-to-bracket {
  --fa: "\f090";
}
.fa-sign-in {
  --fa: "\f090";
}
.fa-shop-slash {
  --fa: "\e070";
}
.fa-store-alt-slash {
  --fa: "\e070";
}
.fa-server {
  --fa: "\f233";
}
.fa-virus-covid-slash {
  --fa: "\e4a9";
}
.fa-shop-lock {
  --fa: "\e4a5";
}
.fa-hourglass-start {
  --fa: "\f251";
}
.fa-hourglass-1 {
  --fa: "\f251";
}
.fa-blender-phone {
  --fa: "\f6b6";
}
.fa-building-wheat {
  --fa: "\e4db";
}
.fa-person-breastfeeding {
  --fa: "\e53a";
}
.fa-right-to-bracket {
  --fa: "\f2f6";
}
.fa-sign-in-alt {
  --fa: "\f2f6";
}
.fa-venus {
  --fa: "\f221";
}
.fa-passport {
  --fa: "\f5ab";
}
.fa-thumbtack-slash {
  --fa: "\e68f";
}
.fa-thumb-tack-slash {
  --fa: "\e68f";
}
.fa-heart-pulse {
  --fa: "\f21e";
}
.fa-heartbeat {
  --fa: "\f21e";
}
.fa-people-carry-box {
  --fa: "\f4ce";
}
.fa-people-carry {
  --fa: "\f4ce";
}
.fa-temperature-high {
  --fa: "\f769";
}
.fa-microchip {
  --fa: "\f2db";
}
.fa-crown {
  --fa: "\f521";
}
.fa-weight-hanging {
  --fa: "\f5cd";
}
.fa-xmarks-lines {
  --fa: "\e59a";
}
.fa-file-prescription {
  --fa: "\f572";
}
.fa-weight-scale {
  --fa: "\f496";
}
.fa-weight {
  --fa: "\f496";
}
.fa-user-group {
  --fa: "\f500";
}
.fa-user-friends {
  --fa: "\f500";
}
.fa-arrow-up-a-z {
  --fa: "\f15e";
}
.fa-sort-alpha-up {
  --fa: "\f15e";
}
.fa-chess-knight {
  --fa: "\f441";
}
.fa-face-laugh-squint {
  --fa: "\f59b";
}
.fa-laugh-squint {
  --fa: "\f59b";
}
.fa-wheelchair {
  --fa: "\f193";
}
.fa-circle-arrow-up {
  --fa: "\f0aa";
}
.fa-arrow-circle-up {
  --fa: "\f0aa";
}
.fa-toggle-on {
  --fa: "\f205";
}
.fa-person-walking {
  --fa: "\f554";
}
.fa-walking {
  --fa: "\f554";
}
.fa-l {
  --fa: "L";
}
.fa-fire {
  --fa: "\f06d";
}
.fa-bed-pulse {
  --fa: "\f487";
}
.fa-procedures {
  --fa: "\f487";
}
.fa-shuttle-space {
  --fa: "\f197";
}
.fa-space-shuttle {
  --fa: "\f197";
}
.fa-face-laugh {
  --fa: "\f599";
}
.fa-laugh {
  --fa: "\f599";
}
.fa-folder-open {
  --fa: "\f07c";
}
.fa-heart-circle-plus {
  --fa: "\e500";
}
.fa-code-fork {
  --fa: "\e13b";
}
.fa-city {
  --fa: "\f64f";
}
.fa-microphone-lines {
  --fa: "\f3c9";
}
.fa-microphone-alt {
  --fa: "\f3c9";
}
.fa-pepper-hot {
  --fa: "\f816";
}
.fa-unlock {
  --fa: "\f09c";
}
.fa-colon-sign {
  --fa: "\e140";
}
.fa-headset {
  --fa: "\f590";
}
.fa-store-slash {
  --fa: "\e071";
}
.fa-road-circle-xmark {
  --fa: "\e566";
}
.fa-user-minus {
  --fa: "\f503";
}
.fa-mars-stroke-up {
  --fa: "\f22a";
}
.fa-mars-stroke-v {
  --fa: "\f22a";
}
.fa-champagne-glasses {
  --fa: "\f79f";
}
.fa-glass-cheers {
  --fa: "\f79f";
}
.fa-clipboard {
  --fa: "\f328";
}
.fa-house-circle-exclamation {
  --fa: "\e50a";
}
.fa-file-arrow-up {
  --fa: "\f574";
}
.fa-file-upload {
  --fa: "\f574";
}
.fa-wifi {
  --fa: "\f1eb";
}
.fa-wifi-3 {
  --fa: "\f1eb";
}
.fa-wifi-strong {
  --fa: "\f1eb";
}
.fa-bath {
  --fa: "\f2cd";
}
.fa-bathtub {
  --fa: "\f2cd";
}
.fa-underline {
  --fa: "\f0cd";
}
.fa-user-pen {
  --fa: "\f4ff";
}
.fa-user-edit {
  --fa: "\f4ff";
}
.fa-signature {
  --fa: "\f5b7";
}
.fa-stroopwafel {
  --fa: "\f551";
}
.fa-bold {
  --fa: "\f032";
}
.fa-anchor-lock {
  --fa: "\e4ad";
}
.fa-building-ngo {
  --fa: "\e4d7";
}
.fa-manat-sign {
  --fa: "\e1d5";
}
.fa-not-equal {
  --fa: "\f53e";
}
.fa-border-top-left {
  --fa: "\f853";
}
.fa-border-style {
  --fa: "\f853";
}
.fa-map-location-dot {
  --fa: "\f5a0";
}
.fa-map-marked-alt {
  --fa: "\f5a0";
}
.fa-jedi {
  --fa: "\f669";
}
.fa-square-poll-vertical {
  --fa: "\f681";
}
.fa-poll {
  --fa: "\f681";
}
.fa-mug-hot {
  --fa: "\f7b6";
}
.fa-car-battery {
  --fa: "\f5df";
}
.fa-battery-car {
  --fa: "\f5df";
}
.fa-gift {
  --fa: "\f06b";
}
.fa-dice-two {
  --fa: "\f528";
}
.fa-chess-queen {
  --fa: "\f445";
}
.fa-glasses {
  --fa: "\f530";
}
.fa-chess-board {
  --fa: "\f43c";
}
.fa-building-circle-check {
  --fa: "\e4d2";
}
.fa-person-chalkboard {
  --fa: "\e53d";
}
.fa-mars-stroke-right {
  --fa: "\f22b";
}
.fa-mars-stroke-h {
  --fa: "\f22b";
}
.fa-hand-back-fist {
  --fa: "\f255";
}
.fa-hand-rock {
  --fa: "\f255";
}
.fa-square-caret-up {
  --fa: "\f151";
}
.fa-caret-square-up {
  --fa: "\f151";
}
.fa-cloud-showers-water {
  --fa: "\e4e4";
}
.fa-chart-bar {
  --fa: "\f080";
}
.fa-bar-chart {
  --fa: "\f080";
}
.fa-hands-bubbles {
  --fa: "\e05e";
}
.fa-hands-wash {
  --fa: "\e05e";
}
.fa-less-than-equal {
  --fa: "\f537";
}
.fa-train {
  --fa: "\f238";
}
.fa-eye-low-vision {
  --fa: "\f2a8";
}
.fa-low-vision {
  --fa: "\f2a8";
}
.fa-crow {
  --fa: "\f520";
}
.fa-sailboat {
  --fa: "\e445";
}
.fa-window-restore {
  --fa: "\f2d2";
}
.fa-square-plus {
  --fa: "\f0fe";
}
.fa-plus-square {
  --fa: "\f0fe";
}
.fa-torii-gate {
  --fa: "\f6a1";
}
.fa-frog {
  --fa: "\f52e";
}
.fa-bucket {
  --fa: "\e4cf";
}
.fa-image {
  --fa: "\f03e";
}
.fa-microphone {
  --fa: "\f130";
}
.fa-cow {
  --fa: "\f6c8";
}
.fa-caret-up {
  --fa: "\f0d8";
}
.fa-screwdriver {
  --fa: "\f54a";
}
.fa-folder-closed {
  --fa: "\e185";
}
.fa-house-tsunami {
  --fa: "\e515";
}
.fa-square-nfi {
  --fa: "\e576";
}
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}
.fa-martini-glass {
  --fa: "\f57b";
}
.fa-glass-martini-alt {
  --fa: "\f57b";
}
.fa-square-binary {
  --fa: "\e69b";
}
.fa-rotate-left {
  --fa: "\f2ea";
}
.fa-rotate-back {
  --fa: "\f2ea";
}
.fa-rotate-backward {
  --fa: "\f2ea";
}
.fa-undo-alt {
  --fa: "\f2ea";
}
.fa-table-columns {
  --fa: "\f0db";
}
.fa-columns {
  --fa: "\f0db";
}
.fa-lemon {
  --fa: "\f094";
}
.fa-head-side-mask {
  --fa: "\e063";
}
.fa-handshake {
  --fa: "\f2b5";
}
.fa-gem {
  --fa: "\f3a5";
}
.fa-dolly {
  --fa: "\f472";
}
.fa-dolly-box {
  --fa: "\f472";
}
.fa-smoking {
  --fa: "\f48d";
}
.fa-minimize {
  --fa: "\f78c";
}
.fa-compress-arrows-alt {
  --fa: "\f78c";
}
.fa-monument {
  --fa: "\f5a6";
}
.fa-snowplow {
  --fa: "\f7d2";
}
.fa-angles-right {
  --fa: "\f101";
}
.fa-angle-double-right {
  --fa: "\f101";
}
.fa-cannabis {
  --fa: "\f55f";
}
.fa-circle-play {
  --fa: "\f144";
}
.fa-play-circle {
  --fa: "\f144";
}
.fa-tablets {
  --fa: "\f490";
}
.fa-ethernet {
  --fa: "\f796";
}
.fa-euro-sign {
  --fa: "\f153";
}
.fa-eur {
  --fa: "\f153";
}
.fa-euro {
  --fa: "\f153";
}
.fa-chair {
  --fa: "\f6c0";
}
.fa-circle-check {
  --fa: "\f058";
}
.fa-check-circle {
  --fa: "\f058";
}
.fa-circle-stop {
  --fa: "\f28d";
}
.fa-stop-circle {
  --fa: "\f28d";
}
.fa-compass-drafting {
  --fa: "\f568";
}
.fa-drafting-compass {
  --fa: "\f568";
}
.fa-plate-wheat {
  --fa: "\e55a";
}
.fa-icicles {
  --fa: "\f7ad";
}
.fa-person-shelter {
  --fa: "\e54f";
}
.fa-neuter {
  --fa: "\f22c";
}
.fa-id-badge {
  --fa: "\f2c1";
}
.fa-marker {
  --fa: "\f5a1";
}
.fa-face-laugh-beam {
  --fa: "\f59a";
}
.fa-laugh-beam {
  --fa: "\f59a";
}
.fa-helicopter-symbol {
  --fa: "\e502";
}
.fa-universal-access {
  --fa: "\f29a";
}
.fa-circle-chevron-up {
  --fa: "\f139";
}
.fa-chevron-circle-up {
  --fa: "\f139";
}
.fa-lari-sign {
  --fa: "\e1c8";
}
.fa-volcano {
  --fa: "\f770";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}
.fa-sterling-sign {
  --fa: "\f154";
}
.fa-gbp {
  --fa: "\f154";
}
.fa-pound-sign {
  --fa: "\f154";
}
.fa-viruses {
  --fa: "\e076";
}
.fa-square-person-confined {
  --fa: "\e577";
}
.fa-user-tie {
  --fa: "\f508";
}
.fa-arrow-down-long {
  --fa: "\f175";
}
.fa-long-arrow-down {
  --fa: "\f175";
}
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}
.fa-certificate {
  --fa: "\f0a3";
}
.fa-reply-all {
  --fa: "\f122";
}
.fa-mail-reply-all {
  --fa: "\f122";
}
.fa-suitcase {
  --fa: "\f0f2";
}
.fa-person-skating {
  --fa: "\f7c5";
}
.fa-skating {
  --fa: "\f7c5";
}
.fa-filter-circle-dollar {
  --fa: "\f662";
}
.fa-funnel-dollar {
  --fa: "\f662";
}
.fa-camera-retro {
  --fa: "\f083";
}
.fa-circle-arrow-down {
  --fa: "\f0ab";
}
.fa-arrow-circle-down {
  --fa: "\f0ab";
}
.fa-file-import {
  --fa: "\f56f";
}
.fa-arrow-right-to-file {
  --fa: "\f56f";
}
.fa-square-arrow-up-right {
  --fa: "\f14c";
}
.fa-external-link-square {
  --fa: "\f14c";
}
.fa-box-open {
  --fa: "\f49e";
}
.fa-scroll {
  --fa: "\f70e";
}
.fa-spa {
  --fa: "\f5bb";
}
.fa-location-pin-lock {
  --fa: "\e51f";
}
.fa-pause {
  --fa: "\f04c";
}
.fa-hill-avalanche {
  --fa: "\e507";
}
.fa-temperature-empty {
  --fa: "\f2cb";
}
.fa-temperature-0 {
  --fa: "\f2cb";
}
.fa-thermometer-0 {
  --fa: "\f2cb";
}
.fa-thermometer-empty {
  --fa: "\f2cb";
}
.fa-bomb {
  --fa: "\f1e2";
}
.fa-registered {
  --fa: "\f25d";
}
.fa-address-card {
  --fa: "\f2bb";
}
.fa-contact-card {
  --fa: "\f2bb";
}
.fa-vcard {
  --fa: "\f2bb";
}
.fa-scale-unbalanced-flip {
  --fa: "\f516";
}
.fa-balance-scale-right {
  --fa: "\f516";
}
.fa-subscript {
  --fa: "\f12c";
}
.fa-diamond-turn-right {
  --fa: "\f5eb";
}
.fa-directions {
  --fa: "\f5eb";
}
.fa-burst {
  --fa: "\e4dc";
}
.fa-house-laptop {
  --fa: "\e066";
}
.fa-laptop-house {
  --fa: "\e066";
}
.fa-face-tired {
  --fa: "\f5c8";
}
.fa-tired {
  --fa: "\f5c8";
}
.fa-money-bills {
  --fa: "\e1f3";
}
.fa-smog {
  --fa: "\f75f";
}
.fa-crutch {
  --fa: "\f7f7";
}
.fa-cloud-arrow-up {
  --fa: "\f0ee";
}
.fa-cloud-upload {
  --fa: "\f0ee";
}
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}
.fa-palette {
  --fa: "\f53f";
}
.fa-arrows-turn-right {
  --fa: "\e4c0";
}
.fa-vest {
  --fa: "\e085";
}
.fa-ferry {
  --fa: "\e4ea";
}
.fa-arrows-down-to-people {
  --fa: "\e4b9";
}
.fa-seedling {
  --fa: "\f4d8";
}
.fa-sprout {
  --fa: "\f4d8";
}
.fa-left-right {
  --fa: "\f337";
}
.fa-arrows-alt-h {
  --fa: "\f337";
}
.fa-boxes-packing {
  --fa: "\e4c7";
}
.fa-circle-arrow-left {
  --fa: "\f0a8";
}
.fa-arrow-circle-left {
  --fa: "\f0a8";
}
.fa-group-arrows-rotate {
  --fa: "\e4f6";
}
.fa-bowl-food {
  --fa: "\e4c6";
}
.fa-candy-cane {
  --fa: "\f786";
}
.fa-arrow-down-wide-short {
  --fa: "\f160";
}
.fa-sort-amount-asc {
  --fa: "\f160";
}
.fa-sort-amount-down {
  --fa: "\f160";
}
.fa-cloud-bolt {
  --fa: "\f76c";
}
.fa-thunderstorm {
  --fa: "\f76c";
}
.fa-text-slash {
  --fa: "\f87d";
}
.fa-remove-format {
  --fa: "\f87d";
}
.fa-face-smile-wink {
  --fa: "\f4da";
}
.fa-smile-wink {
  --fa: "\f4da";
}
.fa-file-word {
  --fa: "\f1c2";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
}
.fa-arrows-left-right {
  --fa: "\f07e";
}
.fa-arrows-h {
  --fa: "\f07e";
}
.fa-house-lock {
  --fa: "\e510";
}
.fa-cloud-arrow-down {
  --fa: "\f0ed";
}
.fa-cloud-download {
  --fa: "\f0ed";
}
.fa-cloud-download-alt {
  --fa: "\f0ed";
}
.fa-children {
  --fa: "\e4e1";
}
.fa-chalkboard {
  --fa: "\f51b";
}
.fa-blackboard {
  --fa: "\f51b";
}
.fa-user-large-slash {
  --fa: "\f4fa";
}
.fa-user-alt-slash {
  --fa: "\f4fa";
}
.fa-envelope-open {
  --fa: "\f2b6";
}
.fa-handshake-simple-slash {
  --fa: "\e05f";
}
.fa-handshake-alt-slash {
  --fa: "\e05f";
}
.fa-mattress-pillow {
  --fa: "\e525";
}
.fa-guarani-sign {
  --fa: "\e19a";
}
.fa-arrows-rotate {
  --fa: "\f021";
}
.fa-refresh {
  --fa: "\f021";
}
.fa-sync {
  --fa: "\f021";
}
.fa-fire-extinguisher {
  --fa: "\f134";
}
.fa-cruzeiro-sign {
  --fa: "\e152";
}
.fa-greater-than-equal {
  --fa: "\f532";
}
.fa-shield-halved {
  --fa: "\f3ed";
}
.fa-shield-alt {
  --fa: "\f3ed";
}
.fa-book-atlas {
  --fa: "\f558";
}
.fa-atlas {
  --fa: "\f558";
}
.fa-virus {
  --fa: "\e074";
}
.fa-envelope-circle-check {
  --fa: "\e4e8";
}
.fa-layer-group {
  --fa: "\f5fd";
}
.fa-arrows-to-dot {
  --fa: "\e4be";
}
.fa-archway {
  --fa: "\f557";
}
.fa-heart-circle-check {
  --fa: "\e4fd";
}
.fa-house-chimney-crack {
  --fa: "\f6f1";
}
.fa-house-damage {
  --fa: "\f6f1";
}
.fa-file-zipper {
  --fa: "\f1c6";
}
.fa-file-archive {
  --fa: "\f1c6";
}
.fa-square {
  --fa: "\f0c8";
}
.fa-martini-glass-empty {
  --fa: "\f000";
}
.fa-glass-martini {
  --fa: "\f000";
}
.fa-couch {
  --fa: "\f4b8";
}
.fa-cedi-sign {
  --fa: "\e0df";
}
.fa-italic {
  --fa: "\f033";
}
.fa-table-cells-column-lock {
  --fa: "\e678";
}
.fa-church {
  --fa: "\f51d";
}
.fa-comments-dollar {
  --fa: "\f653";
}
.fa-democrat {
  --fa: "\f747";
}
.fa-z {
  --fa: "Z";
}
.fa-person-skiing {
  --fa: "\f7c9";
}
.fa-skiing {
  --fa: "\f7c9";
}
.fa-road-lock {
  --fa: "\e567";
}
.fa-a {
  --fa: "A";
}
.fa-temperature-arrow-down {
  --fa: "\e03f";
}
.fa-temperature-down {
  --fa: "\e03f";
}
.fa-feather-pointed {
  --fa: "\f56b";
}
.fa-feather-alt {
  --fa: "\f56b";
}
.fa-p {
  --fa: "P";
}
.fa-snowflake {
  --fa: "\f2dc";
}
.fa-newspaper {
  --fa: "\f1ea";
}
.fa-rectangle-ad {
  --fa: "\f641";
}
.fa-ad {
  --fa: "\f641";
}
.fa-circle-arrow-right {
  --fa: "\f0a9";
}
.fa-arrow-circle-right {
  --fa: "\f0a9";
}
.fa-filter-circle-xmark {
  --fa: "\e17b";
}
.fa-locust {
  --fa: "\e520";
}
.fa-sort {
  --fa: "\f0dc";
}
.fa-unsorted {
  --fa: "\f0dc";
}
.fa-list-ol {
  --fa: "\f0cb";
}
.fa-list-1-2 {
  --fa: "\f0cb";
}
.fa-list-numeric {
  --fa: "\f0cb";
}
.fa-person-dress-burst {
  --fa: "\e544";
}
.fa-money-check-dollar {
  --fa: "\f53d";
}
.fa-money-check-alt {
  --fa: "\f53d";
}
.fa-vector-square {
  --fa: "\f5cb";
}
.fa-bread-slice {
  --fa: "\f7ec";
}
.fa-language {
  --fa: "\f1ab";
}
.fa-face-kiss-wink-heart {
  --fa: "\f598";
}
.fa-kiss-wink-heart {
  --fa: "\f598";
}
.fa-filter {
  --fa: "\f0b0";
}
.fa-question {
  --fa: "\?";
}
.fa-file-signature {
  --fa: "\f573";
}
.fa-up-down-left-right {
  --fa: "\f0b2";
}
.fa-arrows-alt {
  --fa: "\f0b2";
}
.fa-house-chimney-user {
  --fa: "\e065";
}
.fa-hand-holding-heart {
  --fa: "\f4be";
}
.fa-puzzle-piece {
  --fa: "\f12e";
}
.fa-money-check {
  --fa: "\f53c";
}
.fa-star-half-stroke {
  --fa: "\f5c0";
}
.fa-star-half-alt {
  --fa: "\f5c0";
}
.fa-code {
  --fa: "\f121";
}
.fa-whiskey-glass {
  --fa: "\f7a0";
}
.fa-glass-whiskey {
  --fa: "\f7a0";
}
.fa-building-circle-exclamation {
  --fa: "\e4d3";
}
.fa-magnifying-glass-chart {
  --fa: "\e522";
}
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}
.fa-external-link {
  --fa: "\f08e";
}
.fa-cubes-stacked {
  --fa: "\e4e6";
}
.fa-won-sign {
  --fa: "\f159";
}
.fa-krw {
  --fa: "\f159";
}
.fa-won {
  --fa: "\f159";
}
.fa-virus-covid {
  --fa: "\e4a8";
}
.fa-austral-sign {
  --fa: "\e0a9";
}
.fa-f {
  --fa: "F";
}
.fa-leaf {
  --fa: "\f06c";
}
.fa-road {
  --fa: "\f018";
}
.fa-taxi {
  --fa: "\f1ba";
}
.fa-cab {
  --fa: "\f1ba";
}
.fa-person-circle-plus {
  --fa: "\e541";
}
.fa-chart-pie {
  --fa: "\f200";
}
.fa-pie-chart {
  --fa: "\f200";
}
.fa-bolt-lightning {
  --fa: "\e0b7";
}
.fa-sack-xmark {
  --fa: "\e56a";
}
.fa-file-excel {
  --fa: "\f1c3";
}
.fa-file-contract {
  --fa: "\f56c";
}
.fa-fish-fins {
  --fa: "\e4f2";
}
.fa-building-flag {
  --fa: "\e4d5";
}
.fa-face-grin-beam {
  --fa: "\f582";
}
.fa-grin-beam {
  --fa: "\f582";
}
.fa-object-ungroup {
  --fa: "\f248";
}
.fa-poop {
  --fa: "\f619";
}
.fa-location-pin {
  --fa: "\f041";
}
.fa-map-marker {
  --fa: "\f041";
}
.fa-kaaba {
  --fa: "\f66b";
}
.fa-toilet-paper {
  --fa: "\f71e";
}
.fa-helmet-safety {
  --fa: "\f807";
}
.fa-hard-hat {
  --fa: "\f807";
}
.fa-hat-hard {
  --fa: "\f807";
}
.fa-eject {
  --fa: "\f052";
}
.fa-circle-right {
  --fa: "\f35a";
}
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}
.fa-plane-circle-check {
  --fa: "\e555";
}
.fa-face-rolling-eyes {
  --fa: "\f5a5";
}
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}
.fa-object-group {
  --fa: "\f247";
}
.fa-chart-line {
  --fa: "\f201";
}
.fa-line-chart {
  --fa: "\f201";
}
.fa-mask-ventilator {
  --fa: "\e524";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-signs-post {
  --fa: "\f277";
}
.fa-map-signs {
  --fa: "\f277";
}
.fa-cash-register {
  --fa: "\f788";
}
.fa-person-circle-question {
  --fa: "\e542";
}
.fa-h {
  --fa: "H";
}
.fa-tarp {
  --fa: "\e57b";
}
.fa-screwdriver-wrench {
  --fa: "\f7d9";
}
.fa-tools {
  --fa: "\f7d9";
}
.fa-arrows-to-eye {
  --fa: "\e4bf";
}
.fa-plug-circle-bolt {
  --fa: "\e55b";
}
.fa-heart {
  --fa: "\f004";
}
.fa-mars-and-venus {
  --fa: "\f224";
}
.fa-house-user {
  --fa: "\e1b0";
}
.fa-home-user {
  --fa: "\e1b0";
}
.fa-dumpster-fire {
  --fa: "\f794";
}
.fa-house-crack {
  --fa: "\e3b1";
}
.fa-martini-glass-citrus {
  --fa: "\f561";
}
.fa-cocktail {
  --fa: "\f561";
}
.fa-face-surprise {
  --fa: "\f5c2";
}
.fa-surprise {
  --fa: "\f5c2";
}
.fa-bottle-water {
  --fa: "\e4c5";
}
.fa-circle-pause {
  --fa: "\f28b";
}
.fa-pause-circle {
  --fa: "\f28b";
}
.fa-toilet-paper-slash {
  --fa: "\e072";
}
.fa-apple-whole {
  --fa: "\f5d1";
}
.fa-apple-alt {
  --fa: "\f5d1";
}
.fa-kitchen-set {
  --fa: "\e51a";
}
.fa-r {
  --fa: "R";
}
.fa-temperature-quarter {
  --fa: "\f2ca";
}
.fa-temperature-1 {
  --fa: "\f2ca";
}
.fa-thermometer-1 {
  --fa: "\f2ca";
}
.fa-thermometer-quarter {
  --fa: "\f2ca";
}
.fa-cube {
  --fa: "\f1b2";
}
.fa-bitcoin-sign {
  --fa: "\e0b4";
}
.fa-shield-dog {
  --fa: "\e573";
}
.fa-solar-panel {
  --fa: "\f5ba";
}
.fa-lock-open {
  --fa: "\f3c1";
}
.fa-elevator {
  --fa: "\e16d";
}
.fa-money-bill-transfer {
  --fa: "\e528";
}
.fa-money-bill-trend-up {
  --fa: "\e529";
}
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}
.fa-square-poll-horizontal {
  --fa: "\f682";
}
.fa-poll-h {
  --fa: "\f682";
}
.fa-circle {
  --fa: "\f111";
}
.fa-backward-fast {
  --fa: "\f049";
}
.fa-fast-backward {
  --fa: "\f049";
}
.fa-recycle {
  --fa: "\f1b8";
}
.fa-user-astronaut {
  --fa: "\f4fb";
}
.fa-plane-slash {
  --fa: "\e069";
}
.fa-trademark {
  --fa: "\f25c";
}
.fa-basketball {
  --fa: "\f434";
}
.fa-basketball-ball {
  --fa: "\f434";
}
.fa-satellite-dish {
  --fa: "\f7c0";
}
.fa-circle-up {
  --fa: "\f35b";
}
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}
.fa-mobile-screen-button {
  --fa: "\f3cd";
}
.fa-mobile-alt {
  --fa: "\f3cd";
}
.fa-volume-high {
  --fa: "\f028";
}
.fa-volume-up {
  --fa: "\f028";
}
.fa-users-rays {
  --fa: "\e593";
}
.fa-wallet {
  --fa: "\f555";
}
.fa-clipboard-check {
  --fa: "\f46c";
}
.fa-file-audio {
  --fa: "\f1c7";
}
.fa-burger {
  --fa: "\f805";
}
.fa-hamburger {
  --fa: "\f805";
}
.fa-wrench {
  --fa: "\f0ad";
}
.fa-bugs {
  --fa: "\e4d0";
}
.fa-rupee-sign {
  --fa: "\f156";
}
.fa-rupee {
  --fa: "\f156";
}
.fa-file-image {
  --fa: "\f1c5";
}
.fa-circle-question {
  --fa: "\f059";
}
.fa-question-circle {
  --fa: "\f059";
}
.fa-plane-departure {
  --fa: "\f5b0";
}
.fa-handshake-slash {
  --fa: "\e060";
}
.fa-book-bookmark {
  --fa: "\e0bb";
}
.fa-code-branch {
  --fa: "\f126";
}
.fa-hat-cowboy {
  --fa: "\f8c0";
}
.fa-bridge {
  --fa: "\e4c8";
}
.fa-phone-flip {
  --fa: "\f879";
}
.fa-phone-alt {
  --fa: "\f879";
}
.fa-truck-front {
  --fa: "\e2b7";
}
.fa-cat {
  --fa: "\f6be";
}
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}
.fa-truck-field {
  --fa: "\e58d";
}
.fa-route {
  --fa: "\f4d7";
}
.fa-clipboard-question {
  --fa: "\e4e3";
}
.fa-panorama {
  --fa: "\e209";
}
.fa-comment-medical {
  --fa: "\f7f5";
}
.fa-teeth-open {
  --fa: "\f62f";
}
.fa-file-circle-minus {
  --fa: "\e4ed";
}
.fa-tags {
  --fa: "\f02c";
}
.fa-wine-glass {
  --fa: "\f4e3";
}
.fa-forward-fast {
  --fa: "\f050";
}
.fa-fast-forward {
  --fa: "\f050";
}
.fa-face-meh-blank {
  --fa: "\f5a4";
}
.fa-meh-blank {
  --fa: "\f5a4";
}
.fa-square-parking {
  --fa: "\f540";
}
.fa-parking {
  --fa: "\f540";
}
.fa-house-signal {
  --fa: "\e012";
}
.fa-bars-progress {
  --fa: "\f828";
}
.fa-tasks-alt {
  --fa: "\f828";
}
.fa-faucet-drip {
  --fa: "\e006";
}
.fa-cart-flatbed {
  --fa: "\f474";
}
.fa-dolly-flatbed {
  --fa: "\f474";
}
.fa-ban-smoking {
  --fa: "\f54d";
}
.fa-smoking-ban {
  --fa: "\f54d";
}
.fa-terminal {
  --fa: "\f120";
}
.fa-mobile-button {
  --fa: "\f10b";
}
.fa-house-medical-flag {
  --fa: "\e514";
}
.fa-basket-shopping {
  --fa: "\f291";
}
.fa-shopping-basket {
  --fa: "\f291";
}
.fa-tape {
  --fa: "\f4db";
}
.fa-bus-simple {
  --fa: "\f55e";
}
.fa-bus-alt {
  --fa: "\f55e";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-face-sad-cry {
  --fa: "\f5b3";
}
.fa-sad-cry {
  --fa: "\f5b3";
}
.fa-audio-description {
  --fa: "\f29e";
}
.fa-person-military-to-person {
  --fa: "\e54c";
}
.fa-file-shield {
  --fa: "\e4f0";
}
.fa-user-slash {
  --fa: "\f506";
}
.fa-pen {
  --fa: "\f304";
}
.fa-tower-observation {
  --fa: "\e586";
}
.fa-file-code {
  --fa: "\f1c9";
}
.fa-signal {
  --fa: "\f012";
}
.fa-signal-5 {
  --fa: "\f012";
}
.fa-signal-perfect {
  --fa: "\f012";
}
.fa-bus {
  --fa: "\f207";
}
.fa-heart-circle-xmark {
  --fa: "\e501";
}
.fa-house-chimney {
  --fa: "\e3af";
}
.fa-home-lg {
  --fa: "\e3af";
}
.fa-window-maximize {
  --fa: "\f2d0";
}
.fa-face-frown {
  --fa: "\f119";
}
.fa-frown {
  --fa: "\f119";
}
.fa-prescription {
  --fa: "\f5b1";
}
.fa-shop {
  --fa: "\f54f";
}
.fa-store-alt {
  --fa: "\f54f";
}
.fa-floppy-disk {
  --fa: "\f0c7";
}
.fa-save {
  --fa: "\f0c7";
}
.fa-vihara {
  --fa: "\f6a7";
}
.fa-scale-unbalanced {
  --fa: "\f515";
}
.fa-balance-scale-left {
  --fa: "\f515";
}
.fa-sort-up {
  --fa: "\f0de";
}
.fa-sort-asc {
  --fa: "\f0de";
}
.fa-comment-dots {
  --fa: "\f4ad";
}
.fa-commenting {
  --fa: "\f4ad";
}
.fa-plant-wilt {
  --fa: "\e5aa";
}
.fa-diamond {
  --fa: "\f219";
}
.fa-face-grin-squint {
  --fa: "\f585";
}
.fa-grin-squint {
  --fa: "\f585";
}
.fa-hand-holding-dollar {
  --fa: "\f4c0";
}
.fa-hand-holding-usd {
  --fa: "\f4c0";
}
.fa-chart-diagram {
  --fa: "\e695";
}
.fa-bacterium {
  --fa: "\e05a";
}
.fa-hand-pointer {
  --fa: "\f25a";
}
.fa-drum-steelpan {
  --fa: "\f56a";
}
.fa-hand-scissors {
  --fa: "\f257";
}
.fa-hands-praying {
  --fa: "\f684";
}
.fa-praying-hands {
  --fa: "\f684";
}
.fa-arrow-rotate-right {
  --fa: "\f01e";
}
.fa-arrow-right-rotate {
  --fa: "\f01e";
}
.fa-arrow-rotate-forward {
  --fa: "\f01e";
}
.fa-redo {
  --fa: "\f01e";
}
.fa-biohazard {
  --fa: "\f780";
}
.fa-location-crosshairs {
  --fa: "\f601";
}
.fa-location {
  --fa: "\f601";
}
.fa-mars-double {
  --fa: "\f227";
}
.fa-child-dress {
  --fa: "\e59c";
}
.fa-users-between-lines {
  --fa: "\e591";
}
.fa-lungs-virus {
  --fa: "\e067";
}
.fa-face-grin-tears {
  --fa: "\f588";
}
.fa-grin-tears {
  --fa: "\f588";
}
.fa-phone {
  --fa: "\f095";
}
.fa-calendar-xmark {
  --fa: "\f273";
}
.fa-calendar-times {
  --fa: "\f273";
}
.fa-child-reaching {
  --fa: "\e59d";
}
.fa-head-side-virus {
  --fa: "\e064";
}
.fa-user-gear {
  --fa: "\f4fe";
}
.fa-user-cog {
  --fa: "\f4fe";
}
.fa-arrow-up-1-9 {
  --fa: "\f163";
}
.fa-sort-numeric-up {
  --fa: "\f163";
}
.fa-door-closed {
  --fa: "\f52a";
}
.fa-shield-virus {
  --fa: "\e06c";
}
.fa-dice-six {
  --fa: "\f526";
}
.fa-mosquito-net {
  --fa: "\e52c";
}
.fa-file-fragment {
  --fa: "\e697";
}
.fa-bridge-water {
  --fa: "\e4ce";
}
.fa-person-booth {
  --fa: "\f756";
}
.fa-text-width {
  --fa: "\f035";
}
.fa-hat-wizard {
  --fa: "\f6e8";
}
.fa-pen-fancy {
  --fa: "\f5ac";
}
.fa-person-digging {
  --fa: "\f85e";
}
.fa-digging {
  --fa: "\f85e";
}
.fa-trash {
  --fa: "\f1f8";
}
.fa-gauge-simple {
  --fa: "\f629";
}
.fa-gauge-simple-med {
  --fa: "\f629";
}
.fa-tachometer-average {
  --fa: "\f629";
}
.fa-book-medical {
  --fa: "\f7e6";
}
.fa-poo {
  --fa: "\f2fe";
}
.fa-quote-right {
  --fa: "\f10e";
}
.fa-quote-right-alt {
  --fa: "\f10e";
}
.fa-shirt {
  --fa: "\f553";
}
.fa-t-shirt {
  --fa: "\f553";
}
.fa-tshirt {
  --fa: "\f553";
}
.fa-cubes {
  --fa: "\f1b3";
}
.fa-divide {
  --fa: "\f529";
}
.fa-tenge-sign {
  --fa: "\f7d7";
}
.fa-tenge {
  --fa: "\f7d7";
}
.fa-headphones {
  --fa: "\f025";
}
.fa-hands-holding {
  --fa: "\f4c2";
}
.fa-hands-clapping {
  --fa: "\e1a8";
}
.fa-republican {
  --fa: "\f75e";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-person-circle-xmark {
  --fa: "\e543";
}
.fa-ruler {
  --fa: "\f545";
}
.fa-align-left {
  --fa: "\f036";
}
.fa-dice-d6 {
  --fa: "\f6d1";
}
.fa-restroom {
  --fa: "\f7bd";
}
.fa-j {
  --fa: "J";
}
.fa-users-viewfinder {
  --fa: "\e595";
}
.fa-file-video {
  --fa: "\f1c8";
}
.fa-up-right-from-square {
  --fa: "\f35d";
}
.fa-external-link-alt {
  --fa: "\f35d";
}
.fa-table-cells {
  --fa: "\f00a";
}
.fa-th {
  --fa: "\f00a";
}
.fa-file-pdf {
  --fa: "\f1c1";
}
.fa-book-bible {
  --fa: "\f647";
}
.fa-bible {
  --fa: "\f647";
}
.fa-o {
  --fa: "O";
}
.fa-suitcase-medical {
  --fa: "\f0fa";
}
.fa-medkit {
  --fa: "\f0fa";
}
.fa-user-secret {
  --fa: "\f21b";
}
.fa-otter {
  --fa: "\f700";
}
.fa-person-dress {
  --fa: "\f182";
}
.fa-female {
  --fa: "\f182";
}
.fa-comment-dollar {
  --fa: "\f651";
}
.fa-business-time {
  --fa: "\f64a";
}
.fa-briefcase-clock {
  --fa: "\f64a";
}
.fa-table-cells-large {
  --fa: "\f009";
}
.fa-th-large {
  --fa: "\f009";
}
.fa-book-tanakh {
  --fa: "\f827";
}
.fa-tanakh {
  --fa: "\f827";
}
.fa-phone-volume {
  --fa: "\f2a0";
}
.fa-volume-control-phone {
  --fa: "\f2a0";
}
.fa-hat-cowboy-side {
  --fa: "\f8c1";
}
.fa-clipboard-user {
  --fa: "\f7f3";
}
.fa-child {
  --fa: "\f1ae";
}
.fa-lira-sign {
  --fa: "\f195";
}
.fa-satellite {
  --fa: "\f7bf";
}
.fa-plane-lock {
  --fa: "\e558";
}
.fa-tag {
  --fa: "\f02b";
}
.fa-comment {
  --fa: "\f075";
}
.fa-cake-candles {
  --fa: "\f1fd";
}
.fa-birthday-cake {
  --fa: "\f1fd";
}
.fa-cake {
  --fa: "\f1fd";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-angles-up {
  --fa: "\f102";
}
.fa-angle-double-up {
  --fa: "\f102";
}
.fa-paperclip {
  --fa: "\f0c6";
}
.fa-arrow-right-to-city {
  --fa: "\e4b3";
}
.fa-ribbon {
  --fa: "\f4d6";
}
.fa-lungs {
  --fa: "\f604";
}
.fa-arrow-up-9-1 {
  --fa: "\f887";
}
.fa-sort-numeric-up-alt {
  --fa: "\f887";
}
.fa-litecoin-sign {
  --fa: "\e1d3";
}
.fa-border-none {
  --fa: "\f850";
}
.fa-circle-nodes {
  --fa: "\e4e2";
}
.fa-parachute-box {
  --fa: "\f4cd";
}
.fa-indent {
  --fa: "\f03c";
}
.fa-truck-field-un {
  --fa: "\e58e";
}
.fa-hourglass {
  --fa: "\f254";
}
.fa-hourglass-empty {
  --fa: "\f254";
}
.fa-mountain {
  --fa: "\f6fc";
}
.fa-user-doctor {
  --fa: "\f0f0";
}
.fa-user-md {
  --fa: "\f0f0";
}
.fa-circle-info {
  --fa: "\f05a";
}
.fa-info-circle {
  --fa: "\f05a";
}
.fa-cloud-meatball {
  --fa: "\f73b";
}
.fa-camera {
  --fa: "\f030";
}
.fa-camera-alt {
  --fa: "\f030";
}
.fa-square-virus {
  --fa: "\e578";
}
.fa-meteor {
  --fa: "\f753";
}
.fa-car-on {
  --fa: "\e4dd";
}
.fa-sleigh {
  --fa: "\f7cc";
}
.fa-arrow-down-1-9 {
  --fa: "\f162";
}
.fa-sort-numeric-asc {
  --fa: "\f162";
}
.fa-sort-numeric-down {
  --fa: "\f162";
}
.fa-hand-holding-droplet {
  --fa: "\f4c1";
}
.fa-hand-holding-water {
  --fa: "\f4c1";
}
.fa-water {
  --fa: "\f773";
}
.fa-calendar-check {
  --fa: "\f274";
}
.fa-braille {
  --fa: "\f2a1";
}
.fa-prescription-bottle-medical {
  --fa: "\f486";
}
.fa-prescription-bottle-alt {
  --fa: "\f486";
}
.fa-landmark {
  --fa: "\f66f";
}
.fa-truck {
  --fa: "\f0d1";
}
.fa-crosshairs {
  --fa: "\f05b";
}
.fa-person-cane {
  --fa: "\e53c";
}
.fa-tent {
  --fa: "\e57d";
}
.fa-vest-patches {
  --fa: "\e086";
}
.fa-check-double {
  --fa: "\f560";
}
.fa-arrow-down-a-z {
  --fa: "\f15d";
}
.fa-sort-alpha-asc {
  --fa: "\f15d";
}
.fa-sort-alpha-down {
  --fa: "\f15d";
}
.fa-money-bill-wheat {
  --fa: "\e52a";
}
.fa-cookie {
  --fa: "\f563";
}
.fa-arrow-rotate-left {
  --fa: "\f0e2";
}
.fa-arrow-left-rotate {
  --fa: "\f0e2";
}
.fa-arrow-rotate-back {
  --fa: "\f0e2";
}
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}
.fa-undo {
  --fa: "\f0e2";
}
.fa-hard-drive {
  --fa: "\f0a0";
}
.fa-hdd {
  --fa: "\f0a0";
}
.fa-face-grin-squint-tears {
  --fa: "\f586";
}
.fa-grin-squint-tears {
  --fa: "\f586";
}
.fa-dumbbell {
  --fa: "\f44b";
}
.fa-rectangle-list {
  --fa: "\f022";
}
.fa-list-alt {
  --fa: "\f022";
}
.fa-tarp-droplet {
  --fa: "\e57c";
}
.fa-house-medical-circle-check {
  --fa: "\e511";
}
.fa-person-skiing-nordic {
  --fa: "\f7ca";
}
.fa-skiing-nordic {
  --fa: "\f7ca";
}
.fa-calendar-plus {
  --fa: "\f271";
}
.fa-plane-arrival {
  --fa: "\f5af";
}
.fa-circle-left {
  --fa: "\f359";
}
.fa-arrow-alt-circle-left {
  --fa: "\f359";
}
.fa-train-subway {
  --fa: "\f239";
}
.fa-subway {
  --fa: "\f239";
}
.fa-chart-gantt {
  --fa: "\e0e4";
}
.fa-indian-rupee-sign {
  --fa: "\e1bc";
}
.fa-indian-rupee {
  --fa: "\e1bc";
}
.fa-inr {
  --fa: "\e1bc";
}
.fa-crop-simple {
  --fa: "\f565";
}
.fa-crop-alt {
  --fa: "\f565";
}
.fa-money-bill-1 {
  --fa: "\f3d1";
}
.fa-money-bill-alt {
  --fa: "\f3d1";
}
.fa-left-long {
  --fa: "\f30a";
}
.fa-long-arrow-alt-left {
  --fa: "\f30a";
}
.fa-dna {
  --fa: "\f471";
}
.fa-virus-slash {
  --fa: "\e075";
}
.fa-minus {
  --fa: "\f068";
}
.fa-subtract {
  --fa: "\f068";
}
.fa-chess {
  --fa: "\f439";
}
.fa-arrow-left-long {
  --fa: "\f177";
}
.fa-long-arrow-left {
  --fa: "\f177";
}
.fa-plug-circle-check {
  --fa: "\e55c";
}
.fa-street-view {
  --fa: "\f21d";
}
.fa-franc-sign {
  --fa: "\e18f";
}
.fa-volume-off {
  --fa: "\f026";
}
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}
.fa-asl-interpreting {
  --fa: "\f2a3";
}
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}
.fa-gear {
  --fa: "\f013";
}
.fa-cog {
  --fa: "\f013";
}
.fa-droplet-slash {
  --fa: "\f5c7";
}
.fa-tint-slash {
  --fa: "\f5c7";
}
.fa-mosque {
  --fa: "\f678";
}
.fa-mosquito {
  --fa: "\e52b";
}
.fa-star-of-david {
  --fa: "\f69a";
}
.fa-person-military-rifle {
  --fa: "\e54b";
}
.fa-cart-shopping {
  --fa: "\f07a";
}
.fa-shopping-cart {
  --fa: "\f07a";
}
.fa-vials {
  --fa: "\f493";
}
.fa-plug-circle-plus {
  --fa: "\e55f";
}
.fa-place-of-worship {
  --fa: "\f67f";
}
.fa-grip-vertical {
  --fa: "\f58e";
}
.fa-hexagon-nodes {
  --fa: "\e699";
}
.fa-arrow-turn-up {
  --fa: "\f148";
}
.fa-level-up {
  --fa: "\f148";
}
.fa-u {
  --fa: "U";
}
.fa-square-root-variable {
  --fa: "\f698";
}
.fa-square-root-alt {
  --fa: "\f698";
}
.fa-clock {
  --fa: "\f017";
}
.fa-clock-four {
  --fa: "\f017";
}
.fa-backward-step {
  --fa: "\f048";
}
.fa-step-backward {
  --fa: "\f048";
}
.fa-pallet {
  --fa: "\f482";
}
.fa-faucet {
  --fa: "\e005";
}
.fa-baseball-bat-ball {
  --fa: "\f432";
}
.fa-s {
  --fa: "S";
}
.fa-timeline {
  --fa: "\e29c";
}
.fa-keyboard {
  --fa: "\f11c";
}
.fa-caret-down {
  --fa: "\f0d7";
}
.fa-house-chimney-medical {
  --fa: "\f7f2";
}
.fa-clinic-medical {
  --fa: "\f7f2";
}
.fa-temperature-three-quarters {
  --fa: "\f2c8";
}
.fa-temperature-3 {
  --fa: "\f2c8";
}
.fa-thermometer-3 {
  --fa: "\f2c8";
}
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}
.fa-mobile-screen {
  --fa: "\f3cf";
}
.fa-mobile-android-alt {
  --fa: "\f3cf";
}
.fa-plane-up {
  --fa: "\e22d";
}
.fa-piggy-bank {
  --fa: "\f4d3";
}
.fa-battery-half {
  --fa: "\f242";
}
.fa-battery-3 {
  --fa: "\f242";
}
.fa-mountain-city {
  --fa: "\e52e";
}
.fa-coins {
  --fa: "\f51e";
}
.fa-khanda {
  --fa: "\f66d";
}
.fa-sliders {
  --fa: "\f1de";
}
.fa-sliders-h {
  --fa: "\f1de";
}
.fa-folder-tree {
  --fa: "\f802";
}
.fa-network-wired {
  --fa: "\f6ff";
}
.fa-map-pin {
  --fa: "\f276";
}
.fa-hamsa {
  --fa: "\f665";
}
.fa-cent-sign {
  --fa: "\e3f5";
}
.fa-flask {
  --fa: "\f0c3";
}
.fa-person-pregnant {
  --fa: "\e31e";
}
.fa-wand-sparkles {
  --fa: "\f72b";
}
.fa-ellipsis-vertical {
  --fa: "\f142";
}
.fa-ellipsis-v {
  --fa: "\f142";
}
.fa-ticket {
  --fa: "\f145";
}
.fa-power-off {
  --fa: "\f011";
}
.fa-right-long {
  --fa: "\f30b";
}
.fa-long-arrow-alt-right {
  --fa: "\f30b";
}
.fa-flag-usa {
  --fa: "\f74d";
}
.fa-laptop-file {
  --fa: "\e51d";
}
.fa-tty {
  --fa: "\f1e4";
}
.fa-teletype {
  --fa: "\f1e4";
}
.fa-diagram-next {
  --fa: "\e476";
}
.fa-person-rifle {
  --fa: "\e54e";
}
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}
.fa-closed-captioning {
  --fa: "\f20a";
}
.fa-person-hiking {
  --fa: "\f6ec";
}
.fa-hiking {
  --fa: "\f6ec";
}
.fa-venus-double {
  --fa: "\f226";
}
.fa-images {
  --fa: "\f302";
}
.fa-calculator {
  --fa: "\f1ec";
}
.fa-people-pulling {
  --fa: "\e535";
}
.fa-n {
  --fa: "N";
}
.fa-cable-car {
  --fa: "\f7da";
}
.fa-tram {
  --fa: "\f7da";
}
.fa-cloud-rain {
  --fa: "\f73d";
}
.fa-building-circle-xmark {
  --fa: "\e4d4";
}
.fa-ship {
  --fa: "\f21a";
}
.fa-arrows-down-to-line {
  --fa: "\e4b8";
}
.fa-download {
  --fa: "\f019";
}
.fa-face-grin {
  --fa: "\f580";
}
.fa-grin {
  --fa: "\f580";
}
.fa-delete-left {
  --fa: "\f55a";
}
.fa-backspace {
  --fa: "\f55a";
}
.fa-eye-dropper {
  --fa: "\f1fb";
}
.fa-eye-dropper-empty {
  --fa: "\f1fb";
}
.fa-eyedropper {
  --fa: "\f1fb";
}
.fa-file-circle-check {
  --fa: "\e5a0";
}
.fa-forward {
  --fa: "\f04e";
}
.fa-mobile {
  --fa: "\f3ce";
}
.fa-mobile-android {
  --fa: "\f3ce";
}
.fa-mobile-phone {
  --fa: "\f3ce";
}
.fa-face-meh {
  --fa: "\f11a";
}
.fa-meh {
  --fa: "\f11a";
}
.fa-align-center {
  --fa: "\f037";
}
.fa-book-skull {
  --fa: "\f6b7";
}
.fa-book-dead {
  --fa: "\f6b7";
}
.fa-id-card {
  --fa: "\f2c2";
}
.fa-drivers-license {
  --fa: "\f2c2";
}
.fa-outdent {
  --fa: "\f03b";
}
.fa-dedent {
  --fa: "\f03b";
}
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}
.fa-house {
  --fa: "\f015";
}
.fa-home {
  --fa: "\f015";
}
.fa-home-alt {
  --fa: "\f015";
}
.fa-home-lg-alt {
  --fa: "\f015";
}
.fa-calendar-week {
  --fa: "\f784";
}
.fa-laptop-medical {
  --fa: "\f812";
}
.fa-b {
  --fa: "B";
}
.fa-file-medical {
  --fa: "\f477";
}
.fa-dice-one {
  --fa: "\f525";
}
.fa-kiwi-bird {
  --fa: "\f535";
}
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}
.fa-exchange {
  --fa: "\f0ec";
}
.fa-rotate-right {
  --fa: "\f2f9";
}
.fa-redo-alt {
  --fa: "\f2f9";
}
.fa-rotate-forward {
  --fa: "\f2f9";
}
.fa-utensils {
  --fa: "\f2e7";
}
.fa-cutlery {
  --fa: "\f2e7";
}
.fa-arrow-up-wide-short {
  --fa: "\f161";
}
.fa-sort-amount-up {
  --fa: "\f161";
}
.fa-mill-sign {
  --fa: "\e1ed";
}
.fa-bowl-rice {
  --fa: "\e2eb";
}
.fa-skull {
  --fa: "\f54c";
}
.fa-tower-broadcast {
  --fa: "\f519";
}
.fa-broadcast-tower {
  --fa: "\f519";
}
.fa-truck-pickup {
  --fa: "\f63c";
}
.fa-up-long {
  --fa: "\f30c";
}
.fa-long-arrow-alt-up {
  --fa: "\f30c";
}
.fa-stop {
  --fa: "\f04d";
}
.fa-code-merge {
  --fa: "\f387";
}
.fa-upload {
  --fa: "\f093";
}
.fa-hurricane {
  --fa: "\f751";
}
.fa-mound {
  --fa: "\e52d";
}
.fa-toilet-portable {
  --fa: "\e583";
}
.fa-compact-disc {
  --fa: "\f51f";
}
.fa-file-arrow-down {
  --fa: "\f56d";
}
.fa-file-download {
  --fa: "\f56d";
}
.fa-caravan {
  --fa: "\f8ff";
}
.fa-shield-cat {
  --fa: "\e572";
}
.fa-bolt {
  --fa: "\f0e7";
}
.fa-zap {
  --fa: "\f0e7";
}
.fa-glass-water {
  --fa: "\e4f4";
}
.fa-oil-well {
  --fa: "\e532";
}
.fa-vault {
  --fa: "\e2c5";
}
.fa-mars {
  --fa: "\f222";
}
.fa-toilet {
  --fa: "\f7d8";
}
.fa-plane-circle-xmark {
  --fa: "\e557";
}
.fa-yen-sign {
  --fa: "\f157";
}
.fa-cny {
  --fa: "\f157";
}
.fa-jpy {
  --fa: "\f157";
}
.fa-rmb {
  --fa: "\f157";
}
.fa-yen {
  --fa: "\f157";
}
.fa-ruble-sign {
  --fa: "\f158";
}
.fa-rouble {
  --fa: "\f158";
}
.fa-rub {
  --fa: "\f158";
}
.fa-ruble {
  --fa: "\f158";
}
.fa-sun {
  --fa: "\f185";
}
.fa-guitar {
  --fa: "\f7a6";
}
.fa-face-laugh-wink {
  --fa: "\f59c";
}
.fa-laugh-wink {
  --fa: "\f59c";
}
.fa-horse-head {
  --fa: "\f7ab";
}
.fa-bore-hole {
  --fa: "\e4c3";
}
.fa-industry {
  --fa: "\f275";
}
.fa-circle-down {
  --fa: "\f358";
}
.fa-arrow-alt-circle-down {
  --fa: "\f358";
}
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}
.fa-florin-sign {
  --fa: "\e184";
}
.fa-arrow-down-short-wide {
  --fa: "\f884";
}
.fa-sort-amount-desc {
  --fa: "\f884";
}
.fa-sort-amount-down-alt {
  --fa: "\f884";
}
.fa-less-than {
  --fa: "\<";
}
.fa-angle-down {
  --fa: "\f107";
}
.fa-car-tunnel {
  --fa: "\e4de";
}
.fa-head-side-cough {
  --fa: "\e061";
}
.fa-grip-lines {
  --fa: "\f7a4";
}
.fa-thumbs-down {
  --fa: "\f165";
}
.fa-user-lock {
  --fa: "\f502";
}
.fa-arrow-right-long {
  --fa: "\f178";
}
.fa-long-arrow-right {
  --fa: "\f178";
}
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}
.fa-ellipsis {
  --fa: "\f141";
}
.fa-ellipsis-h {
  --fa: "\f141";
}
.fa-chess-pawn {
  --fa: "\f443";
}
.fa-kit-medical {
  --fa: "\f479";
}
.fa-first-aid {
  --fa: "\f479";
}
.fa-person-through-window {
  --fa: "\e5a9";
}
.fa-toolbox {
  --fa: "\f552";
}
.fa-hands-holding-circle {
  --fa: "\e4fb";
}
.fa-bug {
  --fa: "\f188";
}
.fa-credit-card {
  --fa: "\f09d";
}
.fa-credit-card-alt {
  --fa: "\f09d";
}
.fa-car {
  --fa: "\f1b9";
}
.fa-automobile {
  --fa: "\f1b9";
}
.fa-hand-holding-hand {
  --fa: "\e4f7";
}
.fa-book-open-reader {
  --fa: "\f5da";
}
.fa-book-reader {
  --fa: "\f5da";
}
.fa-mountain-sun {
  --fa: "\e52f";
}
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}
.fa-dice-d20 {
  --fa: "\f6cf";
}
.fa-truck-droplet {
  --fa: "\e58c";
}
.fa-file-circle-xmark {
  --fa: "\e5a1";
}
.fa-temperature-arrow-up {
  --fa: "\e040";
}
.fa-temperature-up {
  --fa: "\e040";
}
.fa-medal {
  --fa: "\f5a2";
}
.fa-bed {
  --fa: "\f236";
}
.fa-square-h {
  --fa: "\f0fd";
}
.fa-h-square {
  --fa: "\f0fd";
}
.fa-podcast {
  --fa: "\f2ce";
}
.fa-temperature-full {
  --fa: "\f2c7";
}
.fa-temperature-4 {
  --fa: "\f2c7";
}
.fa-thermometer-4 {
  --fa: "\f2c7";
}
.fa-thermometer-full {
  --fa: "\f2c7";
}
.fa-bell {
  --fa: "\f0f3";
}
.fa-superscript {
  --fa: "\f12b";
}
.fa-plug-circle-xmark {
  --fa: "\e560";
}
.fa-star-of-life {
  --fa: "\f621";
}
.fa-phone-slash {
  --fa: "\f3dd";
}
.fa-paint-roller {
  --fa: "\f5aa";
}
.fa-handshake-angle {
  --fa: "\f4c4";
}
.fa-hands-helping {
  --fa: "\f4c4";
}
.fa-location-dot {
  --fa: "\f3c5";
}
.fa-map-marker-alt {
  --fa: "\f3c5";
}
.fa-file {
  --fa: "\f15b";
}
.fa-greater-than {
  --fa: "\>";
}
.fa-person-swimming {
  --fa: "\f5c4";
}
.fa-swimmer {
  --fa: "\f5c4";
}
.fa-arrow-down {
  --fa: "\f063";
}
.fa-droplet {
  --fa: "\f043";
}
.fa-tint {
  --fa: "\f043";
}
.fa-eraser {
  --fa: "\f12d";
}
.fa-earth-americas {
  --fa: "\f57d";
}
.fa-earth {
  --fa: "\f57d";
}
.fa-earth-america {
  --fa: "\f57d";
}
.fa-globe-americas {
  --fa: "\f57d";
}
.fa-person-burst {
  --fa: "\e53b";
}
.fa-dove {
  --fa: "\f4ba";
}
.fa-battery-empty {
  --fa: "\f244";
}
.fa-battery-0 {
  --fa: "\f244";
}
.fa-socks {
  --fa: "\f696";
}
.fa-inbox {
  --fa: "\f01c";
}
.fa-section {
  --fa: "\e447";
}
.fa-gauge-high {
  --fa: "\f625";
}
.fa-tachometer-alt {
  --fa: "\f625";
}
.fa-tachometer-alt-fast {
  --fa: "\f625";
}
.fa-envelope-open-text {
  --fa: "\f658";
}
.fa-hospital {
  --fa: "\f0f8";
}
.fa-hospital-alt {
  --fa: "\f0f8";
}
.fa-hospital-wide {
  --fa: "\f0f8";
}
.fa-wine-bottle {
  --fa: "\f72f";
}
.fa-chess-rook {
  --fa: "\f447";
}
.fa-bars-staggered {
  --fa: "\f550";
}
.fa-reorder {
  --fa: "\f550";
}
.fa-stream {
  --fa: "\f550";
}
.fa-dharmachakra {
  --fa: "\f655";
}
.fa-hotdog {
  --fa: "\f80f";
}
.fa-person-walking-with-cane {
  --fa: "\f29d";
}
.fa-blind {
  --fa: "\f29d";
}
.fa-drum {
  --fa: "\f569";
}
.fa-ice-cream {
  --fa: "\f810";
}
.fa-heart-circle-bolt {
  --fa: "\e4fc";
}
.fa-fax {
  --fa: "\f1ac";
}
.fa-paragraph {
  --fa: "\f1dd";
}
.fa-check-to-slot {
  --fa: "\f772";
}
.fa-vote-yea {
  --fa: "\f772";
}
.fa-star-half {
  --fa: "\f089";
}
.fa-boxes-stacked {
  --fa: "\f468";
}
.fa-boxes {
  --fa: "\f468";
}
.fa-boxes-alt {
  --fa: "\f468";
}
.fa-link {
  --fa: "\f0c1";
}
.fa-chain {
  --fa: "\f0c1";
}
.fa-ear-listen {
  --fa: "\f2a2";
}
.fa-assistive-listening-systems {
  --fa: "\f2a2";
}
.fa-tree-city {
  --fa: "\e587";
}
.fa-play {
  --fa: "\f04b";
}
.fa-font {
  --fa: "\f031";
}
.fa-table-cells-row-lock {
  --fa: "\e67a";
}
.fa-rupiah-sign {
  --fa: "\e23d";
}
.fa-magnifying-glass {
  --fa: "\f002";
}
.fa-search {
  --fa: "\f002";
}
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}
.fa-table-tennis {
  --fa: "\f45d";
}
.fa-person-dots-from-line {
  --fa: "\f470";
}
.fa-diagnoses {
  --fa: "\f470";
}
.fa-trash-can-arrow-up {
  --fa: "\f82a";
}
.fa-trash-restore-alt {
  --fa: "\f82a";
}
.fa-naira-sign {
  --fa: "\e1f6";
}
.fa-cart-arrow-down {
  --fa: "\f218";
}
.fa-walkie-talkie {
  --fa: "\f8ef";
}
.fa-file-pen {
  --fa: "\f31c";
}
.fa-file-edit {
  --fa: "\f31c";
}
.fa-receipt {
  --fa: "\f543";
}
.fa-square-pen {
  --fa: "\f14b";
}
.fa-pen-square {
  --fa: "\f14b";
}
.fa-pencil-square {
  --fa: "\f14b";
}
.fa-suitcase-rolling {
  --fa: "\f5c1";
}
.fa-person-circle-exclamation {
  --fa: "\e53f";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-battery-full {
  --fa: "\f240";
}
.fa-battery {
  --fa: "\f240";
}
.fa-battery-5 {
  --fa: "\f240";
}
.fa-skull-crossbones {
  --fa: "\f714";
}
.fa-code-compare {
  --fa: "\e13a";
}
.fa-list-ul {
  --fa: "\f0ca";
}
.fa-list-dots {
  --fa: "\f0ca";
}
.fa-school-lock {
  --fa: "\e56f";
}
.fa-tower-cell {
  --fa: "\e585";
}
.fa-down-long {
  --fa: "\f309";
}
.fa-long-arrow-alt-down {
  --fa: "\f309";
}
.fa-ranking-star {
  --fa: "\e561";
}
.fa-chess-king {
  --fa: "\f43f";
}
.fa-person-harassing {
  --fa: "\e549";
}
.fa-brazilian-real-sign {
  --fa: "\e46c";
}
.fa-landmark-dome {
  --fa: "\f752";
}
.fa-landmark-alt {
  --fa: "\f752";
}
.fa-arrow-up {
  --fa: "\f062";
}
.fa-tv {
  --fa: "\f26c";
}
.fa-television {
  --fa: "\f26c";
}
.fa-tv-alt {
  --fa: "\f26c";
}
.fa-shrimp {
  --fa: "\e448";
}
.fa-list-check {
  --fa: "\f0ae";
}
.fa-tasks {
  --fa: "\f0ae";
}
.fa-jug-detergent {
  --fa: "\e519";
}
.fa-circle-user {
  --fa: "\f2bd";
}
.fa-user-circle {
  --fa: "\f2bd";
}
.fa-user-shield {
  --fa: "\f505";
}
.fa-wind {
  --fa: "\f72e";
}
.fa-car-burst {
  --fa: "\f5e1";
}
.fa-car-crash {
  --fa: "\f5e1";
}
.fa-y {
  --fa: "Y";
}
.fa-person-snowboarding {
  --fa: "\f7ce";
}
.fa-snowboarding {
  --fa: "\f7ce";
}
.fa-truck-fast {
  --fa: "\f48b";
}
.fa-shipping-fast {
  --fa: "\f48b";
}
.fa-fish {
  --fa: "\f578";
}
.fa-user-graduate {
  --fa: "\f501";
}
.fa-circle-half-stroke {
  --fa: "\f042";
}
.fa-adjust {
  --fa: "\f042";
}
.fa-clapperboard {
  --fa: "\e131";
}
.fa-circle-radiation {
  --fa: "\f7ba";
}
.fa-radiation-alt {
  --fa: "\f7ba";
}
.fa-baseball {
  --fa: "\f433";
}
.fa-baseball-ball {
  --fa: "\f433";
}
.fa-jet-fighter-up {
  --fa: "\e518";
}
.fa-diagram-project {
  --fa: "\f542";
}
.fa-project-diagram {
  --fa: "\f542";
}
.fa-copy {
  --fa: "\f0c5";
}
.fa-volume-xmark {
  --fa: "\f6a9";
}
.fa-volume-mute {
  --fa: "\f6a9";
}
.fa-volume-times {
  --fa: "\f6a9";
}
.fa-hand-sparkles {
  --fa: "\e05d";
}
.fa-grip {
  --fa: "\f58d";
}
.fa-grip-horizontal {
  --fa: "\f58d";
}
.fa-share-from-square {
  --fa: "\f14d";
}
.fa-share-square {
  --fa: "\f14d";
}
.fa-child-combatant {
  --fa: "\e4e0";
}
.fa-child-rifle {
  --fa: "\e4e0";
}
.fa-gun {
  --fa: "\e19b";
}
.fa-square-phone {
  --fa: "\f098";
}
.fa-phone-square {
  --fa: "\f098";
}
.fa-plus {
  --fa: "\+";
}
.fa-add {
  --fa: "\+";
}
.fa-expand {
  --fa: "\f065";
}
.fa-computer {
  --fa: "\e4e5";
}
.fa-xmark {
  --fa: "\f00d";
}
.fa-close {
  --fa: "\f00d";
}
.fa-multiply {
  --fa: "\f00d";
}
.fa-remove {
  --fa: "\f00d";
}
.fa-times {
  --fa: "\f00d";
}
.fa-arrows-up-down-left-right {
  --fa: "\f047";
}
.fa-arrows {
  --fa: "\f047";
}
.fa-chalkboard-user {
  --fa: "\f51c";
}
.fa-chalkboard-teacher {
  --fa: "\f51c";
}
.fa-peso-sign {
  --fa: "\e222";
}
.fa-building-shield {
  --fa: "\e4d8";
}
.fa-baby {
  --fa: "\f77c";
}
.fa-users-line {
  --fa: "\e592";
}
.fa-quote-left {
  --fa: "\f10d";
}
.fa-quote-left-alt {
  --fa: "\f10d";
}
.fa-tractor {
  --fa: "\f722";
}
.fa-trash-arrow-up {
  --fa: "\f829";
}
.fa-trash-restore {
  --fa: "\f829";
}
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}
.fa-lines-leaning {
  --fa: "\e51e";
}
.fa-ruler-combined {
  --fa: "\f546";
}
.fa-copyright {
  --fa: "\f1f9";
}
.fa-equals {
  --fa: "\=";
}
.fa-blender {
  --fa: "\f517";
}
.fa-teeth {
  --fa: "\f62e";
}
.fa-shekel-sign {
  --fa: "\f20b";
}
.fa-ils {
  --fa: "\f20b";
}
.fa-shekel {
  --fa: "\f20b";
}
.fa-sheqel {
  --fa: "\f20b";
}
.fa-sheqel-sign {
  --fa: "\f20b";
}
.fa-map {
  --fa: "\f279";
}
.fa-rocket {
  --fa: "\f135";
}
.fa-photo-film {
  --fa: "\f87c";
}
.fa-photo-video {
  --fa: "\f87c";
}
.fa-folder-minus {
  --fa: "\f65d";
}
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}
.fa-store {
  --fa: "\f54e";
}
.fa-arrow-trend-up {
  --fa: "\e098";
}
.fa-plug-circle-minus {
  --fa: "\e55e";
}
.fa-sign-hanging {
  --fa: "\f4d9";
}
.fa-sign {
  --fa: "\f4d9";
}
.fa-bezier-curve {
  --fa: "\f55b";
}
.fa-bell-slash {
  --fa: "\f1f6";
}
.fa-tablet {
  --fa: "\f3fb";
}
.fa-tablet-android {
  --fa: "\f3fb";
}
.fa-school-flag {
  --fa: "\e56e";
}
.fa-fill {
  --fa: "\f575";
}
.fa-angle-up {
  --fa: "\f106";
}
.fa-drumstick-bite {
  --fa: "\f6d7";
}
.fa-holly-berry {
  --fa: "\f7aa";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-bacteria {
  --fa: "\e059";
}
.fa-hand-lizard {
  --fa: "\f258";
}
.fa-notdef {
  --fa: "\e1fe";
}
.fa-disease {
  --fa: "\f7fa";
}
.fa-briefcase-medical {
  --fa: "\f469";
}
.fa-genderless {
  --fa: "\f22d";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-retweet {
  --fa: "\f079";
}
.fa-car-rear {
  --fa: "\f5de";
}
.fa-car-alt {
  --fa: "\f5de";
}
.fa-pump-soap {
  --fa: "\e06b";
}
.fa-video-slash {
  --fa: "\f4e2";
}
.fa-battery-quarter {
  --fa: "\f243";
}
.fa-battery-2 {
  --fa: "\f243";
}
.fa-radio {
  --fa: "\f8d7";
}
.fa-baby-carriage {
  --fa: "\f77d";
}
.fa-carriage-baby {
  --fa: "\f77d";
}
.fa-traffic-light {
  --fa: "\f637";
}
.fa-thermometer {
  --fa: "\f491";
}
.fa-vr-cardboard {
  --fa: "\f729";
}
.fa-hand-middle-finger {
  --fa: "\f806";
}
.fa-percent {
  --fa: "\%";
}
.fa-percentage {
  --fa: "\%";
}
.fa-truck-moving {
  --fa: "\f4df";
}
.fa-glass-water-droplet {
  --fa: "\e4f5";
}
.fa-display {
  --fa: "\e163";
}
.fa-face-smile {
  --fa: "\f118";
}
.fa-smile {
  --fa: "\f118";
}
.fa-thumbtack {
  --fa: "\f08d";
}
.fa-thumb-tack {
  --fa: "\f08d";
}
.fa-trophy {
  --fa: "\f091";
}
.fa-person-praying {
  --fa: "\f683";
}
.fa-pray {
  --fa: "\f683";
}
.fa-hammer {
  --fa: "\f6e3";
}
.fa-hand-peace {
  --fa: "\f25b";
}
.fa-rotate {
  --fa: "\f2f1";
}
.fa-sync-alt {
  --fa: "\f2f1";
}
.fa-spinner {
  --fa: "\f110";
}
.fa-robot {
  --fa: "\f544";
}
.fa-peace {
  --fa: "\f67c";
}
.fa-gears {
  --fa: "\f085";
}
.fa-cogs {
  --fa: "\f085";
}
.fa-warehouse {
  --fa: "\f494";
}
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}
.fa-splotch {
  --fa: "\f5bc";
}
.fa-face-grin-hearts {
  --fa: "\f584";
}
.fa-grin-hearts {
  --fa: "\f584";
}
.fa-dice-four {
  --fa: "\f524";
}
.fa-sim-card {
  --fa: "\f7c4";
}
.fa-transgender {
  --fa: "\f225";
}
.fa-transgender-alt {
  --fa: "\f225";
}
.fa-mercury {
  --fa: "\f223";
}
.fa-arrow-turn-down {
  --fa: "\f149";
}
.fa-level-down {
  --fa: "\f149";
}
.fa-person-falling-burst {
  --fa: "\e547";
}
.fa-award {
  --fa: "\f559";
}
.fa-ticket-simple {
  --fa: "\f3ff";
}
.fa-ticket-alt {
  --fa: "\f3ff";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-angles-left {
  --fa: "\f100";
}
.fa-angle-double-left {
  --fa: "\f100";
}
.fa-qrcode {
  --fa: "\f029";
}
.fa-clock-rotate-left {
  --fa: "\f1da";
}
.fa-history {
  --fa: "\f1da";
}
.fa-face-grin-beam-sweat {
  --fa: "\f583";
}
.fa-grin-beam-sweat {
  --fa: "\f583";
}
.fa-file-export {
  --fa: "\f56e";
}
.fa-arrow-right-from-file {
  --fa: "\f56e";
}
.fa-shield {
  --fa: "\f132";
}
.fa-shield-blank {
  --fa: "\f132";
}
.fa-arrow-up-short-wide {
  --fa: "\f885";
}
.fa-sort-amount-up-alt {
  --fa: "\f885";
}
.fa-comment-nodes {
  --fa: "\e696";
}
.fa-house-medical {
  --fa: "\e3b2";
}
.fa-golf-ball-tee {
  --fa: "\f450";
}
.fa-golf-ball {
  --fa: "\f450";
}
.fa-circle-chevron-left {
  --fa: "\f137";
}
.fa-chevron-circle-left {
  --fa: "\f137";
}
.fa-house-chimney-window {
  --fa: "\e00d";
}
.fa-pen-nib {
  --fa: "\f5ad";
}
.fa-tent-arrow-turn-left {
  --fa: "\e580";
}
.fa-tents {
  --fa: "\e582";
}
.fa-wand-magic {
  --fa: "\f0d0";
}
.fa-magic {
  --fa: "\f0d0";
}
.fa-dog {
  --fa: "\f6d3";
}
.fa-carrot {
  --fa: "\f787";
}
.fa-moon {
  --fa: "\f186";
}
.fa-wine-glass-empty {
  --fa: "\f5ce";
}
.fa-wine-glass-alt {
  --fa: "\f5ce";
}
.fa-cheese {
  --fa: "\f7ef";
}
.fa-yin-yang {
  --fa: "\f6ad";
}
.fa-music {
  --fa: "\f001";
}
.fa-code-commit {
  --fa: "\f386";
}
.fa-temperature-low {
  --fa: "\f76b";
}
.fa-person-biking {
  --fa: "\f84a";
}
.fa-biking {
  --fa: "\f84a";
}
.fa-broom {
  --fa: "\f51a";
}
.fa-shield-heart {
  --fa: "\e574";
}
.fa-gopuram {
  --fa: "\f664";
}
.fa-earth-oceania {
  --fa: "\e47b";
}
.fa-globe-oceania {
  --fa: "\e47b";
}
.fa-square-xmark {
  --fa: "\f2d3";
}
.fa-times-square {
  --fa: "\f2d3";
}
.fa-xmark-square {
  --fa: "\f2d3";
}
.fa-hashtag {
  --fa: "\#";
}
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}
.fa-expand-alt {
  --fa: "\f424";
}
.fa-oil-can {
  --fa: "\f613";
}
.fa-t {
  --fa: "T";
}
.fa-hippo {
  --fa: "\f6ed";
}
.fa-chart-column {
  --fa: "\e0e3";
}
.fa-infinity {
  --fa: "\f534";
}
.fa-vial-circle-check {
  --fa: "\e596";
}
.fa-person-arrow-down-to-line {
  --fa: "\e538";
}
.fa-voicemail {
  --fa: "\f897";
}
.fa-fan {
  --fa: "\f863";
}
.fa-person-walking-luggage {
  --fa: "\e554";
}
.fa-up-down {
  --fa: "\f338";
}
.fa-arrows-alt-v {
  --fa: "\f338";
}
.fa-cloud-moon-rain {
  --fa: "\f73c";
}
.fa-calendar {
  --fa: "\f133";
}
.fa-trailer {
  --fa: "\e041";
}
.fa-bahai {
  --fa: "\f666";
}
.fa-haykal {
  --fa: "\f666";
}
.fa-sd-card {
  --fa: "\f7c2";
}
.fa-dragon {
  --fa: "\f6d5";
}
.fa-shoe-prints {
  --fa: "\f54b";
}
.fa-circle-plus {
  --fa: "\f055";
}
.fa-plus-circle {
  --fa: "\f055";
}
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-hand-holding {
  --fa: "\f4bd";
}
.fa-plug-circle-exclamation {
  --fa: "\e55d";
}
.fa-link-slash {
  --fa: "\f127";
}
.fa-chain-broken {
  --fa: "\f127";
}
.fa-chain-slash {
  --fa: "\f127";
}
.fa-unlink {
  --fa: "\f127";
}
.fa-clone {
  --fa: "\f24d";
}
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}
.fa-arrow-up-z-a {
  --fa: "\f882";
}
.fa-sort-alpha-up-alt {
  --fa: "\f882";
}
.fa-fire-flame-curved {
  --fa: "\f7e4";
}
.fa-fire-alt {
  --fa: "\f7e4";
}
.fa-tornado {
  --fa: "\f76f";
}
.fa-file-circle-plus {
  --fa: "\e494";
}
.fa-book-quran {
  --fa: "\f687";
}
.fa-quran {
  --fa: "\f687";
}
.fa-anchor {
  --fa: "\f13d";
}
.fa-border-all {
  --fa: "\f84c";
}
.fa-face-angry {
  --fa: "\f556";
}
.fa-angry {
  --fa: "\f556";
}
.fa-cookie-bite {
  --fa: "\f564";
}
.fa-arrow-trend-down {
  --fa: "\e097";
}
.fa-rss {
  --fa: "\f09e";
}
.fa-feed {
  --fa: "\f09e";
}
.fa-draw-polygon {
  --fa: "\f5ee";
}
.fa-scale-balanced {
  --fa: "\f24e";
}
.fa-balance-scale {
  --fa: "\f24e";
}
.fa-gauge-simple-high {
  --fa: "\f62a";
}
.fa-tachometer {
  --fa: "\f62a";
}
.fa-tachometer-fast {
  --fa: "\f62a";
}
.fa-shower {
  --fa: "\f2cc";
}
.fa-desktop {
  --fa: "\f390";
}
.fa-desktop-alt {
  --fa: "\f390";
}
.fa-m {
  --fa: "M";
}
.fa-table-list {
  --fa: "\f00b";
}
.fa-th-list {
  --fa: "\f00b";
}
.fa-comment-sms {
  --fa: "\f7cd";
}
.fa-sms {
  --fa: "\f7cd";
}
.fa-book {
  --fa: "\f02d";
}
.fa-user-plus {
  --fa: "\f234";
}
.fa-check {
  --fa: "\f00c";
}
.fa-battery-three-quarters {
  --fa: "\f241";
}
.fa-battery-4 {
  --fa: "\f241";
}
.fa-house-circle-check {
  --fa: "\e509";
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-diagram-successor {
  --fa: "\e47a";
}
.fa-truck-arrow-right {
  --fa: "\e58b";
}
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}
.fa-hand-fist {
  --fa: "\f6de";
}
.fa-fist-raised {
  --fa: "\f6de";
}
.fa-cloud-moon {
  --fa: "\f6c3";
}
.fa-briefcase {
  --fa: "\f0b1";
}
.fa-person-falling {
  --fa: "\e546";
}
.fa-image-portrait {
  --fa: "\f3e0";
}
.fa-portrait {
  --fa: "\f3e0";
}
.fa-user-tag {
  --fa: "\f507";
}
.fa-rug {
  --fa: "\e569";
}
.fa-earth-europe {
  --fa: "\f7a2";
}
.fa-globe-europe {
  --fa: "\f7a2";
}
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}
.fa-luggage-cart {
  --fa: "\f59d";
}
.fa-rectangle-xmark {
  --fa: "\f410";
}
.fa-rectangle-times {
  --fa: "\f410";
}
.fa-times-rectangle {
  --fa: "\f410";
}
.fa-window-close {
  --fa: "\f410";
}
.fa-baht-sign {
  --fa: "\e0ac";
}
.fa-book-open {
  --fa: "\f518";
}
.fa-book-journal-whills {
  --fa: "\f66a";
}
.fa-journal-whills {
  --fa: "\f66a";
}
.fa-handcuffs {
  --fa: "\e4f8";
}
.fa-triangle-exclamation {
  --fa: "\f071";
}
.fa-exclamation-triangle {
  --fa: "\f071";
}
.fa-warning {
  --fa: "\f071";
}
.fa-database {
  --fa: "\f1c0";
}
.fa-share {
  --fa: "\f064";
}
.fa-mail-forward {
  --fa: "\f064";
}
.fa-bottle-droplet {
  --fa: "\e4c4";
}
.fa-mask-face {
  --fa: "\e1d7";
}
.fa-hill-rockslide {
  --fa: "\e508";
}
.fa-right-left {
  --fa: "\f362";
}
.fa-exchange-alt {
  --fa: "\f362";
}
.fa-paper-plane {
  --fa: "\f1d8";
}
.fa-road-circle-exclamation {
  --fa: "\e565";
}
.fa-dungeon {
  --fa: "\f6d9";
}
.fa-align-right {
  --fa: "\f038";
}
.fa-money-bill-1-wave {
  --fa: "\f53b";
}
.fa-money-bill-wave-alt {
  --fa: "\f53b";
}
.fa-life-ring {
  --fa: "\f1cd";
}
.fa-hands {
  --fa: "\f2a7";
}
.fa-sign-language {
  --fa: "\f2a7";
}
.fa-signing {
  --fa: "\f2a7";
}
.fa-calendar-day {
  --fa: "\f783";
}
.fa-water-ladder {
  --fa: "\f5c5";
}
.fa-ladder-water {
  --fa: "\f5c5";
}
.fa-swimming-pool {
  --fa: "\f5c5";
}
.fa-arrows-up-down {
  --fa: "\f07d";
}
.fa-arrows-v {
  --fa: "\f07d";
}
.fa-face-grimace {
  --fa: "\f57f";
}
.fa-grimace {
  --fa: "\f57f";
}
.fa-wheelchair-move {
  --fa: "\e2ce";
}
.fa-wheelchair-alt {
  --fa: "\e2ce";
}
.fa-turn-down {
  --fa: "\f3be";
}
.fa-level-down-alt {
  --fa: "\f3be";
}
.fa-person-walking-arrow-right {
  --fa: "\e552";
}
.fa-square-envelope {
  --fa: "\f199";
}
.fa-envelope-square {
  --fa: "\f199";
}
.fa-dice {
  --fa: "\f522";
}
.fa-bowling-ball {
  --fa: "\f436";
}
.fa-brain {
  --fa: "\f5dc";
}
.fa-bandage {
  --fa: "\f462";
}
.fa-band-aid {
  --fa: "\f462";
}
.fa-calendar-minus {
  --fa: "\f272";
}
.fa-circle-xmark {
  --fa: "\f057";
}
.fa-times-circle {
  --fa: "\f057";
}
.fa-xmark-circle {
  --fa: "\f057";
}
.fa-gifts {
  --fa: "\f79c";
}
.fa-hotel {
  --fa: "\f594";
}
.fa-earth-asia {
  --fa: "\f57e";
}
.fa-globe-asia {
  --fa: "\f57e";
}
.fa-id-card-clip {
  --fa: "\f47f";
}
.fa-id-card-alt {
  --fa: "\f47f";
}
.fa-magnifying-glass-plus {
  --fa: "\f00e";
}
.fa-search-plus {
  --fa: "\f00e";
}
.fa-thumbs-up {
  --fa: "\f164";
}
.fa-user-clock {
  --fa: "\f4fd";
}
.fa-hand-dots {
  --fa: "\f461";
}
.fa-allergies {
  --fa: "\f461";
}
.fa-file-invoice {
  --fa: "\f570";
}
.fa-window-minimize {
  --fa: "\f2d1";
}
.fa-mug-saucer {
  --fa: "\f0f4";
}
.fa-coffee {
  --fa: "\f0f4";
}
.fa-brush {
  --fa: "\f55d";
}
.fa-file-half-dashed {
  --fa: "\e698";
}
.fa-mask {
  --fa: "\f6fa";
}
.fa-magnifying-glass-minus {
  --fa: "\f010";
}
.fa-search-minus {
  --fa: "\f010";
}
.fa-ruler-vertical {
  --fa: "\f548";
}
.fa-user-large {
  --fa: "\f406";
}
.fa-user-alt {
  --fa: "\f406";
}
.fa-train-tram {
  --fa: "\e5b4";
}
.fa-user-nurse {
  --fa: "\f82f";
}
.fa-syringe {
  --fa: "\f48e";
}
.fa-cloud-sun {
  --fa: "\f6c4";
}
.fa-stopwatch-20 {
  --fa: "\e06f";
}
.fa-square-full {
  --fa: "\f45c";
}
.fa-magnet {
  --fa: "\f076";
}
.fa-jar {
  --fa: "\e516";
}
.fa-note-sticky {
  --fa: "\f249";
}
.fa-sticky-note {
  --fa: "\f249";
}
.fa-bug-slash {
  --fa: "\e490";
}
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}
.fa-bone {
  --fa: "\f5d7";
}
.fa-table-cells-row-unlock {
  --fa: "\e691";
}
.fa-user-injured {
  --fa: "\f728";
}
.fa-face-sad-tear {
  --fa: "\f5b4";
}
.fa-sad-tear {
  --fa: "\f5b4";
}
.fa-plane {
  --fa: "\f072";
}
.fa-tent-arrows-down {
  --fa: "\e581";
}
.fa-exclamation {
  --fa: "\!";
}
.fa-arrows-spin {
  --fa: "\e4bb";
}
.fa-print {
  --fa: "\f02f";
}
.fa-turkish-lira-sign {
  --fa: "\e2bb";
}
.fa-try {
  --fa: "\e2bb";
}
.fa-turkish-lira {
  --fa: "\e2bb";
}
.fa-dollar-sign {
  --fa: "\$";
}
.fa-dollar {
  --fa: "\$";
}
.fa-usd {
  --fa: "\$";
}
.fa-x {
  --fa: "X";
}
.fa-magnifying-glass-dollar {
  --fa: "\f688";
}
.fa-search-dollar {
  --fa: "\f688";
}
.fa-users-gear {
  --fa: "\f509";
}
.fa-users-cog {
  --fa: "\f509";
}
.fa-person-military-pointing {
  --fa: "\e54a";
}
.fa-building-columns {
  --fa: "\f19c";
}
.fa-bank {
  --fa: "\f19c";
}
.fa-institution {
  --fa: "\f19c";
}
.fa-museum {
  --fa: "\f19c";
}
.fa-university {
  --fa: "\f19c";
}
.fa-umbrella {
  --fa: "\f0e9";
}
.fa-trowel {
  --fa: "\e589";
}
.fa-d {
  --fa: "D";
}
.fa-stapler {
  --fa: "\e5af";
}
.fa-masks-theater {
  --fa: "\f630";
}
.fa-theater-masks {
  --fa: "\f630";
}
.fa-kip-sign {
  --fa: "\e1c4";
}
.fa-hand-point-left {
  --fa: "\f0a5";
}
.fa-handshake-simple {
  --fa: "\f4c6";
}
.fa-handshake-alt {
  --fa: "\f4c6";
}
.fa-jet-fighter {
  --fa: "\f0fb";
}
.fa-fighter-jet {
  --fa: "\f0fb";
}
.fa-square-share-nodes {
  --fa: "\f1e1";
}
.fa-share-alt-square {
  --fa: "\f1e1";
}
.fa-barcode {
  --fa: "\f02a";
}
.fa-plus-minus {
  --fa: "\e43c";
}
.fa-video {
  --fa: "\f03d";
}
.fa-video-camera {
  --fa: "\f03d";
}
.fa-graduation-cap {
  --fa: "\f19d";
}
.fa-mortar-board {
  --fa: "\f19d";
}
.fa-hand-holding-medical {
  --fa: "\e05c";
}
.fa-person-circle-check {
  --fa: "\e53e";
}
.fa-turn-up {
  --fa: "\f3bf";
}
.fa-level-up-alt {
  --fa: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.2463b90d.woff2) format("woff2"), url(../fonts/fa-solid-900.2582b0e4.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.89999bdf.woff2) format("woff2"), url(../fonts/fa-regular-400.914997e1.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.c210719e.woff2) format("woff2"), url(../fonts/fa-brands-400.1815e004.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero {
  --fa: "\f3d0";
}
.fa-hooli {
  --fa: "\f427";
}
.fa-yelp {
  --fa: "\f1e9";
}
.fa-cc-visa {
  --fa: "\f1f0";
}
.fa-lastfm {
  --fa: "\f202";
}
.fa-shopware {
  --fa: "\f5b5";
}
.fa-creative-commons-nc {
  --fa: "\f4e8";
}
.fa-aws {
  --fa: "\f375";
}
.fa-redhat {
  --fa: "\f7bc";
}
.fa-yoast {
  --fa: "\f2b1";
}
.fa-cloudflare {
  --fa: "\e07d";
}
.fa-ups {
  --fa: "\f7e0";
}
.fa-pixiv {
  --fa: "\e640";
}
.fa-wpexplorer {
  --fa: "\f2de";
}
.fa-dyalog {
  --fa: "\f399";
}
.fa-bity {
  --fa: "\f37a";
}
.fa-stackpath {
  --fa: "\f842";
}
.fa-buysellads {
  --fa: "\f20d";
}
.fa-first-order {
  --fa: "\f2b0";
}
.fa-modx {
  --fa: "\f285";
}
.fa-guilded {
  --fa: "\e07e";
}
.fa-vnv {
  --fa: "\f40b";
}
.fa-square-js {
  --fa: "\f3b9";
}
.fa-js-square {
  --fa: "\f3b9";
}
.fa-microsoft {
  --fa: "\f3ca";
}
.fa-qq {
  --fa: "\f1d6";
}
.fa-orcid {
  --fa: "\f8d2";
}
.fa-java {
  --fa: "\f4e4";
}
.fa-invision {
  --fa: "\f7b0";
}
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}
.fa-centercode {
  --fa: "\f380";
}
.fa-glide-g {
  --fa: "\f2a6";
}
.fa-drupal {
  --fa: "\f1a9";
}
.fa-jxl {
  --fa: "\e67b";
}
.fa-dart-lang {
  --fa: "\e693";
}
.fa-hire-a-helper {
  --fa: "\f3b0";
}
.fa-creative-commons-by {
  --fa: "\f4e7";
}
.fa-unity {
  --fa: "\e049";
}
.fa-whmcs {
  --fa: "\f40d";
}
.fa-rocketchat {
  --fa: "\f3e8";
}
.fa-vk {
  --fa: "\f189";
}
.fa-untappd {
  --fa: "\f405";
}
.fa-mailchimp {
  --fa: "\f59e";
}
.fa-css3-alt {
  --fa: "\f38b";
}
.fa-square-reddit {
  --fa: "\f1a2";
}
.fa-reddit-square {
  --fa: "\f1a2";
}
.fa-vimeo-v {
  --fa: "\f27d";
}
.fa-contao {
  --fa: "\f26d";
}
.fa-square-font-awesome {
  --fa: "\e5ad";
}
.fa-deskpro {
  --fa: "\f38f";
}
.fa-brave {
  --fa: "\e63c";
}
.fa-sistrix {
  --fa: "\f3ee";
}
.fa-square-instagram {
  --fa: "\e055";
}
.fa-instagram-square {
  --fa: "\e055";
}
.fa-battle-net {
  --fa: "\f835";
}
.fa-the-red-yeti {
  --fa: "\f69d";
}
.fa-square-hacker-news {
  --fa: "\f3af";
}
.fa-hacker-news-square {
  --fa: "\f3af";
}
.fa-edge {
  --fa: "\f282";
}
.fa-threads {
  --fa: "\e618";
}
.fa-napster {
  --fa: "\f3d2";
}
.fa-square-snapchat {
  --fa: "\f2ad";
}
.fa-snapchat-square {
  --fa: "\f2ad";
}
.fa-google-plus-g {
  --fa: "\f0d5";
}
.fa-artstation {
  --fa: "\f77a";
}
.fa-markdown {
  --fa: "\f60f";
}
.fa-sourcetree {
  --fa: "\f7d3";
}
.fa-google-plus {
  --fa: "\f2b3";
}
.fa-diaspora {
  --fa: "\f791";
}
.fa-foursquare {
  --fa: "\f180";
}
.fa-stack-overflow {
  --fa: "\f16c";
}
.fa-github-alt {
  --fa: "\f113";
}
.fa-phoenix-squadron {
  --fa: "\f511";
}
.fa-pagelines {
  --fa: "\f18c";
}
.fa-algolia {
  --fa: "\f36c";
}
.fa-red-river {
  --fa: "\f3e3";
}
.fa-creative-commons-sa {
  --fa: "\f4ef";
}
.fa-safari {
  --fa: "\f267";
}
.fa-google {
  --fa: "\f1a0";
}
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}
.fa-font-awesome-alt {
  --fa: "\f35c";
}
.fa-atlassian {
  --fa: "\f77b";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-digital-ocean {
  --fa: "\f391";
}
.fa-nimblr {
  --fa: "\f5a8";
}
.fa-chromecast {
  --fa: "\f838";
}
.fa-evernote {
  --fa: "\f839";
}
.fa-hacker-news {
  --fa: "\f1d4";
}
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}
.fa-adversal {
  --fa: "\f36a";
}
.fa-creative-commons {
  --fa: "\f25e";
}
.fa-watchman-monitoring {
  --fa: "\e087";
}
.fa-fonticons {
  --fa: "\f280";
}
.fa-weixin {
  --fa: "\f1d7";
}
.fa-shirtsinbulk {
  --fa: "\f214";
}
.fa-codepen {
  --fa: "\f1cb";
}
.fa-git-alt {
  --fa: "\f841";
}
.fa-lyft {
  --fa: "\f3c3";
}
.fa-rev {
  --fa: "\f5b2";
}
.fa-windows {
  --fa: "\f17a";
}
.fa-wizards-of-the-coast {
  --fa: "\f730";
}
.fa-square-viadeo {
  --fa: "\f2aa";
}
.fa-viadeo-square {
  --fa: "\f2aa";
}
.fa-meetup {
  --fa: "\f2e0";
}
.fa-centos {
  --fa: "\f789";
}
.fa-adn {
  --fa: "\f170";
}
.fa-cloudsmith {
  --fa: "\f384";
}
.fa-opensuse {
  --fa: "\e62b";
}
.fa-pied-piper-alt {
  --fa: "\f1a8";
}
.fa-square-dribbble {
  --fa: "\f397";
}
.fa-dribbble-square {
  --fa: "\f397";
}
.fa-codiepie {
  --fa: "\f284";
}
.fa-node {
  --fa: "\f419";
}
.fa-mix {
  --fa: "\f3cb";
}
.fa-steam {
  --fa: "\f1b6";
}
.fa-cc-apple-pay {
  --fa: "\f416";
}
.fa-scribd {
  --fa: "\f28a";
}
.fa-debian {
  --fa: "\e60b";
}
.fa-openid {
  --fa: "\f19b";
}
.fa-instalod {
  --fa: "\e081";
}
.fa-files-pinwheel {
  --fa: "\e69f";
}
.fa-expeditedssl {
  --fa: "\f23e";
}
.fa-sellcast {
  --fa: "\f2da";
}
.fa-square-twitter {
  --fa: "\f081";
}
.fa-twitter-square {
  --fa: "\f081";
}
.fa-r-project {
  --fa: "\f4f7";
}
.fa-delicious {
  --fa: "\f1a5";
}
.fa-freebsd {
  --fa: "\f3a4";
}
.fa-vuejs {
  --fa: "\f41f";
}
.fa-accusoft {
  --fa: "\f369";
}
.fa-ioxhost {
  --fa: "\f208";
}
.fa-fonticons-fi {
  --fa: "\f3a2";
}
.fa-app-store {
  --fa: "\f36f";
}
.fa-cc-mastercard {
  --fa: "\f1f1";
}
.fa-itunes-note {
  --fa: "\f3b5";
}
.fa-golang {
  --fa: "\e40f";
}
.fa-kickstarter {
  --fa: "\f3bb";
}
.fa-square-kickstarter {
  --fa: "\f3bb";
}
.fa-grav {
  --fa: "\f2d6";
}
.fa-weibo {
  --fa: "\f18a";
}
.fa-uncharted {
  --fa: "\e084";
}
.fa-firstdraft {
  --fa: "\f3a1";
}
.fa-square-youtube {
  --fa: "\f431";
}
.fa-youtube-square {
  --fa: "\f431";
}
.fa-wikipedia-w {
  --fa: "\f266";
}
.fa-wpressr {
  --fa: "\f3e4";
}
.fa-rendact {
  --fa: "\f3e4";
}
.fa-angellist {
  --fa: "\f209";
}
.fa-galactic-republic {
  --fa: "\f50c";
}
.fa-nfc-directional {
  --fa: "\e530";
}
.fa-skype {
  --fa: "\f17e";
}
.fa-joget {
  --fa: "\f3b7";
}
.fa-fedora {
  --fa: "\f798";
}
.fa-stripe-s {
  --fa: "\f42a";
}
.fa-meta {
  --fa: "\e49b";
}
.fa-laravel {
  --fa: "\f3bd";
}
.fa-hotjar {
  --fa: "\f3b1";
}
.fa-bluetooth-b {
  --fa: "\f294";
}
.fa-square-letterboxd {
  --fa: "\e62e";
}
.fa-sticker-mule {
  --fa: "\f3f7";
}
.fa-creative-commons-zero {
  --fa: "\f4f3";
}
.fa-hips {
  --fa: "\f452";
}
.fa-css {
  --fa: "\e6a2";
}
.fa-behance {
  --fa: "\f1b4";
}
.fa-reddit {
  --fa: "\f1a1";
}
.fa-discord {
  --fa: "\f392";
}
.fa-chrome {
  --fa: "\f268";
}
.fa-app-store-ios {
  --fa: "\f370";
}
.fa-cc-discover {
  --fa: "\f1f2";
}
.fa-wpbeginner {
  --fa: "\f297";
}
.fa-confluence {
  --fa: "\f78d";
}
.fa-shoelace {
  --fa: "\e60c";
}
.fa-mdb {
  --fa: "\f8ca";
}
.fa-dochub {
  --fa: "\f394";
}
.fa-accessible-icon {
  --fa: "\f368";
}
.fa-ebay {
  --fa: "\f4f4";
}
.fa-amazon {
  --fa: "\f270";
}
.fa-unsplash {
  --fa: "\e07c";
}
.fa-yarn {
  --fa: "\f7e3";
}
.fa-square-steam {
  --fa: "\f1b7";
}
.fa-steam-square {
  --fa: "\f1b7";
}
.fa-500px {
  --fa: "\f26e";
}
.fa-square-vimeo {
  --fa: "\f194";
}
.fa-vimeo-square {
  --fa: "\f194";
}
.fa-asymmetrik {
  --fa: "\f372";
}
.fa-font-awesome {
  --fa: "\f2b4";
}
.fa-font-awesome-flag {
  --fa: "\f2b4";
}
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa-gratipay {
  --fa: "\f184";
}
.fa-apple {
  --fa: "\f179";
}
.fa-hive {
  --fa: "\e07f";
}
.fa-gitkraken {
  --fa: "\f3a6";
}
.fa-keybase {
  --fa: "\f4f5";
}
.fa-apple-pay {
  --fa: "\f415";
}
.fa-padlet {
  --fa: "\e4a0";
}
.fa-amazon-pay {
  --fa: "\f42c";
}
.fa-square-github {
  --fa: "\f092";
}
.fa-github-square {
  --fa: "\f092";
}
.fa-stumbleupon {
  --fa: "\f1a4";
}
.fa-fedex {
  --fa: "\f797";
}
.fa-phoenix-framework {
  --fa: "\f3dc";
}
.fa-shopify {
  --fa: "\e057";
}
.fa-neos {
  --fa: "\f612";
}
.fa-square-threads {
  --fa: "\e619";
}
.fa-hackerrank {
  --fa: "\f5f7";
}
.fa-researchgate {
  --fa: "\f4f8";
}
.fa-swift {
  --fa: "\f8e1";
}
.fa-angular {
  --fa: "\f420";
}
.fa-speakap {
  --fa: "\f3f3";
}
.fa-angrycreative {
  --fa: "\f36e";
}
.fa-y-combinator {
  --fa: "\f23b";
}
.fa-empire {
  --fa: "\f1d1";
}
.fa-envira {
  --fa: "\f299";
}
.fa-google-scholar {
  --fa: "\e63b";
}
.fa-square-gitlab {
  --fa: "\e5ae";
}
.fa-gitlab-square {
  --fa: "\e5ae";
}
.fa-studiovinari {
  --fa: "\f3f8";
}
.fa-pied-piper {
  --fa: "\f2ae";
}
.fa-wordpress {
  --fa: "\f19a";
}
.fa-product-hunt {
  --fa: "\f288";
}
.fa-firefox {
  --fa: "\f269";
}
.fa-linode {
  --fa: "\f2b8";
}
.fa-goodreads {
  --fa: "\f3a8";
}
.fa-square-odnoklassniki {
  --fa: "\f264";
}
.fa-odnoklassniki-square {
  --fa: "\f264";
}
.fa-jsfiddle {
  --fa: "\f1cc";
}
.fa-sith {
  --fa: "\f512";
}
.fa-themeisle {
  --fa: "\f2b2";
}
.fa-page4 {
  --fa: "\f3d7";
}
.fa-hashnode {
  --fa: "\e499";
}
.fa-react {
  --fa: "\f41b";
}
.fa-cc-paypal {
  --fa: "\f1f4";
}
.fa-squarespace {
  --fa: "\f5be";
}
.fa-cc-stripe {
  --fa: "\f1f5";
}
.fa-creative-commons-share {
  --fa: "\f4f2";
}
.fa-bitcoin {
  --fa: "\f379";
}
.fa-keycdn {
  --fa: "\f3ba";
}
.fa-opera {
  --fa: "\f26a";
}
.fa-itch-io {
  --fa: "\f83a";
}
.fa-umbraco {
  --fa: "\f8e8";
}
.fa-galactic-senate {
  --fa: "\f50d";
}
.fa-ubuntu {
  --fa: "\f7df";
}
.fa-draft2digital {
  --fa: "\f396";
}
.fa-stripe {
  --fa: "\f429";
}
.fa-houzz {
  --fa: "\f27c";
}
.fa-gg {
  --fa: "\f260";
}
.fa-dhl {
  --fa: "\f790";
}
.fa-square-pinterest {
  --fa: "\f0d3";
}
.fa-pinterest-square {
  --fa: "\f0d3";
}
.fa-xing {
  --fa: "\f168";
}
.fa-blackberry {
  --fa: "\f37b";
}
.fa-creative-commons-pd {
  --fa: "\f4ec";
}
.fa-playstation {
  --fa: "\f3df";
}
.fa-quinscape {
  --fa: "\f459";
}
.fa-less {
  --fa: "\f41d";
}
.fa-blogger-b {
  --fa: "\f37d";
}
.fa-opencart {
  --fa: "\f23d";
}
.fa-vine {
  --fa: "\f1ca";
}
.fa-signal-messenger {
  --fa: "\e663";
}
.fa-paypal {
  --fa: "\f1ed";
}
.fa-gitlab {
  --fa: "\f296";
}
.fa-typo3 {
  --fa: "\f42b";
}
.fa-reddit-alien {
  --fa: "\f281";
}
.fa-yahoo {
  --fa: "\f19e";
}
.fa-dailymotion {
  --fa: "\e052";
}
.fa-affiliatetheme {
  --fa: "\f36b";
}
.fa-pied-piper-pp {
  --fa: "\f1a7";
}
.fa-bootstrap {
  --fa: "\f836";
}
.fa-odnoklassniki {
  --fa: "\f263";
}
.fa-nfc-symbol {
  --fa: "\e531";
}
.fa-mintbit {
  --fa: "\e62f";
}
.fa-ethereum {
  --fa: "\f42e";
}
.fa-speaker-deck {
  --fa: "\f83c";
}
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}
.fa-patreon {
  --fa: "\f3d9";
}
.fa-avianex {
  --fa: "\f374";
}
.fa-ello {
  --fa: "\f5f1";
}
.fa-gofore {
  --fa: "\f3a7";
}
.fa-bimobject {
  --fa: "\f378";
}
.fa-brave-reverse {
  --fa: "\e63d";
}
.fa-facebook-f {
  --fa: "\f39e";
}
.fa-square-google-plus {
  --fa: "\f0d4";
}
.fa-google-plus-square {
  --fa: "\f0d4";
}
.fa-web-awesome {
  --fa: "\e682";
}
.fa-mandalorian {
  --fa: "\f50f";
}
.fa-first-order-alt {
  --fa: "\f50a";
}
.fa-osi {
  --fa: "\f41a";
}
.fa-google-wallet {
  --fa: "\f1ee";
}
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}
.fa-periscope {
  --fa: "\f3da";
}
.fa-fulcrum {
  --fa: "\f50b";
}
.fa-cloudscale {
  --fa: "\f383";
}
.fa-forumbee {
  --fa: "\f211";
}
.fa-mizuni {
  --fa: "\f3cc";
}
.fa-schlix {
  --fa: "\f3ea";
}
.fa-square-xing {
  --fa: "\f169";
}
.fa-xing-square {
  --fa: "\f169";
}
.fa-bandcamp {
  --fa: "\f2d5";
}
.fa-wpforms {
  --fa: "\f298";
}
.fa-cloudversify {
  --fa: "\f385";
}
.fa-usps {
  --fa: "\f7e1";
}
.fa-megaport {
  --fa: "\f5a3";
}
.fa-magento {
  --fa: "\f3c4";
}
.fa-spotify {
  --fa: "\f1bc";
}
.fa-optin-monster {
  --fa: "\f23c";
}
.fa-fly {
  --fa: "\f417";
}
.fa-square-bluesky {
  --fa: "\e6a3";
}
.fa-aviato {
  --fa: "\f421";
}
.fa-itunes {
  --fa: "\f3b4";
}
.fa-cuttlefish {
  --fa: "\f38c";
}
.fa-blogger {
  --fa: "\f37c";
}
.fa-flickr {
  --fa: "\f16e";
}
.fa-viber {
  --fa: "\f409";
}
.fa-soundcloud {
  --fa: "\f1be";
}
.fa-digg {
  --fa: "\f1a6";
}
.fa-tencent-weibo {
  --fa: "\f1d5";
}
.fa-letterboxd {
  --fa: "\e62d";
}
.fa-symfony {
  --fa: "\f83d";
}
.fa-maxcdn {
  --fa: "\f136";
}
.fa-etsy {
  --fa: "\f2d7";
}
.fa-facebook-messenger {
  --fa: "\f39f";
}
.fa-audible {
  --fa: "\f373";
}
.fa-think-peaks {
  --fa: "\f731";
}
.fa-bilibili {
  --fa: "\e3d9";
}
.fa-erlang {
  --fa: "\f39d";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-cotton-bureau {
  --fa: "\f89e";
}
.fa-dashcube {
  --fa: "\f210";
}
.fa-42-group {
  --fa: "\e080";
}
.fa-innosoft {
  --fa: "\e080";
}
.fa-stack-exchange {
  --fa: "\f18d";
}
.fa-elementor {
  --fa: "\f430";
}
.fa-square-pied-piper {
  --fa: "\e01e";
}
.fa-pied-piper-square {
  --fa: "\e01e";
}
.fa-creative-commons-nd {
  --fa: "\f4eb";
}
.fa-palfed {
  --fa: "\f3d8";
}
.fa-superpowers {
  --fa: "\f2dd";
}
.fa-resolving {
  --fa: "\f3e7";
}
.fa-xbox {
  --fa: "\f412";
}
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}
.fa-searchengin {
  --fa: "\f3eb";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-square-facebook {
  --fa: "\f082";
}
.fa-facebook-square {
  --fa: "\f082";
}
.fa-renren {
  --fa: "\f18b";
}
.fa-linux {
  --fa: "\f17c";
}
.fa-glide {
  --fa: "\f2a5";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-hubspot {
  --fa: "\f3b2";
}
.fa-deploydog {
  --fa: "\f38e";
}
.fa-twitch {
  --fa: "\f1e8";
}
.fa-flutter {
  --fa: "\e694";
}
.fa-ravelry {
  --fa: "\f2d9";
}
.fa-mixer {
  --fa: "\e056";
}
.fa-square-lastfm {
  --fa: "\f203";
}
.fa-lastfm-square {
  --fa: "\f203";
}
.fa-vimeo {
  --fa: "\f40a";
}
.fa-mendeley {
  --fa: "\f7b3";
}
.fa-uniregistry {
  --fa: "\f404";
}
.fa-figma {
  --fa: "\f799";
}
.fa-creative-commons-remix {
  --fa: "\f4ee";
}
.fa-cc-amazon-pay {
  --fa: "\f42d";
}
.fa-dropbox {
  --fa: "\f16b";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-cmplid {
  --fa: "\e360";
}
.fa-upwork {
  --fa: "\e641";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-gripfire {
  --fa: "\f3ac";
}
.fa-jedi-order {
  --fa: "\f50e";
}
.fa-uikit {
  --fa: "\f403";
}
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}
.fa-phabricator {
  --fa: "\f3db";
}
.fa-ussunnah {
  --fa: "\f407";
}
.fa-earlybirds {
  --fa: "\f39a";
}
.fa-trade-federation {
  --fa: "\f513";
}
.fa-autoprefixer {
  --fa: "\f41c";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-square-upwork {
  --fa: "\e67c";
}
.fa-slideshare {
  --fa: "\f1e7";
}
.fa-google-play {
  --fa: "\f3ab";
}
.fa-viadeo {
  --fa: "\f2a9";
}
.fa-line {
  --fa: "\f3c0";
}
.fa-google-drive {
  --fa: "\f3aa";
}
.fa-servicestack {
  --fa: "\f3ec";
}
.fa-simplybuilt {
  --fa: "\f215";
}
.fa-bitbucket {
  --fa: "\f171";
}
.fa-imdb {
  --fa: "\f2d8";
}
.fa-deezer {
  --fa: "\e077";
}
.fa-raspberry-pi {
  --fa: "\f7bb";
}
.fa-jira {
  --fa: "\f7b1";
}
.fa-docker {
  --fa: "\f395";
}
.fa-screenpal {
  --fa: "\e570";
}
.fa-bluetooth {
  --fa: "\f293";
}
.fa-gitter {
  --fa: "\f426";
}
.fa-d-and-d {
  --fa: "\f38d";
}
.fa-microblog {
  --fa: "\e01a";
}
.fa-cc-diners-club {
  --fa: "\f24c";
}
.fa-gg-circle {
  --fa: "\f261";
}
.fa-pied-piper-hat {
  --fa: "\f4e5";
}
.fa-kickstarter-k {
  --fa: "\f3bc";
}
.fa-yandex {
  --fa: "\f413";
}
.fa-readme {
  --fa: "\f4d5";
}
.fa-html5 {
  --fa: "\f13b";
}
.fa-sellsy {
  --fa: "\f213";
}
.fa-square-web-awesome {
  --fa: "\e683";
}
.fa-sass {
  --fa: "\f41e";
}
.fa-wirsindhandwerk {
  --fa: "\e2d0";
}
.fa-wsh {
  --fa: "\e2d0";
}
.fa-buromobelexperte {
  --fa: "\f37f";
}
.fa-salesforce {
  --fa: "\f83b";
}
.fa-octopus-deploy {
  --fa: "\e082";
}
.fa-medapps {
  --fa: "\f3c6";
}
.fa-ns8 {
  --fa: "\f3d5";
}
.fa-pinterest-p {
  --fa: "\f231";
}
.fa-apper {
  --fa: "\f371";
}
.fa-fort-awesome {
  --fa: "\f286";
}
.fa-waze {
  --fa: "\f83f";
}
.fa-bluesky {
  --fa: "\e671";
}
.fa-cc-jcb {
  --fa: "\f24b";
}
.fa-snapchat {
  --fa: "\f2ab";
}
.fa-snapchat-ghost {
  --fa: "\f2ab";
}
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}
.fa-rust {
  --fa: "\e07a";
}
.fa-wix {
  --fa: "\f5cf";
}
.fa-square-behance {
  --fa: "\f1b5";
}
.fa-behance-square {
  --fa: "\f1b5";
}
.fa-supple {
  --fa: "\f3f9";
}
.fa-webflow {
  --fa: "\e65c";
}
.fa-rebel {
  --fa: "\f1d0";
}
.fa-css3 {
  --fa: "\f13c";
}
.fa-staylinked {
  --fa: "\f3f5";
}
.fa-kaggle {
  --fa: "\f5fa";
}
.fa-space-awesome {
  --fa: "\e5ac";
}
.fa-deviantart {
  --fa: "\f1bd";
}
.fa-cpanel {
  --fa: "\f388";
}
.fa-goodreads-g {
  --fa: "\f3a9";
}
.fa-square-git {
  --fa: "\f1d2";
}
.fa-git-square {
  --fa: "\f1d2";
}
.fa-square-tumblr {
  --fa: "\f174";
}
.fa-tumblr-square {
  --fa: "\f174";
}
.fa-trello {
  --fa: "\f181";
}
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}
.fa-get-pocket {
  --fa: "\f265";
}
.fa-perbyte {
  --fa: "\e083";
}
.fa-grunt {
  --fa: "\f3ad";
}
.fa-weebly {
  --fa: "\f5cc";
}
.fa-connectdevelop {
  --fa: "\f20e";
}
.fa-leanpub {
  --fa: "\f212";
}
.fa-black-tie {
  --fa: "\f27e";
}
.fa-themeco {
  --fa: "\f5c6";
}
.fa-python {
  --fa: "\f3e2";
}
.fa-android {
  --fa: "\f17b";
}
.fa-bots {
  --fa: "\e340";
}
.fa-free-code-camp {
  --fa: "\f2c5";
}
.fa-hornbill {
  --fa: "\f592";
}
.fa-js {
  --fa: "\f3b8";
}
.fa-ideal {
  --fa: "\e013";
}
.fa-git {
  --fa: "\f1d3";
}
.fa-dev {
  --fa: "\f6cc";
}
.fa-sketch {
  --fa: "\f7c6";
}
.fa-yandex-international {
  --fa: "\f414";
}
.fa-cc-amex {
  --fa: "\f1f3";
}
.fa-uber {
  --fa: "\f402";
}
.fa-github {
  --fa: "\f09b";
}
.fa-php {
  --fa: "\f457";
}
.fa-alipay {
  --fa: "\f642";
}
.fa-youtube {
  --fa: "\f167";
}
.fa-skyatlas {
  --fa: "\f216";
}
.fa-firefox-browser {
  --fa: "\e007";
}
.fa-replyd {
  --fa: "\f3e6";
}
.fa-suse {
  --fa: "\f7d6";
}
.fa-jenkins {
  --fa: "\f3b6";
}
.fa-twitter {
  --fa: "\f099";
}
.fa-rockrms {
  --fa: "\f3e9";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-buffer {
  --fa: "\f837";
}
.fa-npm {
  --fa: "\f3d4";
}
.fa-yammer {
  --fa: "\f840";
}
.fa-btc {
  --fa: "\f15a";
}
.fa-dribbble {
  --fa: "\f17d";
}
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}
.fa-internet-explorer {
  --fa: "\f26b";
}
.fa-stubber {
  --fa: "\e5c7";
}
.fa-telegram {
  --fa: "\f2c6";
}
.fa-telegram-plane {
  --fa: "\f2c6";
}
.fa-old-republic {
  --fa: "\f510";
}
.fa-odysee {
  --fa: "\e5c6";
}
.fa-square-whatsapp {
  --fa: "\f40c";
}
.fa-whatsapp-square {
  --fa: "\f40c";
}
.fa-node-js {
  --fa: "\f3d3";
}
.fa-edge-legacy {
  --fa: "\e078";
}
.fa-slack {
  --fa: "\f198";
}
.fa-slack-hash {
  --fa: "\f198";
}
.fa-medrt {
  --fa: "\f3c8";
}
.fa-usb {
  --fa: "\f287";
}
.fa-tumblr {
  --fa: "\f173";
}
.fa-vaadin {
  --fa: "\f408";
}
.fa-quora {
  --fa: "\f2c4";
}
.fa-square-x-twitter {
  --fa: "\e61a";
}
.fa-reacteurope {
  --fa: "\f75d";
}
.fa-medium {
  --fa: "\f23a";
}
.fa-medium-m {
  --fa: "\f23a";
}
.fa-amilia {
  --fa: "\f36d";
}
.fa-mixcloud {
  --fa: "\f289";
}
.fa-flipboard {
  --fa: "\f44d";
}
.fa-viacoin {
  --fa: "\f237";
}
.fa-critical-role {
  --fa: "\f6c9";
}
.fa-sitrox {
  --fa: "\e44a";
}
.fa-discourse {
  --fa: "\f393";
}
.fa-joomla {
  --fa: "\f1aa";
}
.fa-mastodon {
  --fa: "\f4f6";
}
.fa-airbnb {
  --fa: "\f834";
}
.fa-wolf-pack-battalion {
  --fa: "\f514";
}
.fa-buy-n-large {
  --fa: "\f8a6";
}
.fa-gulp {
  --fa: "\f3ae";
}
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}
.fa-strava {
  --fa: "\f428";
}
.fa-ember {
  --fa: "\f423";
}
.fa-canadian-maple-leaf {
  --fa: "\f785";
}
.fa-teamspeak {
  --fa: "\f4f9";
}
.fa-pushed {
  --fa: "\f3e1";
}
.fa-wordpress-simple {
  --fa: "\f411";
}
.fa-nutritionix {
  --fa: "\f3d6";
}
.fa-wodu {
  --fa: "\e088";
}
.fa-google-pay {
  --fa: "\e079";
}
.fa-intercom {
  --fa: "\f7af";
}
.fa-zhihu {
  --fa: "\f63f";
}
.fa-korvue {
  --fa: "\f42f";
}
.fa-pix {
  --fa: "\e43a";
}
.fa-steam-symbol {
  --fa: "\f3f6";
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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);
  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 {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  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 {
  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 {
  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;
  scroll-snap-stop: always;
}
.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.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.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;
  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-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.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;
  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-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .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%;
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  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;
  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;
  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;
  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;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
svg.icon {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  height: auto;
  width: 100%;
}
svg.icon_logo {
  aspect-ratio: 135/28;
}
svg.icon_arrow {
  aspect-ratio: 9/4;
}
svg.icon_car {
  aspect-ratio: 4/5;
}
svg.icon_calendar {
  aspect-ratio: 1/1;
}
svg.icon_event {
  aspect-ratio: 12/11;
}
svg.icon_foodhall {
  aspect-ratio: 1/1;
}
svg.icon_gourmet {
  aspect-ratio: 5/4;
}
svg.icon_news {
  aspect-ratio: 6/5;
}
svg.icon_outlink {
  aspect-ratio: 5/3;
}
svg.icon_pdf {
  aspect-ratio: 4/5;
}
svg.icon_qa {
  aspect-ratio: 7/6;
}
svg.icon_shoplist {
  aspect-ratio: 5/4;
}
svg.icon_time {
  aspect-ratio: 1/1;
}
svg.icon_facebook {
  aspect-ratio: 1/1;
}
svg.icon_insta {
  aspect-ratio: 1/1;
}
svg.icon_x {
  aspect-ratio: 1/1;
}
svg.icon_tiktok {
  aspect-ratio: 11/12;
}
svg.icon_youtube {
  aspect-ratio: 29/20;
}
svg.icon_line {
  aspect-ratio: 1/1;
}
svg.icon_map {
  aspect-ratio: 7/9;
}
svg.icon_arrow_short {
  aspect-ratio: 16/11;
}
.p-card-shop__link {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #efefef;
  padding: 18px 16px 20px;
  box-sizing: border-box;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
@media not screen and (max-width: 900px) {
  .p-card-shop__link {
    padding: 18px 16px 20px;
  }
}
.p-card-shop__link p {
  line-height: 1.2;
}
.p-card-shop__link:hover .p-card-shop__img img {
  transform: scale(1.06);
}
.p-card-shop__number {
  display: grid;
  place-items: center;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background-color: #292a2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  border-radius: 3px;
}
.p-card-shop__link.is-1f .p-card-shop__number {
  background-color: #45a2c8;
}
.p-card-shop__link.is-foodhall .p-card-shop__number {
  background-color: #ff7f00;
}
.p-card-shop__img {
  aspect-ratio: 253/173;
  height: auto;
  overflow: hidden;
}
.p-card-shop__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  contain-intrinsic-size: unset;
  transition: all 0.2s ease-in-out;
}
.p-card-shop__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-card-shop__brand {
  display: grid;
  grid-template-columns: 41px 1fr;
  grid-template-rows: repeat(3, auto) 1fr;
  column-gap: 10px;
  min-height: 100px;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media not screen and (max-width: 900px) {
  .p-card-shop__brand {
    min-height: 108px;
  }
}
.p-card-shop__icon {
  grid-row: span 4;
}
.p-card-shop__info {
  font-size: 12px;
  font-weight: 400;
}
.p-card-shop__info .subtitle::before {
  content: "/";
}
.p-card-shop__name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 6px;
}
.p-card-shop__kana {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 5px;
}
.p-card-shop__services {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-card-shop__services li {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fff;
  display: grid;
  place-content: center;
  height: 24px;
  border-radius: 3px;
  padding-inline: 14px;
}
.p-card-shopnews__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.p-card-shopnews__link:hover .p-card-shopnews__img img {
  transform: scale(1.06);
}
.p-card-shopnews__link:hover .p-card-shopnews__title {
  text-decoration: underline;
}
.p-card-shopnews__img {
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-card-shopnews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  contain-intrinsic-size: unset;
  transition: all 0.2s ease-in-out;
}
.p-card-shopnews__body {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr;
  margin-top: 7px;
  flex: 1;
}
@media not screen and (max-width: 900px) {
  .p-card-shopnews__body {
    margin-top: 20px;
  }
}
.p-card-shopnews__cat {
  position: absolute;
  left: 0;
  top: 0;
  padding-inline: 11px;
  height: 20px;
  display: grid;
  place-content: center;
  background-color: #292a2a;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-card-shopnews__cat {
    font-size: 12px;
    height: 27px;
    padding-inline: 15px;
  }
}
.p-card-shopnews__date {
  font-size: 10px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  color: #898989;
}
@media not screen and (max-width: 900px) {
  .p-card-shopnews__date {
    font-size: 12px;
  }
}
.p-card-shopnews__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 9px;
}
@media not screen and (max-width: 900px) {
  .p-card-shopnews__title {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
}
.p-card-shopnews__name {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-card-shopnews__name {
    font-size: 11px;
    margin-top: 18px;
  }
}
.p-card-event {
  display: flex;
  width: 100%;
  height: auto;
}
.p-card-event__link {
  position: relative;
  display: block;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
}
@media not screen and (max-width: 900px) {
  .p-card-event__link {
    grid-template-rows: auto 1fr auto 33px;
  }
}
.p-card-event__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  height: auto;
}
.p-card-event__img img {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-card-event__status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  height: 22px;
  padding-inline: 10px;
  background-color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #c30d23;
}
@media not screen and (max-width: 900px) {
  .p-card-event__status {
    height: 27px;
    padding-inline: 16px;
    font-size: 12px;
  }
}
.p-card-event__cat {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
  background-color: #292a2a;
  color: #fff;
  height: 20px;
  padding-inline: 10px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-card-event__cat {
    font-size: 12px;
    height: 27px;
    padding-inline: 15px;
  }
}
.p-card-event__title {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 9px;
}
@media not screen and (max-width: 900px) {
  .p-card-event__title {
    -webkit-line-clamp: 2;
    margin-top: 13px;
    font-size: 17px;
    letter-spacing: 0.06em;
  }
}
.p-card-event__term {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 500 !important;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-card-event__term {
    font-size: 11px;
    letter-spacing: 0.04em;
    margin-top: 17px;
    line-height: 1.2;
  }
}
.p-card-event__price {
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  border-bottom: 1px solid #292a2a;
  max-inline-size: max-content;
  margin-top: 9px;
}
@media not screen and (max-width: 900px) {
  .p-card-event__price {
    font-size: 15px;
    margin-top: 12px;
  }
}
.p-card-event.is-finished .p-card-event__term {
  text-decoration: line-through;
}
.p-card-event__link:hover .p-card-event__img img {
  transform: scale(1.06);
}
.p-card-event__link:hover .p-card-event__title {
  text-decoration: underline;
}
.p-card-news {
  border-bottom: 1px solid #e3e3e3;
}
.p-card-news:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.p-card-news__link {
  position: relative;
  display: grid;
  grid-template-columns: 108px 1fr;
  column-gap: 19px;
  padding-block: 20px;
}
@media not screen and (max-width: 900px) {
  .p-card-news__link {
    padding-block: 15px;
    grid-template-columns: 143px 1fr;
    column-gap: 55px;
    align-items: center;
  }
}
.p-card-news__img {
  height: auto;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.p-card-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.p-card-news__meta {
  display: flex;
  align-items: center;
  column-gap: 11px;
}
@media not screen and (max-width: 900px) {
  .p-card-news__meta {
    column-gap: 17px;
  }
}
.p-card-news__cat {
  padding-inline: 11px;
  height: 20px;
  display: grid;
  place-content: center;
  background-color: #373737;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-card-news__cat {
    font-size: 12px;
    height: 27px;
    padding-inline: 15px;
  }
}
.p-card-news__date {
  font-size: 10px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  color: #898989;
}
@media not screen and (max-width: 900px) {
  .p-card-news__date {
    font-size: 12px;
  }
}
.p-card-news__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 14px;
}
@media not screen and (max-width: 900px) {
  .p-card-news__title {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.p-card-news .icon_arrow {
  position: absolute;
  width: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
.p-card-news:hover img {
  transform: scale(1.06);
}
.p-card-news:hover .icon_arrow {
  transform: translateX(3px);
}
.p-card-news:hover .p-card-news__title {
  text-decoration: underline;
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollFall {
  0% {
    transform: translateY(-160px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-banner-ticket {
  border: 9px solid #dde8f1;
  display: grid;
  place-content: center;
  place-items: center;
  height: 240px;
  position: relative;
  box-sizing: border-box;
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket {
    grid-template-columns: 29% 1fr;
    column-gap: 30px;
    height: 193px;
    place-content: unset;
    place-items: unset;
    align-items: center;
    border-width: 14px;
  }
}
.c-banner-ticket .figure {
  width: 174px;
  position: relative;
  left: 2%;
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket .figure {
    left: 0;
    margin-inline: auto;
  }
}
.c-banner-ticket .body {
  margin-top: 12px;
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket .body {
    margin-top: 0;
    padding-right: 80px;
    box-sizing: border-box;
  }
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket .body dl {
    display: flex;
    align-items: center;
    column-gap: 48px;
  }
}
.c-banner-ticket .body dl dt, .c-banner-ticket .body dl dd {
  text-align: center;
  letter-spacing: 0.08em;
}
.c-banner-ticket .body dl dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket .body dl dt {
    font-size: 33px;
  }
}
.c-banner-ticket .body dl dd {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket .body dl dd {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
  }
}
.c-banner-ticket .icon_arrow {
  position: absolute;
  right: 15px;
  bottom: 25px;
  width: 24px;
}
@media not screen and (max-width: 900px) {
  .c-banner-ticket .icon_arrow {
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.c-banner-ticket:hover {
  background-color: #f4f7fa;
}
.c-banner-ticket:hover .icon_arrow {
  transform: translateX(3px);
}
#toc_container {
  padding: 10px 20px 22px;
  background-color: #f7f8f8;
  border: 3px solid #dcdddd;
  width: 100% !important;
  margin-bottom: 48px;
}
@media not screen and (max-width: 900px) {
  #toc_container {
    margin-bottom: 66px;
    padding: 17px 38px 34px;
  }
}
#toc_container.contracted .toc_toggle::before {
  transform: rotate(45deg);
}
.toc_title {
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .toc_title {
    font-size: 1rem;
    height: 60px;
  }
}
.toc_toggle {
  width: 13px;
  height: 13px;
  position: relative;
}
.toc_toggle::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  inset: 0;
  margin: auto;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
}
.toc_toggle a {
  opacity: 0;
}
.toc_brackets {
  display: none;
}
@media not screen and (max-width: 900px) {
  .toc_list {
    margin-top: 27px !important;
  }
}
.toc_list li {
  letter-spacing: 0.06em;
}
.toc_list a {
  color: #373737;
}
.toc_list .toc_number.toc_depth_1::after {
  content: ".";
}
.toc_list .toc_number.toc_depth_2 {
  display: none;
}
.toc_list > li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .toc_list > li {
    font-size: 15px;
  }
}
.toc_list > li + li {
  margin-top: 10px !important;
}
@media not screen and (max-width: 900px) {
  .toc_list > li + li {
    margin-top: 13px !important;
  }
}
.toc_list ul {
  margin-top: 8px !important;
}
.toc_list ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
@media not screen and (max-width: 900px) {
  .toc_list ul li {
    font-size: 13px;
    line-height: 2.1;
  }
}
.p-header {
  position: relative;
  background-color: #fff;
  z-index: 99;
}
.p-header-news {
  background-color: #efefef;
  display: flex;
  align-items: center;
  height: 46px;
  padding-inline: 18px;
}
@media not screen and (max-width: 900px) {
  .p-header-news {
    justify-content: center;
    height: 64px;
  }
}
.p-header-news__title {
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-header-news__title {
    font-size: 16px;
  }
}
.p-header-news__date {
  font-size: 10px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  color: #898989;
  margin-left: 11px;
}
@media not screen and (max-width: 900px) {
  .p-header-news__date {
    font-size: 12px;
    margin-left: 25px;
  }
}
.p-header-news__article {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media not screen and (max-width: 900px) {
  .p-header-news__article {
    font-size: 14px;
  }
}
.p-header-news__article a {
  color: #373737;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.p-header-news__article a:hover {
  border-color: #373737;
}
.p-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-inline: 16px 19px;
  height: 68px;
}
@media not screen and (max-width: 900px) {
  .p-header__main {
    padding-inline: 60px 35px;
    height: 130px;
  }
}
.p-header__logo {
  flex: 1;
}
.p-header__logo-link {
  display: block;
  width: 103px;
}
@media not screen and (max-width: 900px) {
  .p-header__logo-link {
    width: 135px;
  }
}
.p-header__logo-link:hover {
  opacity: 0.7;
}
.p-header__logo .icon_logo {
  fill: #292a2a;
}
.p-header__info {
  display: flex;
  align-items: center;
}
@media (max-width: 899px) {
  .p-header__info {
    display: none;
  }
}
.p-header__status {
  display: flex;
  align-items: center;
}
.p-header__status .icon_calendar {
  width: 16px;
}
.p-header__status-label, .p-header__status-time, .p-header__status-free {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-header__status-label, .p-header__status-free {
  font-size: 1rem;
  margin-left: 9px;
}
.p-header__status-time {
  font-size: 17px;
  font-family: "Roboto";
  margin-left: 6px;
}
.p-header__btn-list {
  display: flex;
  column-gap: 10px;
  margin-inline: 20px 17px;
}
.p-header__btn-link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  height: 48px;
  padding-inline: 20px;
  border-radius: 24px;
  background-color: #efefef;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #efefef;
  color: #292a2a;
}
.p-header__btn-link:hover {
  background-color: transparent;
  border-color: #292a2a;
}
.p-header__btn-link .icon {
  width: 15px;
  fill: #292a2a;
}
.p-header__menu {
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #292a2a;
  border: none;
  transition: all 0.2s ease-in-out;
}
@media not screen and (max-width: 900px) {
  .p-header__menu {
    width: 60px;
    height: 60px;
  }
}
.p-header__menu:hover {
  opacity: 0.7;
}
.p-header__menu span {
  display: block;
  background-color: #fff;
  height: 1px;
}
.p-header__menu-open {
  row-gap: 3px;
}
@media not screen and (max-width: 900px) {
  .p-header__menu-open {
    row-gap: 6px;
  }
}
.p-header__menu-open span {
  width: 13px;
}
@media not screen and (max-width: 900px) {
  .p-header__menu-open span {
    width: 23px;
  }
}
.p-header__menu-open span:last-of-type {
  width: 8px;
}
@media not screen and (max-width: 900px) {
  .p-header__menu-open span:last-of-type {
    width: 15px;
  }
}
.p-header__menu-close {
  right: 19px;
  top: 16px;
  position: absolute;
}
@media not screen and (max-width: 900px) {
  .p-header__menu-close {
    right: 38px;
    top: 34px;
  }
}
.p-header__menu-close span {
  width: 15px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media not screen and (max-width: 900px) {
  .p-header__menu-close span {
    width: 24px;
  }
}
.p-header__menu-close span:first-of-type {
  transform: rotate(45deg);
}
.p-header__menu-close span:last-of-type {
  transform: rotate(-45deg);
}
.p-header__nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.p-header__nav.is-lower {
  top: 46px;
}
@media not screen and (max-width: 900px) {
  .p-header__nav.is-lower {
    top: 64px;
  }
}
.p-header__nav.open {
  pointer-events: auto;
}
.p-header__nav.open .p-header__nav-filter {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.2);
}
.p-header__nav.open .p-header__nav-inner {
  transform: translateX(0);
}
.p-header__nav-filter {
  position: absolute;
  inset: 0;
}
.p-header__nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 342px;
  height: 100%;
  padding: 70px 25px 40px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: 0.15s;
  overflow: auto;
}
@media not screen and (max-width: 900px) {
  .p-header__nav-inner {
    padding-top: 108px;
  }
}
.p-header__nav-list {
  display: grid;
  row-gap: 16px;
}
.p-header__nav-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1;
}
.p-header__nav-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #292a2a;
  border-bottom: 1px solid #292a2a;
  transform: rotate(-45deg);
}
.p-header__nav-list a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 1px solid transparent;
  color: #292a2a;
}
.p-header__nav-list a:hover {
  border-color: #292a2a;
}
.p-header__nav-info {
  border-top: 1px solid #d5d5d5;
  padding-top: 28px;
  margin-top: 35px;
}
.p-header__nav-btn-list {
  display: grid;
  row-gap: 6px;
  margin-top: 20px;
}
.p-header__nav-sns {
  margin-top: 24px;
}
.p-header__nav-sns-title {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0;
  line-height: 1;
}
.p-header__nav-sns-list {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 20px);
  column-gap: 10px;
  margin-top: 15px;
}
.p-header__nav-sns li {
  line-height: 1;
}
.p-header__nav-sns a:hover {
  opacity: 0.7;
}
.p-page-header__title {
  text-align: center;
}
.p-page-header__title strong, .p-page-header__title span {
  display: block;
  line-height: 1;
}
.p-page-header__title strong {
  font-size: 43px;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 0;
}
@media not screen and (max-width: 900px) {
  .p-page-header__title strong {
    font-size: 50px;
  }
}
.p-page-header__title span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 9px;
}
@media not screen and (max-width: 900px) {
  .p-page-header__title span {
    font-size: 18px;
    margin-top: 14px;
  }
}
.p-article__header {
  max-width: 1275px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 50px;
}
@media not screen and (max-width: 900px) {
  .p-article__header {
    margin-top: 60px;
  }
}
.p-article__header-inner {
  border-bottom: 1px solid #373737;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: min(100%, 1113px);
  justify-content: center;
}
@media not screen and (max-width: 900px) {
  .p-article__header-inner {
    padding-bottom: 50px;
  }
}
.p-article__meta {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.p-article__cat-link {
  display: grid;
  place-content: center;
  height: 27px;
  padding-inline: 14px;
  background-color: #373737;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-article__date {
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto";
  line-height: 1;
  letter-spacing: 0.06em;
  color: #898989;
}
.p-article__title {
  width: 100%;
  margin-top: 22px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-article__title {
    margin-top: 35px;
  }
}
.p-article__name {
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-article__name {
    margin-top: 14px;
  }
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-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: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-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;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-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: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !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;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-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: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-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;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-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: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-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;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-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: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-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: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-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;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-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: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.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 + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}
.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%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 {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  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 {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28134, 182.5, 254%29%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.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: var(--bs-border-radius-lg);
}
.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: var(--bs-border-radius-sm);
}
.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 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: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 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: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.p-pagetop {
  margin-bottom: 25px;
}
@media not screen and (max-width: 900px) {
  .p-pagetop {
    margin-bottom: 38px;
  }
}
.p-pagetop__link {
  display: block;
  width: 130px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  color: #292a2a;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  .p-pagetop__link {
    margin-right: 38px;
  }
}
.p-pagetop__link img {
  transition: all 0.2s ease-in-out;
  margin-bottom: 3px;
}
.p-pagetop__link:hover img {
  transform: translateY(-3px);
}
.p-footer__sns {
  background-color: #eff0f0;
  padding-block: 37px 40px;
}
@media not screen and (max-width: 768px) {
  .p-footer__sns {
    padding-block: 44px;
  }
}
.p-footer__sns-content {
  max-width: 1154px;
  padding-inline: 27px;
  margin-inline: auto;
}
@media not screen and (max-width: 768px) {
  .p-footer__sns-content {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 60px;
    align-items: center;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
.p-footer__sns-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 768px) {
  .p-footer__sns-title {
    display: flex;
    align-items: center;
    height: 80px;
    border-right: 1px solid #292a2a;
  }
}
.p-footer__sns-body {
  margin-top: 23px;
}
@media not screen and (max-width: 768px) {
  .p-footer__sns-body {
    margin-top: 0;
  }
}
.p-footer__sns-list {
  display: grid;
  gap: 5px 20px;
}
@media not screen and (max-width: 768px) {
  .p-footer__sns-list {
    grid-template-columns: repeat(2, 224px);
  }
}
.p-footer__sns-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.p-footer__sns-link .icon {
  fill: #373737;
}
.p-footer__sns-link .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-footer__sns-link:hover {
  background-color: #373737;
  color: #fff;
}
.p-footer__sns-link:hover .icon {
  fill: #fff;
}
.p-footer__sns-link:hover .icon_arrow {
  transform: translateX(3px);
}
.p-footer__sns-link {
  padding-inline: 14px 13px;
  display: grid;
  grid-template-columns: 32px 1fr;
  font-size: 17px;
  font-weight: 500;
  font-family: "Inter";
  letter-spacing: 0.06em;
  border-radius: 0;
  max-width: unset;
}
.p-footer__sns-link .icon {
  fill: #292a2a;
}
.p-footer__sns-link .icon_insta {
  width: 19px;
}
.p-footer__sns-link .icon_line {
  width: 20px;
}
.p-footer__sns-link .icon_arrow {
  right: 14px;
  width: 20px;
}
.p-footer__main {
  padding-block: 80px 30px;
  background: url(../images/footer_bg_sp@2x.48b7262a.jpg) no-repeat center/cover;
}
@media not screen and (max-width: 900px) {
  .p-footer__main {
    padding-top: 160px;
    background-image: url(../images/footer_bg@2x.6aa83d91.jpg);
  }
}
.p-footer__content {
  max-width: 1214px;
  padding-inline: 27px;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  .p-footer__content {
    display: grid;
    grid-template-columns: 460px 1fr 380px;
  }
}
.p-footer__logo {
  margin-bottom: 34px;
  width: 135px;
}
.p-footer__logo-link:hover {
  opacity: 0.7;
}
.p-footer__logo .icon_logo {
  fill: #fff;
}
@media not screen and (max-width: 900px) {
  .p-footer__logo {
    grid-area: 1/1/2/4;
  }
}
@media not screen and (max-width: 900px) {
  .p-footer__info {
    grid-area: 2/1/3/2;
  }
}
.p-footer__address {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.p-footer__address a {
  color: #fff;
}
.p-footer__group-list {
  display: grid;
  gap: 6px;
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .p-footer__group-list {
    grid-template-columns: repeat(2, 1fr);
    grid-area: 3/1/4/2;
  }
}
.p-footer__group-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding-inline: 23px 14px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
.p-footer__group-link .icon_outlink {
  width: 13px;
  fill: #fff;
}
.p-footer__group-link:hover {
  background-color: #fff;
  color: #373737;
}
.p-footer__group-link:hover .icon_outlink {
  fill: #373737;
}
.p-footer__nav {
  margin-top: 40px;
}
@media not screen and (max-width: 900px) {
  .p-footer__nav {
    grid-area: 2/3/4/4;
    margin-top: 0;
  }
}
.p-footer__nav-list {
  display: grid;
  grid-template-rows: repeat(8, auto);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  row-gap: 10px;
}
.p-footer__nav-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  line-height: 1;
}
.p-footer__nav-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.p-footer__nav-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.p-footer__nav-link:hover {
  border-color: #fff;
}
.p-footer__copyright {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 50px;
}
@media not screen and (max-width: 900px) {
  .p-footer__copyright {
    margin-top: 147px;
  }
}
.p-breadcrumb {
  margin-block: 20px 40px;
}
@media not screen and (max-width: 900px) {
  .p-breadcrumb {
    margin-bottom: 20px;
  }
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3px;
  max-width: 1348px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-breadcrumb__item {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
}
@media not screen and (max-width: 900px) {
  .p-breadcrumb__item {
    font-size: 11px;
  }
}
.p-breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  margin-inline: 3px;
}
@media not screen and (max-width: 900px) {
  .p-breadcrumb__item:not(:last-of-type)::after {
    margin-inline: 5px;
  }
}
.p-breadcrumb__link {
  color: #373737;
}
.p-breadcrumb__link:hover {
  opacity: 0.7;
}
.l-pagination {
  max-width: 1274px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 60px 35px;
}
@media not screen and (max-width: 900px) {
  .l-pagination {
    margin-block: 120px 100px;
    border-top: 1px solid #373737;
  }
}
.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding-top: 30px;
  position: relative;
  border-top: 1px solid #373737;
}
@media not screen and (max-width: 900px) {
  .p-pagination {
    padding: 50px 114px 0;
    max-inline-size: max-content;
    margin-inline: auto;
    border-top-width: 0px;
  }
}
.p-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-size: 10px;
  font-weight: 500;
  font-family: "Roboto";
  color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-pagination .page-numbers {
    column-gap: 10px;
  }
}
.p-pagination .page-numbers:not(.p-pagination .page-numbers.dots, .p-pagination .page-numbers.prev, .p-pagination .page-numbers.next) {
  width: 19px;
  height: 19px;
  border: 1px solid #373737;
}
@media not screen and (max-width: 900px) {
  .p-pagination .page-numbers:not(.p-pagination .page-numbers.dots, .p-pagination .page-numbers.prev, .p-pagination .page-numbers.next) {
    width: 23px;
    height: 23px;
    font-size: 12px;
  }
}
.p-pagination .page-numbers:not(.p-pagination .page-numbers.dots, .p-pagination .page-numbers.prev, .p-pagination .page-numbers.next):hover, .p-pagination .page-numbers:not(.p-pagination .page-numbers.dots, .p-pagination .page-numbers.prev, .p-pagination .page-numbers.next).current {
  background-color: #373737;
  color: #fff;
}
.p-pagination .dots {
  width: 23px;
  height: 1px;
  background-color: #373737;
  margin-inline: 3px;
}
@media not screen and (max-width: 900px) {
  .p-pagination .dots {
    width: 49px;
  }
}
.p-pagination .prev, .p-pagination .next {
  font-size: 16px;
  flex: 1;
  position: absolute;
  bottom: -4px;
}
@media not screen and (max-width: 900px) {
  .p-pagination .prev, .p-pagination .next {
    flex: unset;
    font-size: 20px;
    bottom: -7px;
  }
}
.p-pagination .prev img, .p-pagination .next img {
  width: 23px;
  transition: all 0.2s ease-in-out;
}
.p-pagination .prev {
  margin-right: 25px;
  left: 0;
}
.p-pagination .prev img {
  transform: scaleX(-1);
}
.p-pagination .prev:hover img {
  transform: scaleX(-1) translateX(3px);
}
.p-pagination .next {
  margin-left: 25px;
  right: 0;
}
.p-pagination .next:hover img {
  transform: translateX(3px);
}
.p-paginav {
  padding-top: 30px;
  position: relative;
  max-width: 1308px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-bottom: 46px;
}
@media not screen and (max-width: 900px) {
  .p-paginav {
    margin-block: 40px 90px;
  }
}
.p-paginav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-paginav::before {
    width: 100%;
  }
}
.p-paginav__list {
  display: grid;
  grid-template-columns: 1fr 107px 1fr;
  column-gap: 20px;
  max-width: 1170px;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  .p-paginav__list {
    grid-template-columns: 1fr 130px 1fr;
    column-gap: 60px;
  }
}
.p-paginav__item.is-prev, .p-paginav__item.is-next {
  width: 100%;
  margin-top: 6px;
}
@media not screen and (max-width: 900px) {
  .p-paginav__item.is-prev, .p-paginav__item.is-next {
    margin-top: 8px;
  }
}
.p-paginav__item.is-prev {
  grid-column: 1/2;
}
.p-paginav__item.is-next {
  grid-column: 3/4;
}
.p-paginav__item.is-back {
  grid-column: 2/3;
}
.p-paginav__link.is-back {
  display: grid;
  place-content: center;
  width: 100%;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #373737;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-paginav__link.is-back {
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
  }
}
.p-paginav__link.is-back:hover {
  background-color: #373737;
  color: #fff;
}
.p-paginav__link.is-prev, .p-paginav__link.is-next {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  column-gap: 15px;
}
@media not screen and (max-width: 900px) {
  .p-paginav__link.is-prev, .p-paginav__link.is-next {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-paginav__link.is-prev:hover .p-paginav__title, .p-paginav__link.is-next:hover .p-paginav__title {
  text-decoration: underline;
}
@media not screen and (max-width: 900px) {
  .p-paginav__link.is-prev {
    flex-direction: row-reverse;
  }
}
.p-paginav__link.is-prev:hover .arrow {
  transform: scaleX(-1) translateX(3px);
}
@media not screen and (max-width: 900px) {
  .p-paginav__link.is-next {
    flex-direction: row;
  }
}
.p-paginav__link.is-next:hover .arrow {
  transform: translateX(3px);
}
.p-paginav__title {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
@media not screen and (max-width: 900px) {
  .p-paginav__title {
    font-size: 12px;
    margin-top: 2px;
    max-width: calc(100% - 93px);
  }
}
.p-paginav__btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}
@media not screen and (max-width: 900px) {
  .p-paginav__btn {
    width: 78px;
  }
}
.p-paginav__btn .label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media not screen and (max-width: 900px) {
  .p-paginav__btn .label {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}
.p-paginav__btn .arrow {
  width: 23px;
  transition: all 0.2s ease-in-out;
}
.p-paginav__btn .arrow.is-prev {
  transform: scaleX(-1);
}
.p-article-related {
  max-width: 1218px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 35px 55px;
}
@media not screen and (max-width: 900px) {
  .p-article-related {
    margin-block: 98px;
  }
}
.p-article-related__title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}
.p-article-related__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 17px;
  margin-top: 28px;
}
@media not screen and (max-width: 900px) {
  .p-article-related__list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 33px;
    margin-top: 48px;
  }
}
.p-article-related__btn-wrap {
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .p-article-related__btn-wrap {
    margin-top: 62px;
  }
}
body {
  color: #292a2a;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}
body p, body li, body dt, body dd, body th, body td, body div {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #292a2a;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
@media (max-width: 899px) {
  body p, body li, body dt, body dd, body th, body td, body div {
    font-size: 0.9375rem;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a, body span, body li, body dl, body dt, body dd, body th, body td, body div, body figure {
  margin: 0;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  height: auto;
}
ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 899px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .sp {
    display: none !important;
  }
}
.p-article__content {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 33px 70px;
}
@media not screen and (max-width: 900px) {
  .p-article__content {
    margin-block: 67px 130px;
  }
}
.p-article__body h2 {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 18px;
}
@media not screen and (max-width: 900px) {
  .p-article__body h2 {
    margin-bottom: 44px;
  }
}
.p-article__body h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 28px;
  background-color: #9d8881;
  left: 0;
  top: -1px;
}
.p-article__body h3 {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-article__body h3 {
    margin-bottom: 7px;
  }
}
.p-article__body h3::before {
  content: "■";
  margin-right: 2px;
}
.p-article__body p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-article__body p {
    margin-bottom: 38px;
    line-height: 2;
  }
}
.p-insta {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-insta::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 58px);
  height: calc(100% - 40px);
}
@media (min-width: 800px) {
  .p-insta::before {
    width: calc(50% + 420px);
    height: calc(100% - 25px);
  }
}
.p-insta__container {
  max-width: 1268px;
  padding-inline: 24px;
  margin-inline: auto;
  position: relative;
  padding-block: 100px 60px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .p-insta__container {
    display: grid;
    grid-template-columns: 1fr 248px;
    column-gap: 50px;
    padding-block: 73px 70px;
  }
}
.p-insta__title strong, .p-insta__title span {
  position: relative;
  display: block;
}
.p-insta__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-insta__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-insta__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-insta__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-insta__title strong {
    padding-bottom: 25px;
  }
}
.p-insta__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
@media (min-width: 1000px) {
  .p-insta__title {
    width: 100%;
    max-width: 900px;
    margin-inline: auto 0;
  }
}
.p-insta__title strong {
  font-size: 36px;
  font-family: "Roboto";
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-insta__title strong {
    font-size: 42px;
  }
}
.p-insta__icon {
  width: 153px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  position: relative;
  grid-template-columns: 32px;
  position: absolute;
  right: -20px;
  top: 0;
}
@media not screen and (max-width: 768px) {
  .p-insta__icon {
    width: 187px;
    grid-template-columns: 39px;
    right: 56px;
    top: 0;
  }
}
.p-insta__icon .ring {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: rotate 10s infinite linear;
}
.p-insta__wrap {
  margin-top: 38px;
}
@media (min-width: 1000px) {
  .p-insta__wrap {
    width: 100%;
    max-width: 900px;
    margin-inline: auto 0;
    grid-area: 2/1/6/2;
    margin-top: 66px;
  }
}
.p-insta__list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 800px) {
  .p-insta__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 800px) {
  .p-insta__list li:first-of-type {
    grid-area: 1/1/3/3;
  }
}
@media (min-width: 800px) {
  .p-insta__list li:nth-of-type(n + 8) {
    display: none;
  }
}
.p-insta__list a {
  display: block;
  aspect-ratio: 102/137;
  height: auto;
  overflow: hidden;
}
.p-insta__list a img {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-insta__list a:hover img {
  transform: scale(1.06);
}
.p-insta__desc {
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 26px;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-insta__desc {
    grid-area: 3/2/4/3;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    margin-top: 0;
    text-align: left;
  }
}
.p-insta__btn-wrap {
  margin-top: 17px;
}
@media (min-width: 1000px) {
  .p-insta__btn-wrap {
    grid-area: 4/2/5/3;
    margin-top: 50px;
  }
}
.fixed-sns {
  display: none;
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media not screen and (max-width: 900px) {
  .fixed-sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }
}
.fixed-sns__title {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.fixed-sns__list {
  display: grid;
  row-gap: 14px;
  justify-content: center;
}
.fixed-sns__list li {
  line-height: 1;
}
.fixed-sns__list a {
  display: block;
}
.fixed-sns__list a:hover {
  opacity: 0.7;
}
.fixed-sns__list .icon {
  width: 21px;
}
/*
 * Lazydisp
 *
 * スクロールによって表示させたい要素に[data-lazydisp]属性を付与し、
 * 表示の仕方はその属性の値で指定する
 *
 * [usage]
 * <div data-lazydisp="bottom">something</div>　← 下から出てくる
 *
 */
[data-lazydisp] {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transform: translate(0, 0) scale(1, 1);
}
.lazyReady {
  transition: none;
}
.lazyhide {
  opacity: 0;
}
.lazyhide[data-lazydisp=bottom] {
  transform: translateY(50px);
}
.lazyhide[data-lazydisp=top] {
  transform: translateY(-50px);
}
.lazyhide[data-lazydisp=left] {
  transform: translateX(-50px);
}
.lazyhide[data-lazydisp=right] {
  transform: translateX(50px);
}
html.is-pageload-available body {
  transition: opacity 0.2s ease-in-out;
}
html.is-pageload-available.is-loading body {
  opacity: 0;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.mainvisual {
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}
@media not screen and (max-width: 900px) {
  .mainvisual {
    padding-top: 37px;
  }
}
.mainvisual__container {
  max-width: 1204px;
  padding-inline: 24px;
  margin-inline: auto;
  position: relative;
}
.mainvisual__concept {
  pointer-events: none;
}
@media not screen and (max-width: 900px) {
  .mainvisual__concept {
    position: absolute;
    left: 24px;
    top: 24%;
    z-index: 2;
  }
}
.mainvisual__catch {
  width: 279px;
}
@media not screen and (max-width: 900px) {
  .mainvisual__catch {
    width: 382px;
  }
}
.mainvisual__name {
  width: 100px;
  padding-top: 16px;
  margin-top: 25px;
  position: relative;
}
@media not screen and (max-width: 900px) {
  .mainvisual__name {
    width: 133px;
    margin-top: 35px;
    padding-top: 27px;
  }
}
.mainvisual__name::before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 2px;
  background-color: #292a2a;
  left: 0;
  top: 0;
}
@media not screen and (max-width: 900px) {
  .mainvisual__name::before {
    width: 40px;
    height: 3px;
  }
}
.mainvisual__visual {
  width: 100%;
  padding-inline: 10px;
  max-width: 502px;
  margin: 34px auto 0;
}
@media not screen and (max-width: 900px) {
  .mainvisual__visual {
    padding-inline: 0;
    margin: 0 9% 0 auto;
  }
}
.mainvisual__slide {
  width: 100%;
  aspect-ratio: 502/670;
  height: auto;
  overflow: visible;
}
.mainvisual__slide .swiper-wrapper {
  transform: none !important;
}
.mainvisual__slide .swiper-slide {
  width: 100% !important;
  opacity: 1 !important;
  position: absolute !important;
  transition: transform 0.6s ease-out, filter 0.6s ease-out;
  transform: rotate(-12deg) scale(0.65) translate(-49%, -1%) !important;
  filter: brightness(0.8);
}
@media not screen and (max-width: 768px) {
  .mainvisual__slide .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 208px;
    height: 208px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    opacity: 0;
    transition: 0.2s;
    right: -137px;
    bottom: 12px;
    z-index: -1;
    animation: rotate 10s linear infinite;
  }
  .mainvisual__slide .swiper-slide.is-event::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDguOTUgMjA4Ljk1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZDg4ODE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTguODkuMTVDNDEuMjgsMy4yMy0yLjkzLDUyLjQ0LjE1LDExMC4wNmMzLjA4LDU3LjYyLDUyLjI5LDEwMS44MiwxMDkuOTEsOTguNzQsNTcuNjItMy4wOCwxMDEuODItNTIuMjksOTguNzQtMTA5LjkxQzIwNS43Miw0MS4yOCwxNTYuNTEtMi45Myw5OC44OS4xNVpNMTA3LjQ5LDE2MC43OGMtMzEuMSwxLjY2LTU3LjY1LTIyLjItNTkuMzItNTMuMjktMS42Ni0zMS4xLDIyLjItNTcuNjUsNTMuMjktNTkuMzIsMzEuMS0xLjY2LDU3LjY1LDIyLjIsNTkuMzIsNTMuMjksMS42NiwzMS4xLTIyLjIsNTcuNjUtNTMuMjksNTkuMzJaIi8+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyMS4zNywyNi4wM2wtNS4xNi0uNzYtLjQ4LDMuMjUsNi4xLjktLjM3LDIuNTItOS4zOC0xLjM5LDIuMDEtMTMuNjIsOS40LDEuMzktLjM4LDIuNTMtNi4xMi0uOS0uNDIsMi44Nyw1LjE2Ljc2LS4zNiwyLjQzWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzMC43NCwzMC44Nmw1Ljg1LTguNTgsMy41MSwxLjItOC44NiwxMS41MS0zLjQzLTEuMTguMTMtMTQuNTEsMy40OCwxLjItLjY3LDEwLjM2WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0OC4zMiwzNi45MWwtNC41NC0yLjU3LTEuNjIsMi44Niw1LjM2LDMuMDQtMS4yNiwyLjIyLTguMjUtNC42OCw2Ljc5LTExLjk3LDguMjYsNC42OS0xLjI2LDIuMjMtNS4zOC0zLjA1LTEuNDMsMi41Miw0LjU0LDIuNTctMS4yMSwyLjE0WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1Ny41Niw1MS42MmwtMi41MS0yLjE0LDEuODQtOS42OC01LjU1LDYuNTItMi41My0yLjE1LDguOTItMTAuNDgsMi41MywyLjE1LTEuODQsOS42OCw1LjU1LTYuNTIsMi41MiwyLjE0LTguOTIsMTAuNDhaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTc1LjYyLDU1LjlsLTIuNTYtMy4yNC04Ljc5LDYuOTUtMi4wNi0yLjYsOC43OS02Ljk1LTIuNTItMy4xOCwyLjAxLTEuNTksNy4xNCw5LjAyLTIuMDEsMS41OVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODAuNDQsNzcuMTVsLTIuMDItNC44MS0zLjA0LDEuMjcsMi4zOCw1LjY4LTIuMzUuOTktMy42Ny04Ljc0LDEyLjY5LTUuMzIsMy42Nyw4Ljc2LTIuMzYuOTktMi4zOS01LjctMi42OCwxLjEyLDIuMDIsNC44MS0yLjI3Ljk1WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4MS4xNSw4Ny42NGwxMC4zNy41Ny43OCwzLjYyLTE0LjQzLTEuNjMtLjc3LTMuNTUsMTIuNDktNy4zOS43NywzLjU5LTkuMjIsNC43OFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODUuMDYsMTA1LjgxbC0uMTQtNS4yMi0zLjI5LjA5LjE3LDYuMTYtMi41NS4wNy0uMjctOS40OCwxMy43Ni0uMzkuMjcsOS41LTIuNTYuMDctLjE3LTYuMTgtMi45LjA4LjE1LDUuMjItMi40Ni4wN1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzcuMjksMTIxLjM0bC41Mi0zLjI2LDkuMjMtMy40Ni04LjQ2LTEuMzUuNTItMy4yOCwxMy41OSwyLjE3LS41MywzLjI4LTkuMjIsMy40NSw4LjQ2LDEuMzUtLjUyLDMuMjctMTMuNTktMi4xN1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODIuOTgsMTM5LjAybDEuNDUtMy44Ny0xMC40OS0zLjkyLDEuMTYtMy4xMSwxMC40OSwzLjkyLDEuNDItMy44LDIuNC45LTQuMDIsMTAuNzgtMi40LS45WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2Mi4zNSwxNTkuNjJsMy40Ni0zLjkxLTIuNDYtMi4xOC00LjA4LDQuNjItMS45MS0xLjY5LDYuMjgtNy4xMSwxMC4zMSw5LjExLTYuMjksNy4xMi0xLjkyLTEuNyw0LjA5LTQuNjMtMi4xOC0xLjkyLTMuNDYsMy45MS0xLjg0LTEuNjNaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjIyLDE2NC44NGw0LjAyLDkuNTgtMi45MiwyLjI5LTQuODQtMTMuNjksMi44Ni0yLjI0LDEyLjEsOC0yLjg5LDIuMjctOC4zMy02LjJaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTM4LjU4LDE3Ni4zMmw0LjYyLTIuNDItMS41Mi0yLjkyLTUuNDYsMi44NS0xLjE4LTIuMjYsOC40LTQuMzksNi4zNywxMi4yLTguNDIsNC40LTEuMTktMi4yNyw1LjQ4LTIuODYtMS4zNC0yLjU3LTQuNjIsMi40Mi0xLjE0LTIuMThaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIxLjIzLDE3Ni4wOWwzLjE2LS45NSw3LjEzLDYuOC0yLjQ2LTguMiwzLjE4LS45NSwzLjk2LDEzLjE4LTMuMTguOTUtNy4xMi02LjgsMi40Niw4LjItMy4xNy45NS0zLjk2LTEzLjE4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwNy44MSwxODguOWw0LjExLS4zOC0xLjA0LTExLjE1LDMuMy0uMzEsMS4wNCwxMS4xNSw0LjA0LS4zOC4yNCwyLjU1LTExLjQ2LDEuMDctLjI0LTIuNTVaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNODcuMzYsMTgxLjM4bDUuMTQuOTIuNTgtMy4yNC02LjA3LTEuMDkuNDUtMi41MSw5LjMzLDEuNjctMi40MywxMy41NS05LjM1LTEuNjguNDUtMi41Miw2LjA5LDEuMDkuNTEtMi44Ni01LjEzLS45Mi40My0yLjQyWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTc4LjE4LDE3Ni4yOGwtNi4xMSw4LjQtMy40Ny0xLjMxLDkuMjEtMTEuMjMsMy4zOSwxLjI5LS41NywxNC41LTMuNDQtMS4zLjk5LTEwLjM0WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYwLjc3LDE2OS42OGw0LjQ2LDIuNzEsMS43MS0yLjgxLTUuMjYtMy4yLDEuMzMtMi4xOCw4LjEsNC45My03LjE2LDExLjc2LTguMTItNC45NCwxLjMzLTIuMTksNS4yOCwzLjIxLDEuNTEtMi40OC00LjQ2LTIuNzEsMS4yOC0yLjFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNTEuOTgsMTU0LjY5bDIuNDUsMi4yMS0yLjEzLDkuNjIsNS43NS02LjM1LDIuNDYsMi4yMy05LjI0LDEwLjItMi40Ni0yLjIzLDIuMTQtOS42Mi01Ljc1LDYuMzUtMi40NS0yLjIyLDkuMjMtMTAuMloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNC4wNiwxNDkuODZsMi40NiwzLjMyLDguOTktNi42OCwxLjk4LDIuNjYtOC45OSw2LjY4LDIuNDIsMy4yNi0yLjA2LDEuNTMtNi44Ni05LjI0LDIuMDYtMS41M1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS45LDEyOC40N2wxLjg3LDQuODcsMy4wNy0xLjE4LTIuMjEtNS43NSwyLjM4LS45MSwzLjM5LDguODUtMTIuODUsNC45My0zLjQtOC44NywyLjM5LS45MiwyLjIxLDUuNzcsMi43MS0xLjA0LTEuODctNC44NywyLjI5LS44OFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41MiwxMTcuOTlsLTEwLjM1LS44OS0uNjctMy42NCwxNC4zNywyLjA3LjY2LDMuNTctMTIuNzEsNy0uNjYtMy42Miw5LjM2LTQuNVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNi4xNyw5OS42OXY1LjIyczMuMjgsMCwzLjI4LDB2LTYuMTZzMi41NywwLDIuNTcsMGwtLjAyLDkuNDgtMTMuNzYtLjAzLjAyLTkuNWgyLjU2cy0uMDIsNi4xOS0uMDIsNi4xOWgyLjlzLjAxLTUuMjEuMDEtNS4yMWgyLjQ2WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM0LjQxLDg0LjM5bC0uNjIsMy4yNC05LjMzLDMuMTgsOC40MSwxLjYxLS42MiwzLjI2LTEzLjUyLTIuNTkuNjItMy4yNiw5LjMzLTMuMTctOC40MS0xLjYxLjYyLTMuMjUsMTMuNTIsMi41OVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS4yNyw2Ni41NWwtMS41NiwzLjgyLDEwLjM3LDQuMjQtMS4yNiwzLjA3LTEwLjM3LTQuMjQtMS41NCwzLjc1LTIuMzctLjk3LDQuMzUtMTAuNjUsMi4zNy45N1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00NS40Myw1MS45NGwtMy4yMSw0LjEyLDIuNiwyLjAyLDMuNzktNC44NiwyLjAxLDEuNTctNS44Myw3LjQ4LTEwLjg2LTguNDYsNS44NC03LjQ5LDIuMDIsMS41Ny0zLjgsNC44OCwyLjI5LDEuNzgsMy4yMS00LjEyLDEuOTQsMS41MVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01NC4yMSw0Ni4xOGwtNC42MS05LjMxLDIuNzctMi40Niw1LjY4LDEzLjM3LTIuNzEsMi40MS0xMi41Ny03LjI0LDIuNzUtMi40NCw4LjcsNS42OFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02OC4xMiwzMy44MWwtNC40NywyLjcsMS43LDIuODIsNS4yOC0zLjE5LDEuMzIsMi4xOC04LjEyLDQuOS03LjEyLTExLjc4LDguMTMtNC45MSwxLjMyLDIuMTktNS4yOSwzLjIsMS41LDIuNDgsNC40Ny0yLjcsMS4yNywyLjFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNODUuNDYsMzIuOTVsLTMuMSwxLjE0LTcuNTQtNi4zNCwyLjk3LDguMDMtMy4xMSwxLjE1LTQuNzctMTIuOTEsMy4xMS0xLjE1LDcuNTQsNi4zNC0yLjk3LTguMDMsMy4xLTEuMTUsNC43OCwxMi45MVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05OC4wNiwxOS4zM2wtNC4wOC42NCwxLjczLDExLjA3LTMuMjguNTEtMS43My0xMS4wNy00LjAxLjYzLS40LTIuNTMsMTEuMzctMS43OC40LDIuNTNaIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  }
  .mainvisual__slide .swiper-slide.is-campaign::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDguOTUgMjA4Ljk1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZDg4ODE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTguODkuMTVDNDEuMjgsMy4yMy0yLjkzLDUyLjQ0LjE1LDExMC4wNmMzLjA4LDU3LjYyLDUyLjI5LDEwMS44MiwxMDkuOTEsOTguNzQsNTcuNjItMy4wOCwxMDEuODItNTIuMjksOTguNzQtMTA5LjkxQzIwNS43Miw0MS4yOCwxNTYuNTEtMi45Myw5OC44OS4xNVpNMTA3LjQ5LDE2MC43OGMtMzEuMSwxLjY2LTU3LjY1LTIyLjItNTkuMzItNTMuMjktMS42Ni0zMS4xLDIyLjItNTcuNjUsNTMuMjktNTkuMzIsMzEuMS0xLjY2LDU3LjY1LDIyLjIsNTkuMzIsNTMuMjksMS42NiwzMS4xLTIyLjIsNTcuNjUtNTMuMjksNTkuMzJaIi8+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyMy43OCwyNy42NmMtLjIuOTQtLjU4LDEuNzMtMS4xNywyLjM4LS41OC42NS0xLjMzLDEuMTEtMi4yNCwxLjM3LS45MS4yNi0xLjkuMzEtMi45OC4xMy0xLjc5LS4yOS0zLjEtMS4wOS0zLjk0LTIuNDItLjg0LTEuMzMtMS4wOS0zLjA1LS43NS01LjE4bC4xMS0uNjdjLjIxLTEuMzMuNjMtMi40NiwxLjI2LTMuMzhzMS40MS0xLjU5LDIuMzctMS45OWMuOTYtLjQsMi4wMS0uNTIsMy4xNS0uMzMsMS42NS4yNiwyLjkxLjkxLDMuNzcsMS45NC44NiwxLjAzLDEuMjQsMi4zMiwxLjEzLDMuODZsLTMuMjctLjUyYy4xMS0uODMsMC0xLjQ2LS4zNC0xLjg4LS4zMy0uNDItLjktLjctMS43MS0uODMtLjgyLS4xMy0xLjQ2LjA4LTEuOTQuNjMtLjQ4LjU1LS44MywxLjQ5LTEuMDcsMi44M2wtLjE1Ljk2Yy0uMjMsMS40NS0uMjIsMi41Mi4wNSwzLjIuMjYuNjguODQsMS4wOSwxLjczLDEuMjMuNzUuMTIsMS4zNi4wNCwxLjgxLS4yNi40Ni0uMjkuNzYtLjgyLjkxLTEuNTlsMy4yNi41MloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMzMuNjksMzMuMTZsLTQuMjctMS41NS0xLjYyLDIuMTUtMy4zMy0xLjIxLDkuNDQtMTEuMjIsMi45MywxLjA2LjA5LDE0LjY3LTMuMzUtMS4yMS4xMi0yLjY5Wk0xMzEuMDMsMjkuNDdsMi43OCwxLjAxLjIzLTQuOTktMy4wMSwzLjk4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0OS42OSwyOC41M2wtMi41NCw5LjczLDcuNzItNi40NSwzLjY5LDIuMzQtNy4zNywxMS42Mi0yLjgxLTEuNzgsMS43Mi0yLjcxLDMuNzktNS4zOC04LjA2LDYuNDktMS44NS0xLjE3LDIuNDMtMTAuMDctMy4yNiw1Ljc0LTEuNzIsMi43MS0yLjgtMS43OCw3LjM3LTExLjYyLDMuNjgsMi4zM1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNTkuMDEsNDYuOGwtMy4yNywzLjMzLTIuMzctMi4zMyw5LjY1LTkuODEsMy45MiwzLjg1Yy43NS43NCwxLjI4LDEuNTMsMS41OCwyLjM3LjMxLjg0LjM3LDEuNjguMTgsMi41LS4xOC44Mi0uNTksMS41Ni0xLjIzLDIuMi0uOTQuOTYtMi4wNCwxLjM5LTMuMjgsMS4yOC0xLjI1LS4xLTIuNDctLjc0LTMuNjctMS45MWwtMS41MS0xLjQ4Wk0xNjAuODEsNDQuOThsMS41NSwxLjUyYy40Ni40NS45Mi42OCwxLjM5LjY5cy45LS4yLDEuMzEtLjYyYy40NS0uNDYuNjktLjk1LjcxLTEuNDYuMDItLjUyLS4xOC0uOTktLjYtMS40MWwtMS41OC0xLjU1LTIuNzgsMi44M1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNjkuNDIsNjIuNDRsLTIuNTktMy43My0yLjU3LjgxLTIuMDItMi45MSwxNC4xOS0zLjcsMS43OCwyLjU2LTguNCwxMi4wMy0yLjAzLTIuOTMsMS42NS0yLjEzWk0xNjkuMzgsNTcuOWwxLjY5LDIuNDMsMy4wNy0zLjk0LTQuNzYsMS41MVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzIuMTQsNzIuNjFsLTEuNDgtMi45NiwxMi4zMS02LjE1LDEuNDgsMi45Ni0xMi4zMSw2LjE1WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE3OC44NCw4NS43N2MtLjctLjMxLTEuMzctLjg3LTItMS43cy0xLjE0LTEuNzktMS41MS0yLjkxYy0uNTctMS43MS0uNS0zLjI1LjIxLTQuNjIuNzEtMS4zNywxLjk4LTIuNCwzLjgzLTMuMDlsMS4xMy0uMzhjMS4yOS0uNDMsMi40OC0uNTcsMy41OS0uNDMsMS4xMS4xNCwyLjA2LjU0LDIuODYsMS4yMi44LjY4LDEuMzgsMS41NywxLjc1LDIuNjguNTQsMS42My41OCwzLjAxLjE0LDQuMTZzLTEuMzgsMi4wNC0yLjgxLDIuNjhsLTEtMy4wM2MuNjktLjM1LDEuMTQtLjc1LDEuMzMtMS4yMi4xOS0uNDYuMTgtMS4wMi0uMDQtMS42OC0uMjYtLjc5LS44LTEuMjktMS42MS0xLjUtLjgxLS4yMS0xLjg0LS4xMS0zLjA5LjI5bC0uNzkuMjZjLTEuMy40My0yLjIxLjk4LTIuNzIsMS42NC0uNTEuNjYtLjYsMS40Ny0uMjksMi40My4yNy44Mi42NiwxLjM3LDEuMTUsMS42NWwyLjAzLS42Ny0uNzItMi4xOSwyLjE2LS43MiwxLjc3LDUuMzQtNS4zNywxLjc4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE3OS4yNywxMDAuNDhsLS40MS0zLjI3LDcuODktNS45LTguNSwxLjA2LS40MS0zLjI5LDEzLjY2LTEuNy40MSwzLjI5LTcuOSw1Ljg5LDguNS0xLjA2LjQxLDMuMjgtMTMuNjYsMS43WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4Mi4wNiwxMjEuMzRjLS45NC0uMTgtMS43NC0uNTctMi40LTEuMTQtLjY2LS41OC0xLjEyLTEuMzItMS4zOS0yLjIyLS4yNy0uOS0uMzMtMS45LS4xNy0yLjk4LjI3LTEuNzksMS4wNi0zLjExLDIuMzgtMy45NywxLjMyLS44NSwzLjA0LTEuMTIsNS4xNy0uODFsLjY3LjFjMS4zMy4yLDIuNDcuNiwzLjQsMS4yMi45My42MSwxLjYxLDEuNCwyLjAyLDIuMzUuNDEuOTUuNTQsMiwuMzcsMy4xNS0uMjUsMS42NS0uODgsMi45MS0xLjksMy43OS0xLjAyLjg3LTIuMywxLjI3LTMuODUsMS4xOGwuNDktMy4yN2MuODMuMSwxLjQ2LS4wMiwxLjg4LS4zNi40Mi0uMzQuNjktLjkxLjgxLTEuNzEuMTItLjgyLS4wOS0xLjQ2LS42NS0xLjkzLS41NS0uNDctMS41LS44Mi0yLjg0LTEuMDNsLS45Ni0uMTRjLTEuNDUtLjIyLTIuNTItLjE5LTMuMTkuMDgtLjY4LjI3LTEuMDguODUtMS4yMiwxLjc0LS4xMS43NS0uMDIsMS4zNi4yOCwxLjgxLjMuNDUuODMuNzUsMS42Ljg5bC0uNDksMy4yNloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzYuNjgsMTMxLjNsMS41LTQuMjktMi4xNi0xLjYsMS4xNy0zLjM1LDExLjMyLDkuMzEtMS4wMywyLjk0LTE0LjY3LjI1LDEuMTgtMy4zNiwyLjY5LjA5Wk0xODAuMzQsMTI4LjZsLS45OCwyLjc5LDUsLjE4LTQuMDItMi45N1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODEuNSwxNDcuMjNsLTkuNzYtMi40Miw2LjUzLDcuNjQtMi4zLDMuNzEtMTEuNzEtNy4yNCwxLjc1LTIuODMsMi43MywxLjY5LDUuNDMsMy43My02LjU4LTcuOTgsMS4xNS0xLjg3LDEwLjA5LDIuMzItNS43Ny0zLjE5LTIuNzMtMS42OSwxLjc1LTIuODIsMTEuNzEsNy4yNC0yLjI5LDMuNzFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTYzLjMzLDE1Ni43N2wtMy4zNy0zLjI0LDIuMy0yLjM5LDkuOTIsOS41NC0zLjgxLDMuOTZjLS43My43Ni0xLjUyLDEuMy0yLjM2LDEuNjEtLjg0LjMxLTEuNjcuMzgtMi41LjIxLS44Mi0uMTgtMS41Ni0uNTgtMi4yMi0xLjIxLS45Ny0uOTMtMS40MS0yLjAyLTEuMzItMy4yNy4wOS0xLjI1LjcxLTIuNDgsMS44Ny0zLjY5bDEuNDctMS41M1pNMTY1LjE4LDE1OC41NGwtMS41MSwxLjU3Yy0uNDUuNDYtLjY3LjkzLS42NywxLjM5LDAsLjQ3LjIxLjkuNjMsMS4zMS40Ni40NS45NS42OCwxLjQ3LjY5LjUyLjAyLjk5LS4xOSwxLjQxLS42MmwxLjUzLTEuNTktMi44Ni0yLjc1WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0Ny44MSwxNjcuMzVsMy43LTIuNjQtLjg0LTIuNTYsMi44OS0yLjA1LDMuODYsMTQuMTQtMi41NCwxLjgxLTEyLjEyLTguMjcsMi45MS0yLjA3LDIuMTQsMS42M1pNMTUyLjM1LDE2Ny4yNmwtMi40MSwxLjcxLDMuOTgsMy4wMy0xLjU2LTQuNzRaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTM3LjY4LDE3MC4xOWwyLjk0LTEuNTEsNi4yOSwxMi4yNC0yLjk0LDEuNTEtNi4yOS0xMi4yNFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMjQuNTcsMTc3LjA0Yy4zLS43Ljg2LTEuMzgsMS42Ny0yLjAyLjgyLS42NSwxLjc4LTEuMTYsMi44OS0xLjU0LDEuNzEtLjU5LDMuMjUtLjUzLDQuNjIuMTYsMS4zOC42OSwyLjQyLDEuOTYsMy4xMywzLjc5bC40LDEuMTJjLjQ0LDEuMjguNiwyLjQ4LjQ3LDMuNTktLjEyLDEuMTEtLjUyLDIuMDctMS4xOSwyLjg4LS42Ny44LTEuNTUsMS40LTIuNjYsMS43OC0xLjYyLjU2LTMuMDEuNjItNC4xNi4xOC0xLjE1LS40My0yLjA1LTEuMzYtMi43MS0yLjc4bDMuMDItMS4wNGMuMzYuNjkuNzcsMS4xMywxLjIzLDEuMzIuNDYuMTksMS4wMi4xNywxLjY4LS4wNi43OS0uMjcsMS4yOC0uODEsMS40OC0xLjYzLjItLjgxLjA5LTEuODQtLjMzLTMuMDlsLS4yNy0uNzljLS40NS0xLjMtMS0yLjItMS42Ny0yLjctLjY3LS41LTEuNDgtLjU5LTIuNDMtLjI2LS44Mi4yOC0xLjM2LjY3LTEuNjQsMS4xN2wuNjksMi4wMiwyLjE4LS43NS43NCwyLjE1LTUuMzIsMS44My0xLjgzLTUuMzVaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTA5Ljg4LDE3Ny42NGwzLjI3LS40NSw1Ljk5LDcuODMtMS4xNS04LjQ5LDMuMjktLjQ1LDEuODYsMTMuNjQtMy4yOS40NS01Ljk4LTcuODMsMS4xNiw4LjQ5LTMuMjguNDUtMS44Ni0xMy42NFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik04OS4wOCwxODAuNjZjLjE3LS45NC41NS0xLjc1LDEuMTEtMi40MS41Ny0uNjYsMS4zLTEuMTQsMi4yLTEuNDIuOS0uMjgsMS44OS0uMzUsMi45OC0uMiwxLjc5LjI1LDMuMTIsMS4wMiwzLjk5LDIuMzMuODcsMS4zMSwxLjE2LDMuMDMuODcsNS4xNmwtLjA5LjY3Yy0uMTgsMS4zNC0uNTgsMi40Ny0xLjE4LDMuNDEtLjYuOTQtMS4zOCwxLjYyLTIuMzMsMi4wNS0uOTUuNDMtMiwuNTYtMy4xNS40LTEuNjUtLjIzLTIuOTItLjg1LTMuODEtMS44NS0uODgtMS4wMS0xLjI5LTIuMjktMS4yMi0zLjg0bDMuMjguNDVjLS4wOS44My4wNCwxLjQ2LjM4LDEuODcuMzQuNDIuOTIuNjgsMS43Mi43OS44Mi4xMSwxLjQ2LS4xMSwxLjkyLS42Ny40Ni0uNTYuOC0xLjUxLDEtMi44NWwuMTMtLjk2Yy4yLTEuNDUuMTYtMi41Mi0uMTItMy4xOS0uMjgtLjY3LS44Ny0xLjA3LTEuNzYtMS4yLS43NS0uMS0xLjM2LDAtMS44LjMtLjQ1LjMtLjc0Ljg0LS44NywxLjYxbC0zLjI3LS40NVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03OS4wMywxNzUuMzlsNC4zMSwxLjQ1LDEuNTgtMi4xOCwzLjM2LDEuMTMtOS4xOCwxMS40My0yLjk2LTEtLjQyLTE0LjY3LDMuMzgsMS4xNC0uMDYsMi42OVpNODEuNzcsMTc5LjAxbC0yLjgxLS45NS0uMTIsNSwyLjkyLTQuMDVaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjMuMTYsMTgwLjM5bDIuMzEtOS43OS03LjU3LDYuNjItMy43NC0yLjI1LDcuMTEtMTEuNzksMi44NSwxLjcyLTEuNjYsMi43NS0zLjY3LDUuNDcsNy45MS02LjY3LDEuODgsMS4xMy0yLjIsMTAuMTIsMy4xMy01LjgxLDEuNjYtMi43NSwyLjg0LDEuNzEtNy4xMSwxMS43OS0zLjczLTIuMjVaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNTMuNDIsMTYyLjMybDMuMi0zLjQsMi40MiwyLjI3LTkuNDMsMTAuMDMtNC0zLjc2Yy0uNzctLjcyLTEuMzEtMS41LTEuNjQtMi4zNC0uMzItLjg0LS40LTEuNjctLjI0LTIuNDkuMTctLjgzLjU2LTEuNTcsMS4xOC0yLjIzLjkyLS45OCwyLTEuNDMsMy4yNS0xLjM2LDEuMjUuMDcsMi40OS42OCwzLjcxLDEuODNsMS41NCwxLjQ1Wk01MS42NiwxNjQuMTlsLTEuNTgtMS40OWMtLjQ3LS40NC0uOTQtLjY2LTEuNC0uNjYtLjQ2LDAtLjkuMjItMS4zLjY1LS40NC40Ny0uNjcuOTYtLjY4LDEuNDhzLjIuOTguNjMsMS40bDEuNjEsMS41MiwyLjcyLTIuODlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDIuNjgsMTQ2Ljk1bDIuNjgsMy42NywyLjU0LS44NywyLjA5LDIuODYtMTQuMSw0LjAzLTEuODQtMi41Miw4LjEzLTEyLjIyLDIuMSwyLjg4LTEuNjEsMi4xNlpNNDIuODIsMTUxLjQ5bC0xLjc0LTIuMzktMi45OCw0LjAxLDQuNzMtMS42MloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zOS43MSwxMzYuODJsMS41NSwyLjkzLTEyLjE3LDYuNDMtMS41NS0yLjkzLDEyLjE3LTYuNDNaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIuNzEsMTIzLjgxYy43MS4yOSwxLjM5Ljg0LDIuMDQsMS42NXMxLjE4LDEuNzcsMS41NywyLjg3Yy42LDEuNy41NywzLjI0LS4xMSw0LjYyLS42OCwxLjM5LTEuOTMsMi40NC0zLjc1LDMuMTdsLTEuMTIuNDFjLTEuMjguNDUtMi40Ny42My0zLjU4LjUxLTEuMTEtLjExLTIuMDgtLjUtMi44OS0xLjE1cy0xLjQyLTEuNTQtMS44MS0yLjY0Yy0uNTctMS42MS0uNjUtMy0uMjMtNC4xNi40Mi0xLjE2LDEuMzQtMi4wNywyLjc1LTIuNzRsMS4wNywzLjAxYy0uNjkuMzYtMS4xMi43OC0xLjMsMS4yNS0uMTguNDctLjE2LDEuMDMuMDgsMS42OC4yOC43OC44MywxLjI3LDEuNjQsMS40Ni44Mi4xOSwxLjg0LjA3LDMuMDgtLjM2bC43OC0uMjhjMS4yOS0uNDYsMi4xOS0xLjAzLDIuNjgtMS43LjQ5LS42Ny41Ny0xLjQ5LjIzLTIuNDQtLjI5LS44MS0uNjktMS4zNS0xLjE5LTEuNjJsLTIuMDEuNzIuNzcsMi4xNy0yLjE1Ljc2LTEuODktNS4zLDUuMzItMS45WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxLjk1LDEwOS4xMmwuNDgsMy4yNi03Ljc2LDYuMDgsOC40Ny0xLjI1LjQ5LDMuMjgtMTMuNjIsMi4wMS0uNDgtMy4yOCw3Ljc2LTYuMDctOC40NywxLjI1LS40OC0zLjI3LDEzLjYyLTIuMDFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjguNjksODguMzRjLjk1LjE2LDEuNzUuNTMsMi40MiwxLjA5LjY3LjU2LDEuMTUsMS4yOSwxLjQ0LDIuMTkuMjkuOS4zNywxLjg5LjIzLDIuOTgtLjIzLDEuNzktLjk5LDMuMTMtMi4yOSw0LjAyLTEuMy44OC0zLjAyLDEuMTktNS4xNS45MmwtLjY4LS4wOWMtMS4zNC0uMTctMi40OC0uNTUtMy40Mi0xLjE0LS45NC0uNTktMS42My0xLjM2LTIuMDctMi4zLS40NC0uOTQtLjU4LTEuOTktLjQ0LTMuMTQuMjEtMS42Ni44MS0yLjkzLDEuODEtMy44MywxLS45LDIuMjctMS4zMiwzLjgyLTEuMjZsLS40MSwzLjI4Yy0uODMtLjA4LTEuNDYuMDUtMS44Ny40LS40MS4zNS0uNjcuOTMtLjc3LDEuNzMtLjEuODIuMTMsMS40Ni42OSwxLjkyLjU3LjQ2LDEuNTIuNzgsMi44Ni45N2wuOTcuMTJjMS40Ni4xOCwyLjUyLjEzLDMuMTktLjE1LjY3LS4yOSwxLjA2LS44OCwxLjE4LTEuNzcuMDktLjc2LS4wMS0xLjM2LS4zMi0xLjgtLjMxLS40NC0uODUtLjczLTEuNjItLjg1bC40MS0zLjI3WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMzLjg0LDc4LjI3bC0xLjQsNC4zMywyLjIsMS41NS0xLjA5LDMuMzctMTEuNTMtOS4wNS45Ni0yLjk3LDE0LjY2LS41OS0xLjEsMy4zOS0yLjY5LS4wM1pNMzAuMjUsODEuMDVsLjkxLTIuODEtNS0uMDYsNC4wOSwyLjg4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LjY2LDYyLjQ0bDkuODEsMi4yLTYuNzEtNy40OSwyLjIxLTMuNzcsMTEuODcsNi45Ny0xLjY4LDIuODctMi43Ny0xLjYzLTUuNTEtMy42MSw2Ljc2LDcuODMtMS4xMSwxLjg5LTEwLjE0LTIuMDksNS44NCwzLjA2LDIuNzcsMS42My0xLjY4LDIuODYtMTEuODctNi45NywyLjIxLTMuNzZaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDYuNjMsNTIuNDhsMy40NCwzLjE2LTIuMjUsMi40NC0xMC4xMy05LjMyLDMuNzItNC4wNGMuNzEtLjc3LDEuNDktMS4zMywyLjMyLTEuNjYuODMtLjMzLDEuNjYtLjQyLDIuNDktLjI3LjgzLjE2LDEuNTcuNTQsMi4yNCwxLjE2Ljk5LjkxLDEuNDUsMS45OSwxLjM5LDMuMjQtLjA2LDEuMjUtLjY2LDIuNDktMS43OSwzLjczbC0xLjQzLDEuNTZaTTQ0Ljc0LDUwLjc1bDEuNDctMS42Yy40My0uNDcuNjUtLjk0LjY0LTEuNDEsMC0uNDctLjIzLS45LS42Ni0xLjI5LS40Ny0uNDQtLjk3LS42NS0xLjQ5LS42Ni0uNTIsMC0uOTguMjEtMS4zOS42NWwtMS41LDEuNjMsMi45MiwyLjY5WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYxLjg4LDQxLjU3bC0zLjY0LDIuNzIuOSwyLjU0LTIuODQsMi4xMi00LjE4LTE0LjA1LDIuNS0xLjg3LDEyLjMxLDcuOTktMi44NiwyLjEzLTIuMTgtMS41OFpNNTcuMzQsNDEuNzZsMi4zNy0xLjc3LTQuMDQtMi45NCwxLjY3LDQuNzFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzEuOTYsMzguNDlsLTIuOTEsMS41OC02LjU3LTEyLjA5LDIuOTEtMS41OCw2LjU3LDEyLjA5WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTg0LjksMzEuMzVjLS4yOC43MS0uODMsMS40LTEuNjMsMi4wNnMtMS43NSwxLjItMi44NSwxLjYxYy0xLjY5LjYyLTMuMjMuNjEtNC42My0uMDYtMS4zOS0uNjYtMi40Ni0xLjktMy4yMi0zLjcybC0uNDItMS4xMWMtLjQ3LTEuMjctLjY1LTIuNDYtLjU1LTMuNTguMS0xLjExLjQ3LTIuMDgsMS4xMi0yLjkuNjUtLjgyLDEuNTItMS40MywyLjYyLTEuODQsMS42MS0uNTksMi45OS0uNjksNC4xNS0uMjgsMS4xNi40MSwyLjA4LDEuMzEsMi43NywyLjcybC0zLDEuMTFjLS4zNy0uNjgtLjc5LTEuMTEtMS4yNi0xLjI5LS40Ny0uMTgtMS4wMy0uMTQtMS42OC4xLS43OC4yOS0xLjI2Ljg0LTEuNDQsMS42Ni0uMTguODItLjA1LDEuODQuNCwzLjA4bC4yOS43OGMuNDgsMS4yOSwxLjA1LDIuMTgsMS43MywyLjY2LjY4LjQ4LDEuNDkuNTUsMi40NC4yLjgxLS4zLDEuMzUtLjcsMS42MS0xLjIxbC0uNzQtMi0yLjE3LjgtLjc5LTIuMTQsNS4yOC0xLjk1LDEuOTYsNS4zWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTk5LjU5LDMwLjQxbC0zLjI2LjUyLTYuMTYtNy42OSwxLjM1LDguNDYtMy4yOC41Mi0yLjE3LTEzLjU5LDMuMjgtLjUyLDYuMTYsNy42OS0xLjM1LTguNDYsMy4yNy0uNTIsMi4xNywxMy41OVoiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  }
  .mainvisual__slide .swiper-slide.is-service::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDguOTUgMjA4Ljk1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZDg4ODE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTguODkuMTVDNDEuMjgsMy4yMy0yLjkzLDUyLjQ0LjE1LDExMC4wNmMzLjA4LDU3LjYyLDUyLjI5LDEwMS44MiwxMDkuOTEsOTguNzQsNTcuNjItMy4wOCwxMDEuODItNTIuMjksOTguNzQtMTA5LjkxQzIwNS43Miw0MS4yOCwxNTYuNTEtMi45Myw5OC44OS4xNVpNMTA3LjQ5LDE2MC43OGMtMzEuMSwxLjY2LTU3LjY1LTIyLjItNTkuMzItNTMuMjktMS42Ni0zMS4xLDIyLjItNTcuNjUsNTMuMjktNTkuMzIsMzEuMS0xLjY2LDU3LjY1LDIyLjIsNTkuMzIsNTMuMjksMS42NiwzMS4xLTIyLjIsNTcuNjUtNTMuMjksNTkuMzJaIi8+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExOS42MywyOGMuMDctLjQ4LS4wNC0uODgtLjMzLTEuMi0uMy0uMzItLjg1LS42OS0xLjY2LTEuMTEtLjgxLS40Mi0xLjQ2LS44MS0xLjk2LTEuMTYtMS42My0xLjE0LTIuMzItMi40Ny0yLjA5LTMuOTguMTItLjc1LjQ0LTEuMzguOTctMS44OS41My0uNTEsMS4yMi0uODYsMi4wNy0xLjA1czEuNzgtLjIxLDIuNzktLjA2Yy45OC4xNSwxLjgzLjQ2LDIuNTUuOTNzMS4yNCwxLjA2LDEuNTcsMS43Ny40MywxLjQ4LjMsMi4zMWwtMy4yNy0uNTFjLjA5LS41NS0uMDItMS4wMS0uMzEtMS4zNy0uMjktLjM2LS43My0uNTgtMS4zMS0uNjctLjU4LS4wOS0xLjA3LS4wMy0xLjQ1LjE3LS4zOC4yMS0uNi41MS0uNjYuOTEtLjA2LjM1LjA4LjY5LjQxLDEuMDQuMzMuMzQuOTQuNzQsMS44MywxLjE5Ljg5LjQ1LDEuNjEuODksMi4xNiwxLjM0LDEuMzQsMS4wOCwxLjg5LDIuMzYsMS42NiwzLjg1LS4xOSwxLjE5LS43OCwyLjA1LTEuNzgsMi41OS0xLC41NC0yLjI5LjY5LTMuODUuNDQtMS4xLS4xNy0yLjA3LS41My0yLjktMS4wNi0uODMtLjU0LTEuNDItMS4xOC0xLjc3LTEuOTRzLS40NS0xLjU5LS4zLTIuNDhsMy4yOS41MWMtLjExLjczLDAsMS4yOS4zMSwxLjcuMzIuNC45MS42NywxLjc2LjgxLjU0LjA4Ljk5LjAzLDEuMzQtLjE1LjM1LS4xOC41Ni0uNDkuNjItLjkxWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzNS4yOCwzMC4xOWwtNC45NC0xLjY5LTEuMDcsMy4xMSw1LjgzLDItLjgzLDIuNDEtOC45Ny0zLjA3LDQuNDYtMTMuMDIsOC45OSwzLjA4LS44MywyLjQyLTUuODUtMi0uOTQsMi43NSw0Ljk0LDEuNjktLjgsMi4zM1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNDMuNTksMzUuMzVsLTEuNTctLjg3LTIuMzcsNC4yNS0yLjktMS42Miw2LjctMTIuMDIsNC43MywyLjY0YzEuNDMuNzksMi4zNiwxLjczLDIuODEsMi44MXMuMzYsMi4yLS4yOSwzLjM1Yy0uNDcuODQtMS4wMiwxLjQzLTEuNjcsMS44LS42NS4zNi0xLjQyLjUxLTIuMzQuNDVsLS4yLDYuMjUtLjA3LjEyLTMuMTEtMS43My4yNS01LjQ0Wk0xNDMuMjYsMzIuMjVsMS44MywxLjAyYy41NS4zMSwxLjA0LjM5LDEuNDguMjYuNDQtLjEzLjgtLjQ2LDEuMDktLjk4LjI5LS41Mi4zOC0xLC4yNi0xLjQ2LS4xMi0uNDUtLjQ1LS44My0uOTktMS4xM2wtMS44My0xLjAyLTEuODUsMy4zMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNTUuMjUsNDQuNzRsOC41NC01LjkxLDIuODQsMi4zOC0xMi40LDcuNTYtMi43OC0yLjM0LDUuMzQtMTMuNDksMi44MSwyLjM3LTQuMzYsOS40M1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNjEuNjYsNTYuMzVsLTIuMi0yLjQ3LDEwLjI5LTkuMTQsMi4yLDIuNDctMTAuMjksOS4xNFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzQuMTcsNjUuOTNjLS44My40OS0xLjY3Ljc0LTIuNTUuNzVzLTEuNzEtLjIzLTIuNTItLjczYy0uODEtLjQ5LTEuNTEtMS4yLTIuMTEtMi4xMS0uOTktMS41MS0xLjI4LTMuMDMtLjg3LTQuNTQuNDEtMS41MiwxLjUyLTIuODYsMy4zMi00LjA0bC41Ny0uMzdjMS4xMy0uNzQsMi4yNC0xLjE5LDMuMzUtMS4zNSwxLjEtLjE2LDIuMTMtLjAzLDMuMDcuNDFzMS43NCwxLjE0LDIuMzcsMi4xMWMuOTIsMS40LDEuMjksMi43NiwxLjExLDQuMDktLjE4LDEuMzMtLjg4LDIuNDgtMi4wOSwzLjQ0bC0xLjgyLTIuNzdjLjY5LS40OCwxLjA3LS45OSwxLjE2LTEuNTIuMDktLjUzLS4wOS0xLjE0LS41NC0xLjgyLS40NS0uNjktMS4wNC0xLjAzLTEuNzctMS4wMS0uNzMuMDItMS42Ni4zOS0yLjgsMS4xMmwtLjgxLjUzYy0xLjIzLjgxLTIsMS41NC0yLjMzLDIuMTlzLS4yNCwxLjM2LjI2LDIuMTFjLjQyLjY0Ljg5LDEuMDMsMS40MSwxLjE3LjUyLjE0LDEuMTIsMCwxLjc4LS40bDEuODEsMi43NloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODAuMjYsNzYuNjdsLTIuMDUtNC44LTMuMDMsMS4yOSwyLjQyLDUuNjctMi4zNSwxLTMuNzItOC43MiwxMi42Ni01LjQsMy43Myw4Ljc0LTIuMzYsMS4wMS0yLjQzLTUuNjktMi42NywxLjE0LDIuMDUsNC44LTIuMjYuOTZaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTgyLjMyLDk1LjJjLjQ4LS4wNy44My0uMjksMS4wNS0uNjcuMjItLjM4LjQxLTEuMDEuNTgtMS45MS4xNy0uOS4zNS0xLjYzLjU0LTIuMjEuNjItMS44OSwxLjY5LTIuOTQsMy4yLTMuMTUuNzYtLjExLDEuNDUuMDIsMi4wOS4zOC42NC4zNiwxLjE4LjkyLDEuNjEsMS42OC40NC43Ni43MiwxLjY0Ljg3LDIuNjUuMTQuOTguMDksMS44OC0uMTUsMi43MS0uMjQuODMtLjY1LDEuNS0xLjI0LDIuMDJzLTEuMjkuODQtMi4xMi45NmwtLjQ2LTMuMjhjLjU2LS4wOC45Ni0uMzEsMS4yMi0uNjkuMjYtLjM4LjM1LS44Ni4yNy0xLjQ1LS4wOC0uNTktLjI4LTEuMDMtLjU5LTEuMzRzLS42Ni0uNDMtMS4wNi0uMzdjLS4zNS4wNS0uNjQuMjgtLjg3LjctLjIzLjQxLS40MywxLjExLS42LDIuMS0uMTcuOTgtLjM5LDEuOC0uNjUsMi40Ni0uNjQsMS41OS0xLjcxLDIuNDktMy4yLDIuNy0xLjE5LjE3LTIuMTktLjE1LTMtLjk1LS44MS0uOC0xLjMyLTEuOTktMS41NC0zLjU1LS4xNS0xLjEtLjEtMi4xMy4xNy0zLjA4LjI3LS45NS43Mi0xLjcsMS4zNC0yLjI1LjYyLS41NSwxLjM5LS44OSwyLjI5LTEuMDFsLjQ2LDMuM2MtLjczLjEtMS4yNC4zNy0xLjU0Ljc5LS4yOS40My0uMzgsMS4wNi0uMjYsMS45MS4wNy41NC4yNS45Ni41MywxLjI0LjI4LjI4LjYzLjM5LDEuMDUuMzNaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTg0Ljc4LDExMC44MWwuMTgtNS4yMS0zLjI5LS4xMS0uMjEsNi4xNi0yLjU1LS4wOS4zMy05LjQ4LDEzLjc2LjQ3LS4zMyw5LjQ5LTIuNTYtLjA5LjIxLTYuMTgtMi45LS4xLS4xOCw1LjIxLTIuNDYtLjA4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4Mi4yOSwxMjAuMjdsLjM3LTEuNzYtNC43Ni0xLjAyLjY5LTMuMjQsMTMuNDYsMi44Ny0xLjEzLDUuM2MtLjM0LDEuNi0uOTYsMi43Ny0xLjg2LDMuNTItLjkuNzUtMiwuOTgtMy4yOS43MS0uOTQtLjItMS42Ny0uNTUtMi4yMS0xLjA3LS41NC0uNTEtLjkxLTEuMjEtMS4xMi0yLjFsLTYuMDMsMS42NS0uMTQtLjAzLjc0LTMuNDgsNS4yNy0xLjM2Wk0xODUuMTYsMTE5LjA1bC0uNDQsMi4wNWMtLjEzLjYyLS4wNywxLjExLjE5LDEuNS4yNi4zOC42OC42MywxLjI2Ljc2LjU4LjEyLDEuMDcuMDYsMS40Ny0uMTguNC0uMjQuNjYtLjY3Ljc5LTEuMjhsLjQ0LTIuMDUtMy43MS0uNzlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTc2Ljc1LDEzNC4xNmw4LjE1LDYuNDQtMS40NSwzLjQxLTEwLjg2LTkuNjQsMS40Mi0zLjM0LDE0LjQ2LDEuMTUtMS40NCwzLjM5LTEwLjI5LTEuNFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNjcuNTEsMTQzLjdsMS43Mi0yLjgyLDExLjc0LDcuMTgtMS43MiwyLjgyLTExLjc0LTcuMThaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTYyLjAxLDE1OC40NGMtLjcxLS42NS0xLjE5LTEuMzktMS40Ni0yLjIyLS4yNi0uODMtLjI3LTEuNzEtLjA0LTIuNjIuMjQtLjkxLjcxLTEuNzksMS40MS0yLjY0LDEuMTYtMS4zOSwyLjUyLTIuMTEsNC4wOS0yLjE1LDEuNTctLjA1LDMuMTguNjIsNC44MywxLjk5bC41My40NGMxLjA0Ljg2LDEuNzksMS44LDIuMjcsMi44MS40OCwxLjAxLjY1LDIuMDMuNSwzLjA2LS4xNCwxLjAzLS41OCwxLjk5LTEuMzIsMi44OC0xLjA3LDEuMjgtMi4yNiwyLjAzLTMuNTksMi4yNS0xLjMyLjIyLTIuNjItLjExLTMuOS0xbDIuMTItMi41NGMuNjYuNTIsMS4yNi43NCwxLjc5LjY3LjUzLS4wNywxLjA2LS40MiwxLjU4LTEuMDQuNTMtLjYzLjY4LTEuMy40NS0xLjk5LS4yMy0uNjktLjg2LTEuNDgtMS44OS0yLjM2bC0uNzUtLjYyYy0xLjEzLS45NC0yLjA1LTEuNDctMi43Ny0xLjU5LS43Mi0uMTItMS4zNy4xNy0xLjk1Ljg2LS40OS41OS0uNzIsMS4xNS0uNzEsMS42OS4wMi41NC4zMiwxLjA3LjksMS41OWwtMi4xMSwyLjU0WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My41LDE2Ny40MWwzLjk5LTMuMzYtMi4xMi0yLjUyLTQuNzIsMy45Ny0xLjY0LTEuOTUsNy4yNS02LjEsOC44NiwxMC41My03LjI3LDYuMTItMS42NS0xLjk2LDQuNzMtMy45OC0xLjg3LTIuMjItMy45OSwzLjM2LTEuNTgtMS44OFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMzYuNCwxNzQuODFjLjIxLjQ0LjUyLjcxLjk1LjgxLjQzLjEsMS4wOS4xLDIsMCwuOS0uMSwxLjY2LS4xNSwyLjI4LS4xNCwxLjk5LjA0LDMuMy43NSwzLjk1LDIuMTMuMzIuNjkuNDEsMS4zOS4yNSwyLjExcy0uNTMsMS4zOS0xLjEzLDIuMDNjLS42LjY0LTEuMzYsMS4xNy0yLjI4LDEuNi0uODkuNDItMS43Ny42NC0yLjYzLjY1LS44Ni4wMS0xLjYzLS4xOC0yLjMtLjU5cy0xLjE4LS45OS0xLjU0LTEuNzVsMi45OS0xLjRjLjI0LjUxLjU4LjgzLDEuMDIuOTZzLjkzLjA4LDEuNDYtLjE3Yy41NC0uMjUuOS0uNTcsMS4xLS45NS4yLS4zOC4yMi0uNzYuMDQtMS4xMi0uMTUtLjMyLS40Ni0uNTMtLjkyLS42My0uNDYtLjEtMS4xOS0uMDktMi4xOC4wNC0uOTkuMTMtMS44NC4xNi0yLjU0LjEtMS43MS0uMTQtMi44OS0uOS0zLjUzLTIuMjYtLjUxLTEuMDktLjUtMi4xNC4wMy0zLjE1LjUzLTEuMDEsMS41MS0xLjg1LDIuOTQtMi41MiwxLjAxLS40NywyLjAxLS43MiwzLS43NC45OS0uMDIsMS44NC4xOSwyLjU1LjYyLjcxLjQ0LDEuMjYsMS4wNywxLjY0LDEuODlsLTMuMDEsMS40MWMtLjMxLS42Ny0uNzEtMS4wOC0xLjIxLTEuMjMtLjQ5LS4xNi0xLjEzLS4wNS0xLjkuMzEtLjUuMjMtLjg0LjUyLTEuMDMuODctLjE5LjM1LS4xOS43Mi0uMDEsMS4xMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMjIuMTksMTgxLjc0bDUuMDQtMS4zNi0uODYtMy4xOC01Ljk1LDEuNi0uNjYtMi40Niw5LjE2LTIuNDYsMy41OCwxMy4yOS05LjE3LDIuNDctLjY2LTIuNDcsNS45Ny0xLjYxLS43NS0yLjgtNS4wNCwxLjM2LS42NC0yLjM3WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExMi40MiwxODIuMTFsMS43OS0uMTUtLjQxLTQuODUsMy4zMS0uMjgsMS4xNiwxMy43MS01LjQuNDZjLTEuNjMuMTQtMi45My0uMTItMy45MS0uNzYtLjk4LS42NC0xLjUyLTEuNjItMS42My0yLjk0LS4wOC0uOTUuMDUtMS43Ni4zOC0yLjQyLjMzLS42Ni44OS0xLjIyLDEuNjktMS42OGwtMy4zMy01LjN2LS4xNHMzLjUzLS4zLDMuNTMtLjNsMi44Myw0LjY1Wk0xMTQuNDMsMTg0LjVsLTIuMDkuMThjLS42My4wNS0xLjA5LjI2LTEuMzguNjItLjI5LjM2LS40MS44My0uMzYsMS40Mi4wNS41OS4yNSwxLjA0LjYsMS4zNS4zNS4zMS44NC40NCwxLjQ2LjM5bDIuMDktLjE4LS4zMi0zLjc4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTk3LjUsMTgwLjg1bC0zLjc3LDkuNjgtMy42OS0uMzgsNi4wNC0xMy4yMSwzLjYxLjM4LDMuMTQsMTQuMTctMy42Ni0uMzgtMS42OC0xMC4yNVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik04NS42OCwxNzQuODNsMy4yMS44Mi0zLjQsMTMuMzQtMy4yMS0uODIsMy40LTEzLjM0WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTY5Ljk4LDE3My45Yy40MS0uODcuOTgtMS41NSwxLjctMi4wNC43Mi0uNDksMS41NS0uNzYsMi40OS0uODEuOTUtLjA0LDEuOTIuMTUsMi45My41NywxLjY3LjcsMi43NSwxLjc5LDMuMjYsMy4yOC41LDEuNDkuMzQsMy4yMi0uNDksNS4yMWwtLjI2LjYzYy0uNTIsMS4yNC0xLjE5LDIuMjQtMi4wMiwyLjk5LS44Mi43NS0xLjc1LDEuMjEtMi43OCwxLjM4LTEuMDMuMTctMi4wNy4wMy0zLjE0LS40Mi0xLjU0LS42NC0yLjYxLTEuNTctMy4yMS0yLjc3LS42LTEuMi0uNjYtMi41NC0uMTktNC4wMmwzLjA1LDEuMjhjLS4zLjc4LS4zNCwxLjQyLS4xMSwxLjkxLjIyLjQ5LjcxLjg5LDEuNDYsMS4yMS43Ni4zMiwxLjQ0LjI3LDIuMDMtLjE1czEuMTYtMS4yNSwxLjctMi41bC4zOC0uOWMuNTctMS4zNS44LTIuMzkuNzEtMy4xMi0uMS0uNzItLjU2LTEuMjYtMS4zOS0xLjYxLS43MS0uMjktMS4zMS0uMzUtMS44Mi0uMTgtLjUxLjE4LS45My42Mi0xLjI1LDEuMzNsLTMuMDQtMS4yN1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01OC45LDE2OC4zNmw0LjM4LDIuODQsMS43OS0yLjc2LTUuMTctMy4zNSwxLjM5LTIuMTQsNy45NSw1LjE2LTcuNDksMTEuNTUtNy45Ny01LjE3LDEuMzktMi4xNSw1LjE5LDMuMzYsMS41OC0yLjQzLTQuMzgtMi44NCwxLjM0LTIuMDZaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDYuODQsMTU0LjE2Yy0uMzYuMzItLjUzLjcxLS41LDEuMTRzLjIyLDEuMDcuNTksMS45MWMuMzYuODQuNjMsMS41NS43OSwyLjE0LjU0LDEuOTEuMjUsMy4zOC0uODksNC40MS0uNTcuNTEtMS4yMS44LTEuOTQuODZzLTEuNDktLjEtMi4yOC0uNDktMS41Mi0uOTYtMi4yLTEuNzFjLS42Ni0uNzMtMS4xMy0xLjUxLTEuMzktMi4zMy0uMjYtLjgyLS4zLTEuNjEtLjExLTIuMzcuMTktLjc2LjYtMS40MiwxLjIyLTEuOThsMi4yMiwyLjQ2Yy0uNDIuMzgtLjYyLjc5LS42MiwxLjI2LDAsLjQ2LjIuOTEuNTksMS4zNS40LjQ0LjgxLjcsMS4yMy43OC40Mi4wOC43OS0uMDIsMS4wOC0uMjkuMjYtLjI0LjM3LS41OS4zMy0xLjA2LS4wNC0uNDctLjI3LTEuMTYtLjY4LTIuMDhzLS42OS0xLjcxLS44NC0yLjRjLS4zNi0xLjY4LjAyLTMuMDIsMS4xNC00LjAzLjg5LS44MSwxLjktMS4xLDMuMDItLjg5LDEuMTIuMjEsMi4yMS45MSwzLjI3LDIuMDguNzUuODMsMS4yOCwxLjcxLDEuNTgsMi42NXMuMzYsMS44MS4xNSwyLjYyYy0uMjEuODEtLjY1LDEuNTEtMS4zMywyLjEybC0yLjIzLTIuNDdjLjU1LS40OS44Mi0xLC44My0xLjUyLDAtLjUyLS4yOC0xLjA5LS44NS0xLjczLS4zNy0uNDEtLjc1LS42NS0xLjEzLS43My0uMzktLjA4LS43NC4wMy0xLjA2LjMxWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM2LjA2LDE0Mi42MmwyLjc4LDQuNDIsMi43OS0xLjc1LTMuMjgtNS4yMiwyLjE2LTEuMzYsNS4wNCw4LjAzLTExLjY2LDcuMzItNS4wNS04LjA1LDIuMTctMS4zNiwzLjI5LDUuMjQsMi40Ni0xLjU0LTIuNzctNC40MiwyLjA4LTEuMzFaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIuODUsMTMzLjRsLjY3LDEuNjcsNC41MS0xLjgyLDEuMjQsMy4wOC0xMi43Nyw1LjE1LTIuMDMtNS4wMmMtLjYxLTEuNTEtLjc1LTIuODMtLjQyLTMuOTYuMzMtMS4xMiwxLjEtMS45MywyLjMzLTIuNDMuODktLjM2LDEuNy0uNDcsMi40My0uMzVzMS40My41LDIuMSwxLjEybDQuMDgtNC43NC4xMy0uMDUsMS4zMywzLjMtMy42MSw0LjA3Wk0zMS4xNSwxMzYuMDJsLS43OS0xLjk1Yy0uMjQtLjU4LS41Ny0uOTYtLjk5LTEuMTMtLjQzLS4xNy0uOTEtLjE1LTEuNDcuMDgtLjU1LjIyLS45Mi41NS0xLjEyLjk3cy0uMTcuOTMuMDYsMS41bC43OSwxLjk1LDMuNTItMS40MloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS42NywxMTguNzVsLTEwLjM2LS43OC0uNzEtMy42NCwxNC4zOSwxLjkzLjY5LDMuNTYtMTIuNjQsNy4xMy0uNy0zLjYxLDkuMzItNC41OVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMiwxMDUuNzJsLjE1LDMuMzEtMTMuNzUuNjItLjE1LTMuMzEsMTMuNzUtLjYyWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LjMsOTAuNDFjLjk1LjE0LDEuNzcuNDgsMi40NSwxLjAyLjY4LjU0LDEuMTgsMS4yNiwxLjUsMi4xNS4zMi44OS40MiwxLjg4LjMxLDIuOTctLjE4LDEuOC0uOTEsMy4xNi0yLjE4LDQuMDgtMS4yOC45Mi0yLjk4LDEuMjctNS4xMiwxLjA2bC0uNjgtLjA3Yy0xLjM0LS4xMy0yLjQ5LS40OC0zLjQ2LTEuMDUtLjk2LS41Ny0xLjY3LTEuMzItMi4xMy0yLjI1LS40Ni0uOTMtLjYzLTEuOTgtLjUyLTMuMTMuMTYtMS42Ni43My0yLjk1LDEuNzEtMy44OC45OC0uOTIsMi4yNC0xLjM4LDMuNzktMS4zNmwtLjMzLDMuMjljLS44NC0uMDYtMS40Ni4wOS0xLjg2LjQ1LS40LjM2LS42NC45NC0uNzMsMS43NS0uMDguODIuMTcsMS40NS43NCwxLjkuNTguNDQsMS41NC43NCwyLjg4Ljg5bC45Ny4xYzEuNDYuMTUsMi41Mi4wNywzLjE5LS4yNC42Ni0uMywxLjA0LS45MSwxLjEzLTEuOC4wOC0uNzYtLjA1LTEuMzYtLjM2LTEuNzktLjMyLS40NC0uODYtLjcxLTEuNjQtLjgxbC4zMy0zLjI4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMwLjMzLDc4LjE4bC0xLjQzLDUuMDIsMy4xNi45LDEuNjktNS45MywyLjQ2LjctMi41OSw5LjEyLTEzLjI0LTMuNzYsMi42LTkuMTQsMi40Ni43LTEuNjksNS45NSwyLjc5Ljc5LDEuNDMtNS4wMiwyLjM2LjY3WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQwLjM4LDYyLjQ4Yy0uNDEtLjI1LS44My0uMy0xLjI0LS4xNC0uNDEuMTYtLjk2LjUzLTEuNjUsMS4xMi0uNy41OS0xLjMsMS4wNS0xLjgxLDEuMzgtMS42NywxLjA4LTMuMTYsMS4yMi00LjQ3LjQzLS42NS0uMzktMS4xMi0uOTMtMS4zOS0xLjYxLS4yNy0uNjgtLjM0LTEuNDUtLjItMi4zMnMuNDctMS43My45OS0yLjZjLjUxLS44NSwxLjEyLTEuNTIsMS44Mi0yLjAxLjcxLS40OSwxLjQ1LS43NiwyLjIzLS43OS43OS0uMDQsMS41NC4xNiwyLjI1LjU5bC0xLjcsMi44NGMtLjQ4LS4yOS0uOTQtLjM3LTEuMzgtLjIzLS40NC4xNC0uODEuNDUtMS4xMi45Ni0uMy41MS0uNDMuOTgtLjM4LDEuNDEuMDUuNDMuMjQuNzUuNTkuOTUuMy4xOC42Ny4xOCwxLjEyLDAsLjQ0LS4xOCwxLjA0LS41OSwxLjc5LTEuMjUuNzUtLjY2LDEuNDQtMS4xNiwyLjA1LTEuNSwxLjUtLjgzLDIuOS0uODYsNC4xOS0uMDksMS4wMy42MiwxLjYxLDEuNSwxLjczLDIuNjMuMTIsMS4xMy0uMjIsMi4zOC0xLjA0LDMuNzMtLjU3Ljk2LTEuMjYsMS43Mi0yLjA3LDIuMjktLjgxLjU3LTEuNjMuODctMi40Ni45cy0xLjY0LS4xOC0yLjQxLS42NWwxLjcxLTIuODVjLjYzLjM4LDEuMi41LDEuNjkuMzUuNS0uMTUuOTYtLjU5LDEuNC0xLjMyLjI4LS40Ny40LS45LjM3LTEuMy0uMDQtLjM5LS4yNC0uNy0uNjEtLjkyWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ4LjI3LDQ4LjgzbC0zLjQyLDMuOTQsMi40OSwyLjE2LDQuMDQtNC42NiwxLjkzLDEuNjctNi4yMSw3LjE2LTEwLjQtOS4wMiw2LjIyLTcuMTgsMS45NCwxLjY4LTQuMDUsNC42NywyLjE5LDEuOSwzLjQyLTMuOTQsMS44NiwxLjYxWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU2LjE3LDQzLjA0bC0xLjQsMS4xMywzLjA2LDMuNzktMi41OCwyLjA4LTguNjUtMTAuNzEsNC4yMS0zLjRjMS4yNy0xLjAzLDIuNDktMS41NSwzLjY2LTEuNTYsMS4xNy0uMDEsMi4xNy40OSwzLDEuNTIuNi43NC45NSwxLjQ4LDEuMDQsMi4yMi4wOS43My0uMDYsMS41MS0uNDYsMi4zM2w1LjczLDIuNTIuMDkuMTEtMi43NywyLjIzLTQuOTUtMi4yNlpNNTMuMTcsNDIuMThsMS42My0xLjMyYy40OS0uNC43Ni0uODIuNzktMS4yOC4wNC0uNDYtLjEzLS45Mi0uNS0xLjM4cy0uNzktLjcyLTEuMjUtLjc4Yy0uNDYtLjA2LS45NC4xLTEuNDIuNWwtMS42MywxLjMyLDIuMzgsMi45NVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02OS4yMywzNS43MmwtMi4zLTEwLjEzLDMuMjctMS43NCwyLjM5LDE0LjMyLTMuMiwxLjcxLTEwLjUzLTkuOTgsMy4yNC0xLjczLDcuMTMsNy41NloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik04Mi40LDM0LjExbC0zLjEyLDEuMTEtNC42My0xMi45NiwzLjEyLTEuMTEsNC42MywxMi45NloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05NS45NSwyNi4xMWMuMTQuOTUuMDUsMS44My0uMjYsMi42NC0uMzIuODEtLjg2LDEuNS0xLjYyLDIuMDYtLjc2LjU2LTEuNjguOTUtMi43NSwxLjE2LTEuNzguMzUtMy4yOS4wNS00LjU0LS45LTEuMjUtLjk1LTIuMDgtMi40OC0yLjUtNC41OWwtLjEzLS42N2MtLjI3LTEuMzItLjI2LTIuNTMsMC0zLjYxLjI2LTEuMDguNzctMS45OCwxLjUzLTIuNy43Ni0uNzEsMS43MS0xLjE4LDIuODQtMS40MSwxLjY0LS4zMywzLjA0LS4xNiw0LjIxLjUxLDEuMTcuNjYsMS45NywxLjc0LDIuNDEsMy4yM2wtMy4yNC42NWMtLjE5LS44Mi0uNTEtMS4zNy0uOTctMS42NS0uNDYtLjI4LTEuMDktLjM0LTEuODktLjE4LS44MS4xNi0xLjM0LjU4LTEuNiwxLjI2LS4yNi42OC0uMjYsMS42OS0uMDIsMy4wMmwuMTkuOTVjLjI5LDEuNDQuNjcsMi40MywxLjE2LDIuOTguNDguNTUsMS4xNy43MywyLjA1LjU1Ljc1LS4xNSwxLjI5LS40NCwxLjYxLS44Ny4zMi0uNDMuNDItMS4wMy4yOS0xLjhsMy4yNC0uNjRaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTA4LjIsMjQuNWwtNS4yMi4wOS4wNiwzLjI5LDYuMTYtLjExLjA1LDIuNTUtOS40OC4xNy0uMjUtMTMuNzYsOS41LS4xNy4wNSwyLjU2LTYuMTguMTEuMDUsMi45LDUuMjItLjA5LjA0LDIuNDZaIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  }
  .mainvisual__slide .swiper-slide.is-fair::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDguOTUgMjA4Ljk1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZDg4ODE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOTguODkuMTVDNDEuMjgsMy4yMy0yLjkzLDUyLjQ0LjE1LDExMC4wNmMzLjA4LDU3LjYyLDUyLjI5LDEwMS44MiwxMDkuOTEsOTguNzQsNTcuNjItMy4wOCwxMDEuODItNTIuMjksOTguNzQtMTA5LjkxQzIwNS43Miw0MS4yOCwxNTYuNTEtMi45Myw5OC44OS4xNVpNMTA3LjQ5LDE2MC43OGMtMzEuMSwxLjY2LTU3LjY1LTIyLjItNTkuMzItNTMuMjktMS42Ni0zMS4xLDIyLjItNTcuNjUsNTMuMjktNTkuMzIsMzEuMS0xLjY2LDU3LjY1LDIyLjIsNTkuMzIsNTMuMjksMS42NiwzMS4xLTIyLjIsNTcuNjUtNTMuMjksNTkuMzJaIi8+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyMS40NSwyNi40bC01LjI5LS43Ny0uNzksNS40My0zLjI4LS40OCwxLjk5LTEzLjYyLDkuMTEsMS4zMy0uMzcsMi41My01LjgzLS44NS0uNDYsMy4xMyw1LjI5Ljc3LS4zNywyLjUzWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzMS4zOCwzMi4yOWwtNC4zMi0xLjQxLTEuNTUsMi4yLTMuMzctMS4xLDkuMDctMTEuNTIsMi45Ny45Ny41NywxNC42Ni0zLjM5LTEuMS4wMy0yLjY5Wk0xMjguNiwyOC42OWwyLjgxLjkyLjA3LTUtMi44OCw0LjA4WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzOS4zNSwzOC41OGwtMi45Ny0xLjQ1LDYuMDUtMTIuMzYsMi45NywxLjQ1LTYuMDUsMTIuMzZaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQ5LjA2LDM4LjY5bC0xLjQ5LTEtMi43MSw0LjA0LTIuNzYtMS44NSw3LjY2LTExLjQzLDQuNSwzLjAyYzEuMzYuOTEsMi4yMSwxLjkyLDIuNTgsMy4wMy4zNiwxLjExLjE3LDIuMjItLjU2LDMuMzItLjUzLjc5LTEuMTMsMS4zNS0xLjgxLDEuNjUtLjY3LjMxLTEuNDYuMzktMi4zNi4yNmwtLjcxLDYuMjItLjA4LjEyLTIuOTUtMS45OC42OS01LjRaTTE0OC45OSwzNS41N2wxLjc0LDEuMTdjLjUyLjM1LDEuMDEuNDgsMS40Ni4zOC40NS0uMS44NC0uMzksMS4xNy0uODkuMzMtLjQ5LjQ2LS45Ny4zOC0xLjQzLS4wOC0uNDYtLjM4LS44Ni0uOS0xLjIxbC0xLjc0LTEuMTctMi4xMSwzLjE1WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2Ny4wMyw1NC4wOGwtMy42LTMuOTYtNC4wNiwzLjY5LTIuMjMtMi40NiwxMC4xOS05LjI1LDYuMTksNi44Mi0xLjksMS43Mi0zLjk2LTQuMzYtMi4zNCwyLjEzLDMuNiwzLjk2LTEuODksMS43MloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzAuOTYsNjQuOTFsLTIuNDUtMy44My0yLjU5LjcyLTEuOTEtMi45OSwxNC4zMS0zLjE2LDEuNjgsMi42My04Ljg2LDExLjctMS45Mi0zLDEuNzMtMi4wNlpNMTcxLjEsNjAuMzdsMS41OSwyLjQ5LDMuMjItMy44Mi00LjgyLDEuMzNaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTczLjE2LDc0Ljg2bC0xLjM4LTMuMDEsMTIuNTEtNS43NCwxLjM4LDMuMDEtMTIuNTEsNS43NFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODAuNTksODEuMDZsLS41Mi0xLjcyLTQuNjYsMS40MS0uOTYtMy4xOCwxMy4xNy0zLjk5LDEuNTcsNS4xOGMuNDcsMS41Ni41LDIuODkuMDcsMy45OC0uNDMsMS4wOS0xLjI3LDEuODMtMi41NCwyLjIxLS45Mi4yOC0xLjczLjMyLTIuNDUuMTMtLjcxLS4xOS0xLjM4LS42Mi0xLjk5LTEuM2wtNC40OCw0LjM2LS4xNC4wNC0xLjAzLTMuNCwzLjk1LTMuNzRaTTE4Mi41MSw3OC42bC42MSwyLjAxYy4xOC42LjQ4LDEuMDEuODksMS4yMi40MS4yMS45LjIzLDEuNDcuMDUuNTctLjE3Ljk3LS40NiwxLjItLjg3LjIzLS40MS4yNS0uOTEuMDctMS41bC0uNjEtMi4wMS0zLjYzLDEuMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODQuNzMsMTA0LjM5bC0uMjYtNS4zNC01LjQ4LjI3LS4xNi0zLjMxLDEzLjc1LS42OC40NSw5LjItMi41Ni4xMy0uMjktNS44OC0zLjE2LjE2LjI2LDUuMzQtMi41NS4xM1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODAuODksMTE1LjI2bC41NC00LjUyLTIuNDYtMS4wOS40Mi0zLjUyLDEzLjA3LDYuNjQtLjM3LDMuMS0xNC4yNywzLjQzLjQyLTMuNTQsMi42NS0uNDlaTTE4My44OCwxMTEuODRsLS4zNSwyLjk0LDQuOTItLjkxLTQuNTctMi4wM1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNzYuMjksMTI0LjMybC44NC0zLjIsMTMuMzEsMy40OS0uODQsMy4yLTEzLjMxLTMuNDlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTc4LjEsMTMzLjg2bC42OS0xLjY2LTQuNS0xLjg2LDEuMjctMy4wNywxMi43MSw1LjI3LTIuMDcsNWMtLjYyLDEuNTEtMS40NSwyLjU1LTIuNDcsMy4xMi0xLjAyLjU3LTIuMTQuNjEtMy4zNi4xLS44OC0uMzctMS41NC0uODUtMS45OC0xLjQ1LS40My0uNi0uNjctMS4zNS0uNzItMi4yN2wtNi4yMy41My0uMTMtLjA1LDEuMzYtMy4yOCw1LjQzLS4zOFpNMTgxLjE0LDEzMy4xOGwtLjgsMS45NGMtLjI0LjU4LS4yNywxLjA4LS4wOCwxLjUuMTguNDIuNTUuNzQsMS4xLjk3LjU1LjIzLDEuMDQuMjYsMS40OC4wOS40My0uMTcuNzctLjU0LDEuMDEtMS4xMmwuOC0xLjk0LTMuNS0xLjQ1WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2Ni41MSwxNTQuNTFsMy4xOC00LjMtNC40MS0zLjI2LDEuOTctMi42NywxMS4wNiw4LjE5LTUuNDgsNy40LTIuMDYtMS41MiwzLjUtNC43My0yLjU0LTEuODgtMy4xOCw0LjMtMi4wNS0xLjUyWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1Ni42NSwxNjAuNDZsMy4yOC0zLjE1LTEuMjEtMi40MSwyLjU2LTIuNDUsNS44OSwxMy40My0yLjI1LDIuMTYtMTMuMi02LjQxLDIuNTctMi40NywyLjM2LDEuM1pNMTYxLjE0LDE1OS43MWwtMi4xMywyLjA1LDQuMzgsMi40Mi0yLjI0LTQuNDdaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQ3LjM0LDE2NC41NGwyLjY4LTEuOTQsOC4wNywxMS4xNS0yLjY4LDEuOTQtOC4wNy0xMS4xNVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNDIuNjksMTczLjA3bDEuNTgtLjg1LTIuMy00LjI5LDIuOTMtMS41Nyw2LjUsMTIuMTMtNC43OCwyLjU2Yy0xLjQ0Ljc3LTIuNzMsMS4wNS0zLjg5Ljg1LTEuMTUtLjItMi4wNC0uODktMi42Ny0yLjA1LS40NS0uODQtLjY2LTEuNjMtLjYxLTIuMzcuMDQtLjc0LjM0LTEuNDcuODgtMi4yMWwtNS4xNi0zLjU0LS4wNy0uMTMsMy4xMy0xLjY4LDQuNDQsMy4xNFpNMTQ1LjQ4LDE3NC40N2wtMS44NS45OWMtLjU2LjMtLjkuNjctMS4wMiwxLjExLS4xMi40NC0uMDUuOTMuMjQsMS40NS4yOC41Mi42NC44NiwxLjA4LDEsLjQ0LjE1Ljk0LjA3LDEuNDktLjIybDEuODUtLjk5LTEuNzktMy4zNFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMjAuNjYsMTgxLjdsNS4xOS0xLjMxLTEuMzQtNS4zMiwzLjIyLS44MSwzLjM3LDEzLjM0LTguOTMsMi4yNS0uNjMtMi40OCw1LjcxLTEuNDQtLjc4LTMuMDctNS4xOSwxLjMxLS42My0yLjQ3WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yNSwxODAuMDVsNC41My0uMzUuNTktMi42MiwzLjUzLS4yNy0zLjk4LDE0LjExLTMuMTEuMjQtNi4xMy0xMy4zMywzLjU1LS4yNywxLDIuNVpNMTEzLjE5LDE4Mi4zMmwtMi45NS4yMywxLjg1LDQuNjUsMS4xLTQuODdaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOTkuNDcsMTc3LjMxbDMuMy4xNy0uNzEsMTMuNzUtMy4zLS4xNy43MS0xMy43NFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05MC40NywxODAuOTRsMS43Ni4zNS45NC00Ljc4LDMuMjYuNjQtMi42NiwxMy41LTUuMzItMS4wNWMtMS42LS4zMi0yLjc4LS45Mi0zLjU1LTEuODEtLjc2LS44OS0xLjAyLTEuOTgtLjc2LTMuMjguMTgtLjk0LjUzLTEuNjgsMS4wMy0yLjIyLjUtLjU0LDEuMi0uOTMsMi4wOC0xLjE1bC0xLjc1LTYuMDEuMDMtLjE0LDMuNDkuNjksMS40NCw1LjI1Wk05MS43NCwxODMuNzlsLTIuMDYtLjQxYy0uNjItLjEyLTEuMTEtLjA1LTEuNDkuMjEtLjM4LjI2LS42Mi42OS0uNzQsMS4yNy0uMTIuNTgtLjA1LDEuMDcuMiwxLjQ2LjI1LjM5LjY4LjY1LDEuMjkuNzdsMi4wNi40MS43My0zLjcyWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTY3Ljk1LDE3My42NWw0Ljg0LDIuMjgsMi4zMy00Ljk2LDMsMS40MS01Ljg2LDEyLjQ2LTguMzMtMy45MiwxLjA5LTIuMzIsNS4zMywyLjUxLDEuMzUtMi44Ny00Ljg0LTIuMjgsMS4wOS0yLjMxWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYwLjE1LDE2NS4xM2wzLjczLDIuNiwyLjEyLTEuNjUsMi45MSwyLjAzLTEyLjAyLDguMzktMi41Ni0xLjc5LDMuNzEtMTQuMTksMi45MiwyLjA0LS44MSwyLjU3Wk02MS43NiwxNjkuMzhsLTIuNDMtMS42OS0xLjUyLDQuNzYsMy45NC0zLjA3WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU0LjMzLDE1Ni43OWwyLjQyLDIuMjUtOS4zNywxMC4wOS0yLjQyLTIuMjUsOS4zNy0xMC4wOVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00NS4wOCwxNTMuOWwxLjE0LDEuMzksMy43Ni0zLjA5LDIuMTEsMi41Ni0xMC42Myw4Ljc0LTMuNDQtNC4xOGMtMS4wNC0xLjI2LTEuNTctMi40OC0xLjU5LTMuNjUtLjAyLTEuMTcuNDctMi4xOCwxLjQ5LTMuMDIuNzQtLjYxLDEuNDgtLjk2LDIuMjEtMS4wNi43My0uMSwxLjUxLjA0LDIuMzQuNDNsMi40Ny01Ljc1LjExLS4wOSwyLjI2LDIuNzQtMi4yMiw0Ljk3Wk00NC4yNSwxNTYuOTFsLTEuMzMtMS42MmMtLjQtLjQ5LS44My0uNzUtMS4yOS0uNzgtLjQ2LS4wNC0uOTIuMTQtMS4zOC41MS0uNDYuMzgtLjcyLjgtLjc3LDEuMjYtLjA2LjQ2LjExLjk0LjUxLDEuNDJsMS4zMywxLjYyLDIuOTMtMi40MVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMi4yOSwxMzMuOTlsMi4zMSw0LjgzLDQuOTUtMi4zNiwxLjQzLDIuOTktMTIuNDIsNS45My0zLjk3LTguMzEsMi4zMS0xLjEsMi41NCw1LjMxLDIuODYtMS4zNi0yLjMxLTQuODMsMi4zLTEuMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMS42NSwxMjIuNDZsMS4yMyw0LjM4LDIuNjkuMDcuOTYsMy40MS0xNC42Mi0xLjEyLS44NS0zLDExLjg3LTguNjMuOTcsMy40My0yLjI2LDEuNDdaTTMwLjIxLDEyNi43NmwtLjgtMi44NS00LjE5LDIuNzIsNSwuMTJaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIuNDUsMTEyLjMzbC40NSwzLjI4LTEzLjY0LDEuODYtLjQ1LTMuMjgsMTMuNjQtMS44NloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy4xMywxMDQuMjN2MS44aDQuODdzMCwzLjMyLDAsMy4zMmgtMTMuNzZzMC01LjQxLDAtNS40MWMwLTEuNjMuMzYtMi45MSwxLjA4LTMuODMuNzItLjkyLDEuNzUtMS4zOCwzLjA3LTEuMzguOTYsMCwxLjc1LjE5LDIuMzguNTguNjMuMzksMS4xNC45OSwxLjUzLDEuODJsNS41Ni0yLjg4aC4xNHMwLDMuNTUsMCwzLjU1bC00Ljg3LDIuNDNaTTI0LjU4LDEwNi4wM3YtMi4xYzAtLjYzLS4xNy0xLjEtLjUtMS40Mi0uMzMtLjMyLS43OS0uNDgtMS4zOS0uNDgtLjU5LDAtMS4wNi4xNi0xLjQuNDhzLS41MS43OS0uNTEsMS40MnYyLjFoMy43OVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS44Nyw4MC43MWwtMS4yOCw1LjIsNS4zMiwxLjMxLS43OSwzLjIyLTEzLjM3LTMuMjksMi4yLTguOTQsMi40OS42MS0xLjQxLDUuNzIsMy4wOC43NiwxLjI4LTUuMiwyLjQ4LjYxWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM2LjY5LDcxLjM5bC0xLjgyLDQuMTcsMi4wNCwxLjc2LTEuNDIsMy4yNS0xMC41OS0xMC4xNCwxLjI1LTIuODYsMTQuNjUuODUtMS40MywzLjI3LTIuNjgtLjI5Wk0zMi44NCw3My44MWwxLjE5LTIuNzEtNC45Ny0uNTUsMy43OCwzLjI2WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQzLjcyLDY0LjA3bC0xLjczLDIuODItMTEuNzMtNy4yMSwxLjczLTIuODIsMTEuNzIsNy4yMVoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00NC43Niw1NC40MmwtMS4xNCwxLjM5LDMuNzcsMy4wOS0yLjEsMi41Ny0xMC42NC04LjcyLDMuNDMtNC4xOWMxLjAzLTEuMjYsMi4xMi0yLjAyLDMuMjctMi4yNywxLjE0LS4yNSwyLjIzLjA0LDMuMjUuODguNzQuNjEsMS4yMywxLjI2LDEuNDcsMS45Ni4yNC43LjI1LDEuNDkuMDMsMi4zOGw2LjEyLDEuMy4xMS4wOS0yLjI1LDIuNzUtNS4zLTEuMjFaTTQxLjY1LDU0LjE5bDEuMzMtMS42MmMuNC0uNDkuNTctLjk2LjUyLTEuNDItLjA1LS40Ni0uMzEtLjg3LS43Ny0xLjI1LS40Ni0uMzgtLjkyLS41NS0xLjM5LS41MS0uNDYuMDMtLjg5LjI5LTEuMjkuNzhsLTEuMzMsMS42MiwyLjkzLDIuNFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02MS43OSwzOGwtNC4yOCwzLjIsMy4yOCw0LjM5LTIuNjYsMS45OS04LjI0LTExLjAyLDcuMzctNS41MSwxLjUzLDIuMDUtNC43MiwzLjUzLDEuOSwyLjU0LDQuMjgtMy4yLDEuNTMsMi4wNFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03Mi45OCwzNS4xMWwtNC4wNSwyLjA3LjQ2LDIuNjUtMy4xNiwxLjYxLTEuNzctMTQuNTUsMi43OC0xLjQyLDEwLjc5LDkuOTQtMy4xNywxLjYyLTEuODktMS45MlpNNjguNDcsMzQuNTRsMi42My0xLjM1LTMuNDktMy41Ny44Niw0LjkyWiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTgzLjA2LDMzLjg5bC0zLjEzLDEuMDgtNC41MS0xMywzLjEzLTEuMDgsNC41MSwxM1oiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik04OS45NSwyNy4wOWwtMS43Ni4zNS45Niw0Ljc3LTMuMjUuNjUtMi43LTEzLjUsNS4zMS0xLjA2YzEuNi0uMzIsMi45Mi0uMjIsMy45Ny4zMSwxLjA0LjUzLDEuNywxLjQ0LDEuOTYsMi43NC4xOS45NC4xNSwxLjc1LS4xLDIuNDUtLjI2LjY5LS43NSwxLjMxLTEuNDgsMS44NmwzLjkxLDQuODguMDMuMTQtMy40OS43LTMuMzQtNC4zWk04Ny42OCwyNC45NGwyLjA2LS40MWMuNjItLjEyLDEuMDUtLjM4LDEuMy0uNzcuMjUtLjM5LjMxLS44Ny4xOS0xLjQ2LS4xMi0uNTgtLjM3LTEuMDEtLjc1LTEuMjgtLjM4LS4yNy0uODgtLjM0LTEuNDktLjIybC0yLjA2LjQxLjc0LDMuNzJaIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  }
}
.mainvisual__slide .swiper-slide a, .mainvisual__slide .swiper-slide span {
  display: block;
  border-radius: 10px;
  aspect-ratio: 3/4;
  height: auto;
  overflow: hidden;
  pointer-events: none;
}
.mainvisual__slide .swiper-slide a:hover img {
  transform: scale(1.06);
}
.mainvisual__slide .swiper-slide img {
  transition: all 0.2s ease-in-out;
}
.mainvisual__slide .swiper-slide-prev, .mainvisual__slide .swiper-slide-next, .mainvisual__slide .swiper-slide-active {
  opacity: 1 !important;
}
.mainvisual__slide .swiper-slide-prev {
  z-index: 2 !important;
}
.mainvisual__slide .swiper-slide-next {
  transform: rotate(12deg) scale(0.65) translate(50%, -4%) !important;
  z-index: 1 !important;
}
.mainvisual__slide .swiper-slide-active {
  z-index: 3;
  transform: none !important;
  filter: brightness(1);
}
.mainvisual__slide .swiper-slide-active a, .mainvisual__slide .swiper-slide-active span {
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.mainvisual__slide .swiper-slide-active::before {
  opacity: 1;
  transition: 0.5s ease-out 0.5s;
}
.mainvisual__slide-parts {
  margin-top: 24px;
  position: relative;
}
@media not screen and (max-width: 768px) {
  .mainvisual__slide-parts {
    margin-top: 41px;
  }
}
.mainvisual__thumb-slide .swiper-wrapper {
  display: flex;
  column-gap: 4px;
  justify-content: center;
}
@media not screen and (max-width: 900px) {
  .mainvisual__thumb-slide .swiper-wrapper {
    column-gap: 6px;
  }
}
.mainvisual__thumb-slide .swiper-slide {
  width: 23px !important;
  height: 23px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  box-sizing: border-box;
  transition: 0.3s;
}
@media not screen and (max-width: 900px) {
  .mainvisual__thumb-slide .swiper-slide {
    border-width: 4px;
    width: 30px !important;
    height: 30px;
  }
}
.mainvisual__thumb-slide .swiper-slide-thumb-active {
  border-color: #568dba;
}
.mainvisual__thumb-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.mainvisual__arrows {
  width: 47px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media not screen and (max-width: 768px) {
  .mainvisual__arrows {
    display: block;
  }
}
.mainvisual__arrows .swiper-button-prev, .mainvisual__arrows .swiper-button-next {
  width: 9px;
  height: 18px;
  top: auto;
  bottom: auto;
  text-align: left;
  margin: 0;
}
.mainvisual__arrows .swiper-button-prev::after, .mainvisual__arrows .swiper-button-next::after {
  font-size: 18px;
  color: #292a2a;
}
.mainvisual__arrows .swiper-button-prev {
  left: 0;
}
.mainvisual__arrows .swiper-button-next {
  right: 0;
}
.mainvisual__scroll {
  display: none;
  width: 25px;
  height: 234px;
  position: absolute;
  left: 25px;
  bottom: 0;
}
.mainvisual__scroll::before, .mainvisual__scroll::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #292a2a;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.mainvisual__scroll::before {
  width: 1px;
  height: 162px;
}
.mainvisual__scroll::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: scrollFall 2s ease-out infinite;
}
.mainvisual__scroll span {
  display: grid;
  place-content: center;
  width: 72px;
  height: 25px;
  border: 1px solid #292a2a;
  border-radius: 12px;
  box-sizing: border-box;
  transform: rotate(90deg);
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.07em;
  position: absolute;
  left: -23px;
  top: 24px;
}
@media not screen and (max-width: 900px) {
  .mainvisual__scroll {
    display: block;
  }
}
.p-top-lead {
  padding-block: 40px 50px;
  margin-top: 76px;
  position: relative;
}
.p-top-lead::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
@media not screen and (max-width: 900px) {
  .p-top-lead {
    padding-block: 61px 87px;
    margin-top: -176px;
  }
}
.p-top-lead__container {
  max-width: 1208px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  @media (max-width: 1270px) {
    .p-top-lead__info {
      position: relative;
      left: 40px;
    }
  }
}
.p-top-lead__info-title, .p-top-lead__info-date {
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
}
.p-top-lead__info-title {
  font-size: 1rem;
}
.p-top-lead__info-date {
  margin-top: 15px;
  font-size: 12px;
  color: #898989;
}
@media not screen and (max-width: 900px) {
  .p-top-lead__info-date {
    margin-top: 25px;
  }
}
.p-top-lead__info-article {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-top-lead__info-article a {
  color: #292a2a;
  padding-bottom: 2px;
  border-bottom: 1px solid #292a2a;
}
.p-top-lead__nav {
  margin-top: 56px;
}
@media not screen and (max-width: 900px) {
  .p-top-lead__nav {
    margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr 280px;
    height: 141px;
    border-block: 1px solid #292a2a;
  }
}
.p-top-lead__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
}
@media not screen and (max-width: 900px) {
  .p-top-lead__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .p-top-lead__item {
    position: relative;
  }
  .p-top-lead__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 117px;
    background-color: #292a2a;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-top-lead__link {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
  row-gap: 13px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #292a2a;
}
.p-top-lead__link .icon_shoplist {
  width: 40px;
}
.p-top-lead__link .icon_gourmet {
  width: 43px;
}
.p-top-lead__link .icon_foodhall {
  width: 36px;
}
.p-top-lead__link .icon_news {
  width: 31px;
}
.p-top-lead__link .icon_event {
  width: 32px;
}
.p-top-lead__link .icon_qa {
  width: 38px;
}
.p-top-lead__link:hover {
  background-color: #292a2a;
  color: #fff;
}
.p-top-lead__link:hover .icon {
  fill: #fff;
}
.p-top-lead__time {
  margin-top: 29px;
}
@media not screen and (max-width: 900px) {
  .p-top-lead__time {
    margin-top: 0;
  }
}
.p-top-lead__time-link {
  display: block;
  position: relative;
  color: #292a2a;
  padding-block: 16px;
  border-block: 1px solid #292a2a;
}
@media not screen and (max-width: 900px) {
  .p-top-lead__time-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 0 0 43px;
    border: none;
  }
}
.p-top-lead__time-link h3 {
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  column-gap: 4px;
}
.p-top-lead__time-link h3 small {
  font-size: 10px;
  letter-spacing: 0.04em;
}
.p-top-lead__time-link dl {
  display: grid;
  grid-template-columns: 73px 1fr;
}
.p-top-lead__time-link dl + dl {
  margin-top: 9px;
}
.p-top-lead__time-link dl dt, .p-top-lead__time-link dl dd {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: all 0.2s ease-in-out;
}
.p-top-lead__time-link dl dd {
  font-family: "Roboto";
}
.p-top-lead__time-link .icon_arrow {
  position: absolute;
  width: 24px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media not screen and (max-width: 900px) {
  .p-top-lead__time-link .icon_arrow {
    right: 20px;
    bottom: 40px;
    top: auto;
  }
}
.p-top-lead__time-link:hover {
  background-color: #292a2a;
  color: #fff;
}
.p-top-lead__time-link:hover dt, .p-top-lead__time-link:hover dd {
  color: #fff;
}
.p-top-lead__time-link:hover .icon_arrow {
  transform: translateX(3px);
  fill: #fff;
}
@media (max-width: 899px) {
  .p-top-slide .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
    align-items: stretch;
  }
  .p-top-slide .swiper-slide:nth-of-type(n + 5) {
    display: none;
  }
}
@media not screen and (max-width: 900px) {
  .p-top-slide {
    margin-right: calc(50% - 50vw);
  }
  .p-top-slide .swiper-slide {
    width: 258px;
    display: flex;
    height: auto;
  }
}
.p-top-slide__parts {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 1fr 48px;
  column-gap: 35px;
  align-items: center;
}
@media (max-width: 899px) {
  .p-top-slide__parts {
    display: none;
  }
}
.p-top-slide__parts .swiper-scrollbar {
  position: unset;
  height: 1px;
  background-color: #dcdddd;
  width: 100%;
}
.p-top-slide__parts .swiper-scrollbar-drag {
  background-color: #727171;
}
.p-top-slide__arrows {
  display: flex;
  justify-content: space-between;
  height: 18px;
}
.p-top-slide__arrows .swiper-button-next, .p-top-slide__arrows .swiper-button-prev {
  position: unset;
  width: 9px;
  height: 18px;
  color: #292a2a;
  margin: 0;
}
.p-top-slide__arrows .swiper-button-next::after, .p-top-slide__arrows .swiper-button-prev::after {
  font-size: 1rem;
}
.p-top-shopnews {
  max-width: 1178px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 96px;
}
@media not screen and (max-width: 900px) {
  .p-top-shopnews {
    margin-top: 140px;
  }
}
.p-top-shopnews__title strong, .p-top-shopnews__title span {
  position: relative;
  display: block;
}
.p-top-shopnews__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-top-shopnews__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-top-shopnews__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-top-shopnews__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-top-shopnews__title strong {
    padding-bottom: 25px;
  }
}
.p-top-shopnews__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-top-shopnews__title strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-shopnews__title strong {
    font-size: 42px;
  }
}
.p-top-shopnews__list {
  margin-top: 32px;
}
.p-top-shopnews__btn-wrap {
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .p-top-shopnews__btn-wrap {
    margin-top: 40px;
  }
}
.p-top-event {
  max-width: 1178px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 110px;
}
@media not screen and (max-width: 900px) {
  .p-top-event {
    margin-top: 150px;
  }
}
.p-top-event__title strong, .p-top-event__title span {
  position: relative;
  display: block;
}
.p-top-event__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-top-event__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-top-event__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-top-event__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-top-event__title strong {
    padding-bottom: 25px;
  }
}
.p-top-event__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-top-event__title strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-event__title strong {
    font-size: 42px;
  }
}
.p-top-event__list {
  margin-top: 36px;
}
@media not screen and (max-width: 900px) {
  .p-top-event__list {
    margin-top: 32px;
  }
}
@media not screen and (max-width: 900px) {
  .p-top-event__list .p-card-event__term {
    font-size: 12px;
  }
}
.p-top-event__btn-wrap {
  margin-top: 36px;
  display: grid;
  gap: 10px 18px;
}
@media not screen and (max-width: 900px) {
  .p-top-event__btn-wrap {
    margin-top: 40px;
    grid-template-columns: repeat(2, 320px);
    justify-content: center;
  }
}
.p-top-rakuichi {
  margin-top: 90px;
  padding-block: 245px 90px;
  position: relative;
}
@media not screen and (max-width: 900px) {
  .p-top-rakuichi {
    margin-top: 185px;
    padding-block: 0;
  }
}
.p-top-rakuichi__img {
  display: block;
}
@media (max-width: 899px) {
  .p-top-rakuichi__img {
    position: absolute;
    inset: 0;
  }
}
@media not screen and (max-width: 900px) {
  .p-top-rakuichi__img {
    width: 653px;
    height: 428px;
    position: sticky;
    top: 0;
    margin-inline: auto;
    transition: 0.8s;
    margin-top: 20vh;
  }
  .p-top-rakuichi__img.is-fullsize {
    width: 100vw;
    height: 100vh;
  }
}
.p-top-rakuichi__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-rakuichi__body {
  max-width: 1348px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  .p-top-rakuichi__body {
    padding-bottom: 240px;
    margin-top: 45vh;
    transform: none !important;
    opacity: 1 !important;
  }
}
.p-top-rakuichi__title {
  width: 303px;
  position: relative;
  right: 3%;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  .p-top-rakuichi__title {
    width: 500px;
  }
}
.p-top-rakuichi__desc {
  color: #fff;
  margin-top: 37px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  position: relative;
}
@media not screen and (max-width: 900px) {
  .p-top-rakuichi__desc {
    text-align: center;
    margin-top: 82px;
    letter-spacing: 0.04em;
  }
}
.p-top-rakuichi__btn-wrap {
  margin-top: 20px;
}
@media not screen and (max-width: 900px) {
  .p-top-rakuichi__btn-wrap {
    margin-top: 43px;
  }
}
.p-top-rakuichi__btn-wrap .arrow_btn {
  border-color: #fff;
  color: #fff;
}
.p-top-rakuichi__btn-wrap .arrow_btn .icon_arrow {
  fill: #fff;
}
.p-top-rakuichi__btn-wrap .arrow_btn:hover {
  background-color: #fff;
  color: #292a2a;
}
.p-top-rakuichi__btn-wrap .arrow_btn:hover .icon_arrow {
  fill: #292a2a;
}
.l-top-insta {
  margin-top: 98px;
}
@media not screen and (max-width: 900px) {
  .l-top-insta {
    margin-top: 185px;
  }
}
.p-top-shoplist {
  max-width: 1208px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 100px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist {
    margin-top: 147px;
  }
}
.p-top-shoplist__title strong, .p-top-shoplist__title span {
  position: relative;
  display: block;
}
.p-top-shoplist__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-top-shoplist__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-top-shoplist__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-top-shoplist__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__title strong {
    padding-bottom: 25px;
  }
}
.p-top-shoplist__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-top-shoplist__title strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__title strong {
    font-size: 42px;
  }
}
.p-top-shoplist__list {
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__list {
    display: flex;
    margin-right: calc(50% - 50vw);
    margin-top: 65px;
  }
}
.p-top-shoplist__item {
  border: 1px solid #292a2a;
}
.p-top-shoplist__item:nth-of-type(n + 2) {
  border-width: 0 1px 1px 1px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__item:nth-of-type(n + 2) {
    border-width: 1px 1px 1px 0;
  }
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__item {
    transition: 0.3s;
    width: 25%;
  }
  .p-top-shoplist__item:hover {
    flex: unset;
    width: 430px;
  }
}
.p-top-shoplist__link {
  display: block;
  position: relative;
  height: 130px;
  padding: 36px 30px 0;
  box-sizing: border-box;
  color: #292a2a;
}
.p-top-shoplist__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #292a2a;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: 0;
  top: 0;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link {
    height: 430px;
    padding: 55px 25px 0;
  }
}
.p-top-shoplist__link h3 {
  text-align: left;
}
.p-top-shoplist__link h3 strong, .p-top-shoplist__link h3 span {
  display: block;
}
.p-top-shoplist__link h3 strong {
  line-height: 1.2;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link h3 strong {
    font-size: 23px;
  }
}
.p-top-shoplist__link h3 span {
  line-height: 1;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link h3 span {
    margin-top: 12px;
    font-size: 13px;
  }
}
.p-top-shoplist__link .shoplist-icon {
  position: absolute;
}
.p-top-shoplist__link .shoplist-icon-gourmet {
  width: 62px;
  right: 36px;
  bottom: 33px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link .shoplist-icon-gourmet {
    width: 110px;
    right: 39px;
    bottom: 51px;
  }
}
.p-top-shoplist__link .shoplist-icon-service {
  width: 62px;
  right: 39px;
  bottom: 23px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link .shoplist-icon-service {
    width: 101px;
    bottom: 50px;
  }
}
.p-top-shoplist__link .shoplist-icon-welness {
  width: 82px;
  right: 25px;
  bottom: 31px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link .shoplist-icon-welness {
    width: 146px;
    right: 40px;
    bottom: 52px;
  }
}
.p-top-shoplist__link .shoplist-icon-stay {
  width: 55px;
  right: 39px;
  bottom: 34px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link .shoplist-icon-stay {
    width: 98px;
    right: 46px;
    bottom: 53px;
  }
}
.p-top-shoplist__link .icon_arrow {
  fill: #292a2a;
  width: 24px;
  position: absolute;
  right: 9px;
  bottom: 15px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__link .icon_arrow {
    right: 19px;
    bottom: 19px;
  }
}
.p-top-shoplist__link:hover {
  background-color: #f5f5f5;
}
.p-top-shoplist__link:hover .icon_arrow {
  transform: translateX(3px);
}
.p-top-shoplist__btn-wrap {
  margin-top: 34px;
}
@media not screen and (max-width: 900px) {
  .p-top-shoplist__btn-wrap {
    margin-top: 52px;
  }
}
.p-top-floor {
  background-color: gray;
  padding-block: 82px 65px;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
@media not screen and (max-width: 900px) {
  .p-top-floor {
    padding-block: 140px 132px;
    margin-top: 150px;
  }
}
.p-top-floor__container {
  max-width: 1204px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-top-floor__title strong, .p-top-floor__title span {
  position: relative;
  display: block;
}
.p-top-floor__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-top-floor__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-top-floor__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-top-floor__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__title strong {
    padding-bottom: 25px;
  }
}
.p-top-floor__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-top-floor__title strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__title strong {
    font-size: 42px;
  }
}
.p-top-floor__title {
  color: #fff;
}
.p-top-floor__title strong::before {
  background-color: #fff;
}
.p-top-floor__list {
  margin-top: 40px;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__list {
    margin-top: 60px;
  }
}
.p-top-floor__item:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-top-floor__link {
  display: grid;
  grid-template-columns: 44px 1fr;
  position: relative;
  min-height: 90px;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link {
    grid-template-columns: 158px 1fr;
  }
}
.p-top-floor__link .number {
  display: grid;
  place-content: center;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  position: relative;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .number {
    clip-path: polygon(13px 0, 100% 0, 100% 100%, 0 100%, 0 13px);
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
.p-top-floor__link .number::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: -2px;
  top: 10px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .number::before {
    top: 13px;
    width: 20px;
  }
}
.p-top-floor__link .body {
  background-color: #fff;
  padding: 10px 35px 10px 17px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .body {
    padding: 10px 58px 10px 15px;
    display: grid;
    grid-template-columns: 310px 1fr;
  }
}
.p-top-floor__link .title, .p-top-floor__link .desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .title, .p-top-floor__link .desc {
    font-size: 1rem;
  }
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .title {
    font-weight: 600;
    text-align: center;
    display: grid;
    place-content: center;
  }
}
.p-top-floor__link .desc {
  border-style: solid;
  border-color: #c9caca;
  padding-top: 7px;
  margin-top: 7px;
  border-width: 1px 0 0 0;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .desc {
    border-width: 0 0 0 1px;
    padding: 0 0 0 23px;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.p-top-floor__link .icon_arrow {
  position: absolute;
  width: 12px;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media not screen and (max-width: 900px) {
  .p-top-floor__link .icon_arrow {
    right: 24px;
    width: 20px;
  }
}
.p-top-floor__link:hover .number {
  background-color: #fff;
  color: #292a2a;
}
.p-top-floor__link:hover .icon_arrow {
  transform: translateX(3px);
}
.p-top-floor__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: 0.2s;
}
.p-top-floor__bg:not(.is-1f) {
  opacity: 0;
}
.p-top-floor__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-floor.is-1f .p-top-floor__bg.is-1f {
  opacity: 1;
}
.p-top-floor.is-2f .p-top-floor__bg.is-2f {
  opacity: 1;
}
.p-top-floor.is-3f .p-top-floor__bg.is-3f {
  opacity: 1;
}
.p-top-floor.is-4f .p-top-floor__bg.is-4f {
  opacity: 1;
}
.p-top-floor.is-b1f .p-top-floor__bg.is-b1f {
  opacity: 1;
}
.p-top-access {
  max-width: 1208px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 85px 88px;
}
@media not screen and (max-width: 900px) {
  .p-top-access {
    display: grid;
    grid-template-columns: 700px 1fr;
    column-gap: 117px;
    margin-block: 116px 90px;
    align-items: center;
  }
}
.p-top-access__heading {
  position: relative;
}
.p-top-access__title strong, .p-top-access__title span {
  position: relative;
  display: block;
}
.p-top-access__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-top-access__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-top-access__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-top-access__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-top-access__title strong {
    padding-bottom: 25px;
  }
}
.p-top-access__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-top-access__title strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-access__title strong {
    font-size: 42px;
  }
}
.p-top-access__map {
  height: 409px;
  overflow: auto;
  margin-top: 30px;
}
.p-top-access__map iframe {
  width: 100%;
  height: calc(100% + 360px);
  margin-top: -170px;
  filter: grayscale(1);
}
.p-top-access__link-wrap {
  margin-top: 15px;
}
@media not screen and (max-width: 900px) {
  .p-top-access__link-wrap {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 49px;
  }
}
.p-top-access__link-wrap .c-button-map {
  margin-inline: auto 0;
}
.p-top-access__body {
  margin-top: 17px;
}
@media not screen and (max-width: 900px) {
  .p-top-access__body {
    margin-top: 25px;
  }
}
.p-top-access__subtitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-top-access__address {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-block: 20px;
  border-block: 1px solid #292a2a;
  margin-top: 25px;
}
@media not screen and (max-width: 900px) {
  .p-top-access__address {
    flex-direction: row;
    margin-top: 30px;
    font-size: 1rem;
  }
}
.p-top-access__desc {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-top-access__desc {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.9;
  }
}
.p-top-access__btn-wrap {
  margin-top: 20px;
}
@media not screen and (max-width: 900px) {
  .p-top-access__btn-wrap .arrow_btn {
    max-width: unset;
  }
}
.p-top-access__banner {
  margin-top: 45px;
}
@media not screen and (max-width: 900px) {
  .p-top-access__banner {
    grid-column: span 2;
    margin-top: 62px;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.p-sf__header {
  max-width: 1274px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 48px 50px;
}
@media not screen and (max-width: 900px) {
  .p-sf__header {
    margin-block: 60px 88px;
  }
}
.p-sf__title {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media not screen and (max-width: 900px) {
  .p-sf__title {
    font-size: 26px;
    padding-bottom: 25px;
  }
}
.p-sf__title::before, .p-sf__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.p-sf__title::before {
  bottom: 0;
  height: 1px;
  background-color: #d6d6d6;
  width: 100%;
}
.p-sf__title::after {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 124px;
  height: 2px;
  background-color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-sf__title::after {
    width: 205px;
    height: 4px;
  }
}
.p-sf__map {
  max-width: 870px;
  margin: 28px auto 0;
}
@media not screen and (max-width: 900px) {
  .p-sf__map {
    margin-top: 90px;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.p-shoptax-tax {
  max-width: 1315px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 40px;
}
@media not screen and (max-width: 900px) {
  .p-shoptax-tax {
    margin-top: 60px;
  }
}
.p-shoptax-tax__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
.p-shoptax-tax__list {
  margin-top: 25px;
}
@media not screen and (max-width: 900px) {
  .p-shoptax-tax__list {
    justify-content: center;
  }
}
.p-shoptax-tax__list.is-cat, .p-shoptax-tax__list.is-service {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .p-shoptax-tax__list.is-cat, .p-shoptax-tax__list.is-service {
    gap: 8px;
  }
}
.p-shoptax-tax__list.is-cat a, .p-shoptax-tax__list.is-service a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  height: 28px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.p-shoptax-tax__list.is-cat a:hover, .p-shoptax-tax__list.is-cat a.current, .p-shoptax-tax__list.is-service a:hover, .p-shoptax-tax__list.is-service a.current {
  background-color: #373737;
  border-color: #373737;
  color: #fff;
}
.p-shoptax-tax__list.is-genre {
  display: flex;
  flex-wrap: wrap;
}
.p-shoptax-tax__list.is-genre li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
  margin-inline: 12px;
}
.p-shoptax-tax__list.is-genre li {
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-shoptax-tax__list.is-genre a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 3px;
  color: #373737;
  border-bottom: 1px solid transparent;
}
.p-shoptax-tax__list.is-genre a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  transition: all 0.2s ease-in-out;
}
.p-shoptax-tax__list.is-genre a:hover::before, .p-shoptax-tax__list.is-genre a.current::before {
  background-color: #373737;
}
.p-shoptax {
  margin-top: 40px;
}
@media not screen and (max-width: 900px) {
  .p-shoptax {
    margin-top: 60px;
  }
}
.p-shoptax__header {
  max-width: 1315px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 50px 30px;
}
@media not screen and (max-width: 900px) {
  .p-shoptax__header {
    margin-block: 88px 35px;
  }
}
.p-shoptax__title {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media not screen and (max-width: 900px) {
  .p-shoptax__title {
    font-size: 26px;
    padding-bottom: 25px;
  }
}
.p-shoptax__title::before, .p-shoptax__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.p-shoptax__title::before {
  bottom: 0;
  height: 1px;
  background-color: #d6d6d6;
  width: 100%;
}
.p-shoptax__title::after {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 124px;
  height: 2px;
  background-color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-shoptax__title::after {
    width: 205px;
    height: 4px;
  }
}
.p-shoptax__desc {
  margin: 25px auto 0;
  max-width: 750px;
}
@media not screen and (max-width: 900px) {
  .p-shoptax__desc {
    margin-top: 44px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.p-shoptax__btn-wrap {
  margin-top: 20px;
}
.p-shoptax__btn-wrap a {
  width: 160px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-shoptax__btn-wrap a .icon_arrow_short {
  width: 10px;
  right: 10px;
}
.p-shoptax__subtitle {
  text-align: center;
  margin-top: 38px;
  line-height: 1;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media not screen and (max-width: 900px) {
  .p-shoptax__subtitle {
    margin-top: 58px;
  }
}
body.tax-shop_cat .p-card-shop__number, body.tax-shop_genre .p-card-shop__number, body.tax-shop_service .p-card-shop__number {
  display: none;
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.p-shop-article-main {
  padding-block: 0 66px;
  max-width: 1208px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main {
    padding-block: 38px 78px;
  }
}
.p-shop-article-main__headding {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: repeat(3, auto) 1fr;
  column-gap: 12px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__headding {
    grid-template-columns: 103px 1fr;
    column-gap: 25px;
  }
}
.p-shop-article-main__icon {
  grid-area: 1/1/5/2;
}
.p-shop-article-main__subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}
.p-shop-article-main__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 4px;
}
.p-shop-article-main__kana {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 15px;
  margin-top: 12px;
}
.p-shop-article-main__content {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  margin-top: 22px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__content {
    display: flex;
    justify-content: space-between;
  }
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__img-wrap {
    width: calc(50% - 20px);
  }
}
.p-shop-article-main__img-wrap .swiper-pagination {
  position: unset;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__img-wrap .swiper-pagination {
    margin-top: 20px;
    column-gap: 10px;
  }
}
.p-shop-article-main__img-wrap .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  background-color: #d7d7d7;
  opacity: 1;
}
.p-shop-article-main__img-wrap .swiper-pagination-bullet-active {
  background-color: #373737;
}
.p-shop-article-main__body {
  margin-top: 35px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__body {
    width: calc(50% - 20px);
    margin-top: 15px;
  }
}
.p-shop-article-main__body h2 {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.p-shop-article-main__body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.p-shop-article-main__service-wrap {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  margin-top: 48px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__service-wrap {
    margin-top: 55px;
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
}
.p-shop-article-main__service-title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__service-title {
    text-align: left;
  }
}
.p-shop-article-main__service-body {
  margin-top: 20px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__service-body {
    margin-top: 0;
  }
}
.p-shop-article-main__service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-main__service-list {
    grid-template-columns: repeat(4, auto);
    column-gap: 8px;
  }
}
.p-shop-article-main__service-item {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}
.p-shop-article-main__service-link {
  display: grid;
  place-content: center;
  height: 28px;
  padding-inline: 10px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  color: #373737;
}
.p-shop-article-main__service-link:hover {
  opacity: 0.7;
}
.p-shop-article-info {
  padding-block: 52px 62px;
  border-top: 1px solid #292a2a;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-info {
    padding-block: 92px 84px;
  }
}
.p-shop-article-info__container {
  max-width: 1223px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-shop-article-info__title {
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-info__title {
    font-size: 23px;
  }
}
.p-shop-article-info__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-shop-article-info__table {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  display: block;
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-info__table {
    margin-top: 36px;
  }
}
.p-shop-article-info__table tbody {
  display: block;
}
.p-shop-article-info__table tr {
  display: block;
  padding-block: 15px 20px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-info__table tr {
    display: grid;
    grid-template-columns: 157px 1fr;
  }
}
.p-shop-article-info__table tr + tr {
  border-top: 1px solid #dbdcdc;
}
.p-shop-article-info__table th, .p-shop-article-info__table td {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-shop-article-info__table th {
  font-weight: 700;
}
.p-shop-article-info__table a {
  color: #373737;
}
.p-shop-article-info__table a:hover {
  opacity: 0.7;
}
.p-shop-article-info__table a.is-text {
  text-decoration: underline;
}
.p-shop-article-info__table a.is-taxonomy {
  display: inline-flex;
  align-items: center;
  height: 30px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  padding-inline: 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-info__table a.is-taxonomy {
    font-size: 14px;
  }
}
.p-shop-article-info__table a.is-taxonomy:not(:last-of-type) {
  margin-right: 5px;
}
.p-shop-article-info__table a .icon_facebook {
  width: 27px;
}
.p-shop-article-info__table a .icon_insta {
  width: 26px;
}
.p-shop-article-info__table a .icon_x {
  width: 20px;
}
.p-shop-article-info__table a .icon_youtube {
  width: 29px;
}
.p-shop-article-info__table a .icon_tiktok {
  width: 22px;
}
.p-shop-article-info__table a .icon_line {
  width: 26px;
}
.p-shop-article-info__taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-shop-article-info__sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 19px;
}
.p-shop-article-list {
  padding-block: 58px 65px;
  border-top: 1px solid #292a2a;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-list {
    padding-block: 90px 120px;
  }
}
.p-shop-article-list__container {
  max-width: 1223px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-shop-article-list__title {
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-list__title {
    font-size: 23px;
  }
}
.p-shop-article-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-shop-article-list__desc {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  margin-top: 38px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-list__desc {
    margin-top: 41px;
  }
}
.p-shop-article-list__list {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  display: grid;
  gap: 22px 30px;
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-list__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 65px;
    margin-top: 53px;
  }
}
.p-shop-article-list__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 10px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-list__item {
    grid-template-columns: 138px 1fr;
    column-gap: 20px;
  }
}
.p-shop-article-list__item-body {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr;
  padding-top: 15px;
  box-sizing: border-box;
  row-gap: 7px;
  border-top: 1px solid #d6d6d6;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-list__item-body {
    padding-top: 27px;
    row-gap: 9px;
  }
}
.p-shop-article-list__item-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.p-shop-article-list__item-desc {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-shop-article-list__item-price {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.p-shop-article-sublist {
  padding-block: 58px 65px;
  border-top: 1px solid #292a2a;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-sublist {
    padding-block: 92px 108px;
  }
}
.p-shop-article-sublist__container {
  max-width: 1223px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-shop-article-sublist__title {
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-sublist__title {
    font-size: 23px;
  }
}
.p-shop-article-sublist__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-shop-article-sublist__desc {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-sublist__desc {
    margin-top: 50px;
    font-size: 15px;
  }
}
.p-shop-article-sublist__list {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
}
.p-shop-article-sublist__item {
  padding-block: 30px 22px;
}
.p-shop-article-sublist__item:nth-of-type(n + 2) {
  border-top: 1px solid #d6d6d6;
}
.p-shop-article-sublist__item-title {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-sublist__item-title {
    font-size: 17px;
  }
}
.p-shop-article-sublist__item-desc {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-sublist__item-desc {
    margin-top: 8px;
    font-size: 15px;
  }
}
.p-shop-article-sublist__item-price {
  margin-top: 7px;
  text-align: right;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-shop-article-sublist__item-price {
    margin-top: 10px;
  }
}
.p-sn-related {
  border-top: 1px solid #292a2a;
  padding-block: 53px 75px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related {
    padding-block: 70px 98px;
  }
}
.p-sn-related__container {
  max-width: 1223px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-sn-related__news {
  margin-top: 48px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__news {
    margin-top: 98px;
  }
}
.p-sn-related__news-title {
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__news-title {
    font-size: 23px;
  }
}
.p-sn-related__news-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-sn-related__news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 17px;
  margin-top: 28px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__news-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 33px;
    margin-top: 48px;
  }
}
.p-sn-related__news-btn-wrap {
  margin-top: 35px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__news-btn-wrap {
    margin-top: 60px;
  }
}
.p-sn-related__shop {
  margin-top: 48px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__shop {
    margin-top: 98px;
  }
}
.p-sn-related__shop-title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-top: 64px;
  margin-top: 70px;
  border-top: 1px solid #d6d6d6;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__shop-title {
    padding-top: 67px;
    margin-top: 84px;
  }
}
.p-sn-related__shop-list {
  display: grid;
  gap: 8px 14px;
  margin-top: 28px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__shop-list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 48px;
  }
}
.p-sn-related__shop-btn-wrap {
  margin-top: 35px;
}
@media not screen and (max-width: 900px) {
  .p-sn-related__shop-btn-wrap {
    margin-top: 42px;
  }
}
.p-shop-tax {
  max-width: 1168px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 40px;
}
@media not screen and (max-width: 900px) {
  .p-shop-tax {
    margin-top: 60px;
  }
}
.p-shop-tax .p-cat-list:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-shop-tax .p-cat-list__list.is-floor {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .p-shop-tax .p-cat-list__list.is-floor {
    gap: 8px;
  }
}
.p-shop-tax .p-cat-list__list.is-floor a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  height: 28px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.p-shop-tax .p-cat-list__list.is-floor a:hover, .p-shop-tax .p-cat-list__list.is-floor a.current {
  background-color: #373737;
  border-color: #373737;
  color: #fff;
}
.p-shop-tax .p-cat-list__list.is-floor {
  column-gap: 0;
  display: grid;
  grid-template-columns: 136px repeat(4, 72px) auto;
}
.p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item.all {
  margin-right: 8px;
}
.p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item:nth-of-type(n + 2) a {
  border-radius: 0;
}
.p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item.b1f {
  width: 70px;
  margin-left: 9px;
}
@media not screen and (max-width: 900px) {
  .p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item:nth-of-type(n + 3):not(:last-of-type) a {
    border-left-width: 0;
  }
}
@media (max-width: 899px) {
  .p-shop-tax .p-cat-list__list.is-floor {
    grid-template-columns: 122px repeat(3, 1fr);
  }
  .p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item.all {
    margin-right: 7px;
  }
  .p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item:nth-of-type(3) a, .p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item:nth-of-type(4) a {
    border-left-width: 0;
  }
  .p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item:nth-of-type(5) {
    grid-area: 2/2/3/3;
  }
  .p-shop-tax .p-cat-list__list.is-floor .p-cat-list__item.b1f {
    grid-area: 2/3/3/5;
    max-width: 65px;
    margin-left: 6px;
  }
}
.p-shop-tax .p-cat-list__list.is-cat, .p-shop-tax .p-cat-list__list.is-service {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .p-shop-tax .p-cat-list__list.is-cat, .p-shop-tax .p-cat-list__list.is-service {
    gap: 8px;
  }
}
.p-shop-tax .p-cat-list__list.is-cat a, .p-shop-tax .p-cat-list__list.is-service a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  height: 28px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.p-shop-tax .p-cat-list__list.is-cat a:hover, .p-shop-tax .p-cat-list__list.is-cat a.current, .p-shop-tax .p-cat-list__list.is-service a:hover, .p-shop-tax .p-cat-list__list.is-service a.current {
  background-color: #373737;
  border-color: #373737;
  color: #fff;
}
.p-shop-tax .p-cat-list__list.is-genre {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.p-shop-tax .p-cat-list__list.is-genre li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
  margin-inline: 12px;
}
.p-shop-tax .p-cat-list__list.is-genre li {
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-shop-tax .p-cat-list__list.is-genre a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 3px;
  color: #373737;
  border-bottom: 1px solid transparent;
}
.p-shop-tax .p-cat-list__list.is-genre a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  transition: all 0.2s ease-in-out;
}
.p-shop-tax .p-cat-list__list.is-genre a:hover::before, .p-shop-tax .p-cat-list__list.is-genre a.current::before {
  background-color: #373737;
}
.p-shop-tax__wrap {
  margin-top: 30px;
}
@media (max-width: 899px) {
  .p-shop-tax__wrap {
    display: none;
  }
}
.p-shop-tax__menu-btn {
  margin-top: 25px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  display: grid;
  place-content: center;
  height: 33px;
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 500;
  color: #373737;
  letter-spacing: 0;
  position: relative;
}
.p-shop-tax__menu-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.p-shop-tax__menu-btn.is-open::before {
  transform: rotate(-135deg);
}
.p-shop-related {
  border-top: 1px solid #373737;
  position: relative;
  margin-top: 60px;
}
@media not screen and (max-width: 900px) {
  .p-shop-related {
    margin-top: 70px;
  }
}
.p-shop-related__title strong, .p-shop-related__title span {
  position: relative;
  display: block;
}
.p-shop-related__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-shop-related__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-shop-related__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-shop-related__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-shop-related__title strong {
    padding-bottom: 25px;
  }
}
.p-shop-related__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-shop-related__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 16px;
}
@media not screen and (max-width: 900px) {
  .p-shop-related__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    column-gap: 25px;
  }
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.l-snl-catlist {
  max-width: 1158px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .l-snl-catlist {
    margin-top: 65px;
  }
}
.l-snl-catlist .p-cat-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .l-snl-catlist .p-cat-list__list {
    gap: 8px;
  }
}
.l-snl-catlist .p-cat-list__list a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  height: 28px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.l-snl-catlist .p-cat-list__list a:hover, .l-snl-catlist .p-cat-list__list a.current {
  background-color: #373737;
  border-color: #373737;
  color: #fff;
}
.l-shopnews-list {
  max-width: 1218px;
  padding-inline: 24px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 18px;
  margin-top: 40px;
}
@media not screen and (max-width: 900px) {
  .l-shopnews-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 76px 33px;
    margin-top: 85px;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.p-snd__heading {
  max-width: 1275px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 45px;
}
@media not screen and (max-width: 900px) {
  .p-snd__heading {
    border-bottom: 1px solid #373737;
    margin-top: 56px;
  }
}
.p-snd__heading-inner {
  max-width: 1113px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  align-items: center;
  border-bottom: 1px solid #373737;
  padding-bottom: 20px;
}
@media not screen and (max-width: 900px) {
  .p-snd__heading-inner {
    border: none;
    padding-bottom: 33px;
  }
}
.p-snd__cat-link {
  display: grid;
  place-content: center;
  height: 27px;
  padding-inline: 14px;
  background-color: #373737;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-snd__date {
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto";
  line-height: 1;
  letter-spacing: 0.06em;
  color: #898989;
}
.p-snd__title {
  width: 100%;
  margin-top: 22px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-snd__title {
    margin-top: 35px;
  }
}
.p-snd__name {
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-snd__name {
    margin-top: 14px;
  }
}
.p-snd__content {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 33px 70px;
}
@media not screen and (max-width: 900px) {
  .p-snd__content {
    margin-block: 67px 130px;
  }
}
.p-snd__img {
  margin-bottom: 26px;
}
@media not screen and (max-width: 900px) {
  .p-snd__img {
    margin-bottom: 60px;
  }
}
.p-snd__body h2 {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 18px;
}
@media not screen and (max-width: 900px) {
  .p-snd__body h2 {
    margin-bottom: 44px;
  }
}
.p-snd__body h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 28px;
  background-color: #9d8881;
  left: 0;
  top: -1px;
}
.p-snd__body h3 {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-snd__body h3 {
    margin-bottom: 7px;
  }
}
.p-snd__body h3::before {
  content: "■";
  margin-right: 2px;
}
.p-snd__body p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media not screen and (max-width: 900px) {
  .p-snd__body p {
    margin-bottom: 26px;
    line-height: 2;
  }
}
.p-snd-shop {
  margin-top: 67px;
}
@media not screen and (max-width: 900px) {
  .p-snd-shop {
    margin-top: 89px;
  }
}
.p-snd-shop__link {
  padding: 18px 18px 21px;
  background-color: #efefef;
  position: relative;
  display: grid;
  border-radius: 3px;
}
@media not screen and (max-width: 900px) {
  .p-snd-shop__link {
    padding: 20px 70px 20px 20px;
    grid-template-columns: 253px 1fr;
    column-gap: 27px;
    grid-template-rows: 1fr auto auto 1fr;
  }
}
.p-snd-shop__img {
  border-radius: 3px;
  overflow: hidden;
}
@media not screen and (max-width: 900px) {
  .p-snd-shop__img {
    grid-area: 1/1/5/2;
  }
}
.p-snd-shop__img img {
  transition: all 0.2s ease-in-out;
}
.p-snd-shop__brand {
  display: grid;
  grid-template-columns: 41px 1fr;
  column-gap: 10px;
  margin-top: 16px;
}
@media not screen and (max-width: 900px) {
  .p-snd-shop__brand {
    grid-area: 2/2/3/3;
    margin-top: 0;
    grid-template-columns: 47px 1fr;
    column-gap: 17px;
  }
}
.p-snd-shop__icon {
  grid-area: 1/1/4/2;
}
.p-snd-shop__subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}
.p-snd-shop__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 2px;
}
.p-snd-shop__kana {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 4px;
}
.p-snd-shop__services {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 19px;
}
@media not screen and (max-width: 900px) {
  .p-snd-shop__services {
    grid-area: 3/2/4/3;
    margin-top: 22px;
  }
}
.p-snd-shop__services li {
  display: grid;
  place-content: center;
  height: 24px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  padding-inline: 14px;
}
.p-snd-shop .icon_arrow {
  width: 24px;
  position: absolute;
  fill: #373737;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-snd-shop__link:hover .p-snd-shop__img img {
  transform: scale(1.06);
}
.p-snd-shop__link:hover .icon_arrow {
  transform: translateX(3px);
}
.p-snd-related {
  max-width: 1218px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 34px;
}
@media not screen and (max-width: 900px) {
  .p-snd-related {
    margin-block: 98px;
  }
}
.p-snd-related__title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}
.p-snd-related__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 17px;
  margin-top: 28px;
}
@media not screen and (max-width: 900px) {
  .p-snd-related__list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 33px;
    margin-top: 48px;
  }
}
.p-snd-related__btn-wrap {
  margin-top: 30px;
}
@media not screen and (max-width: 900px) {
  .p-snd-related__btn-wrap {
    margin-top: 62px;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.p-eventlist-catlist {
  max-width: 1148px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 38px;
}
@media not screen and (max-width: 900px) {
  .p-eventlist-catlist {
    margin-top: 62px;
  }
}
.p-eventlist-catlist__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .p-eventlist-catlist__list {
    gap: 8px;
  }
}
.p-eventlist-catlist__list a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  height: 28px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.p-eventlist-catlist__list a:hover, .p-eventlist-catlist__list a.current {
  background-color: #373737;
  border-color: #373737;
  color: #fff;
}
.p-eventlist__calendar {
  margin-top: 32px;
}
@media not screen and (max-width: 900px) {
  .p-eventlist__calendar {
    margin-top: 55px;
  }
}
.p-eventlist__title {
  margin-block: 50px 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
@media not screen and (max-width: 900px) {
  .p-eventlist__title {
    margin-block: 60px 38px;
    font-size: 17px;
  }
}
.l-event-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 30px 18px;
  margin-bottom: 60px;
}
@media not screen and (max-width: 900px) {
  .l-event-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 25px;
    margin-bottom: 120px;
  }
}
.l-event-list .p-card-event:first-of-type:not(.is-finished) {
  grid-row: span 2;
  grid-column: span 2;
}
.l-event-list .p-card-event:first-of-type:not(.is-finished) .p-card-event__link {
  grid-template-rows: repeat(4, auto) 1fr;
}
.l-event-list .p-card-event:first-of-type:not(.is-finished) .p-card-event__title {
  font-size: 16px;
  margin-top: 12px;
  min-height: unset;
}
@media not screen and (max-width: 900px) {
  .l-event-list .p-card-event:first-of-type:not(.is-finished) .p-card-event__title {
    margin-top: 18px;
    min-height: unset;
    font-size: 22px;
  }
}
.l-event-list .p-card-event:first-of-type:not(.is-finished) .p-card-event__price {
  font-size: 15px;
}
.l-eventlist-statusnav {
  margin-bottom: 35px;
}
@media not screen and (max-width: 900px) {
  .l-eventlist-statusnav {
    margin-bottom: 60px;
  }
}
.p-eventlist-statusnav {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-eventlist-statusnav__list {
  display: grid;
  gap: 10px;
}
@media not screen and (max-width: 900px) {
  .p-eventlist-statusnav__list {
    grid-template-columns: repeat(2, 320px);
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
.l-eventlist__pagination {
  margin-bottom: 35px;
}
@media not screen and (max-width: 900px) {
  .l-eventlist__pagination {
    margin-bottom: 60px;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.tribe-events-header__events-bar {
  display: none !important;
}
.tribe-common-l-container {
  padding-block: 30px 0 !important;
}
@media not screen and (max-width: 900px) {
  .tribe-common-l-container {
    padding-top: 40px !important;
  }
}
.p-event-month__btn-wrap {
  margin-block: 20px 35px;
}
@media not screen and (max-width: 900px) {
  .p-event-month__btn-wrap {
    margin-block: 50px 70px;
  }
}
@media (max-width: 899px) {
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    width: 100%;
    height: 3px;
    border-radius: 0;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.c-module-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.75em;
  font-weight: normal;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-module-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-module-title {
    font-size: 1.5rem;
  }
}
.c-module-title span {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: 300;
}
.c-module-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 1px;
  margin: auto;
  background: #292a2a;
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.tribe-events-pg-template {
  max-width: unset !important;
  padding: 0 !important;
}
.p-ed__article {
  max-width: 1275px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-ed__header {
  border-bottom: 1px solid #373737;
  padding-bottom: 27px;
}
@media not screen and (max-width: 900px) {
  .p-ed__header {
    padding-bottom: 30px;
  }
}
.p-ed__header-inner {
  max-width: 1100px;
  padding-inline: 0px;
  margin-inline: auto;
}
.p-ed__cat a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: grid;
  place-content: center;
  height: 27px;
  color: #fff;
  background-color: #373737;
  padding-inline: 14px;
  max-inline-size: max-content;
}
@media not screen and (max-width: 900px) {
  .p-ed__cat a {
    padding-inline: 15px;
  }
}
.p-ed__cat a:hover {
  opacity: 0.7;
}
.p-ed__title {
  margin-top: 23px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-ed__title {
    margin-top: 34px;
  }
}
.p-ed__summary {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 23px;
}
.p-ed__term {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.p-ed__price {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #373737;
}
.p-ed__container {
  max-width: 1136px;
  padding-inline: 0px;
  margin-inline: auto;
  padding-top: 38px;
}
@media not screen and (max-width: 900px) {
  .p-ed__container {
    display: grid;
    grid-template-columns: 476px 1fr;
    column-gap: 56px;
    padding-top: 77px;
  }
}
.p-ed__thumb-slider {
  margin-top: 16px;
}
@media not screen and (max-width: 900px) {
  .p-ed__thumb-slider {
    margin-top: 24px;
  }
}
.p-ed__thumb-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px 8px;
}
@media not screen and (max-width: 900px) {
  .p-ed__thumb-slider .swiper-wrapper {
    gap: 14px 18px;
  }
}
.p-ed__thumb-item {
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
}
.p-ed__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ed__content {
  margin-top: 56px;
}
@media not screen and (max-width: 900px) {
  .p-ed__content {
    margin-top: 0;
  }
}
.p-ed__meta-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-ed__meta-ttl {
  padding-left: 15px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-ed__meta-ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 28px;
  background-color: #9d8881;
  left: 0;
  top: -1px;
}
.p-ed__meta-data {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-ed__body {
  margin-top: 45px;
}
.p-ed__body h2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.p-ed__body h2::before {
  content: "■";
}
.p-ed__body p {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.p-ed__calendar {
  padding-block: 37px;
}
@media not screen and (max-width: 900px) {
  .p-ed__calendar {
    padding-block: 50px 80px;
  }
}
.p-ed__article .tribe-events-c-subscribe-dropdown {
  margin: 0 !important;
}
.p-ed__article .tribe-events-c-subscribe-dropdown__button {
  color: #fff;
  background-color: #373737;
  width: 155px;
  height: 44px;
  border-color: #373737;
  height: 100%;
  border-radius: 5px;
}
.p-ed__article .tribe-events-c-subscribe-dropdown__button svg {
  display: none !important;
}
.p-ed__article .tribe-events-c-subscribe-dropdown__button:hover, .p-ed__article .tribe-events-c-subscribe-dropdown__button:focus {
  background-color: #fff !important;
  color: #373737 !important;
}
.p-ed-newevent {
  margin-bottom: 45px;
}
@media not screen and (max-width: 900px) {
  .p-ed-newevent {
    margin-bottom: 60px;
  }
}
.p-ed-newevent__title {
  margin-block: 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
@media not screen and (max-width: 900px) {
  .p-ed-newevent__title {
    margin-block: 86px 34px;
  }
}
.p-ed-newevent__list {
  max-width: 1242px;
  padding-inline: 24px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 18px;
}
@media not screen and (max-width: 900px) {
  .p-ed-newevent__list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
  }
}
@media not screen and (max-width: 900px) {
  .p-ed-newevent__list .p-card-event:nth-of-type(4) {
    display: none;
  }
}
.p-ed-newevent__btn-wrap {
  margin-top: 57px;
}
@media not screen and (max-width: 900px) {
  .p-ed-newevent__btn-wrap {
    margin-top: 77px;
  }
}
.l-shop-list {
  display: grid;
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
  gap: 8px 14px;
}
@media not screen and (max-width: 768px) {
  .l-shop-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (max-width: 900px) {
  .l-shop-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
  }
}
@media not screen and (max-width: 900px) {
  .p-cat-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 10px;
    align-items: baseline;
  }
}
.p-cat-list__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  position: relative;
}
.p-cat-list__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #373737;
  left: 0;
  top: 0;
}
.p-cat-list__body {
  margin-top: 26px;
}
@media not screen and (max-width: 900px) {
  .p-cat-list__body {
    margin-top: 0;
  }
}
.p-news-catlist {
  max-width: 1158px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 47px;
}
@media not screen and (max-width: 900px) {
  .p-news-catlist {
    margin-top: 70px;
  }
}
.p-news-catlist .p-cat-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media not screen and (max-width: 900px) {
  .p-news-catlist .p-cat-list__list {
    gap: 8px;
  }
}
.p-news-catlist .p-cat-list__list a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  height: 28px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.p-news-catlist .p-cat-list__list a:hover, .p-news-catlist .p-cat-list__list a.current {
  background-color: #373737;
  border-color: #373737;
  color: #fff;
}
.l-news-list {
  max-width: 1238px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 40px 35px;
}
@media not screen and (max-width: 900px) {
  .l-news-list {
    margin-block: 85px 90px;
  }
}
.arrow_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.arrow_btn .icon {
  fill: #373737;
}
.arrow_btn .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow_btn:hover {
  background-color: #373737;
  color: #fff;
}
.arrow_btn:hover .icon {
  fill: #fff;
}
.arrow_btn:hover .icon_arrow {
  transform: translateX(3px);
}
.arrow_btn_back .icon_arrow {
  right: auto;
  left: 17px;
  transform: scaleX(-1);
}
.arrow_btn_back:hover .icon_arrow {
  transform: scaleX(-1) translateX(3px);
}
.c-button-calendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.c-button-calendar .icon {
  fill: #373737;
}
.c-button-calendar .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-calendar:hover {
  background-color: #373737;
  color: #fff;
}
.c-button-calendar:hover .icon {
  fill: #fff;
}
.c-button-calendar:hover .icon_arrow {
  transform: translateX(3px);
}
.c-button-calendar {
  height: 90px;
  column-gap: 13px;
  padding-right: 30px;
}
@media not screen and (max-width: 900px) {
  .c-button-calendar {
    max-width: 553px;
    height: 106px;
    column-gap: 15px;
  }
}
.c-button-calendar .icon_calendar {
  width: 32px;
}
.c-button-map {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 7px;
  align-items: center;
  padding-bottom: 7px;
  color: #292a2a;
  border-bottom: 1px solid #292a2a;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  line-height: 1;
  letter-spacing: 0.04em;
  max-inline-size: max-content;
}
.p-news-article__img {
  text-align: center;
  margin: 0 auto 34px;
}
@media not screen and (max-width: 900px) {
  .p-news-article__img {
    margin-bottom: 80px;
  }
}
.p-news-article-related__list {
  margin-top: 42px;
}
.site-main-rakuichi {
  position: relative;
}
.site-main-rakuichi .p-page-header .p-page-header__title strong {
  font-size: 38px;
}
.site-main-rakuichi .p-page-header figure {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.site-main-rakuichi .p-page-header figure img {
  max-width: 500px;
  margin-left: -80px;
}
.site-main-rakuichi .p-page-header .lead {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #373737;
  line-height: 2.563;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
.site-main-rakuichi .rakuichi-contents .rakuichi-title strong, .site-main-rakuichi .rakuichi-contents .rakuichi-title span {
  position: relative;
  display: block;
}
.site-main-rakuichi .rakuichi-contents .rakuichi-title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .site-main-rakuichi .rakuichi-contents .rakuichi-title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .site-main-rakuichi .rakuichi-contents .rakuichi-title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.site-main-rakuichi .rakuichi-contents .rakuichi-title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .site-main-rakuichi .rakuichi-contents .rakuichi-title strong {
    padding-bottom: 25px;
  }
}
.site-main-rakuichi .rakuichi-contents .rakuichi-title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.site-main-rakuichi .rakuichi-block {
  position: relative;
  overflow: hidden;
  margin-top: 98px;
}
.site-main-rakuichi .rakuichi-block .rakuichi-title strong, .site-main-rakuichi .rakuichi-block .rakuichi-title span {
  position: relative;
  display: block;
}
.site-main-rakuichi .rakuichi-block .rakuichi-title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .site-main-rakuichi .rakuichi-block .rakuichi-title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .site-main-rakuichi .rakuichi-block .rakuichi-title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.site-main-rakuichi .rakuichi-block .rakuichi-title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .site-main-rakuichi .rakuichi-block .rakuichi-title strong {
    padding-bottom: 25px;
  }
}
.site-main-rakuichi .rakuichi-block .rakuichi-title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.site-main-rakuichi .rakuichi-block .carousel {
  padding-left: 0;
  animation: linksCarousel 60s linear infinite;
  display: flex !important;
  white-space: nowrap;
  margin-bottom: 0;
  list-style: none;
  width: max-content;
  will-change: transform;
}
.site-main-rakuichi .rakuichi-block .carousel li {
  list-style: none;
  flex-shrink: 0;
}
.site-main-rakuichi .rakuichi-block .carousel li img {
  width: 2605px;
  display: block;
}
@keyframes linksCarousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2878px);
  }
}
@media screen and (max-width: 900px) {
  .site-main-rakuichi .rakuichi-block .carousel {
    animation: linksCarousel 65s linear infinite;
  }
}
.site-main-rakuichi .rakuichi-block .about {
  background-color: #f5f5f5;
  padding-block: 143px 81px;
}
.site-main-rakuichi .rakuichi-block .about-wrap {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
}
.site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item {
  display: flex;
  gap: 122px;
}
.site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 66px;
  padding-left: 61px;
}
.site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl span {
  font-family: "Poppins";
  font-size: 14px;
  letter-spacing: 0;
  color: #373737;
  font-weight: 500;
}
.site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  color: #373737;
  font-weight: 500;
  letter-spacing: 0;
}
.site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/triangle@2x.ca207412.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.75;
  color: #373737;
}
.site-main-rakuichi .rakuichi-block .about-wrap .note {
  margin-top: 100px;
  border: 1px solid #292a2a;
  border-radius: 20px;
  text-align: center;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-main-rakuichi .rakuichi-block .about-wrap .note p {
  color: #373737;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.site-main-rakuichi .rakuichi-block .hallmap {
  position: relative;
  background-color: #f5f5f5;
}
.site-main-rakuichi .rakuichi-block .hallmap-wrap {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media (min-width: 1300px) {
  .site-main-rakuichi .rakuichi-block .hallmap-wrap .rakuichi-title span {
    bottom: 252px;
    top: auto;
  }
}
.site-main-rakuichi .rakuichi-block .hallmap-img {
  display: flex;
  gap: 1px;
  background-color: #fff;
  padding-bottom: 180px;
  margin-top: 63px;
}
.site-main-rakuichi .rakuichi-block .hallmap-img-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.site-main-rakuichi .rakuichi-block .hallmap-img-wrap-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.site-main-rakuichi .rakuichi-block .hallmap-img-wrap-text::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/north@2x.2c43c410.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -51px;
  left: 0;
  right: 0;
  width: 41px;
  height: 41px;
  margin: 0 auto;
}
.site-main-rakuichi .rakuichi-block .hallmap-img-wrap-text .ttl {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
}
.site-main-rakuichi .rakuichi-block .hallmap-img-wrap-text .seat {
  font-family: "Noto Sans JP", sans-serif;
  color: #373737;
  font-size: 14px;
  font-weight: 500;
  margin-top: -6px;
  letter-spacing: 0.04em;
}
.site-main-rakuichi .rakuichi-block .hallmap-img-wrap:first-child .hallmap-img-wrap-text::before {
  background-image: url(../images/south@2x.e58d4775.png);
}
.site-main-rakuichi .hallmap-map {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -119px;
}
.site-main-rakuichi .hallmap-map picture {
  max-width: 583px;
  margin: 0 auto;
}
.site-main-rakuichi .shoplist {
  margin-top: 105px;
  padding-top: 105px;
  border-top: 1px solid #292a2a;
  position: relative;
}
.site-main-rakuichi .shoplist-wrap {
  max-width: 1242px;
  padding-inline: 24px;
  margin-inline: auto;
}
.site-main-rakuichi .l-shop-list {
  margin-top: 60px;
  gap: 20px 14px;
}
.site-main-rakuichi .attention {
  padding-inline: 27px;
}
.site-main-rakuichi .attention-wrap {
  max-width: 960px;
  margin: 180px auto 92px auto;
  border: 1px solid #373737;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-main-rakuichi .attention-wrap .attention-ttl {
  background-color: #373737;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 51px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
}
.site-main-rakuichi .attention-wrap .attention-ttl img {
  width: 19px;
  height: 19px;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap {
  display: flex;
  justify-content: center;
  padding-inline: 77px;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item {
  margin-top: 39px;
  max-width: 302px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item figure {
  width: 105px;
  height: 105px;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item .ttl {
  margin-top: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  width: 100%;
  color: #373737;
  min-height: 58px;
  line-height: 1.5;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #373737;
  line-height: 1.526;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(1) {
  padding-right: 47px;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(2) {
  padding-inline: 43px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(3) {
  padding-left: 47px;
}
.site-main-rakuichi .attention-wrap .attention-text-note {
  margin-top: 42px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #373737;
  text-align: center;
}
.site-main-rakuichi .p-insta {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .site-main-rakuichi .p-page-header .p-page-header__title strong {
    font-size: 24px;
  }
  .site-main-rakuichi .p-page-header figure {
    margin-top: 36px;
  }
  .site-main-rakuichi .p-page-header figure img {
    max-width: 307px;
    margin-left: 0;
  }
  .site-main-rakuichi .p-page-header .lead {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.867;
    margin-top: 13px;
    text-align: left;
    padding-inline: 25px;
  }
  .site-main-rakuichi .rakuichi-block {
    margin-top: 36px;
  }
  .site-main-rakuichi .rakuichi-block .carousel li img {
    width: 1396px;
  }
  .site-main-rakuichi .rakuichi-block .about {
    padding-block: 45px 59px;
    border-bottom: 1px solid #292a2a;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item {
    flex-direction: column;
    gap: 0;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl {
    padding-top: 17px;
    padding-left: 0px;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl p {
    margin-top: -4px;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .ttl::before {
    width: 21px;
    height: 21px;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .rakuichi-contents-item .text {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.867;
    margin-top: 24px;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .note {
    margin-top: 42px;
    border: none;
    border-top: 1px solid #292a2a;
    border-radius: 0;
    height: auto;
    padding-top: 25px;
  }
  .site-main-rakuichi .rakuichi-block .about-wrap .note p {
    padding-inline: 10px;
  }
  .site-main-rakuichi .rakuichi-block .hallmap {
    padding-top: 53px;
    background-color: #fff;
  }
  .site-main-rakuichi .rakuichi-block .hallmap-img {
    gap: 0;
    padding-bottom: 0;
    margin-top: 40px;
    flex-direction: column;
  }
  .site-main-rakuichi .rakuichi-block .hallmap-img-wrap-text {
    margin-top: 25px;
  }
  .site-main-rakuichi .rakuichi-block .hallmap-img-wrap-text::before {
    top: -46px;
  }
  .site-main-rakuichi .rakuichi-block .hallmap-img-wrap:last-child {
    margin-top: 31px;
  }
  .site-main-rakuichi .hallmap-map {
    margin-top: 45px;
  }
  .site-main-rakuichi .hallmap-map picture {
    max-width: 550px;
    padding-inline: 14px 30px;
  }
  .site-main-rakuichi .shoplist {
    margin-top: 50px;
    padding-top: 58px;
  }
  .site-main-rakuichi .l-shop-list {
    margin-top: 60px;
    gap: 8px 14px;
  }
  .site-main-rakuichi .attention {
    padding-inline: 27px;
  }
  .site-main-rakuichi .attention-wrap {
    margin: 120px auto 103px auto;
  }
  .site-main-rakuichi .attention-wrap .attention-ttl img {
    width: 19px;
    height: 16px;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap {
    padding-inline: 21px;
    flex-direction: column;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item {
    margin-top: 0;
    max-width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 17px;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item figure {
    grid-area: 1/1/3/2;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    width: 73px;
    height: 73px;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item .ttl {
    grid-area: 1/2/2/3;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
    min-height: auto;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item .text {
    grid-area: 2/2/3/3;
    margin-top: 6px;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(1) {
    padding-right: 0;
    margin-top: 29px;
    margin-bottom: 25px;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(2) {
    padding-inline: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: none;
    border-right: none;
    padding-block: 10px;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(2) .ttl {
    margin-top: 0;
  }
  .site-main-rakuichi .attention-wrap .attention-text .attention-text-wrap-item:nth-child(3) {
    margin-top: 29px;
    padding-left: 0;
  }
  .site-main-rakuichi .attention-wrap .attention-text-note {
    padding-inline: 33px;
    margin-top: 12px;
    margin-bottom: 33px;
    line-height: 1.653;
    text-align: justify;
  }
}
main {
  position: relative;
}
.access-container {
  max-width: 1068px;
  padding-inline: 24px;
  margin-inline: auto;
}
.access-links {
  max-width: 1068px;
  padding-inline: 24px;
  margin-inline: auto;
}
.access-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-block: 66px 80px;
}
.access-links ul li a {
  display: flex;
  align-items: center;
  width: 249px;
  height: 60px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding-left: 12px;
  gap: 8px;
  transition: 0.3s;
}
.access-links ul li a figure {
  width: 29px;
  height: 29px;
}
.access-links ul li a p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}
.access-links ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 1110px) {
  .access-links ul {
    max-width: 510px;
    margin: 66px auto 80px auto;
  }
}
.access-contents {
  position: relative;
  border-top: 1px solid #292a2a;
}
.access-contents .access-container-wrap {
  max-width: 1210px;
  padding-inline: 24px;
  margin-inline: auto;
}
.access-contents .access-container-wrap .access-title strong, .access-contents .access-container-wrap .access-title span {
  position: relative;
  display: block;
}
.access-contents .access-container-wrap .access-title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .access-contents .access-container-wrap .access-title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .access-contents .access-container-wrap .access-title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.access-contents .access-container-wrap .access-title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .access-contents .access-container-wrap .access-title strong {
    padding-bottom: 25px;
  }
}
.access-contents .access-container-wrap .access-title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.access-contents .access-container-wrap .access-title {
  margin-top: 102px;
}
.access-contents .access-container-wrap .access-title strong img {
  margin-right: 16px;
}
.car, .bus, .train, .bike {
  padding-bottom: 166px;
}
.basicinfo {
  margin-top: 85px;
}
.basicinfo .access-container {
  margin-top: 60px;
}
.basicinfo .access-container .basic-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
}
.basicinfo .access-container .basic-info ul li {
  border-bottom: 1px solid #292a2a;
  font-weight: 400;
  font-size: 16px;
}
.basicinfo .access-container .basic-info ul li:first-child {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #292a2a;
  padding-bottom: 25px;
}
.basicinfo .access-container .basic-info ul li:nth-child(2), .basicinfo .access-container .basic-info ul li:last-child {
  padding-block: 14px;
}
.basicinfo .access-container .basic-info ul li:last-child {
  border-bottom: none;
}
.basicinfo .access-container .basic-info a {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #292a2a;
  padding-bottom: 5px;
}
.basicinfo .access-container .basic-info a p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-right: 3px;
}
.basicinfo .access-container .basic-info a:hover {
  opacity: 0.7;
}
.basicinfo .access-container .map-wrap {
  width: 100%;
  height: 573px;
  margin: 0 auto;
  max-width: 1020px;
  overflow: hidden;
}
.basicinfo .access-container .map-wrap iframe {
  width: 100%;
  height: 947px;
  margin-top: -150px;
}
.car .access-container .access {
  margin-top: 55px;
}
.car .access-container .access ul {
  margin-top: 23px;
}
.car .access-container .access ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #292a2a;
  font-size: 15px;
}
.car .access-container .parking {
  margin-top: 45px;
}
.car .access-container .parking > .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #292a2a;
  margin-top: 20px;
}
.car .access-container .parking > ul {
  margin-top: 45px;
}
.car .access-container .parking > ul > li h5.parking-ttl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.car .access-container .parking > ul > li h5.parking-ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #9d8881;
}
.car .access-container .parking > ul > li h5.parking-ttl p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #373737;
}
.car .access-container .parking > ul > li > .lead {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: 15px;
  font-weight: 400;
  color: #292a2a;
}
.car .access-container .parking > ul > li:last-child {
  margin-top: 75px;
}
.car .access-container .parking > ul > li:last-child .lead {
  margin-top: 10px;
}
.car .access-container .parking > ul > li:last-child a {
  margin: 35px 0 0 0;
}
.car .access-container .parking-service {
  margin-top: 94px;
}
.car .access-container .parking-service .p-top-access__banner .c-banner-ticket .body p {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  color: #373737;
}
.car .access-container .parking-service .p-top-access__banner .c-banner-ticket svg {
  width: 23px;
  height: 28px;
}
.car .access-container .parking-service .p-top-access__banner .c-banner-ticket:hover svg {
  transform: none !important;
}
.car .access-container .parking-service ul {
  margin-top: 40px;
}
.car .access-container .parking-service ul li {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  padding-left: 16px;
  position: relative;
}
.car .access-container .parking-service ul li::before {
  position: absolute;
  content: "※";
  font-size: 14px;
  width: 12px;
  height: 12px;
  display: block;
  top: 0;
  left: 0;
  margin: auto 0;
}
.car .access-container .parking-service ul li a {
  text-decoration: underline;
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.car .access-container .parking-service ul li a:hover {
  opacity: 0.7;
}
.car .access-container .parking-service ul li span {
  color: #9d8881;
}
.car .access-container .parking-service ul li:nth-child(6)::before, .car .access-container .parking-service ul li:nth-child(7)::before {
  content: "❶";
  color: #9d8881;
}
.car .access-container .parking-service ul li:nth-child(6)::before {
  content: "❶";
}
.car .access-container .parking-service ul li:nth-child(7)::before {
  content: "❷";
}
.car .access-container .parking, .car .access-container .parking-service {
  border-top: 1px solid #dcdddd;
  padding-top: 45px;
}
.bus .access-container .text, .train .access-container .text {
  margin-top: 50px;
  font-weight: 400;
}
.access h4.ttl, .parking h4.ttl, .parking-service h4.ttl, .bike h4.ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: #373737;
  padding-left: 16px;
  position: relative;
}
.access h4.ttl:before, .parking h4.ttl:before, .parking-service h4.ttl:before, .bike h4.ttl:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #9d8881;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.parking-wrap {
  display: flex;
  justify-content: center;
  gap: 37px;
  margin-top: 40px;
}
.parking-wrap picture {
  max-width: 491px;
}
.parking-wrap-item {
  width: 100%;
}
.parking-wrap-item > li {
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 24px;
}
.parking-wrap-item > li .ttl {
  display: flex;
  justify-content: space-between;
}
.parking-wrap-item > li .ttl .name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.parking-wrap-item > li .ttl .name span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  color: #9d8881;
  font-weight: 600;
}
.parking-wrap-item > li .ttl .name p {
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}
.parking-wrap-item > li .ttl .units {
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}
.parking-wrap-item > li > .lead {
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  padding-left: 25px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1px;
}
.parking-wrap-item > li ul {
  margin-top: 11px;
}
.parking-wrap-item > li ul li {
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.parking-wrap-item > li:last-child, .parking-wrap-item > li:nth-child(2) {
  padding-top: 25px;
}
.parking-wrap-item > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bike .access-container-wrap .bike-wrap {
  margin-top: 52px;
}
.bike .access-container-wrap .bike-wrap > .lead {
  font-size: 15px;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #292a2a;
  font-weight: 400;
  margin-top: 20px;
}
.bike .access-container-wrap .attention {
  margin-top: 62px;
  width: 100%;
  height: 76px;
  border: 1px solid #585757;
  display: flex;
  align-items: center;
}
.bike .access-container-wrap .attention-ttl {
  background-color: #373737;
  width: 196px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bike .access-container-wrap .attention-ttl img {
  margin-top: 2px;
  width: 13px;
  height: 11px;
}
.bike .access-container-wrap .attention-text {
  padding-inline: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.bike .access-container-wrap .attention-text span {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .access-links ul {
    flex-wrap: nowrap;
    gap: 8px;
    margin-block: 83px 60px;
    flex-direction: column;
    align-items: center;
  }
  .access-links ul li a {
    width: 320px;
    height: 50px;
    padding-left: 10px;
    gap: 8px;
    transition: 0.3s;
  }
  .access-contents .access-container-wrap {
    padding-inline: 28px;
  }
  .access-contents .access-container-wrap .access-title {
    margin-top: 56px;
  }
  .access-contents .access-container-wrap .access-title strong img {
    margin-right: 10px;
  }
  .access-contents .access-container-wrap .access-container {
    padding-inline: 0;
  }
  .access-contents .access-container-wrap .access-container ul li {
    padding-block: 31px;
  }
  .access-contents .access-container-wrap .access-container ul li .lead {
    padding-left: 0;
    font-size: 13px;
  }
  .car, .bus, .train, .bike {
    padding-bottom: 52px;
  }
  .basicinfo {
    margin-top: 56px;
  }
  .basicinfo .access-container {
    margin-top: 40px;
    position: relative;
  }
  .basicinfo .access-container .basic-info {
    padding-bottom: 20px;
  }
  .basicinfo .access-container .basic-info ul {
    width: 100%;
  }
  .basicinfo .access-container .basic-info ul li:first-child {
    padding-top: 0;
    padding-bottom: 16px;
  }
  .basicinfo .access-container .basic-info ul li:nth-child(2), .basicinfo .access-container .basic-info ul li:last-child {
    padding-block: 11px;
  }
  .basicinfo .access-container .basic-info a {
    position: absolute;
    right: 0;
    bottom: -43px;
  }
  .basicinfo .access-container .basic-info a p {
    padding-right: 8px;
  }
  .basicinfo .access-container .basic-info a:hover {
    opacity: 0.7;
  }
  .basicinfo .access-container .map-wrap {
    height: 243px;
  }
  .basicinfo .access-container .map-wrap iframe {
    height: 400px;
    margin-top: -70px;
  }
  .car .access-container .access {
    margin-top: 51px;
  }
  .car .access-container .access ul {
    margin-top: 20px;
  }
  .car .access-container .access ul li {
    font-weight: 500;
    letter-spacing: 0.02em;
    padding-block: 0;
  }
  .car .access-container .parking > .lead {
    letter-spacing: 0.02em;
    margin-top: 14px;
    line-height: 1.867;
  }
  .car .access-container .parking > ul {
    margin-top: 35px;
  }
  .car .access-container .parking > ul > li {
    padding-block: 0;
  }
  .car .access-container .parking > ul > li h5.parking-ttl {
    gap: 5px;
    margin-top: 0px;
  }
  .car .access-container .parking > ul > li h5.parking-ttl .name {
    align-items: flex-start;
  }
  .car .access-container .parking > ul > li h5.parking-ttl span {
    font-size: 18px;
  }
  .car .access-container .parking > ul > li h5.parking-ttl p {
    font-size: 18px;
  }
  .car .access-container .parking > ul > li > .lead {
    margin-top: 4px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.04em;
    font-size: 15px;
    font-weight: 600;
    color: #292a2a;
  }
  .car .access-container .parking > ul > li:last-child {
    margin-top: 60px;
  }
  .car .access-container .parking > ul > li:last-child .lead {
    margin-top: 10px;
  }
  .car .access-container .parking > ul > li:last-child a {
    margin: 35px 0 0 0;
  }
  .car .access-container .parking-service {
    margin-top: 53px;
  }
  .car .access-container .parking-service .p-top-access__banner .c-banner-ticket .body p {
    font-size: 22px;
  }
  .car .access-container .parking-service .p-top-access__banner .c-banner-ticket svg {
    width: 20px;
    height: 25px;
    bottom: 11px;
  }
  .car .access-container .parking-service ul {
    margin-top: 26px;
  }
  .car .access-container .parking-service ul li {
    padding-block: 0;
    line-height: 1.714;
  }
  .car .access-container .parking, .car .access-container .parking-service {
    padding-top: 40px;
  }
  .bus .access-container .text, .train .access-container .text {
    margin-top: 30px;
  }
  .access h4.ttl:before, .parking h4.ttl:before, .parking-service h4.ttl:before, .bike h4.ttl:before {
    height: 27px;
    top: 4px;
  }
  .parking-wrap {
    flex-direction: column;
  }
  .parking-wrap picture {
    max-width: 100%;
  }
  .parking-wrap-item > li {
    padding-bottom: 0;
    padding-block: 23px !important;
  }
  .parking-wrap-item > li .ttl .name {
    align-items: flex-start;
  }
  .parking-wrap-item > li .ttl .name span {
    font-size: 17px;
  }
  .parking-wrap-item > li .ttl .name p {
    font-size: 17px;
  }
  .parking-wrap-item > li .ttl .units {
    font-size: 17px;
  }
  .parking-wrap-item > li ul li {
    padding-block: 0 !important;
  }
  .parking-wrap-item > li:last-child, .parking-wrap-item > li:nth-child(2) {
    padding-top: 23px;
  }
  .bike .access-container-wrap .bike-wrap {
    margin-top: 52px;
  }
  .bike .access-container-wrap .bike-wrap > .lead {
    letter-spacing: 0.02em;
    line-height: 1.867;
  }
  .bike .access-container-wrap .attention {
    margin-top: 58px;
    height: 197px;
    flex-direction: column;
  }
  .bike .access-container-wrap .attention-ttl {
    width: 100%;
    height: 51px;
  }
  .bike .access-container-wrap .attention-ttl img {
    margin-top: 2px;
    width: 19px;
    height: 16px;
  }
  .bike .access-container-wrap .attention-text {
    padding-inline: 19px;
    margin-top: 25px;
  }
}
.p-opening-pagenav__list {
  display: grid;
  gap: 6px;
  margin-inline: auto;
  max-width: 1068px;
  padding-inline: 24px;
  margin-inline: auto;
  max-width: 506px;
}
@media not screen and (max-width: 900px) {
  .p-opening-pagenav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-opening-pagenav__list a {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 7px;
  align-items: center;
  height: 50px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #292a2a;
  background-color: #fff;
}
@media not screen and (max-width: 900px) {
  .p-opening-pagenav__list a {
    column-gap: 6px;
    padding-inline: 13px;
    height: 60px;
  }
}
.p-opening-pagenav__list a:hover {
  background-color: #f4f7fa;
}
.p-opening-pagenav__list {
  margin-top: 43px;
}
@media not screen and (max-width: 900px) {
  .p-opening-pagenav__list {
    margin-top: 65px;
  }
}
.p-opening-hours {
  border-top: 1px solid #373737;
  position: relative;
  padding-block: 54px 70px;
  margin-top: 56px;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours {
    padding-block: 100px;
    margin-top: 72px;
  }
}
.p-opening-hours__container {
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-opening-hours__title strong, .p-opening-hours__title span {
  position: relative;
  display: block;
}
.p-opening-hours__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-opening-hours__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-opening-hours__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-opening-hours__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__title strong {
    padding-bottom: 25px;
  }
}
.p-opening-hours__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-opening-hours__title strong img {
  width: 30px;
}
.p-opening-hours__content {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
}
.p-opening-hours__content-title {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.p-opening-hours__content-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 28px;
  background-color: #9d8881;
  left: 0;
  top: -1px;
}
.p-opening-hours__content-title {
  margin-block: 38px 28px;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__content-title {
    margin-block: 70px 24px;
  }
}
.p-opening-hours__table {
  display: block;
}
.p-opening-hours__table tbody {
  display: block;
}
.p-opening-hours__table tr {
  display: grid;
  padding-block: 17px;
  gap: 0 10px;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__table tr {
    padding: 21px 5px;
    grid-template-columns: 200px 1fr;
  }
}
.p-opening-hours__table tr + tr {
  border-top: 1px solid #dcdddd;
}
.p-opening-hours__table th, .p-opening-hours__table td {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.p-opening-hours__table th {
  font-weight: 600;
}
.p-opening-hours__table td {
  font-weight: 400;
}
.p-opening-hours__lead-btn-list {
  display: grid;
  gap: 10px;
  margin: 10px auto 0;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__lead-btn-list {
    margin-top: 22px;
    grid-template-columns: repeat(2, 320px);
    max-inline-size: max-content;
  }
}
.p-opening-hours__list {
  margin-top: 64px;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__list {
    margin-top: 97px;
  }
}
.p-opening-hours__item:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-opening-hours__item-heading {
  margin-bottom: 5px;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__item-heading {
    margin-bottom: 10px;
  }
}
.p-opening-hours__item-heading-link {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 13px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #373737;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__item-heading-link {
    grid-template-columns: 76px 1fr;
    column-gap: 16px;
  }
}
.p-opening-hours__item-heading-link:hover {
  opacity: 0.7;
}
.p-opening-hours__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-opening-hours__note {
  margin-top: 14px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__note {
    margin-top: 9px;
  }
}
.p-opening-hours__btn-wrap {
  margin-top: 36px;
}
.p-opening-hours__btn-wrap .icon_pdf {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__btn-wrap .icon_pdf {
    right: 24px;
    width: 20px;
  }
}
@media not screen and (max-width: 900px) {
  .p-opening-hours__btn-wrap {
    margin-top: 46px;
  }
}
.p-opening-info {
  border-top: 1px solid #373737;
  position: relative;
  padding-block: 46px 60px;
}
@media not screen and (max-width: 900px) {
  .p-opening-info {
    padding-block: 100px;
  }
}
.p-opening-info__container {
  max-width: 1248px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-opening-info__title strong, .p-opening-info__title span {
  position: relative;
  display: block;
}
.p-opening-info__title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .p-opening-info__title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .p-opening-info__title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.p-opening-info__title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__title strong {
    padding-bottom: 25px;
  }
}
.p-opening-info__title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.p-opening-info__title strong img {
  width: 30px;
  margin-right: 8px;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__title strong img {
    margin-right: 13px;
  }
}
.p-opening-info__nav {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  margin-top: 34px;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__nav {
    margin-top: 50px;
  }
}
.p-opening-info__nav-list {
  display: grid;
  gap: 8px 6px;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__nav-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-opening-info__nav-link {
  display: grid;
  grid-template-columns: 27px 1fr;
  column-gap: 6px;
  padding-inline: 13px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-sizing: border-box;
  height: 50px;
  align-items: center;
  color: #373737;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__nav-link {
    grid-template-columns: 33px 1fr;
    column-gap: 12px;
    padding-inline: 16px;
    height: 60px;
  }
}
@media not screen and (max-width: 900px) {
  .p-opening-info__nav-link span {
    max-width: 146px;
    display: inline-block;
  }
}
.p-opening-info__list {
  max-width: 1020px;
  padding-inline: 0px;
  margin-inline: auto;
  margin-top: 54px;
  display: grid;
  gap: 30px 24px;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__list {
    margin-top: 88px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 52px;
  }
}
.p-opening-info__item-title {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 14px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-opening-info__item-img {
  display: block;
  margin-top: 15px;
}
@media not screen and (max-width: 900px) {
  .p-opening-info__item-img {
    margin-top: 17px;
  }
}
.p-opening-info__item-desc {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
main {
  position: relative;
}
.faq-container {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-top: 20px;
}
@media not screen and (max-width: 900px) {
  .faq-container {
    margin-top: 38px;
  }
}
.faq-links {
  padding-inline: 20px;
}
.faq-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-block: 70px 72px;
}
.faq-links ul li a {
  display: flex;
  align-items: center;
  width: 249px;
  height: 60px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding-left: 12px;
  gap: 8px;
  transition: 0.3s;
}
.faq-links ul li a figure {
  width: 29px;
  height: 29px;
}
.faq-links ul li a p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}
.faq-links ul li a:hover {
  opacity: 0.7;
}
.faq-contents {
  position: relative;
  border-top: 1px solid #292a2a;
}
.faq-contents .faq-container-wrap {
  max-width: 1210px;
  padding-inline: 24px;
  margin-inline: auto;
}
.faq-contents .faq-container-wrap .faq-title strong, .faq-contents .faq-container-wrap .faq-title span {
  position: relative;
  display: block;
}
.faq-contents .faq-container-wrap .faq-title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .faq-contents .faq-container-wrap .faq-title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .faq-contents .faq-container-wrap .faq-title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.faq-contents .faq-container-wrap .faq-title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .faq-contents .faq-container-wrap .faq-title strong {
    padding-bottom: 25px;
  }
}
.faq-contents .faq-container-wrap .faq-title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.faq-contents .faq-container-wrap .faq-title {
  margin-top: 102px;
}
.faq-contents .faq-container-wrap .faq-title strong img {
  margin-right: 16px;
}
.faq-contents .faq-container-wrap .faq-container ul {
  padding-bottom: 63px;
}
.faq-contents .faq-container-wrap .faq-container ul li {
  padding-block: 31px;
  border-bottom: 1px solid #dcdddd;
}
.faq-contents .faq-container-wrap .faq-container ul li .q, .faq-contents .faq-container-wrap .faq-container ul li .a {
  display: flex;
  gap: 13px;
}
.faq-contents .faq-container-wrap .faq-container ul li .q span, .faq-contents .faq-container-wrap .faq-container ul li .a span {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #292a2a;
}
.faq-contents .faq-container-wrap .faq-container ul li .q p, .faq-contents .faq-container-wrap .faq-container ul li .a p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #292a2a;
}
.faq-contents .faq-container-wrap .faq-container ul li .q p {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.769;
  margin-top: 3px;
}
.faq-contents .faq-container-wrap .faq-container ul li .a {
  margin-top: 2px;
}
.faq-contents .faq-container-wrap .faq-container ul li .a p {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.938;
}
.faq-contents .faq-container-wrap .faq-container ul li .a p a {
  color: #292a2a;
  text-decoration: underline;
  transition: 0.3s;
}
.faq-contents .faq-container-wrap .faq-container ul li .a p a:hover {
  opacity: 0.7;
}
.faq-contents .faq-container-wrap .faq-container ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .faq-links ul {
    flex-wrap: nowrap;
    gap: 8px;
    margin-block: 57px 60px;
    flex-direction: column;
    align-items: center;
  }
  .faq-links ul li a {
    width: 320px;
    height: 50px;
    padding-left: 10px;
    gap: 8px;
    transition: 0.3s;
  }
  .faq-contents .faq-container-wrap {
    padding-inline: 28px;
  }
  .faq-contents .faq-container-wrap .faq-title {
    margin-top: 56px;
  }
  .faq-contents .faq-container-wrap .faq-title strong img {
    margin-right: 10px;
  }
  .faq-contents .faq-container-wrap .faq-container {
    padding-inline: 0;
  }
  .faq-contents .faq-container-wrap .faq-container ul li {
    padding-block: 31px;
  }
  .faq-contents .faq-container-wrap .faq-container ul li .q, .faq-contents .faq-container-wrap .faq-container ul li .a {
    gap: 15px;
  }
  .faq-contents .faq-container-wrap .faq-container ul li .q p, .faq-contents .faq-container-wrap .faq-container ul li .a p {
    font-size: 15px;
  }
  .faq-contents .faq-container-wrap .faq-container ul li .q p {
    line-height: 1.6;
  }
  .faq-contents .faq-container-wrap .faq-container ul li .a {
    margin-top: 2px;
  }
  .faq-contents .faq-container-wrap .faq-container ul li .a p {
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.p-contact {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
}
.p-contact__lead {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin-top: 34px;
}
@media not screen and (max-width: 900px) {
  .p-contact__lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 58px;
  }
}
.p-contact__step-list {
  max-width: 617px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 43px auto 47px;
}
@media not screen and (max-width: 900px) {
  .p-contact__step-list {
    margin-block: 50px 70px;
  }
}
.p-contact__step-list::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  border-top: 1px dashed #373737;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
}
@media not screen and (max-width: 900px) {
  .p-contact__step-list::before {
    top: 35px;
  }
}
.p-contact__step-item {
  text-align: center;
  line-height: 1;
}
.p-contact__step-number {
  display: grid;
  place-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #373737;
  box-sizing: border-box;
  margin-inline: auto;
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.04em;
  background-color: #fff;
  position: relative;
  margin-bottom: 8px;
}
@media not screen and (max-width: 900px) {
  .p-contact__step-number {
    width: 70px;
    height: 70px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-contact__step-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.p-contact__agree {
  margin-top: 35px;
}
@media not screen and (max-width: 900px) {
  .p-contact__agree {
    margin-top: 46px;
  }
}
.p-contact__agree-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media not screen and (max-width: 900px) {
  .p-contact__agree-text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-contact__agree-text a {
  color: #373737;
  text-decoration: underline;
}
.p-contact__agree-text a:hover {
  opacity: 0.7;
}
.p-contact__footer {
  padding-top: 34px;
  margin-block: 48px 58px;
  border-top: 1px solid #dcdddd;
}
@media not screen and (max-width: 900px) {
  .p-contact__footer {
    margin-block: 63px 117px;
    padding-top: 30px;
  }
}
.p-contact__footer p {
  font-weight: 500;
  letter-spacing: 0;
}
@media not screen and (max-width: 900px) {
  .p-contact__footer p {
    text-align: center;
  }
}
.p-contact__footer p a {
  color: #373737;
  text-decoration: underline;
}
.p-contact__footer p a:hover {
  opacity: 0.7;
}
.p-contact__note {
  font-size: 12px;
  line-height: 1.8;
}
@media not screen and (max-width: 900px) {
  .p-contact__note {
    line-height: 2;
  }
}
.p-contact__recaptcha {
  font-size: 11px;
  line-height: 2;
  margin-top: 24px;
}
@media not screen and (max-width: 900px) {
  .p-contact__recaptcha {
    line-height: 1;
    margin-top: 40px;
  }
}
.p-contact .snow-monkey-form .is-text-input, .p-contact .snow-monkey-form .is-text-confirm, .p-contact .snow-monkey-form .is-text-complete {
  display: none;
}
@media not screen and (max-width: 900px) {
  .p-contact .snow-monkey-form[data-screen=input] .smf-item__label {
    top: 13px;
  }
}
.p-contact .snow-monkey-form[data-screen=input] .step-input {
  background-color: #292a2a;
  color: #fff;
}
.p-contact .snow-monkey-form[data-screen=input] .is-text-input {
  display: block;
}
@media not screen and (max-width: 900px) {
  .p-contact .snow-monkey-form[data-screen=confirm] .smf-item:nth-of-type(n + 2) {
    margin-top: 38px;
  }
}
.p-contact .snow-monkey-form[data-screen=confirm] .step-confirm {
  background-color: #292a2a;
  color: #fff;
}
.p-contact .snow-monkey-form[data-screen=confirm] .is-text-confirm {
  display: block;
}
.p-contact .snow-monkey-form[data-screen=complete] .step-complete {
  background-color: #292a2a;
  color: #fff;
}
.p-contact .snow-monkey-form[data-screen=complete] .is-text-complete {
  display: block;
}
.p-contact .snow-monkey-form .smf-item {
  display: grid;
  gap: 10px;
}
@media not screen and (max-width: 900px) {
  .p-contact .snow-monkey-form .smf-item {
    grid-template-columns: 240px 1fr;
  }
}
.p-contact .snow-monkey-form .smf-item:nth-of-type(n + 2) {
  margin-top: 24px;
}
@media not screen and (max-width: 900px) {
  .p-contact .snow-monkey-form .smf-item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.p-contact .snow-monkey-form .smf-item__label {
  display: grid;
  grid-template-columns: 43px 1fr;
  column-gap: 9px;
  align-items: center;
  position: relative;
}
.p-contact .snow-monkey-form .smf-item__label::before {
  content: "任意";
  display: grid;
  place-content: center;
  width: 100%;
  height: 26px;
  box-sizing: border-box;
  border: 1px solid #373737;
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.p-contact .snow-monkey-form .smf-item:has([data-validations=required]) .smf-item__label::before, .p-contact .snow-monkey-form .smf-item:has([data-validations="email required"]) .smf-item__label::before {
  content: "必須";
  color: #fff;
  background-color: #937c74;
  border: none;
}
.p-contact .snow-monkey-form .smf-item .smf-radio-buttons-control__control {
  display: flex;
  column-gap: 33px;
}
@media not screen and (max-width: 900px) {
  .p-contact .snow-monkey-form .smf-item .smf-radio-buttons-control__control {
    column-gap: 38px;
    margin-block: 13px;
  }
}
.p-contact .snow-monkey-form .smf-item .smf-select-control {
  width: 100%;
}
.p-contact .snow-monkey-form .smf-item input:not([type=radio]), .p-contact .snow-monkey-form .smf-item select, .p-contact .snow-monkey-form .smf-item textarea {
  width: 100%;
  font-size: 1rem;
  padding: 11px 14px;
  border-radius: 5px;
  border-color: #dcdddd;
}
.p-contact .snow-monkey-form .smf-item input:not([type=radio])::placeholder, .p-contact .snow-monkey-form .smf-item select::placeholder, .p-contact .snow-monkey-form .smf-item textarea::placeholder {
  color: #afafaf;
}
.p-contact .snow-monkey-form .smf-item textarea {
  height: 188px;
}
.p-contact .smf-action {
  margin-top: 22px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 30px;
  position: relative;
}
@media not screen and (max-width: 900px) {
  .p-contact .smf-action {
    margin-top: 35px;
  }
}
.p-contact .smf-button-control {
  margin: 0 !important;
}
.p-contact .smf-button-control__control {
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.p-contact .smf-button-control__control::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 9px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS4xMSA5LjUiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMyOTJhMmE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSIg44Os44Kk44Ok44O8IDEiPgogICAgPGcgaWQ9ImFycm93X2JfcmlnaHQuc3ZnIj4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjIwLjMxIDkuNSAxOS42MSA4Ljc5IDIzLjY5IDQuNzUgMTkuNjEgLjcxIDIwLjMxIDAgMjUuMTEgNC43NSAyMC4zMSA5LjUiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSI0LjI1IiB3aWR0aD0iMjQuNCIgaGVpZ2h0PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=) no-repeat 0/contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.p-contact .smf-button-control__control:not([data-action=back]) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: auto;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 3px;
}
.p-contact .smf-button-control__control:not([data-action=back]) .icon {
  fill: #373737;
}
.p-contact .smf-button-control__control:not([data-action=back]) .icon_arrow {
  width: 24px;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-contact .smf-button-control__control:not([data-action=back]):hover {
  background-color: #373737;
  color: #fff;
}
.p-contact .smf-button-control__control:not([data-action=back]):hover .icon {
  fill: #fff;
}
.p-contact .smf-button-control__control:not([data-action=back]):hover .icon_arrow {
  transform: translateX(3px);
}
.p-contact .smf-button-control__control:not([data-action=back]):hover {
  background: #373737;
}
.p-contact .smf-button-control__control:not([data-action=back]):hover::before {
  transform: translateX(3px);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS4xMSA5LjUiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSIg44Os44Kk44Ok44O8IDEiPgogICAgPGcgaWQ9ImFycm93X2JfcmlnaHQuc3ZnIj4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjIwLjMxIDkuNSAxOS42MSA4Ljc5IDIzLjY5IDQuNzUgMTkuNjEgLjcxIDIwLjMxIDAgMjUuMTEgNC43NSAyMC4zMSA5LjUiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSI0LjI1IiB3aWR0aD0iMjQuNCIgaGVpZ2h0PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=);
}
.p-contact .smf-button-control__control[data-action=back] {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  padding: 7px 3px;
  border-radius: 0;
  border-color: #373737;
  border-width: 0 0 1px;
  left: 32px;
}
@media not screen and (max-width: 900px) {
  .p-contact .smf-button-control__control[data-action=back] {
    position: absolute;
    top: 8px;
    right: calc(50% + 212px);
    left: auto;
  }
}
.p-contact .smf-button-control__control[data-action=back]::before {
  transform: scaleX(-1);
  right: calc(100% + 4px);
  border-color: #373737;
}
.p-contact .smf-button-control__control[data-action=back]:hover::before {
  transform: scaleX(-1) translateX(3px);
}
.p-contact__btn-wrap {
  margin-top: 35px;
}
@media not screen and (max-width: 900px) {
  .p-contact__btn-wrap {
    margin-top: 70px;
  }
}
main {
  position: relative;
}
.privacypolicy-container {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
  margin-block: 113px;
}
.privacypolicy-container .lead {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 2.067;
  color: #292a2a;
}
.privacypolicy-container > ul {
  margin-top: 38px;
}
.privacypolicy-container > ul > li {
  border-top: 1px solid #d6d6d6;
  padding-block: 55px;
}
.privacypolicy-container > ul > li h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  color: #373737;
  padding-left: 17px;
  position: relative;
  font-weight: 600;
  display: flex;
  gap: 10px;
}
.privacypolicy-container > ul > li h2:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #9d8881;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.privacypolicy-container > ul > li p {
  color: #292a2a;
  letter-spacing: 0.04em;
  line-height: 2.067;
  margin-top: 20px;
  font-weight: 400;
}
.privacypolicy-container > ul > li p a {
  color: #292a2a;
  text-decoration: underline;
  transition: 0.3s;
}
.privacypolicy-container > ul > li p a:hover {
  opacity: 0.7;
}
.privacypolicy-container > ul > li ul {
  margin-top: 14px;
}
.privacypolicy-container > ul > li ul li {
  padding-left: 17px;
  position: relative;
  font-weight: 400;
}
.privacypolicy-container > ul > li ul li:before {
  position: absolute;
  content: "";
  background-color: #9d8881;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  top: 10px;
  bottom: 0;
  left: 0;
}
.privacypolicy-container .date {
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .privacypolicy-container {
    margin-block: 47px 80px;
  }
  .privacypolicy-container .lead {
    letter-spacing: 0.02em;
    line-height: 1.867;
  }
  .privacypolicy-container > ul {
    margin-top: 34px;
  }
  .privacypolicy-container > ul > li {
    padding-block: 35px;
  }
  .privacypolicy-container > ul > li h2:before {
    height: 27px;
    bottom: auto;
  }
  .privacypolicy-container > ul > li p {
    letter-spacing: 0.02em;
    line-height: 1.867;
    margin-top: 20px;
  }
  .privacypolicy-container > ul > li ul {
    margin-top: 20px;
  }
}
.privacypolicy-title strong, .privacypolicy-title span {
  position: relative;
  display: block;
}
.privacypolicy-title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .privacypolicy-title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .privacypolicy-title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.privacypolicy-title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .privacypolicy-title strong {
    padding-bottom: 25px;
  }
}
.privacypolicy-title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
main {
  position: relative;
}
.sitemap-container {
  max-width: 1008px;
  padding-inline: 24px;
  margin-inline: auto;
}
.sitemap-container ul {
  margin-block: 56px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sitemap-container ul li {
  width: 100%;
}
.sitemap-container ul li a {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #373737;
  padding-block: 10px;
  padding-left: 30px;
  transition: 0.3s;
}
.sitemap-container ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .sitemap-container ul {
    margin-block: 64px 100px;
    gap: 10px;
  }
  .sitemap-container ul li a {
    font-size: 15px;
    padding-block: 8px;
    padding-left: 20px;
  }
}
.sitemap-title strong, .sitemap-title span {
  position: relative;
  display: block;
}
.sitemap-title span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .sitemap-title span {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .sitemap-title span::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 86px;
    background-color: #292a2a;
  }
}
.sitemap-title strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media not screen and (max-width: 900px) {
  .sitemap-title strong {
    padding-bottom: 25px;
  }
}
.sitemap-title strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #292a2a;
  left: 0;
  bottom: 0;
}
.notfound-container {
  max-width: 1148px;
  padding-inline: 24px;
  margin-inline: auto;
}
main .notfound-container {
  margin-block: 182px;
}
main .notfound-container h2 {
  font-family: "Roboto";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #373737;
}
main .notfound-container h2 strong {
  font-size: 129px;
  letter-spacing: 0;
  font-weight: 100;
  line-height: 1;
}
main .notfound-container h2 span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 4px;
}
main .notfound-container p {
  margin-top: 30px;
  color: #373737;
  line-height: 1.875;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  main .notfound-container {
    margin-block: 122px 107px;
  }
  main .notfound-container h2 strong {
    font-size: 95px;
  }
  main .notfound-container h2 span {
    margin-top: 0;
  }
  main .notfound-container p {
    margin-top: 37px;
  }
}

/*# sourceMappingURL=customize.min.css.map*/