@charset "UTF-8";
/* reset css */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* MARK: wordpress */
.otgs-development-site-front-end {
  position: fixed !important;
}

.wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 1.4em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  padding-left: calc(10px + 1.4em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.175em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #eee;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0 1px 1px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0.4em;
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}

#wpadminbar #wp-admin-bar-translate .ab-icon {
  top: 3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site {
  background: var(--wp-admin-theme-color);
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site .ab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 8px;
  color: #fff;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site span.ab-label {
  color: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site span.ab-icon {
  color: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover {
  background: var(--wp-admin-theme-color-darker-10);
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover .ab-item {
  color: #fff;
  background: transparent;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover span.ab-label {
  color: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover span.ab-icon {
  color: currentColor;
}

#wpadminbar .admin-color-modern {
  --wp-admin-theme-color: #3858e9;
  --wp-admin-theme-color--rgb: 56,88,233;
  --wp-admin-theme-color-darker-10: #2145e6;
  --wp-admin-theme-color-darker-10--rgb: 33,69,230;
  --wp-admin-theme-color-darker-20: #183ad6;
  --wp-admin-theme-color-darker-20--rgb: 24,58,214;
  --wp-admin-border-width-focus: 2px ;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wpadminbar .admin-color-modern {
    --wp-admin-border-width-focus:1.5px ;
  }
}
#wpadminbar li#wp-admin-bar-wpcom-logo {
  display: block !important;
}

#wpadminbar li#wp-admin-bar-my-sites {
  display: none !important;
}

@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-new-content {
    display: none !important;
  }
}
@media (max-width: 360px) {
  #wpadminbar .wp-admin-bar-reader {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-menu-toggle > .ab-item .ab-icon {
    width: 48px;
  }
}
#wpadminbar #wp-admin-bar-wpcom-logo > .ab-item {
  padding: 0 10px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-wpcom-logo > .ab-item {
    padding: 0;
  }
}
#wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon {
  margin-right: 0 !important;
}

@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon {
    width: 44px;
  }
}
#wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon:before {
  background-color: currentColor;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  top: 2px;
  width: 20px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon:before {
    height: 32px;
    margin: 0 10px;
    -webkit-mask-size: cover;
            mask-size: cover;
    top: 7px;
    width: 32px;
  }
}
@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-wpcom-logo:not(:first-child) > .ab-item .ab-icon:before {
    margin: 0 7px 0 5px;
  }
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "\f102" !important;
}

@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-site-name > a.ab-item, #wpadminbar #wp-admin-bar-site-name > a.ab-item:before {
    width: 46px;
  }
}
#wp-admin-bar-site-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 260px;
}

#wp-admin-bar-site-badge-plan .ab-item, #wp-admin-bar-site-badge-status .ab-item {
  height: auto !important;
}

#wpadminbar .wp-admin-bar__site-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wpadminbar .wp-admin-bar__site-info-label {
  margin-bottom: 4px;
}

#wpadminbar .wp-admin-bar__info-badges {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  gap: 4px;
  line-height: 20px;
  min-height: 24px;
  padding: 0 8px;
}

#wpadminbar .quicklinks, #wpadminbar .quicklinks #wp-admin-bar-top-secondary {
  background-color: inherit;
}

body.rtl #wpadminbar #wp-admin-bar-top-secondary {
  left: 0;
  right: inherit;
}

#wpadminbar #wp-admin-bar-top-secondary {
  float: none;
  position: absolute;
  right: 0;
}

@media (max-width: 600px) {
  #wpadminbar #wp-admin-bar-top-secondary.ab-top-menu > .menupop > .ab-sub-wrapper {
    left: unset;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account .ab-item > .display-name {
  color: currentColor;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account {
  padding: 6px 0;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account .ab-item {
  height: unset;
  padding: 0 12px;
  width: unset;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account .ab-item {
    padding: 8px 16px;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button {
  background-color: #3858e9;
  border-color: #3858e9;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 14px;
  text-align: center;
  width: 100%;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button span.wpcom-logo:before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: -2px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  top: -1px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  vertical-align: middle;
  width: 20px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button span.wpcom-logo:before {
    margin-left: 2px;
    margin-right: 0;
    top: -2px;
    -webkit-transform: none;
            transform: none;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button:hover {
  background-color: #4664eb;
  border-color: #4664eb;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item {
  padding: 0;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 6px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-icon:before {
  background-color: currentColor;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 0;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="11" fill="none"><path fill="%23000" d="m22.875 4.607-.055-.25C22.335 2.175 20.276.584 17.924.584c-1.271 0-2.488.447-3.412 1.264-.32.283-.568.593-.769.894a9.5 9.5 0 0 0-1.711-.18h-.027c-.586 0-1.163.085-1.73.188a4.7 4.7 0 0 0-.777-.91C8.573 1.013 7.356.575 6.085.575 3.724.584 1.665 2.174 1.18 4.358l-.055.249H0v1.4h1.125l.055.25c.458 2.183 2.517 3.773 4.895 3.773 2.764 0 5.005-2.114 5.005-4.718 0 0 .01-.585-.228-1.341a9 9 0 0 1 1.153-.095c.366 0 .75.035 1.143.086-.247.765-.229 1.35-.229 1.35 0 2.604 2.242 4.718 5.005 4.718 2.38 0 4.438-1.581 4.896-3.773l.055-.25H24v-1.4zm-16.8 4.022c-1.94 0-3.522-1.487-3.522-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326m11.85 0c-1.94 0-3.523-1.487-3.523-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="11" fill="none"><path fill="%23000" d="m22.875 4.607-.055-.25C22.335 2.175 20.276.584 17.924.584c-1.271 0-2.488.447-3.412 1.264-.32.283-.568.593-.769.894a9.5 9.5 0 0 0-1.711-.18h-.027c-.586 0-1.163.085-1.73.188a4.7 4.7 0 0 0-.777-.91C8.573 1.013 7.356.575 6.085.575 3.724.584 1.665 2.174 1.18 4.358l-.055.249H0v1.4h1.125l.055.25c.458 2.183 2.517 3.773 4.895 3.773 2.764 0 5.005-2.114 5.005-4.718 0 0 .01-.585-.228-1.341a9 9 0 0 1 1.153-.095c.366 0 .75.035 1.143.086-.247.765-.229 1.35-.229 1.35 0 2.604 2.242 4.718 5.005 4.718 2.38 0 4.438-1.581 4.896-3.773l.055-.25H24v-1.4zm-16.8 4.022c-1.94 0-3.522-1.487-3.522-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326m11.85 0c-1.94 0-3.523-1.487-3.523-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-label {
  padding-right: 8px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon__dot {
  background-color: var(--color-masterbar-unread-dot-background, #e26f56) !important;
  border-radius: 50px;
  height: 6px;
  margin-left: 17px;
  margin-top: -28px;
  position: absolute;
  width: 6px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon:before {
  background-color: currentColor;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 0;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PG1hc2sgaWQ9ImEiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSIyMCIgY3k9IjQiIHI9IjQiLz48L21hc2s+PC9kZWZzPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9InZhcigtLWNvbG9yLW1hc3RlcmJhci1pY29uKSIgZD0iTTkgMjBjMCAxLjEtLjkgMi0yIDJzLTItLjktMi0yIC45LTIgMi0yIDIgLjkgMiAybTgtMmMtMS4xIDAtMiAuOS0yIDJzLjkgMiAyIDIgMi0uOSAyLTItLjktMi0yLTJtLjQtNWMuOSAwIDEuNy0uNyAyLTEuNkwyMSA1SDdWNGMwLTEuMS0uOS0yLTItMkgzdjJoMnYxMWMwIDEuMS45IDIgMiAyaDEyYzAtMS4xLS45LTItMi0ySDd2LTJ6Ii8+PC9nPjwvc3ZnPg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PG1hc2sgaWQ9ImEiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSIyMCIgY3k9IjQiIHI9IjQiLz48L21hc2s+PC9kZWZzPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9InZhcigtLWNvbG9yLW1hc3RlcmJhci1pY29uKSIgZD0iTTkgMjBjMCAxLjEtLjkgMi0yIDJzLTItLjktMi0yIC45LTIgMi0yIDIgLjkgMiAybTgtMmMtMS4xIDAtMiAuOS0yIDJzLjkgMiAyIDIgMi0uOSAyLTItLjktMi0yLTJtLjQtNWMuOSAwIDEuNy0uNyAyLTEuNkwyMSA1SDdWNGMwLTEuMS0uOS0yLTItMkgzdjJoMnYxMWMwIDEuMS45IDIgMiAyaDEyYzAtMS4xLS45LTItMi0ySDd2LTJ6Ii8+PC9nPjwvc3ZnPg==);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary {
    height: 45px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader {
    display: block;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-label {
    display: none;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item .ab-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item .ab-icon:before {
    height: 36px;
    margin: 0;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 36px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart {
    display: block;
    min-width: 52px;
    padding: 0;
    width: auto !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon__dot {
    height: 7px;
    margin-left: 33px;
    margin-top: -37px;
    width: 7px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon:before {
    height: 32px;
    margin: 0;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 32px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center {
    display: block !important;
    margin-right: 0 !important;
    width: 52px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center .ab-item svg {
    position: relative;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes {
    display: block !important;
    width: 52px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes .ab-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes .ab-item .noticon-bell {
    height: 46px;
    top: 0;
    width: 36px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes .ab-item .noticon-bell:before {
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
    height: 40px !important;
    right: 0;
    width: 36px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes #wpnt-notes-panel2 {
    top: 46px;
  }
}
@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader {
    width: 46px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-icon {
    max-width: 40px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center, #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes {
    width: 46px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account .ab-item {
    width: 46px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account .ab-item img {
    right: 7px;
  }
}
/* eslint-disable */
/* If a new version is imported from swiper the selectors should all be namespaced with .jp-carousel-overlay 
/* to prevent clashes with other plugins that are overrding swiperjs css
*/
/**
* Swiper 6.7.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2021 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: June 22, 2021
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.jp-carousel-overlay .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jp-carousel-overlay .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.jp-carousel-overlay .swiper-container-android .swiper-slide, .jp-carousel-overlay .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.jp-carousel-overlay .swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jp-carousel-overlay .swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jp-carousel-overlay .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.jp-carousel-overlay .swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.jp-carousel-overlay .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */
.jp-carousel-overlay .swiper-container-autoheight, .jp-carousel-overlay .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.jp-carousel-overlay .swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-button-next {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

.jp-carousel-overlay .swiper-button-prev:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

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

.jp-carousel-overlay .swiper-button-next:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-white, .jp-carousel-overlay .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-black, .jp-carousel-overlay .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.jp-carousel-overlay .swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.jp-carousel-overlay .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.jp-carousel-overlay .swiper-pagination-fraction, .jp-carousel-overlay .swiper-pagination-custom, .jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.jp-carousel-overlay .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

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

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

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

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

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

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

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

.jp-carousel-overlay .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.jp-carousel-overlay button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.jp-carousel-overlay .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.jp-carousel-overlay .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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

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

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

.jp-carousel-overlay .swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.jp-carousel-overlay .swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.jp-carousel-overlay .swiper-pagination-lock {
  display: none;
}

.jp-carousel-overlay .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

.jp-carousel-overlay .swiper-slide-zoomed {
  cursor: move;
}

/* a11y */
.jp-carousel-overlay .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  --jp-carousel-primary-color: #fff;
  --jp-carousel-primary-subtle-color: #999;
  --jp-carousel-bg-color: #000;
  --jp-carousel-bg-faded-color: #222;
  --jp-carousel-border-color: #3a3a3a;
}

:root .jp-carousel-light {
  --jp-carousel-primary-color: #000;
  --jp-carousel-primary-subtle-color: #646970;
  --jp-carousel-bg-color: #fff;
  --jp-carousel-bg-faded-color: #fbfbfb;
  --jp-carousel-border-color: #dcdcde;
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next, .jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

/* end of temporary fix */
[data-carousel-extra]:not(.jp-carousel-wrap) img, [data-carousel-extra]:not(.jp-carousel-wrap) img + figcaption {
  cursor: pointer;
}

.jp-carousel-wrap * {
  line-height: inherit;
}

.jp-carousel-wrap.swiper-container {
  height: auto;
  width: 100vw;
}

.jp-carousel-overlay .swiper-zoom-container {
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center;
}

/*
To prevent flash of prev/next image scale transition after pinch zoom we need to hide them.
Swiper does not add a class of `swiper-slide-zoomed` to slides on pinch and zoom
so we have to target all affected elements in touch devices.
*/
.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img, .jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img {
  -webkit-transition: none !important;
  transition: none !important;
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-button-next {
  opacity: 0.5;
  -webkit-transition: 0.5s opacity ease-out;
  transition: 0.5s opacity ease-out;
  height: initial;
  width: initial;
  padding: 20px 40px;
  background-image: none;
}

.jp-carousel-overlay .swiper-button-prev:hover, .jp-carousel-overlay .swiper-button-next:hover {
  opacity: 1;
}

.jp-carousel-overlay .swiper-button-next::after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next::after, .jp-carousel-overlay .swiper-button-prev::after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev::after {
  content: none;
}

.jp-carousel-overlay .swiper-button-prev svg, .jp-carousel-overlay .swiper-button-next svg {
  height: 30px;
  width: 28px;
  background: var(--jp-carousel-bg-color);
  border-radius: 4px;
}

.jp-carousel-overlay .swiper-button-prev svg:hover, .jp-carousel-overlay .swiper-button-next svg:hover {
  background: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-overlay {
  font-family: "Helvetica Neue", sans-serif !important;
  z-index: 2147483647;
  overflow-x: hidden;
  overflow-y: auto;
  direction: ltr;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--jp-carousel-bg-color);
}

.jp-carousel-overlay * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Fix for Twenty Nineteen theme compatibility */
.jp-carousel-overlay h1::before, .jp-carousel-overlay h2::before, .jp-carousel-overlay h3::before {
  content: none;
  display: none;
}

.jp-carousel-overlay .swiper-container .swiper-button-prev {
  left: 0;
  right: auto;
}

.jp-carousel-overlay .swiper-container .swiper-button-next {
  right: 0;
  left: auto;
}

.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev, .jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.jp-carousel-container {
  display: grid;
  grid-template-rows: 1fr 64px;
  /* 1. main carousel, 2. info area as footer */
  height: 100%;
}

.jp-carousel-hide-controls .jp-carousel-container {
  grid-template-rows: 1fr;
}

.jp-carousel-hide-controls .swiper-wrapper {
  margin-top: -32px;
  /* Compensate for the remove of the height of the info bar. */
}

.jp-carousel-hide-controls .jp-swiper-button-next, .jp-carousel-hide-controls .jp-swiper-button-prev {
  margin-top: -54px;
  /* The height of the info bar plus any top padding on the nav button itself. */
}

.jp-carousel-msg {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: center;
  margin: 25px 20px 0 2px;
  background-color: var(--jp-carousel-primary-color);
  border-left: 4px solid #ffba00;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.jp-carousel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  z-index: 100;
  background-color: var(--jp-carousel-bg-color);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1;
}

.jp-carousel-hide-controls .jp-carousel-info {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.jp-carousel-info-footer {
  position: relative;
  background-color: var(--jp-carousel-bg-color);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
}

.jp-carousel-info-extra {
  display: none;
  background-color: var(--jp-carousel-bg-color);
  padding: 35px;
  width: 100vw;
  border-top: 1px solid var(--jp-carousel-bg-faded-color);
}

.jp-carousel-title-and-caption {
  margin-bottom: 15px;
}

.jp-carousel-info-extra.jp-carousel-show {
  display: block;
}

.jp-carousel-info ::-moz-selection {
  background: var(--jp-carousel-primary-color);
  /* Safari */
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-info ::selection {
  background: var(--jp-carousel-primary-color);
  /* Safari */
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-info ::-moz-selection {
  background: var(--jp-carousel-primary-color);
  /* Firefox */
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-photo-info {
  left: 0 !important;
  width: 100% !important;
}

.jp-carousel-comments-wrapper {
  padding: 0;
  width: 100% !important;
  display: none;
}

.jp-carousel-comments-wrapper.jp-carousel-show {
  display: block;
}

.jp-carousel-comments-wrapper > .jp-carousel-photo-info {
  display: none;
}

.jp-carousel-transitions .jp-carousel-photo-info {
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.jp-carousel-buttons {
  margin: -18px -20px 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #222;
  background: #222;
  text-align: center;
}

div.jp-carousel-buttons a {
  border: none !important;
  color: var(--jp-carousel-primary-subtle-color);
  font: 400 11px/1.2em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  padding: 5px 2px 5px 0;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased;
}

div.jp-carousel-buttons a:hover {
  color: var(--jp-carousel-primary-color);
  border: none !important;
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
  -webkit-transition: none !important;
  transition: none !important;
}

.jp-carousel-slide, .jp-carousel-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.jp-carousel-close-hint {
  cursor: default;
  letter-spacing: 0 !important;
  position: fixed;
  top: 20px;
  right: 30px;
  padding: 10px;
  text-align: right;
  width: 45px;
  height: 45px;
  z-index: 15;
  color: var(--jp-carousel-primary-color);
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.jp-carousel-transitions .jp-carousel-close-hint {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.jp-carousel-close-hint svg {
  padding: 3px 2px;
  background: var(--jp-carousel-bg-color);
  border-radius: 4px;
}

.jp-carousel-close-hint svg:hover {
  background: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-close-hint:hover {
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-close-hint:hover span {
  border-color: var(--jp-carousel-primary-color);
}

/** Pagination Start **/
.jp-carousel-pagination-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px 0 35px;
}

.jp-swiper-pagination, .jp-carousel-pagination {
  color: var(--jp-carousel-primary-color);
  font-size: 15px;
  /* same as .jp-carousel-info-footer .jp-carousel-photo-title  */
  font-weight: 400;
  white-space: nowrap;
  display: none;
  position: static !important;
}

.jp-carousel-pagination-container .swiper-pagination {
  text-align: left;
  line-height: 8px;
}

.jp-carousel-pagination {
  padding-left: 5px;
}

.jp-swiper-pagination .swiper-pagination-bullet {
  background: var(--jp-carousel-primary-subtle-color);
  margin: 0 4px;
}

.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--jp-carousel-primary-color);
}

.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: var(--jp-carousel-primary-color);
  opacity: 0.5;
}

/** Pagination End **/
/** Title and Desc Start **/
.jp-carousel-info-footer .jp-carousel-photo-title-container {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0;
}

.jp-carousel-photo-title, .jp-carousel-photo-caption {
  background: none !important;
  border: none !important;
  display: inline-block;
  font: 400 20px/1.3em "Helvetica Neue", sans-serif;
  line-height: normal;
  letter-spacing: 0 !important;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  text-shadow: none !important;
  text-transform: none !important;
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
  text-align: center;
  font-size: 15px;
  /* same as .jp-carousel-pagination */
  white-space: nowrap;
  color: var(--jp-carousel-primary-subtle-color);
  cursor: pointer;
  margin: 0;
  text-overflow: ellipsis;
}

.jp-carousel-info-footer .jp-carousel-photo-caption p {
  margin: 0;
}

.jp-carousel-photo-title {
  font-size: 32px;
  margin-bottom: 2px;
}

.jp-carousel-photo-description {
  color: var(--jp-carousel-primary-subtle-color);
  font-size: 16px;
  margin: 25px 0;
  width: 100%;
}

.jp-carousel-photo-description {
  overflow: hidden;
  overflow-wrap: break-word;
}

.jp-carousel-photo-description p {
  color: var(--jp-carousel-primary-subtle-color);
  line-height: 1.4;
  margin-bottom: 0;
}

.jp-carousel-photo-description p a, .jp-carousel-comments p a, .jp-carousel-info h2 a {
  color: var(--jp-carousel-primary-color) !important;
  border: none !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.jp-carousel-photo-description p strong, .jp-carousel-photo-description p b {
  font-weight: 700;
  color: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-photo-description p em, .jp-carousel-photo-description p i {
  font-style: italic;
  color: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-photo-description p a:hover, .jp-carousel-comments p a:hover, .jp-carousel-info h2 a:hover {
  color: var(--jp-carousel-primary-subtle-color) !important;
}

.jp-carousel-photo-description p:empty {
  display: none;
}

.jp-carousel-photo-info h1::before, .jp-carousel-photo-info h1::after, .jp-carousel-comments-wrapper h1::before, .jp-carousel-comments-wrapper h1::after {
  content: none !important;
}

.jp-carousel-caption {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/** Title and Desc End **/
/** Meta Box Start **/
.jp-carousel-image-meta {
  color: var(--jp-carousel-primary-color);
  font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  display: none;
}

.jp-carousel-image-meta.jp-carousel-show {
  display: block;
}

.jp-carousel-image-meta li, .jp-carousel-image-meta h5 {
  font-family: "Helvetica Neue", sans-serif !important;
  position: inherit !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  background: none !important;
  border: none !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}

.jp-carousel-image-meta ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jp-carousel-image-meta li {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 2% 15px 0 !important;
  color: var(--jp-carousel-primary-color) !important;
  font-size: 13px !important;
}

.jp-carousel-image-meta h5 {
  color: var(--jp-carousel-primary-subtle-color) !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  margin: 0 0 2px !important;
  letter-spacing: 0.1em !important;
}

a.jp-carousel-image-download {
  display: inline-block;
  clear: both;
  color: var(--jp-carousel-primary-subtle-color);
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

a.jp-carousel-image-download svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding-bottom: 2px;
}

a.jp-carousel-image-download span.photo-size {
  font-size: 11px;
  border-radius: 1em;
  margin-left: 2px;
  display: inline-block;
}

a.jp-carousel-image-download span.photo-size-times {
  padding: 0 1px 0 2px;
}

/** Meta Box End **/
/** Comments Start **/
.jp-carousel-comments {
  font: 15px/1.7 "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  background: none transparent;
  width: 100%;
  bottom: 10px;
  margin-top: 20px;
}

.jp-carousel-comments p a:hover, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:active {
  color: var(--jp-carousel-primary-color) !important;
}

.jp-carousel-comment {
  background: none transparent;
  color: var(--jp-carousel-primary-subtle-color);
  overflow: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jp-carousel-comment + .jp-carousel-comment {
  margin-top: 20px;
}

.jp-carousel-comment:last-of-type {
  margin-bottom: 20px;
}

.jp-carousel-comment p {
  color: var(--jp-carousel-primary-subtle-color) !important;
}

.jp-carousel-comment .comment-author {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  width: auto;
  display: inline;
  float: none;
  border: none;
  margin: 0;
}

.jp-carousel-comment .comment-author a {
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-comment .comment-gravatar {
  float: none;
  margin-right: 10px;
}

.jp-carousel-comment .comment-content {
  border: none;
  padding: 0;
}

.jp-carousel-comment .avatar {
  margin: 0;
  border-radius: 4px;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  min-width: 64px;
  min-height: 64px;
  width: 64px;
  height: 64px;
}

.jp-carousel-comment .comment-date {
  color: var(--jp-carousel-primary-subtle-color);
  font-size: 11px;
  border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
  margin-bottom: 6px;
}

#jp-carousel-comment-form {
  margin: 0 0 10px !important;
  width: 100%;
}

#jp-carousel-comment-form.jp-carousel-is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

textarea#jp-carousel-comment-form-comment-field {
  background: var(--jp-carousel-bg-faded-color);
  border: 1px solid var(--jp-carousel-border-color);
  color: var(--jp-carousel-primary-subtle-color);
  font: 16px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  padding: 10px 10px 5px;
  margin: 0;
  float: none;
  height: 147px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #555;
}

textarea#jp-carousel-comment-form-comment-field:focus {
  background: var(--jp-carousel-bg-faded-color);
  color: var(--jp-carousel-primary-subtle-color);
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: var(--jp-carousel-primary-subtle-color);
}

#jp-carousel-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#jp-carousel-loading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
}

#jp-carousel-library-loading, #jp-carousel-library-loading::after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#jp-carousel-library-loading {
  float: left;
  margin: 22px 0 0 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(255, 255, 255, 0.2);
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  border-bottom: 8px solid rgba(255, 255, 255, 0.2);
  border-left: 8px solid var(--jp-carousel-primary-color);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#jp-carousel-comment-form-spinner, #jp-carousel-comment-form-spinner::after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

#jp-carousel-comment-form-spinner {
  display: none;
  float: left;
  margin: 22px 0 0 10px;
  font-size: 10px;
  position: absolute;
  /* relative to .jp-carousel-comment-form-container */
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid var(--jp-carousel-primary-color);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  margin: 0 auto;
  top: calc(50% - 15px);
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jp-carousel-info-content-wrapper {
  max-width: 800px;
  margin: auto;
}

#jp-carousel-comment-form-submit-and-info-wrapper {
  display: none;
  overflow: hidden;
  width: 100%;
}

#jp-carousel-comment-form-commenting-as input {
  background: var(--jp-carousel-bg-color);
  border: 1px solid var(--jp-carousel-border-color);
  color: var(--jp-carousel-primary-subtle-color);
  font: 16px/1.4 "Helvetica Neue", sans-serif !important;
  padding: 10px;
  float: left;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 285px;
}

#jp-carousel-comment-form-commenting-as input:focus {
  background: var(--jp-carousel-bg-faded-color);
  color: var(--jp-carousel-primary-subtle-color);
}

#jp-carousel-comment-form-commenting-as p {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 22px 0 0;
  float: left;
}

#jp-carousel-comment-form-commenting-as fieldset {
  float: left;
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
}

#jp-carousel-comment-form-commenting-as label {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 0 20px 3px 0;
  float: left;
  width: 100px;
}

#jp-carousel-comment-form-button-submit {
  margin-top: 20px;
  margin-left: auto;
  display: block;
  border: solid 1px var(--jp-carousel-primary-color);
  background: var(--jp-carousel-bg-color);
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--jp-carousel-primary-color);
}

#jp-carousel-comment-form-button-submit:active, #jp-carousel-comment-form-button-submit:focus {
  background: var(--jp-carousel-primary-color);
  color: var(--jp-carousel-bg-color);
}

#jp-carousel-comment-form-container {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 20px;
  color: var(--jp-carousel-primary-subtle-color);
  position: relative;
  overflow: hidden;
}

#jp-carousel-comment-post-results {
  display: none;
  overflow: auto;
  width: 100%;
}

#jp-carousel-comment-post-results span {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  overflow: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  border: 1px solid var(--jp-carousel-border-color);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.jp-carousel-comment-post-error {
  color: #df4926;
}

#jp-carousel-comments-closed {
  display: none;
  color: var(--jp-carousel-primary-subtle-color);
}

#jp-carousel-comments-loading {
  font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
  display: none;
  color: var(--jp-carousel-primary-subtle-color);
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  bottom: 10px;
  margin-top: 20px;
}

/** Icons Start **/
.jp-carousel-photo-icons-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: right;
  margin: 0 20px 0 30px;
  white-space: nowrap;
}

.jp-carousel-icon-btn {
  padding: 16px;
  text-decoration: none;
  border: none;
  background: none;
  display: inline-block;
  height: 64px;
}

.jp-carousel-icon {
  border: none;
  display: inline-block;
  line-height: 0;
  font-weight: 400;
  font-style: normal;
  border-radius: 4px;
  width: 31px;
  /* Prevent comments indicator from changing icon width */
  padding: 4px 3px 3px;
}

.jp-carousel-icon:hover {
  background: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-icon svg {
  display: inline-block;
}

.jp-carousel-overlay rect {
  fill: var(--jp-carousel-primary-color);
}

.jp-carousel-selected .jp-carousel-icon {
  background: var(--jp-carousel-primary-color);
}

.jp-carousel-selected rect {
  fill: var(--jp-carousel-bg-color);
}

.jp-carousel-icon-comments.jp-carousel-show {
  display: inline-block;
}

.jp-carousel-icon .jp-carousel-has-comments-indicator {
  display: none;
  font-size: 12px;
  vertical-align: top;
  margin-left: -16px;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 4px;
  background: var(--jp-carousel-primary-color);
  color: var(--jp-carousel-bg-color);
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif !important;
  position: relative;
}

.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
  background: var(--jp-carousel-bg-color);
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-has-comments-indicator.jp-carousel-show {
  display: inline-block;
}

/** Icons End **/
/* Small screens */
@media only screen and (max-width: 760px) {
  .jp-carousel-overlay .swiper-container .swiper-button-next, .jp-carousel-overlay .swiper-container .swiper-button-prev {
    display: none !important;
  }
  .jp-carousel-buttons {
    display: none !important;
  }
  .jp-carousel-image-meta {
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .jp-carousel-close-hint {
    font-size: 26px !important;
    position: fixed !important;
    top: 10px;
    right: 10px;
  }
  /* The admin bar is fixed at top: 0*/
  .admin-bar .jp-carousel-close-hint {
    top: 40px;
  }
  .jp-carousel-slide img {
    opacity: 1;
  }
  .jp-carousel-wrap {
    background-color: var(--jp-carousel-bg-color);
  }
  .jp-carousel-fadeaway {
    display: none;
  }
  .jp-carousel-info > .jp-carousel-photo-info {
    display: none;
  }
  .jp-carousel-comments-wrapper > .jp-carousel-photo-info {
    display: block;
  }
  .jp-carousel-caption {
    overflow: visible !important;
  }
  .jp-carousel-info-footer .jp-carousel-photo-title-container {
    display: none;
  }
  .jp-carousel-photo-icons-container {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
  .jp-carousel-icon-btn {
    padding-left: 20px;
  }
  .jp-carousel-pagination {
    padding-left: 5px;
  }
  .jp-carousel-pagination-container {
    margin-left: 25px;
  }
  .jp-carousel-comment .avatar {
    min-width: 48px;
  }
  #jp-carousel-comment-form-commenting-as fieldset, #jp-carousel-comment-form-commenting-as input {
    width: 100%;
    float: none;
  }
}
/* =Tiled Gallery Default Styles
-------------------------------------------------------------- */
.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

.tiled-gallery img {
  margin: 2px !important;
  /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}

.tiled-gallery .gallery-group {
  float: left;
  position: relative;
}

.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit;
  /* prevents ie8 bug with inline width styles */
}

.tiled-gallery .gallery-row {
  overflow: hidden;
}

.tiled-gallery .tiled-gallery-item a {
  /* Needs to reset some properties for theme compatibility */
  background: transparent;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}

.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
  /* Needs to reset some properties for theme compatibility */
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}

.tiled-gallery-caption {
  /* Captions */
  background: #f0f0f1;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  /* Smaller captions */
  font-size: 11px;
}

/* Hide galleries in widgets until they've been resized to fit.
 Gallery widgets are almost guaranteed to need resizing, and
 the jump is a little more obvious than galleries in content. */
.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

/* =Greyscale
-------------------------------------------------------------- */
.tiled-gallery .tiled-gallery-item img.grayscale {
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.tiled-gallery .tiled-gallery-item:hover img.grayscale {
  -webkit-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

/* =Circles Layout
-------------------------------------------------------------- */
.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important;
  /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
  -o-object-fit: cover;
     object-fit: cover;
}

.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
}

/* =Square Layout
-------------------------------------------------------------- */
.tiled-gallery.type-square .tiled-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --wp-admin-theme-color: #3858e9;
  --wp-admin-theme-color--rgb: 56, 88, 233;
  --wp-admin-theme-color-darker-10: #2145e6;
  --wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
  --wp-admin-theme-color-darker-20: #183ad6;
  --wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
  --wp-admin-border-width-focus: 2px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus:1.5px ;
  }
}
.components-animate__appear {
  -webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
          animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-animate__appear {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.components-animate__appear.is-from-top.is-from-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.components-animate__appear.is-from-bottom.is-from-right {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@-webkit-keyframes components-animate__appear-animation {
  0% {
    -webkit-transform: translateY(-2em) scaleY(0) scaleX(0);
            transform: translateY(-2em) scaleY(0) scaleX(0);
  }
  to {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
}

@keyframes components-animate__appear-animation {
  0% {
    -webkit-transform: translateY(-2em) scaleY(0) scaleX(0);
            transform: translateY(-2em) scaleY(0) scaleX(0);
  }
  to {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
}
.components-animate__slide-in {
  -webkit-animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
          animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-animate__slide-in {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-animate__slide-in.is-from-left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.components-animate__slide-in.is-from-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes components-animate__slide-in-animation {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes components-animate__slide-in-animation {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.components-animate__loading {
  -webkit-animation: components-animate__loading 1.6s ease-in-out infinite;
          animation: components-animate__loading 1.6s ease-in-out infinite;
}

@-webkit-keyframes components-animate__loading {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes components-animate__loading {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.components-autocomplete__popover .components-popover__content {
  min-width: 200px;
  padding: 8px;
}

.components-autocomplete__result.components-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 36px;
  text-align: left;
  width: 100%;
}

.components-autocomplete__result.components-button:focus:not(:disabled) {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: color-mix(in srgb, #fff 90%, var(--base-color));
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: color-mix(in srgb, #000 50%, var(--base-color));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 2px;
  line-height: 20px;
  max-width: 100%;
  min-height: 24px;
  padding: 0 8px;
}

.components-badge *, .components-badge :after, .components-badge :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.components-badge:where(.is-default) {
  background-color: #f0f0f0;
  color: #2f2f2f;
}

.components-badge.has-icon {
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}

.components-badge.is-info {
  --base-color: #3858e9 ;
}

.components-badge.is-warning {
  --base-color: #f0b849 ;
}

.components-badge.is-error {
  --base-color: #cc1818 ;
}

.components-badge.is-success {
  --base-color: #4ab866 ;
}

.components-badge__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.components-badge__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.components-button-group {
  display: inline-block;
}

.components-button-group .components-button {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
          box-shadow: inset 0 0 0 1px #1e1e1e;
  color: #1e1e1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.components-button-group .components-button + .components-button {
  margin-left: -1px;
}

.components-button-group .components-button:first-child {
  border-radius: 2px 0 0 2px;
}

.components-button-group .components-button:last-child {
  border-radius: 0 2px 2px 0;
}

.components-button-group .components-button.is-primary, .components-button-group .components-button:focus {
  position: relative;
  z-index: 1;
}

.components-button-group .components-button.is-primary {
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
          box-shadow: inset 0 0 0 1px #1e1e1e;
}

.components-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--wp-components-color-foreground, #1e1e1e);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-button {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-button.is-next-40px-default-size {
  height: 40px;
}

.components-button:hover:not(:disabled, [aria-disabled=true]), .components-button[aria-expanded=true] {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 3px solid rgba(0, 0, 0, 0);
}

.components-button.is-primary {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff);
  outline: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

.components-button.is-primary:hover:not(:disabled) {
  background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-primary:active:not(:disabled) {
  background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-primary:focus:not(:disabled) {
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:active:enabled, .components-button.is-primary[aria-disabled=true]:enabled {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: rgba(255, 255, 255, 0.4);
  outline: none;
}

.components-button.is-primary:disabled:active:enabled:focus:enabled, .components-button.is-primary:disabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:focus:enabled {
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled=true] {
  background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
  background-size: 100px 100%;
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-secondary, .components-button.is-tertiary {
  outline: 1px solid rgba(0, 0, 0, 0);
}

.components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled=true], .components-button.is-secondary[aria-disabled=true]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled=true], .components-button.is-tertiary[aria-disabled=true]:hover {
  background: rgba(0, 0, 0, 0);
  color: #949494;
  -webkit-transform: none;
          transform: none;
}

.components-button.is-secondary {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
          box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
}

.components-button.is-secondary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}

.components-button.is-secondary:disabled:not(:focus), .components-button.is-secondary[aria-disabled=true]:hover:not(:focus), .components-button.is-secondary[aria-disabled=true]:not(:focus) {
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd;
}

.components-button.is-secondary:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-tertiary {
  background: rgba(0, 0, 0, 0);
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  white-space: nowrap;
}

.components-button.is-tertiary:hover:not(:disabled, [aria-disabled=true]) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, rgba(0, 0, 0, 0));
  color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}

.components-button.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, rgba(0, 0, 0, 0));
}

p + .components-button.is-tertiary {
  margin-left: -6px;
}

.components-button.is-tertiary:disabled:not(:focus), .components-button.is-tertiary[aria-disabled=true]:hover:not(:focus), .components-button.is-tertiary[aria-disabled=true]:not(:focus) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-button.is-destructive {
  --wp-components-color-accent: #cc1818;
  --wp-components-color-accent-darker-10: #9e1313;
  --wp-components-color-accent-darker-20: #710d0d ;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
  color: #cc1818;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled, [aria-disabled=true]) {
  color: #710d0d;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled, [aria-disabled=true]) {
  background: #ccc;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled, .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true] {
  color: #949494;
}

.components-button.is-destructive.is-secondary:hover:not(:disabled, [aria-disabled=true]), .components-button.is-destructive.is-tertiary:hover:not(:disabled, [aria-disabled=true]) {
  background: rgba(204, 24, 24, 0.0392156863);
}

.components-button.is-destructive.is-secondary:active:not(:disabled, [aria-disabled=true]), .components-button.is-destructive.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
  background: rgba(204, 24, 24, 0.0784313725);
}

.components-button.is-link {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  height: auto;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-button.is-link {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-button.is-link:focus {
  border-radius: 2px;
}

.components-button.is-link:disabled, .components-button.is-link[aria-disabled=true] {
  color: #949494;
}

.components-button:not(:disabled, [aria-disabled=true]):active {
  color: var(--wp-components-color-foreground, #1e1e1e);
}

.components-button:disabled, .components-button[aria-disabled=true] {
  color: #949494;
  cursor: default;
}

.components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
  -webkit-animation: components-button__busy-animation 2.5s linear infinite;
          animation: components-button__busy-animation 2.5s linear infinite;
  background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
  background-size: 100px 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}
.components-button.is-compact {
  height: 32px;
}

.components-button.is-compact.has-icon:not(.has-text) {
  min-width: 32px;
  padding: 0;
  width: 32px;
}

.components-button.is-small {
  font-size: 11px;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
}

.components-button.is-small.has-icon:not(.has-text) {
  min-width: 24px;
  padding: 0;
  width: 24px;
}

.components-button.has-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  padding: 6px;
}

.components-button.has-icon.is-next-40px-default-size {
  min-width: 40px;
}

.components-button.has-icon .dashicon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
}

.components-button.has-icon.has-text {
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 8px;
  padding-right: 12px;
}

.components-button.is-pressed, .components-button.is-pressed:hover {
  color: var(--wp-components-color-foreground-inverted, #fff);
}

.components-button.is-pressed:hover:not(:disabled, [aria-disabled=true]), .components-button.is-pressed:not(:disabled, [aria-disabled=true]) {
  background: var(--wp-components-color-foreground, #1e1e1e);
}

.components-button.is-pressed:disabled, .components-button.is-pressed[aria-disabled=true] {
  color: #949494;
}

.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary), .components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary) {
  background: #949494;
  color: var(--wp-components-color-foreground-inverted, #fff);
}

.components-button.is-pressed:focus:not(:disabled) {
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-button svg {
  fill: currentColor;
  outline: none;
}

@media (forced-colors: active) {
  .components-button svg {
    fill: CanvasText;
  }
}
.components-button .components-visually-hidden {
  height: auto;
}

@-webkit-keyframes components-button__busy-animation {
  0% {
    background-position: 200px 0;
  }
}

@keyframes components-button__busy-animation {
  0% {
    background-position: 200px 0;
  }
}
.components-checkbox-control {
  --checkbox-input-size: 24px;
  --checkbox-input-margin: 8px ;
}

@media (min-width: 600px) {
  .components-checkbox-control {
    --checkbox-input-size:16px ;
  }
}
.components-checkbox-control__label {
  cursor: pointer;
  line-height: var(--checkbox-input-size);
}

.components-checkbox-control__input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  clear: none;
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: var(--checkbox-input-size);
  line-height: normal;
  line-height: 0;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 6px 8px;
  padding: 0 !important;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  vertical-align: top;
  width: var(--checkbox-input-size);
}

@media (min-width: 600px) {
  .components-checkbox-control__input[type=checkbox] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-checkbox-control__input[type=checkbox]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-checkbox-control__input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]:checked {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
  opacity: 0;
}

.components-checkbox-control__input[type=checkbox]:checked:before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  color: #fff;
  margin: -3px -5px;
}

@media (min-width: 782px) {
  .components-checkbox-control__input[type=checkbox]:checked:before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    margin: -4px 0 0 -5px;
  }
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f460";
  display: inline-block;
  float: left;
  font: normal 30px/1 dashicons;
  vertical-align: middle;
  width: 16px;
}

@media (min-width: 782px) {
  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    float: none;
    font-size: 21px;
  }
}
.components-checkbox-control__input[type=checkbox]:disabled, .components-checkbox-control__input[type=checkbox][aria-disabled=true] {
  background: #f0f0f0;
  border-color: #ddd;
  cursor: default;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .components-checkbox-control__input[type=checkbox] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-checkbox-control__input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}

.components-checkbox-control__input[type=checkbox]:checked, .components-checkbox-control__input[type=checkbox]:indeterminate {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check, .components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
  opacity: 0;
}

.components-checkbox-control__input[type=checkbox]:checked:before {
  content: none;
}

.components-checkbox-control__input-container {
  aspect-ratio: 1;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  margin-right: var(--checkbox-input-margin);
  position: relative;
  vertical-align: middle;
  width: var(--checkbox-input-size);
}

svg.components-checkbox-control__checked, svg.components-checkbox-control__indeterminate {
  --checkmark-size: var(--checkbox-input-size);
  fill: #fff;
  cursor: pointer;
  height: var(--checkmark-size);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: var(--checkmark-size);
}

@media (min-width: 600px) {
  svg.components-checkbox-control__checked, svg.components-checkbox-control__indeterminate {
    --checkmark-size:calc(var(--checkbox-input-size) + 4px) ;
  }
}
.components-checkbox-control__help {
  display: inline-block;
  -webkit-margin-start: calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
          margin-inline-start: calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
}

.components-circular-option-picker {
  display: inline-block;
  min-width: 188px;
  width: 100%;
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}

.components-circular-option-picker .components-circular-option-picker__swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.components-circular-option-picker > :not(.components-circular-option-picker__swatches) {
  position: relative;
  z-index: 0;
}

.components-circular-option-picker__option-wrapper {
  display: inline-block;
  height: 28px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: top;
  width: 28px;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .components-circular-option-picker__option-wrapper {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-circular-option-picker__option-wrapper:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.components-circular-option-picker__option-wrapper > div {
  height: 100%;
  width: 100%;
}

.components-circular-option-picker__option-wrapper:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");
  border-radius: 50%;
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: -1;
}

.components-circular-option-picker__option {
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 14px;
          box-shadow: inset 0 0 0 14px;
  cursor: pointer;
  display: inline-block;
  height: 100% !important;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {
  .components-circular-option-picker__option {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-circular-option-picker__option:hover {
  -webkit-box-shadow: inset 0 0 0 14px !important;
          box-shadow: inset 0 0 0 14px !important;
}

.components-circular-option-picker__option[aria-pressed=true], .components-circular-option-picker__option[aria-selected=true] {
  -webkit-box-shadow: inset 0 0 0 4px;
          box-shadow: inset 0 0 0 4px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.components-circular-option-picker__option[aria-pressed=true] + svg, .components-circular-option-picker__option[aria-selected=true] + svg {
  border-radius: 50%;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 2px;
  z-index: 2;
}

.components-circular-option-picker__option:after {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: -1px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.components-circular-option-picker__option:focus:after {
  border: 2px solid #757575;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  content: "";
  height: calc(100% + 4px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
}

.components-circular-option-picker__option.components-button:focus {
  background-color: initial;
  -webkit-box-shadow: inset 0 0 0 14px;
          box-shadow: inset 0 0 0 14px;
  outline: none;
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
  background: #fff;
  color: #fff;
}

.components-circular-option-picker__dropdown-link-action {
  margin-right: 16px;
}

.components-circular-option-picker__dropdown-link-action .components-button {
  line-height: 22px;
}

.components-palette-edit__popover-gradient-picker {
  padding: 8px;
  width: 260px;
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
  width: 100%;
}

.component-color-indicator {
  background: #fff linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, #ddd 0, #ddd 52%, rgba(0, 0, 0, 0) 0);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 20px;
  padding: 0;
  width: 20px;
}

.components-combobox-control {
  width: 100%;
}

input.components-combobox-control__input[type=text] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%;
}

@media (min-width: 600px) {
  input.components-combobox-control__input[type=text] {
    font-size: 13px;
  }
}
input.components-combobox-control__input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-combobox-control__suggestions-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-combobox-control__suggestions-container {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-combobox-control__suggestions-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-combobox-control__suggestions-container:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-combobox-control__suggestions-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-combobox-control__suggestions-container:focus-within {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-color-palette__custom-color-wrapper {
  position: relative;
  z-index: 0;
}

.components-color-palette__custom-color-button {
  background: none;
  border: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 64px;
  outline: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
}

.components-color-palette__custom-color-button:focus {
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline-width: 2px;
}

.components-color-palette__custom-color-button:after {
  background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0);
  background-position: 0 0, 24px 24px;
  background-size: 48px 48px;
  border-radius: 3px 3px 0 0;
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
}

.components-color-palette__custom-color-text-wrapper {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  padding: 12px 16px;
  position: relative;
}

.components-color-palette__custom-color-name {
  color: var(--wp-components-color-foreground, #1e1e1e);
  margin: 0 1px;
}

.components-color-palette__custom-color-value {
  color: #757575;
}

.components-color-palette__custom-color-value--is-hex {
  text-transform: uppercase;
}

.components-color-palette__custom-color-value:empty:after {
  content: "​";
  visibility: hidden;
}

.components-custom-gradient-picker__gradient-bar {
  border-radius: 2px;
  height: 48px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.components-custom-gradient-picker__gradient-bar.has-gradient {
  background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
  inset: 0;
  position: absolute;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 48px);
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  position: absolute;
  top: 16px;
  width: 16px;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
  background: #fff;
  border-radius: 50%;
  color: #1e1e1e;
  height: inherit;
  min-width: 16px !important;
  padding: 2px;
  position: relative;
  width: inherit;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
  height: 100%;
  width: 100%;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
  height: inherit;
  outline: 2px solid rgba(0, 0, 0, 0);
  padding: 0;
  width: inherit;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
  -webkit-box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
  outline: 1.5px solid rgba(0, 0, 0, 0);
}

.components-custom-gradient-picker__remove-control-point-wrapper {
  padding-bottom: 8px;
}

.components-custom-gradient-picker__inserter {
  direction: ltr;
}

.components-custom-gradient-picker__liner-gradient-indicator {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  height: 20px;
  width: 20px;
}

.components-custom-gradient-picker__ui-line {
  position: relative;
  z-index: 0;
}

.block-editor-dimension-control .components-base-control__field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-editor-dimension-control .components-base-control__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 1em;
}

.block-editor-dimension-control .components-base-control__label .dashicon {
  margin-right: 0.5em;
}

.block-editor-dimension-control.is-manual .components-base-control__label {
  width: 10em;
}

body.is-dragging-components-draggable {
  cursor: move;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.components-draggable__invisible-drag-image {
  height: 50px;
  left: -1000px;
  position: fixed;
  width: 50px;
}

.components-draggable__clone {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000000000;
}

.components-drop-zone {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 40;
}

.components-drop-zone.is-active {
  opacity: 1;
  visibility: visible;
}

.components-drop-zone .components-drop-zone__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
}

.components-drop-zone .components-drop-zone__content-inner {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (prefers-reduced-motion) {
  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
    -webkit-transition: none;
    transition: none;
  }
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
}

@media (prefers-reduced-motion) {
  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
    -webkit-transition: none;
    transition: none;
  }
}
.components-drop-zone__content-icon, .components-drop-zone__content-text {
  display: block;
}

.components-drop-zone__content-icon {
  fill: currentColor;
  line-height: 0;
  margin: 0 auto 8px;
  pointer-events: none;
}

.components-drop-zone__content-text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.components-dropdown {
  display: inline-block;
}

.components-dropdown__content .components-popover__content {
  padding: 8px;
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) {
  padding: 0;
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu > .components-menu-item__button, .components-dropdown__content .components-popover__content:has(.components-menu-group) > .components-menu-item__button {
  margin: 8px;
  width: auto;
}

.components-dropdown__content [role=menuitem] {
  white-space: nowrap;
}

.components-dropdown__content .components-menu-group {
  padding: 8px;
}

.components-dropdown__content .components-menu-group + .components-menu-group {
  border-top: 1px solid #ccc;
  padding: 8px;
}

.components-dropdown__content.is-alternate .components-menu-group + .components-menu-group {
  border-color: #1e1e1e;
}

.components-dropdown-menu__toggle {
  vertical-align: top;
}

.components-dropdown-menu__menu {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item, .components-dropdown-menu__menu .components-menu-item {
  cursor: pointer;
  outline: none;
  padding: 6px;
  white-space: nowrap;
  width: 100%;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator, .components-dropdown-menu__menu .components-menu-item.has-separator {
  margin-top: 6px;
  overflow: visible;
  position: relative;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before, .components-dropdown-menu__menu .components-menu-item.has-separator:before {
  background-color: #ddd;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -3px;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon, .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg, .components-dropdown-menu__menu .components-menu-item.is-active .dashicon, .components-dropdown-menu__menu .components-menu-item.is-active svg {
  background: #1e1e1e;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 1px #1e1e1e;
          box-shadow: 0 0 0 1px #1e1e1e;
  color: #fff;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only, .components-dropdown-menu__menu .components-menu-item.is-icon-only {
  width: auto;
}

.components-dropdown-menu__menu .components-menu-item__button, .components-dropdown-menu__menu .components-menu-item__button.components-button {
  height: auto;
  min-height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}

.components-duotone-picker__color-indicator:before {
  background: rgba(0, 0, 0, 0);
}

.components-duotone-picker__color-indicator > .components-button, .components-duotone-picker__color-indicator > .components-button.is-pressed:hover:not(:disabled) {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, #ddd 0, #ddd 52%, rgba(0, 0, 0, 0) 0);
  color: rgba(0, 0, 0, 0);
}

.components-duotone-picker__color-indicator > .components-button:not([aria-disabled=true]):active {
  color: rgba(0, 0, 0, 0);
}

.components-color-list-picker, .components-color-list-picker__swatch-button {
  width: 100%;
}

.components-color-list-picker__color-picker {
  margin: 8px 0;
}

.components-color-list-picker__swatch-color {
  margin: 2px;
}

.components-external-link {
  text-decoration: none;
}

.components-external-link__contents {
  text-decoration: underline;
}

.components-external-link__icon {
  font-weight: 400;
  margin-left: 0.5ch;
}

.components-form-toggle {
  display: inline-block;
  height: 16px;
  position: relative;
}

.components-form-toggle .components-form-toggle__track {
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  vertical-align: top;
  width: 32px;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-toggle .components-form-toggle__track {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-toggle .components-form-toggle__track:after {
  border-top: 16px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-toggle .components-form-toggle__track:after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-toggle .components-form-toggle__thumb {
  background-color: #1e1e1e;
  border: 6px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 12px;
  left: 2px;
  position: absolute;
  top: 2px;
  -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease-out;
  transition: transform 0.2s ease, background-color 0.2s ease-out, -webkit-transform 0.2s ease;
  width: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-toggle .components-form-toggle__thumb {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-toggle.is-checked .components-form-toggle__track {
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-form-toggle.is-checked .components-form-toggle__track:after {
  opacity: 1;
}

.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
  background-color: #fff;
  border-width: 0;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}

.components-disabled .components-form-toggle, .components-form-toggle.is-disabled {
  opacity: 0.3;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
  background: none;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
  content: "";
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled, [aria-disabled=true]) {
  cursor: pointer;
}

.components-form-token-field__input-container {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: text;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__input-container {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd;
}

.components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
  background: inherit;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: inherit;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px;
  }
}
.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input, .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
  width: auto;
}

.components-form-token-field__token {
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  max-width: 100%;
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token, .components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866;
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token, .components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818;
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token, .components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575;
}

.components-form-token-field__token.is-borderless {
  padding: 0 24px 0 0;
  position: relative;
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: rgba(0, 0, 0, 0);
}

.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: rgba(0, 0, 0, 0);
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px;
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866;
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
  color: #cc1818;
  padding: 0 4px 0 6px;
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e;
}

.components-form-token-field__remove-token.components-button, .components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  min-width: unset;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
}

@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__remove-token.components-button, .components-form-token-field__token-text {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-token-field__token-text {
  border-radius: 1px 0 0 1px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.components-form-token-field__remove-token.components-button {
  border-radius: 0 1px 1px 0;
  color: #1e1e1e;
  line-height: 10px;
  overflow: initial;
}

.components-form-token-field__remove-token.components-button:hover:not(:disabled) {
  color: #1e1e1e;
}

.components-form-token-field__suggestions-list {
  -webkit-box-shadow: inset 0 1px 0 0 #949494;
          box-shadow: inset 0 1px 0 0 #949494;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  list-style: none;
  margin: 0;
  max-height: 128px;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__suggestions-list {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-token-field__suggestion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e1e1e;
  display: block;
  font-size: 13px;
  margin: 0;
  min-height: 32px;
  padding: 8px 12px;
}

.components-form-token-field__suggestion.is-selected {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: #fff;
}

.components-form-token-field__suggestion[aria-disabled=true] {
  color: #949494;
  pointer-events: none;
}

.components-form-token-field__suggestion[aria-disabled=true].is-selected {
  background-color: rgba(var(--wp-components-color-accent--rgb, var(--wp-admin-theme-color--rgb)), 0.04);
}

.components-form-token-field__suggestion:not(.is-empty) {
  cursor: pointer;
}

@media (min-width: 600px) {
  .components-guide {
    width: 600px;
  }
}
.components-guide .components-modal__content {
  margin-top: 0;
  padding: 0;
}

.components-guide .components-modal__content:before {
  content: none;
}

.components-guide .components-modal__header {
  border-bottom: none;
  height: 60px;
  padding: 0;
  position: sticky;
}

.components-guide .components-modal__header .components-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 8px 8px 0 0;
  position: static;
}

.components-guide .components-modal__header .components-button:hover svg {
  fill: #fff;
}

.components-guide .components-guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -60px;
  min-height: 100%;
}

.components-guide .components-guide__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 600px) {
  .components-guide .components-guide__page {
    min-height: 300px;
  }
}
.components-guide .components-guide__footer {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
  padding: 0 32px;
  position: relative;
  width: 100%;
}

.components-guide .components-guide__page-control {
  margin: 0;
  text-align: center;
}

.components-guide .components-guide__page-control li {
  display: inline-block;
  margin: 0;
}

.components-guide .components-guide__page-control .components-button {
  color: #e0e0e0;
  margin: -6px 0;
}

.components-guide .components-guide__page-control li[aria-current=step] .components-button {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-modal__frame.components-guide {
  border: none;
  max-height: 575px;
  min-width: 312px;
}

@media (max-width: 600px) {
  .components-modal__frame.components-guide {
    margin: auto;
    max-width: calc(100vw - 32px);
  }
}
.components-button.components-guide__back-button, .components-button.components-guide__finish-button, .components-button.components-guide__forward-button {
  position: absolute;
}

.components-button.components-guide__back-button {
  left: 32px;
}

.components-button.components-guide__finish-button, .components-button.components-guide__forward-button {
  right: 32px;
}

[role=region] {
  position: relative;
}

[role=region].interface-interface-skeleton__content:focus-visible:after {
  bottom: 0;
  content: "";
  left: 0;
  outline-color: var(--wp-admin-theme-color);
  outline-offset: calc(-1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
  outline-style: solid;
  outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.is-focusing-regions [role=region]:focus:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.is-focusing-regions .editor-post-publish-panel, .is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel, .is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel, .is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel, .is-focusing-regions [role=region]:focus:after, .is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header {
  outline-color: var(--wp-admin-theme-color);
  outline-offset: calc(-1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
  outline-style: solid;
  outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
}

.components-menu-group + .components-menu-group {
  border-top: 1px solid #1e1e1e;
  padding-top: 8px;
}

.components-menu-group + .components-menu-group.has-hidden-separator {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.components-menu-group:has(> div:empty) {
  display: none;
}

.components-menu-group__label {
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 4px;
  padding: 0 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.components-menu-item__button, .components-menu-item__button.components-button {
  width: 100%;
}

.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child, .components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  padding-right: 48px;
}

.components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-items__item-icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.components-menu-item__button .components-menu-items__item-icon.has-icon-right, .components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
  margin-left: 24px;
  margin-right: -2px;
}

.components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right, .components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right {
  margin-left: 8px;
}

.components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon {
  margin-left: -2px;
  margin-right: 8px;
}

.components-menu-item__button.components-button.is-primary, .components-menu-item__button.is-primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.components-menu-item__button.components-button.is-primary .components-menu-item__item, .components-menu-item__button.is-primary .components-menu-item__item {
  margin-right: 0;
}

.components-menu-item__button.components-button:disabled.is-tertiary, .components-menu-item__button.components-button[aria-disabled=true].is-tertiary, .components-menu-item__button:disabled.is-tertiary, .components-menu-item__button[aria-disabled=true].is-tertiary {
  background: none;
  color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  opacity: 0.3;
}

.components-menu-item__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
}

.components-menu-item__info {
  color: #757575;
  font-size: 12px;
  margin-top: 4px;
  white-space: normal;
}

.components-menu-item__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  min-width: 160px;
  white-space: nowrap;
}

.components-menu-item__shortcut {
  -ms-flex-item-align: center;
      align-self: center;
  color: currentColor;
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding-left: 24px;
}

@media (min-width: 480px) {
  .components-menu-item__shortcut {
    display: inline;
  }
}
.components-menu-items-choice, .components-menu-items-choice.components-button {
  height: auto;
  min-height: 40px;
}

.components-menu-items-choice svg, .components-menu-items-choice.components-button svg {
  margin-right: 12px;
}

.components-menu-items-choice.components-button.has-icon, .components-menu-items-choice.has-icon {
  padding-left: 12px;
}

.components-modal__screen-overlay {
  -webkit-animation: __wp-base-styles-fade-in 0.08s linear 0s;
          animation: __wp-base-styles-fade-in 0.08s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: rgba(0, 0, 0, 0.3490196078);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

@-webkit-keyframes __wp-base-styles-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes __wp-base-styles-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .components-modal__screen-overlay {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-modal__screen-overlay.is-animating-out {
  -webkit-animation: __wp-base-styles-fade-out 0.08s linear 80ms;
          animation: __wp-base-styles-fade-out 0.08s linear 80ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes __wp-base-styles-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes __wp-base-styles-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .components-modal__screen-overlay.is-animating-out {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-modal__frame {
  -webkit-animation-duration: var(--modal-frame-animation-duration);
          animation-duration: var(--modal-frame-animation-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: components-modal__appear-animation;
          animation-name: components-modal__appear-animation;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0, 0, 1);
          animation-timing-function: cubic-bezier(0.29, 0, 0, 1);
  background: #fff;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0784313725), 0 15px 27px rgba(0, 0, 0, 0.0705882353), 0 30px 36px rgba(0, 0, 0, 0.0392156863), 0 50px 43px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0784313725), 0 15px 27px rgba(0, 0, 0, 0.0705882353), 0 30px 36px rgba(0, 0, 0, 0.0392156863), 0 50px 43px rgba(0, 0, 0, 0.0196078431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  overflow: hidden;
  width: 100%;
}

.components-modal__frame *, .components-modal__frame :after, .components-modal__frame :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .components-modal__frame {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-modal__screen-overlay.is-animating-out .components-modal__frame {
  -webkit-animation-name: components-modal__disappear-animation;
          animation-name: components-modal__disappear-animation;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(1, 0, 0.2, 1);
}

@media (min-width: 600px) {
  .components-modal__frame {
    border-radius: 8px;
    margin: auto;
    max-height: calc(100% - 120px);
    max-width: calc(100% - 32px);
    min-width: 350px;
    width: auto;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .components-modal__frame.is-full-screen {
    height: calc(100% - 32px);
    max-height: none;
    width: calc(100% - 32px);
  }
}
@media (min-width: 600px) and (min-width: 782px) {
  .components-modal__frame.is-full-screen {
    height: calc(100% - 80px);
    max-width: none;
    width: calc(100% - 80px);
  }
}
@media (min-width: 600px) {
  .components-modal__frame.has-size-large, .components-modal__frame.has-size-medium, .components-modal__frame.has-size-small {
    width: 100%;
  }
  .components-modal__frame.has-size-small {
    max-width: 384px;
  }
  .components-modal__frame.has-size-medium {
    max-width: 512px;
  }
  .components-modal__frame.has-size-large {
    max-width: 840px;
  }
}
@media (min-width: 960px) {
  .components-modal__frame {
    max-height: 70%;
  }
}
@-webkit-keyframes components-modal__appear-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes components-modal__appear-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes components-modal__disappear-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes components-modal__disappear-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.components-modal__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 72px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 24px 32px 8px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.components-modal__header .components-modal__header-heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.components-modal__header h1 {
  line-height: 1;
  margin: 0;
}

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
  border-bottom-color: #ddd;
}

.components-modal__header + p {
  margin-top: 0;
}

.components-modal__header-heading-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.components-modal__header-icon-container {
  display: inline-block;
}

.components-modal__header-icon-container svg {
  max-height: 36px;
  max-width: 36px;
  padding: 8px;
}

.components-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 72px;
  overflow: auto;
  padding: 4px 32px 32px;
}

.components-modal__content.hide-header {
  margin-top: 0;
  padding-top: 32px;
}

.components-modal__content.is-scrollable:focus-visible {
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -2px;
}

.components-notice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-left: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  padding: 8px 12px;
}

.components-notice.is-dismissible {
  position: relative;
}

.components-notice.is-success {
  background-color: #eff9f1;
  border-left-color: #4ab866;
}

.components-notice.is-warning {
  background-color: #fef8ee;
  border-left-color: #f0b849;
}

.components-notice.is-error {
  background-color: #f4a2a2;
  border-left-color: #cc1818;
}

.components-notice__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 4px 25px 4px 0;
}

.components-notice__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.components-notice__action.components-button {
  margin-right: 8px;
}

.components-notice__action.components-button, .components-notice__action.components-button.is-link {
  margin-left: 12px;
}

.components-notice__action.components-button.is-secondary {
  vertical-align: initial;
}

.components-notice__dismiss {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #757575;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  background-color: initial;
  color: #1e1e1e;
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-notice-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100vw;
}

.components-notice-list .components-notice__content {
  line-height: 2;
  margin-bottom: 12px;
  margin-top: 12px;
}

.components-notice-list .components-notice__action.components-button {
  display: block;
  margin-left: 0;
  margin-top: 8px;
}

.components-panel {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.components-panel > .components-panel__body:first-child, .components-panel > .components-panel__header:first-child {
  margin-top: -1px;
}

.components-panel > .components-panel__body:last-child, .components-panel > .components-panel__header:last-child {
  border-bottom-width: 0;
}

.components-panel + .components-panel {
  margin-top: -1px;
}

.components-panel__body {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.components-panel__body h3 {
  margin: 0 0 0.5em;
}

.components-panel__body.is-opened {
  padding: 16px;
}

.components-panel__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 47px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}

.components-panel__header h2 {
  color: inherit;
  font-size: inherit;
  margin: 0;
}

.components-panel__body + .components-panel__body, .components-panel__body + .components-panel__header, .components-panel__header + .components-panel__body, .components-panel__header + .components-panel__header {
  margin-top: -1px;
}

.components-panel__body > .components-panel__body-title {
  display: block;
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-panel__body > .components-panel__body-title {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-panel__body.is-opened > .components-panel__body-title {
  margin: -16px -16px 5px;
}

.components-panel__body > .components-panel__body-title:hover {
  background: #f0f0f0;
  border: none;
}

.components-panel__body-toggle.components-button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e1e1e;
  font-weight: 500;
  height: auto;
  outline: none;
  padding: 16px 48px 16px 16px;
  position: relative;
  text-align: left;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-panel__body-toggle.components-button {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-panel__body-toggle.components-button:focus {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-panel__body-toggle.components-button .components-panel__arrow {
  fill: currentColor;
  color: #1e1e1e;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-panel__body-toggle.components-button .components-panel__arrow {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
  -ms-filter: fliph;
  -webkit-filter: FlipH;
          filter: FlipH;
  margin-top: -10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.components-panel__icon {
  color: #757575;
  margin: -2px 0 -2px 6px;
}

.components-panel__body-toggle-icon {
  margin-right: -5px;
}

.components-panel__color-title {
  float: left;
  height: 19px;
}

.components-panel__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  min-height: 36px;
}

.components-panel__row select {
  min-width: 0;
}

.components-panel__row label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  max-width: 75%;
}

.components-panel__row:empty, .components-panel__row:first-of-type {
  margin-top: 0;
}

.components-panel .circle-picker {
  padding-bottom: 20px;
}

.components-placeholder.components-placeholder {
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
          box-shadow: inset 0 0 0 1px #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  gap: 16px;
  margin: 0;
  outline: 1px solid rgba(0, 0, 0, 0);
  padding: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}

.components-placeholder__error, .components-placeholder__fieldset, .components-placeholder__instructions, .components-placeholder__label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}

.components-placeholder__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.components-placeholder__label .block-editor-block-icon, .components-placeholder__label .dashicon, .components-placeholder__label > svg {
  fill: currentColor;
  margin-right: 4px;
}

@media (forced-colors: active) {
  .components-placeholder__label .block-editor-block-icon, .components-placeholder__label .dashicon, .components-placeholder__label > svg {
    fill: CanvasText;
  }
}
.components-placeholder__label:empty {
  display: none;
}

.components-placeholder__fieldset, .components-placeholder__fieldset form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.components-placeholder__fieldset form p, .components-placeholder__fieldset p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.components-placeholder__fieldset.is-column-layout, .components-placeholder__fieldset.is-column-layout form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-placeholder__input[type=url] {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 6px 8px;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-placeholder__input[type=url] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-placeholder__input[type=url] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-placeholder__input[type=url]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-placeholder__input[type=url]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-placeholder__error {
  gap: 8px;
  width: 100%;
}

.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link {
  margin-left: 10px;
  margin-right: 10px;
}

.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child {
  margin-right: 0;
}

.components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions {
  display: none;
}

.components-placeholder.is-medium .components-placeholder__fieldset, .components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset, .components-placeholder.is-small .components-placeholder__fieldset form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-placeholder.is-medium .components-button, .components-placeholder.is-medium .components-placeholder__fieldset > *, .components-placeholder.is-small .components-button, .components-placeholder.is-small .components-placeholder__fieldset > * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.components-placeholder.is-small {
  padding: 16px;
}

.components-placeholder.has-illustration {
  backdrop-filter: blur(100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: initial;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.is-dark-theme .components-placeholder.has-illustration {
  background-color: rgba(0, 0, 0, 0.1019607843);
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
  margin-left: 0;
  margin-right: 0;
}

.components-placeholder.has-illustration .components-button, .components-placeholder.has-illustration .components-placeholder__instructions, .components-placeholder.has-illustration .components-placeholder__label {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-placeholder.has-illustration .components-button, .components-placeholder.has-illustration .components-placeholder__instructions, .components-placeholder.has-illustration .components-placeholder__label {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.is-selected > .components-placeholder.has-illustration .components-button, .is-selected > .components-placeholder.has-illustration .components-placeholder__instructions, .is-selected > .components-placeholder.has-illustration .components-placeholder__label {
  opacity: 1;
  pointer-events: auto;
}

.components-placeholder.has-illustration:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.is-selected .components-placeholder.has-illustration {
  overflow: auto;
}

.components-placeholder__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.components-placeholder__illustration {
  stroke: currentColor;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 100%;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.components-popover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform;
  z-index: 1000000;
}

.components-popover *, .components-popover :after, .components-popover :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.components-popover.is-expanded {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000 !important;
}

.components-popover__content {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #ccc, 0 2px 3px rgba(0, 0, 0, 0.0509803922), 0 4px 5px rgba(0, 0, 0, 0.0392156863), 0 12px 12px rgba(0, 0, 0, 0.031372549), 0 16px 16px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 0 0 1px #ccc, 0 2px 3px rgba(0, 0, 0, 0.0509803922), 0 4px 5px rgba(0, 0, 0, 0.0392156863), 0 12px 12px rgba(0, 0, 0, 0.031372549), 0 16px 16px rgba(0, 0, 0, 0.0196078431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.is-alternate .components-popover__content {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #1e1e1e;
          box-shadow: 0 0 0 1px #1e1e1e;
}

.is-unstyled .components-popover__content {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-popover.is-expanded .components-popover__content {
  -webkit-box-shadow: 0 -1px 0 0 #ccc;
          box-shadow: 0 -1px 0 0 #ccc;
  height: calc(100% - 48px);
  overflow-y: visible;
  position: static;
  width: auto;
}

.components-popover.is-expanded.is-alternate .components-popover__content {
  -webkit-box-shadow: 0 -1px 0 #1e1e1e;
          box-shadow: 0 -1px 0 #1e1e1e;
}

.components-popover__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px 0 16px;
}

.components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.components-popover__close.components-button {
  z-index: 5;
}

.components-popover__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  pointer-events: none;
  position: absolute;
  width: 14px;
}

.components-popover__arrow:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: -1px;
}

.components-popover__arrow.is-top {
  bottom: -14px !important;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.components-popover__arrow.is-right {
  left: -14px !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.components-popover__arrow.is-bottom {
  top: -14px !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.components-popover__arrow.is-left {
  right: -14px !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.components-popover__triangle {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.components-popover__triangle-bg {
  fill: #fff;
}

.components-popover__triangle-border {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #ccc;
}

.is-alternate .components-popover__triangle-border {
  stroke: #1e1e1e;
}

.components-radio-control {
  border: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.components-radio-control__group-wrapper.has-help {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}

.components-radio-control__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto minmax(0, -webkit-max-content);
  grid-template-rows: auto minmax(0, max-content);
}

.components-radio-control__input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  grid-column: 1;
  grid-row: 1;
  height: 24px;
  line-height: normal;
  margin: 0;
  max-width: 24px;
  min-width: 24px;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  -webkit-transition: none;
  transition: none;
  width: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .components-radio-control__input[type=radio] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-radio-control__input[type=radio] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-radio-control__input[type=radio]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-radio-control__input[type=radio]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

@media (min-width: 600px) {
  .components-radio-control__input[type=radio] {
    height: 16px;
    max-width: 16px;
    min-width: 16px;
    width: 16px;
  }
}
.components-radio-control__input[type=radio]:checked:before {
  background-color: #fff;
  border: 4px solid #fff;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 12px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
}

@media (min-width: 600px) {
  .components-radio-control__input[type=radio]:checked:before {
    height: 8px;
    width: 8px;
  }
}
.components-radio-control__input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}

.components-radio-control__input[type=radio]:checked {
  background: var(--wp-admin-theme-color);
  border: none;
}

.components-radio-control__input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}

.components-radio-control__input[type=radio]:checked {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-radio-control__input[type=radio]:checked:before {
  border-radius: 50%;
  content: "";
}

.components-radio-control__label {
  cursor: pointer;
  grid-column: 2;
  grid-row: 1;
  line-height: 24px;
}

@media (min-width: 600px) {
  .components-radio-control__label {
    line-height: 16px;
  }
}
.components-radio-control__option-description {
  grid-column: 2;
  grid-row: 2;
  -webkit-padding-before: 4px;
          padding-block-start: 4px;
}

.components-radio-control__option-description.components-radio-control__option-description {
  margin-top: 0;
}

.components-resizable-box__handle {
  display: none;
  height: 23px;
  width: 23px;
  z-index: 2;
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
  display: block;
}

.components-resizable-box__handle > div {
  height: 100%;
  outline: none;
  position: relative;
  width: 100%;
  z-index: 2;
}

.components-resizable-box__container > img {
  width: inherit;
}

.components-resizable-box__handle:after {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
  content: "";
  cursor: inherit;
  display: block;
  height: 15px;
  outline: 2px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 15px;
}

.components-resizable-box__side-handle:before {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius: 9999px;
  content: "";
  cursor: inherit;
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  right: calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  width: 3px;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .components-resizable-box__side-handle:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-resizable-box__corner-handle, .components-resizable-box__side-handle {
  z-index: 2;
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:before, .components-resizable-box__side-handle.components-resizable-box__handle-top, .components-resizable-box__side-handle.components-resizable-box__handle-top:before {
  border-left: 0;
  border-right: 0;
  left: 0;
  width: 100%;
}

.components-resizable-box__side-handle.components-resizable-box__handle-left, .components-resizable-box__side-handle.components-resizable-box__handle-left:before, .components-resizable-box__side-handle.components-resizable-box__handle-right, .components-resizable-box__side-handle.components-resizable-box__handle-right:before {
  border-bottom: 0;
  border-top: 0;
  height: 100%;
  top: 0;
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
  -webkit-animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
          animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
  -webkit-animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
          animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
      -webkit-animation: none;
              animation: none;
    }
  }
}
@-webkit-keyframes components-resizable-box__top-bottom-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes components-resizable-box__top-bottom-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes components-resizable-box__left-right-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes components-resizable-box__left-right-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.components-resizable-box__handle-right {
  right: -11.5px;
}

.components-resizable-box__handle-left {
  left: -11.5px;
}

.components-resizable-box__handle-top {
  top: -11.5px;
}

.components-resizable-box__handle-bottom {
  bottom: -11.5px;
}

.components-responsive-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  position: relative;
}

.components-responsive-wrapper__content {
  display: block;
  max-width: 100%;
  width: 100%;
}

.components-sandbox {
  overflow: hidden;
}

iframe.components-sandbox {
  width: 100%;
}

body.lockscroll, html.lockscroll {
  overflow: hidden;
}

.components-select-control__input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: 0;
}

@media (max-width: 782px) {
  .components-base-control .components-base-control__field .components-select-control__input {
    font-size: 16px;
  }
}
.components-snackbar {
  backdrop-filter: blur(16px) saturate(180%);
  background: rgba(0, 0, 0, 0.8509803922);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  max-width: 600px;
  padding: 12px 20px;
  pointer-events: auto;
  width: 100%;
}

@media (min-width: 600px) {
  .components-snackbar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.components-snackbar:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-snackbar.components-snackbar-explicit-dismiss {
  cursor: default;
}

.components-snackbar .components-snackbar__content-with-icon {
  padding-left: 24px;
  position: relative;
}

.components-snackbar .components-snackbar__icon {
  left: -8px;
  position: absolute;
  top: -2.9px;
}

.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 24px;
}

.components-snackbar__action.components-button {
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 32px;
}

.components-snackbar__action.components-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px dotted #fff;
}

.components-snackbar__action.components-button:hover {
  color: currentColor;
  text-decoration: none;
}

.components-snackbar__content {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
}

.components-snackbar-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 100000;
}

.components-snackbar-list__notice-container {
  padding-top: 8px;
  position: relative;
}

.components-tab-panel__tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.components-tab-panel__tabs[aria-orientation=vertical] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-tab-panel__tabs-item {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-weight: 500;
  height: 48px !important;
  margin-left: 0;
  padding: 3px 16px;
  position: relative;
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: relative;
}

.components-tab-panel__tabs-item:after {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius: 0;
  bottom: 0;
  content: "";
  height: calc(var(--wp-admin-border-width-focus) * 0);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-tab-panel__tabs-item:after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-tab-panel__tabs-item.is-active:after {
  height: calc(var(--wp-admin-border-width-focus) * 1);
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -1px;
}

.components-tab-panel__tabs-item:before {
  border-radius: 2px;
  bottom: 12px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  content: "";
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-tab-panel__tabs-item:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-tab-panel__tabs-item:focus-visible:before {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-tab-panel__tab-content:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-tab-panel__tab-content:focus-visible {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 0;
}

.components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: normal;
  margin: 0;
  padding: 6px 8px;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-text-control__input:focus, .components-text-control__input[type=color]:focus, .components-text-control__input[type=date]:focus, .components-text-control__input[type=datetime-local]:focus, .components-text-control__input[type=datetime]:focus, .components-text-control__input[type=email]:focus, .components-text-control__input[type=month]:focus, .components-text-control__input[type=number]:focus, .components-text-control__input[type=password]:focus, .components-text-control__input[type=tel]:focus, .components-text-control__input[type=text]:focus, .components-text-control__input[type=time]:focus, .components-text-control__input[type=url]:focus, .components-text-control__input[type=week]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type=color]::-webkit-input-placeholder, .components-text-control__input[type=date]::-webkit-input-placeholder, .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .components-text-control__input[type=datetime]::-webkit-input-placeholder, .components-text-control__input[type=email]::-webkit-input-placeholder, .components-text-control__input[type=month]::-webkit-input-placeholder, .components-text-control__input[type=number]::-webkit-input-placeholder, .components-text-control__input[type=password]::-webkit-input-placeholder, .components-text-control__input[type=tel]::-webkit-input-placeholder, .components-text-control__input[type=text]::-webkit-input-placeholder, .components-text-control__input[type=time]::-webkit-input-placeholder, .components-text-control__input[type=url]::-webkit-input-placeholder, .components-text-control__input[type=week]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-text-control__input::-moz-placeholder, .components-text-control__input[type=color]::-moz-placeholder, .components-text-control__input[type=date]::-moz-placeholder, .components-text-control__input[type=datetime-local]::-moz-placeholder, .components-text-control__input[type=datetime]::-moz-placeholder, .components-text-control__input[type=email]::-moz-placeholder, .components-text-control__input[type=month]::-moz-placeholder, .components-text-control__input[type=number]::-moz-placeholder, .components-text-control__input[type=password]::-moz-placeholder, .components-text-control__input[type=tel]::-moz-placeholder, .components-text-control__input[type=text]::-moz-placeholder, .components-text-control__input[type=time]::-moz-placeholder, .components-text-control__input[type=url]::-moz-placeholder, .components-text-control__input[type=week]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-text-control__input:-ms-input-placeholder, .components-text-control__input[type=color]:-ms-input-placeholder, .components-text-control__input[type=date]:-ms-input-placeholder, .components-text-control__input[type=datetime-local]:-ms-input-placeholder, .components-text-control__input[type=datetime]:-ms-input-placeholder, .components-text-control__input[type=email]:-ms-input-placeholder, .components-text-control__input[type=month]:-ms-input-placeholder, .components-text-control__input[type=number]:-ms-input-placeholder, .components-text-control__input[type=password]:-ms-input-placeholder, .components-text-control__input[type=tel]:-ms-input-placeholder, .components-text-control__input[type=text]:-ms-input-placeholder, .components-text-control__input[type=time]:-ms-input-placeholder, .components-text-control__input[type=url]:-ms-input-placeholder, .components-text-control__input[type=week]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-text-control__input.is-next-40px-default-size, .components-text-control__input[type=color].is-next-40px-default-size, .components-text-control__input[type=date].is-next-40px-default-size, .components-text-control__input[type=datetime-local].is-next-40px-default-size, .components-text-control__input[type=datetime].is-next-40px-default-size, .components-text-control__input[type=email].is-next-40px-default-size, .components-text-control__input[type=month].is-next-40px-default-size, .components-text-control__input[type=number].is-next-40px-default-size, .components-text-control__input[type=password].is-next-40px-default-size, .components-text-control__input[type=tel].is-next-40px-default-size, .components-text-control__input[type=text].is-next-40px-default-size, .components-text-control__input[type=time].is-next-40px-default-size, .components-text-control__input[type=url].is-next-40px-default-size, .components-text-control__input[type=week].is-next-40px-default-size {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.components-tip {
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.components-tip svg {
  fill: #f0b849;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}

.components-tip p {
  margin: 0;
}

.components-toggle-control__label {
  line-height: 16px;
}

.components-toggle-control__label:not(.is-disabled) {
  cursor: pointer;
}

.components-toggle-control__help {
  display: inline-block;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.components-accessible-toolbar {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.components-accessible-toolbar > .components-toolbar-group:last-child {
  border-right: none;
}

.components-accessible-toolbar.is-unstyled {
  border: none;
}

.components-accessible-toolbar.is-unstyled > .components-toolbar-group {
  border-right: none;
}

.components-accessible-toolbar[aria-orientation=vertical], .components-toolbar[aria-orientation=vertical] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-accessible-toolbar .components-button, .components-toolbar .components-button {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

.components-accessible-toolbar .components-button:focus:not(:disabled), .components-toolbar .components-button:focus:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-accessible-toolbar .components-button:before, .components-toolbar .components-button:before {
  -webkit-animation: components-button__appear-animation 0.1s ease;
          animation: components-button__appear-animation 0.1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-radius: 2px;
  content: "";
  display: block;
  height: 32px;
  left: 8px;
  position: absolute;
  right: 8px;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .components-accessible-toolbar .components-button:before, .components-toolbar .components-button:before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.components-accessible-toolbar .components-button.is-pressed, .components-accessible-toolbar .components-button.is-pressed:hover, .components-toolbar .components-button.is-pressed, .components-toolbar .components-button.is-pressed:hover {
  background: rgba(0, 0, 0, 0);
}

.components-accessible-toolbar .components-button.is-pressed:before, .components-toolbar .components-button.is-pressed:before {
  background: #1e1e1e;
}

.components-accessible-toolbar .components-button:focus:before, .components-toolbar .components-button:focus:before {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-accessible-toolbar .components-button.has-icon.has-icon, .components-toolbar .components-button.has-icon.has-icon {
  min-width: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

@-webkit-keyframes components-button__appear-animation {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes components-button__appear-animation {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.components-toolbar__control.components-button {
  position: relative;
}

.components-toolbar__control.components-button[data-subscript] svg {
  padding: 5px 10px 5px 0;
}

.components-toolbar__control.components-button[data-subscript]:after {
  bottom: 10px;
  content: attr(data-subscript);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  right: 8px;
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
  color: #fff;
}

.components-toolbar-group {
  background-color: #fff;
  border-right: 1px solid #1e1e1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 0;
  min-height: 48px;
  padding-left: 6px;
  padding-right: 6px;
}

.components-toolbar-group .components-toolbar-group.components-toolbar-group {
  border-width: 0;
  margin: 0;
}

.components-toolbar-group .components-button.components-button, .components-toolbar-group .components-button.has-icon.has-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  padding-left: 6px;
  padding-right: 6px;
}

.components-toolbar-group .components-button.components-button svg, .components-toolbar-group .components-button.has-icon.has-icon svg {
  min-width: 24px;
}

.components-toolbar-group .components-button.components-button:before, .components-toolbar-group .components-button.has-icon.has-icon:before {
  left: 2px;
  right: 2px;
}

.components-toolbar {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  min-height: 48px;
}

.components-toolbar .components-toolbar.components-toolbar {
  border-width: 0;
  margin: 0;
}

div.components-toolbar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

div.components-toolbar > div + div.has-left-divider {
  margin-left: 6px;
  overflow: visible;
  position: relative;
}

div.components-toolbar > div + div.has-left-divider:before {
  background-color: #ddd;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  content: "";
  display: inline-block;
  height: 20px;
  left: -3px;
  position: absolute;
  top: 8px;
  width: 1px;
}

.components-tooltip {
  background: #000;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
  color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 8px;
  text-align: center;
  z-index: 1000002;
}

.components-tooltip__shortcut {
  margin-left: 8px;
}

/* animation */
[data-anime=fade-in] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
[data-anime=fade-in][data-animated=true] {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
}

[data-anime=fade-in-right] {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
[data-anime=fade-in-right][data-animated=true] {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
}

[data-anime=fade] {
  opacity: 0;
}
[data-anime=fade][data-animated=true] {
  opacity: 1;
  -webkit-transition: opacity 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease);
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

/* variables */
:root {
  --color-black: #3E3E3E;
  --color-pure-black: #000000;
  --color-white: #FAFAFA;
  --color-pure-white: #fff;
  --color-purple:#3B0163;
  --color-red:#E23838;
  --color-light-gray: #EAEAEA;
  --color-gray: #969696;
  --color-dark-gray: #d5d5d5;
  --font: neuzeit-grotesk,yu-gothic-pr6n, sans-serif;
  --font-en: neuzeit-grotesk, sans-serif;
  --font-ja-gothic: yu-gothic-pr6n, sans-serif;
  --short-transition-time: .3s;
  --medium-transition-time: .5s;
  --long-transition-time: .8s;
  --default-ease: ease;
  --default-hover-opacity: 0.5;
  --banner-hover-opacity: 0.85;
  --width-max: 1280px;
  --width-min: 1120px;
}

/* MARK: common */
@media (width >= 821px) {
  .sp-only {
    display: none !important;
  }
}
@media (width < 821px) {
  .pc-only {
    display: none !important;
  }
}
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  color: var(--color-black, #222);
  background-color: var(--color-white, #FFF);
}

body {
  width: 100%;
  min-height: 100lvh;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  z-index: 2;
  position: relative;
}

.main-wrapper {
  position: relative;
  overflow: clip;
  position: relative;
}

/* MARK: btn */
.btn {
  color: var(--color-purple);
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  padding: 16px 10px 16px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 50px;
  border: 1px solid var(--color-purple);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width < 821px) {
  .btn {
    width: 175px;
    padding: 16px 12px 15px 16px;
  }
}
.btn--default {
  background-color: var(--color-white);
}
.btn--white {
  background-color: var(--color-pure-white);
}
.btn--black {
  background-color: var(--color-black);
}
@media (hover: hover) {
  .btn {
    -webkit-transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
    transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
  }
  .btn path {
    -webkit-transition: fill var(--short-transition-time) var(--default-ease);
    transition: fill var(--short-transition-time) var(--default-ease);
  }
  .btn:hover {
    color: var(--color-white);
    background-color: var(--color-purple);
  }
  .btn:hover path {
    fill: var(--color-white);
  }
}
.btn--purple {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-pure-white);
  background-color: var(--color-purple);
}
@media (hover: hover) {
  .btn--purple:hover {
    color: var(--color-purple);
    background-color: var(--color-white);
  }
  .btn--purple:hover path {
    fill: var(--color-purple);
  }
}

.btn--productDetail {
  width: 99.3%;
  height: 58px;
  padding: 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 10px;
  border-radius: 40px;
  background: var(--color-purple);
  border: 1px solid var(--color-purple);
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width < 821px) {
  .btn--productDetail {
    display: none;
  }
}
@media (hover: hover) {
  .btn--productDetail {
    -webkit-transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
    transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
  }
  .btn--productDetail:hover {
    color: var(--color-purple);
    background-color: var(--color-pure-white);
  }
  .btn--productDetail:hover path {
    fill: var(--color-purple);
  }
}

.btn--productDetail-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  padding: 8px 9px 8px 32px;
  border-radius: 50px;
  background: var(--color-pure-white);
  -webkit-box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.08);
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all var(--short-transition-time) var(--default-ease);
  transition: all var(--short-transition-time) var(--default-ease);
}
@media (width >= 821px) {
  .btn--productDetail-info {
    width: 370px;
    margin: 0 auto;
    padding-left: 47px;
    letter-spacing: 0.64px;
    gap: 15px;
    padding: 8px 9px 8px 35px;
  }
}
@media (hover: hover) {
  .btn--productDetail-info {
    -webkit-transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
    transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
  }
  .btn--productDetail-info:hover {
    color: var(--color-white);
    background-color: var(--color-purple);
  }
  .btn--productDetail-info:hover path {
    fill: var(--color-purple);
  }
  .btn--productDetail-info:hover .btn--productDetail-infoIcon {
    background-color: var(--color-white);
  }
}
.btn--productDetail-infoIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 30px;
  background-color: var(--color-purple);
}
@media (width >= 821px) {
  .btn--productDetail-infoIcon {
    width: 44px;
    height: 44px;
  }
}

.btn--filters {
  width: 225px;
  padding: 19px 20px 17px;
  color: var(--color-purple);
  font-family: var(--font-en);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.56px;
  border-radius: 12px;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width >= 821px) {
  .btn--filters {
    margin-top: 5px;
  }
}
@media (width < 821px) {
  .btn--filters {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (hover: hover) {
  .btn--filters {
    -webkit-transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
    transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
  }
  .btn--filters path {
    -webkit-transition: fill var(--short-transition-time) var(--default-ease);
    transition: fill var(--short-transition-time) var(--default-ease);
  }
  .btn--filters:hover {
    color: var(--color-white);
    background-color: var(--color-purple);
  }
  .btn--filters:hover path {
    fill: var(--color-white);
  }
}
.btn--filters .filters_count {
  margin-left: 6px;
}

/* MARK: header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(5px);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (width < 821px) {
  .header__inner {
    padding: 12px 12px 14px 20px;
  }
}
.header__logo {
  width: 111px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width >= 821px) {
  .header__logo {
    margin-left: 29px;
    width: 130px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width >= 821px) {
  .header__nav {
    margin-right: 32px;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width >= 821px) {
  .header__nav-list {
    gap: 30px;
    margin-right: 39px;
  }
}
@media (width < 821px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item {
  color: var(--color-purple);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.56px;
}
.header__nav-link {
  padding: 27px 0;
  position: relative;
  -webkit-transition: color var(--short-transition-time) var(--default-ease);
  transition: color var(--short-transition-time) var(--default-ease);
  display: block;
}
.header__nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-purple);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: var(--color-purple);
  }
  .header__nav-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.header__nav-link--active {
  color: var(--color-purple);
}
.header__nav-link--active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__contact-link {
  padding: 11px 23px 10px;
  margin-top: -2px;
}
@media (width < 821px) {
  .header__contact-link {
    font-size: 13px;
    padding: 11px 15px 9px;
    margin-top: 1px;
  }
}
@media (width >= 821px) {
  .header__hamburger {
    display: none;
  }
}
@media (width < 821px) {
  .header__hamburger {
    margin-left: 6px;
  }
}
.header__hamburger-btn {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: relative;
}
.header__hamburger-line {
  width: 19px;
  height: 1px;
  background-color: var(--color-purple);
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.header__hamburger-line:nth-child(1) {
  position: absolute;
  top: 39.7%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__hamburger-line:nth-child(2) {
  position: absolute;
  top: calc(39.7% + 7px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header--open .header__hamburger-btn {
  gap: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.header--open .header__hamburger-line {
  width: 21px;
}
.header--open .header__hamburger-line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header--open .header__hamburger-line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* MARK: headerMenu */
.headerMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow-x: auto;
  overflow-y: scroll;
  font-family: var(--font-en);
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: visibility 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: visibility 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.headerMenu__inner {
  position: absolute;
  width: 100%;
  background-color: var(--color-light-gray);
  padding-top: 82px;
  padding-bottom: 44px;
  border-radius: 0 0 12px 12px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.headerMenu__nav {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  color: var(--color-black);
}
.headerMenu__nav--ir {
  color: var(--color-purple);
}
.headerMenu__nav + .headerMenu__nav {
  margin-top: 45px;
}
.headerMenu__item + .headerMenu__item {
  margin-top: 11px;
}
.headerMenu__link {
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 12px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
}
.headerMenu__link--active {
  color: var(--color-purple);
  position: relative;
}
.headerMenu__link--active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-purple);
  display: block;
  position: absolute;
  left: 32px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headerMenu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100svh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.headerMenu--open {
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: visibility 0s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.headerMenu--open .headerMenu__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.headerMenu--open .headerMenu__overlay {
  opacity: 1;
}

/* MARK: footer */
.footer {
  background-color: var(--color-black);
  padding: 71px 6.25% 40px;
}
@media (width < 821px) {
  .footer {
    padding: 72px 32px 60px;
  }
}
.footer__inner {
  position: relative;
  margin: 0 auto;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 73px;
  overflow: hidden;
}
@media (width < 821px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    padding-bottom: 57px;
  }
}
.footer__top--links {
  width: 23.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (width < 821px) {
  .footer__top--links {
    width: 100%;
    gap: 17px;
  }
}
.footer__top--links-global {
  color: var(--color-pure-white);
}
@media (width < 821px) {
  .footer__top--links-global {
    padding-bottom: 19px;
  }
}
.footer__top--links-online {
  color: var(--color-gray);
}
.footer__top--links-external {
  color: var(--color-gray);
}
.footer__top--link-item {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (hover: hover) {
  .footer__top--link-item:hover {
    opacity: 0.5;
  }
}
.footer__top--link-item-text {
  position: relative;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.56px;
  padding-right: 14px;
}
.footer__top--link-item-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/common/icon_footer_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__top--links-global .footer__top--link-item-text::after {
  display: none;
}
.footer__bottom {
  border-top: 1px solid var(--color-dark-gray);
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (width < 821px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 33px;
    padding-top: 25px;
  }
}
.footer__bottom--sns {
  width: 23.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media (width < 821px) {
  .footer__bottom--sns {
    width: 100%;
    gap: 16px;
  }
}
.footer__bottom--sns-item {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (hover: hover) {
  .footer__bottom--sns-item:hover {
    opacity: 0.5;
  }
}
.footer__bottom--sns-item-text {
  display: none;
}
.footer__bottom--policy {
  width: 76.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  font-family: var(--font-en);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
  color: var(--color-gray);
}
@media (width < 821px) {
  .footer__bottom--policy {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__bottom--policy-link {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (hover: hover) {
  .footer__bottom--policy-link:hover {
    opacity: 0.5;
  }
}
@media (width < 821px) {
  .footer__bottom--policy-link {
    width: 40%;
  }
}
.footer__bottom--copyright {
  color: var(--color-gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media (width < 821px) {
  .footer__bottom--copyright {
    width: 50%;
  }
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.navigation.pagination .page-numbers {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.56px;
  color: var(--color-black);
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 50%;
  background-color: var(--color-light-gray);
}
.navigation.pagination .page-numbers.prev {
  margin-right: 50px;
  background-color: var(--color-white);
}
.navigation.pagination .page-numbers.next {
  margin-left: 50px;
  background-color: var(--color-white);
}
.navigation.pagination .page-numbers.current {
  background-color: var(--color-white);
  color: var(--color-purple);
}

.contactSection {
  background-color: var(--color-light-gray);
}
.contactSection__inner {
  position: relative;
  min-height: 464px;
  overflow: hidden;
  padding: 80px 6.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (width < 821px) {
  .contactSection__inner {
    min-height: 611px;
    padding: 64px 8.2% 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactSection__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contactSection__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.contactSection__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.contactSection__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contactSection__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
.contactSection__category {
  margin-bottom: 36px;
}
@media (width < 821px) {
  .contactSection__category {
    margin-bottom: 27px;
  }
}
.contactSection__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
  font-size: 22px;
}
.contactSection__text {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-top: 13px;
  margin-bottom: 32px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width < 821px) {
  .contactSection__text {
    margin-bottom: 30px;
  }
}
.contactSection__content {
  width: 49.15%;
  position: relative;
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 46px 48px 47px;
}
@media (width < 821px) {
  .contactSection__content {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 39px 32px;
  }
}
@media (width < 821px) {
  .contactSection__btn {
    width: 158px;
    padding: 14px 12px 14px 16px;
  }
}

.archiveFilters {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.archiveFilters.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.archiveFilters__wrapper {
  position: fixed;
  top: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89.5%;
  z-index: 6;
  padding: 0;
  border-radius: 0 0 12px 12px;
  overflow-y: auto;
}
@media (width >= 821px) {
  .archiveFilters__wrapper {
    width: 34.375%;
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
    height: 100%;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
    padding: 60px 40px 80px;
    background-color: var(--color-white);
  }
}
@media (width < 821px) {
  .archiveFilters__wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: var(--color-white);
    border-radius: 0 0 12px 12px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .archiveFilters__wrapper-inner {
    background-color: var(--color-white);
    border-radius: 12px 12px 0 0;
    padding: 0 20px 130px;
    margin-top: 20px;
    min-height: 90%;
  }
}
.main-wrapper--contact .archiveFilters__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89.5%;
  z-index: 6;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
}
@media (width >= 821px) {
  .main-wrapper--contact .archiveFilters__wrapper {
    width: 34.375%;
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
    height: 100%;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
    padding: 60px 40px 80px;
    background-color: var(--color-white);
  }
}
.archiveFilters__title {
  color: var(--color-purple);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
  padding: 60px 20px 10px;
  border-radius: 12px 12px 0 0;
  margin-top: 20px;
  background-color: var(--color-white);
}
@media (width < 821px) {
  .archiveFilters__title {
    padding: 60px 20px 10px 23px;
  }
}
.archiveFilters__overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(4px);
}
@media (width < 821px) {
  .archiveFilters__overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.archiveFilters.is-open .archiveFilters__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.archiveFilters__closeBtn {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 38px;
  height: 38px;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid var(--color-purple);
  background: rgba(250, 250, 250, 0.6);
}
@media (width < 821px) {
  .archiveFilters__closeBtn {
    top: 32px;
    right: 32px;
  }
}
@media (hover: hover) {
  .archiveFilters__closeBtn {
    -webkit-transition: background-color var(--short-transition-time) var(--default-ease);
    transition: background-color var(--short-transition-time) var(--default-ease);
  }
  .archiveFilters__closeBtn:hover {
    background-color: var(--color-white);
  }
}
.archiveFilters__closeBtn span {
  display: none;
}
.archiveFilters__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 89.5%;
  z-index: 7;
  background-color: var(--color-white);
  border-radius: 0 0 12px 12px;
  padding: 20px 20px 19px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
@media (width >= 821px) {
  .archiveFilters__search {
    width: 34.375%;
    bottom: 0;
    right: 0;
    left: unset;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px;
  }
}
.archiveFilters__resetBtn {
  width: 37.74%;
  padding: 17px 40px 16px;
}
@media (width >= 821px) {
  .archiveFilters__resetBtn {
    width: 29.25%;
  }
}
.archiveFilters__searchBtn {
  width: 59.67%;
  padding: 17px 40px 16px;
}
@media (width >= 821px) {
  .archiveFilters__searchBtn {
    width: 68.75%;
  }
}
.archiveFilters__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archiveFilters fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 21px;
  border: none;
  border-bottom: 1px solid var(--color-light-gray);
  padding: 25px 0 32px;
}
@media (width < 821px) {
  .archiveFilters fieldset:first-child legend {
    padding-top: 72px;
  }
}
.archiveFilters fieldset:last-child {
  border-bottom: none;
}
.archiveFilters input[type=checkbox] {
  display: none;
}
.archiveFilters input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.archiveFilters label {
  width: calc(100% - 40px);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.archiveFilters label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-dark-gray);
  border-radius: 50%;
  background-color: var(--color-white);
}
.archiveFilters label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3B0163;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.archiveFilters legend {
  width: 100%;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  padding-top: 24px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.archiveFilters__wrapper, .archiveFilters__search, .archiveFilters__closeBtn {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.archiveFilters__wrapper, .archiveFilters__search {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (width < 821px) {
  .archiveFilters__wrapper, .archiveFilters__search {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
}
.archiveFilters__closeBtn {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media (width < 821px) {
  .archiveFilters__closeBtn {
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
}
.archiveFilters.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.archiveFilters.is-open .archiveFilters__wrapper, .archiveFilters.is-open .archiveFilters__search {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (width < 821px) {
  .archiveFilters.is-open .archiveFilters__wrapper, .archiveFilters.is-open .archiveFilters__search {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.archiveFilters.is-open .archiveFilters__closeBtn {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
@media (width < 821px) {
  .archiveFilters.is-open .archiveFilters__closeBtn {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.archiveFilters.is-open .archiveFilters__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

/* MARK: main-wrapper--caseStudies */
.main-wrapper--caseStudies {
  background-color: var(--color-light-gray);
}
.main-wrapper--caseStudies .caseStudiesArchive {
  padding: 147px 6.25% 100px;
}
@media (width < 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive {
    padding: 120px 8.2% 80px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__wrapper--title {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__wrapper--title {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__wrapper--list {
  margin-bottom: 39px;
}
@media (width < 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__wrapper--list {
    margin-top: 35px;
    margin-bottom: 48px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__wrapper--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-wrapper--caseStudies .caseStudiesArchive__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (width < 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--caseStudies .caseStudiesArchive__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (width >= 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__category {
    margin-bottom: 17px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media (width < 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__title {
    padding-top: 16px;
    margin-bottom: 40px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__item-link {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (hover: hover) {
  .main-wrapper--caseStudies .caseStudiesArchive__item-link .caseStudiesArchive__item-image img,
  .main-wrapper--caseStudies .caseStudiesArchive__item-link .caseStudiesArchive__item-detail-link svg {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--caseStudies .caseStudiesArchive__item-link:hover .caseStudiesArchive__item-image img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--caseStudies .caseStudiesArchive__item-link:hover .caseStudiesArchive__item-detail-link svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__item-image {
  aspect-ratio: 454/279;
  position: relative;
}
.main-wrapper--caseStudies .caseStudiesArchive__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-wrapper--caseStudies .caseStudiesArchive__item-category {
  font-family: var(--font-ja-gothic);
  color: var(--color-purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 12px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: var(--color-white);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
}
.main-wrapper--caseStudies .caseStudiesArchive__item-detail {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  padding: 30px 25px 40px;
}
@media (width < 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__item-detail {
    padding-bottom: 35px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__item-detail-text {
  font-family: var(--font-ja-gothic);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.main-wrapper--caseStudies .caseStudiesArchive__item-detail-title {
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-top: 10px;
}
.main-wrapper--caseStudies .caseStudiesArchive__item-detail-link {
  font-family: var(--font-en);
  color: var(--color-purple);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 5px;
}
.main-wrapper--caseStudies .caseStudiesArchive__item-detail {
  padding: 30px 25px 35px;
}
@media (width >= 821px) {
  .main-wrapper--caseStudies .caseStudiesArchive__item-detail-link {
    margin-top: 25px;
  }
}
.main-wrapper--caseStudies .caseStudiesArchive__noItems {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-weight: 400;
}

/* MARK: main-wrapper--caseStudiesDetail */
.main-wrapper--caseStudiesDetail {
  background-color: var(--color-white);
  padding-top: 100px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__wrapper {
  padding: 0 6.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__wrapper-left {
  width: 60.714%;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__wrapper-left {
    width: 100%;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__wrapper-right {
  width: 32.142%;
  position: sticky;
  top: 130px;
  padding-bottom: 160px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__wrapper-right {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0 8.2% 100px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__titleBox {
  padding: 0 12.5%;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__titleBox {
    width: 83.589%;
    padding: 0;
    margin: 0 auto;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__label {
  color: var(--color-purple);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
  padding: 5px 12px 7px;
  margin-bottom: 20px;
  border-radius: 40px;
  border: 1px solid var(--color-purple);
  background: var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__title {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
  margin-bottom: 12px;
  text-wrap: auto;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__title {
    letter-spacing: -0.24px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__subtitle {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-bottom: 40px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__subtitle {
    margin-bottom: 48px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__mv {
  width: 100%;
  height: auto;
  aspect-ratio: 782/440;
  border-radius: 12px;
  overflow: hidden;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__mv {
    aspect-ratio: 89/55;
    border-radius: 0;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content {
  padding: 90px 12.5% 100px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content {
    padding: 60px 8.2% 40px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > * + * {
  margin-top: 30px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > * + * {
    margin-top: 20px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p {
  color: var(--color-black);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.14px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p {
    line-height: 188%;
    letter-spacing: 0.16px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + * {
  margin-top: 50px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + * {
    margin-top: 40px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + p {
  margin-top: 25px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h2, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h3, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h4, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h5 {
  margin-top: 60px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h2, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h3, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h4, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > p + h5 {
    margin-top: 50px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content a:not([class]) {
  color: var(--color-purple);
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 1;
  -webkit-transition: opacity var(--short-transition-time);
  transition: opacity var(--short-transition-time);
}
@media (hover: hover) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content a:not([class]):hover {
    opacity: 0.7;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content .wp-block-list {
  color: var(--color-purple);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.14px;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 20px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content .wp-block-list li {
  list-style: none;
  opacity: 1;
  -webkit-transition: opacity var(--short-transition-time);
  transition: opacity var(--short-transition-time);
}
@media (hover: hover) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content .wp-block-list li:hover {
    opacity: 0.7;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > .wp-block-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > .wp-block-image img {
  border-radius: 12px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > .wp-block-image .wp-element-caption {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.12px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > .wp-block-image .wp-element-caption {
    margin-top: 12px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > .wp-block-image + * {
  margin-top: 50px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > .wp-block-image + * {
    margin-top: 50px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h2, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h3, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h4, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h5 {
  margin-top: 116px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h2, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h3, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h4, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h5 {
    margin-top: 100px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > *:first-child {
  margin-top: 0 !important;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h2, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h3, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h4, .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h5 {
  text-wrap: wrap;
  word-break: break-all;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h2 {
  color: var(--color-black);
  font-family: var(--font);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  position: relative;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.18px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h3 {
  color: var(--color-black);
  font-family: var(--font);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  position: relative;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h3 + * {
  margin-top: 60px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content > h3 + p {
  margin-top: 40px !important;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__content a:not([class]) {
  text-decoration: underline;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-pure-white);
  border-radius: 12px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__infoList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5%;
  padding-bottom: 20px;
  padding: 24px 32px;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__infoList dl:not(:last-child) {
  border-bottom: 1px solid var(--color-light-gray);
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__infoList dl dt {
  font-family: var(--font-ja-gothic);
  color: var(--color-purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.24px;
  width: 25%;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__infoList dl dd {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  width: 69%;
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__backBtn {
  padding: 64px 12.5% 80px;
  margin: 0 auto;
  border-top: 1px solid var(--color-light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesDetail__backBtn {
    padding: 48px 8.2% 64px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesDetail__backBtn-btn {
  padding: 16px;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__inner {
  background-color: var(--color-light-gray);
  padding: 80px 6.25%;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__inner {
    padding: 80px 8.2%;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__category {
  margin-bottom: 56px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__category {
    margin-bottom: 48px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__content {
    grid-template-columns: 1fr;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-link {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (hover: hover) {
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__item-link .caseStudiesArchive__item-image img,
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__item-link .caseStudiesArchive__item-detail-link svg {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__item-link:hover .caseStudiesArchive__item-image img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__item-link:hover .caseStudiesArchive__item-detail-link svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-image {
  aspect-ratio: 454/279;
  position: relative;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-category {
  font-family: var(--font-ja-gothic);
  color: var(--color-purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 12px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: var(--color-white);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-detail {
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  padding: 30px 25px 40px;
}
@media (width < 821px) {
  .main-wrapper--caseStudiesDetail .caseStudiesArchive__item-detail {
    padding-bottom: 35px;
  }
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-detail-text {
  font-family: var(--font-ja-gothic);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-detail-title {
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-top: 10px;
}
.main-wrapper--caseStudiesDetail .caseStudiesArchive__item-detail-link {
  font-family: var(--font-en);
  color: var(--color-purple);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 5px;
}

/* MARK: main-wrapper--product */
.main-wrapper--product {
  background-color: var(--color-light-gray);
}
.main-wrapper--product .productArchive {
  padding: 147px 6.25% 100px;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive {
    padding: 120px 8.2% 80px;
  }
}
.main-wrapper--product .productArchive__wrapper--title {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__wrapper--title {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main-wrapper--product .productArchive__wrapper--list {
  margin-bottom: 40px;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__wrapper--list {
    margin-top: 35px;
    margin-bottom: 48px;
  }
}
.main-wrapper--product .productArchive__wrapper--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-wrapper--product .productArchive__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--product .productArchive__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (width >= 821px) {
  .main-wrapper--product .productArchive__category {
    margin-bottom: 17px;
  }
}
.main-wrapper--product .productArchive__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__title {
    padding-top: 16px;
    margin-bottom: 40px;
  }
}
.main-wrapper--product .productArchive__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 55px;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (width >= 821px) {
  .main-wrapper--product .productArchive__content {
    gap: 62px 55px;
  }
}
.main-wrapper--product .productArchive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  text-decoration: none;
  color: inherit;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__item {
    gap: 18px;
  }
}
@media (hover: hover) {
  .main-wrapper--product .productArchive__item .productArchive__item-img img {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--product .productArchive__item:hover .productArchive__item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--product .productArchive__item:hover .productArchive__item-btn svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--product .productArchive__item-img {
  position: relative;
  aspect-ratio: 326/430;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__item-img {
    aspect-ratio: 326/434;
  }
}
.main-wrapper--product .productArchive__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.main-wrapper--product .productArchive__item-labels {
  width: 94%;
  position: absolute;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.main-wrapper--product .productArchive__item-label {
  padding: 7px 12px 8px;
  border-radius: 40px;
  background: rgba(62, 62, 62, 0.7);
  border: 1px solid transparent;
  backdrop-filter: blur(6px);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12px;
  color: var(--color-white);
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  pointer-events: none;
}
.main-wrapper--product .productArchive__item-label:not(.label-main) {
  border-radius: 40px;
  border: 1px solid rgba(250, 250, 250, 0.5);
  background: rgba(250, 250, 250, 0.3);
  backdrop-filter: blur(6px);
  color: rgba(62, 62, 62, 0.8);
}
.main-wrapper--product .productArchive__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  padding: 0 10px 32px;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__item-body {
    gap: 16px;
    padding: 0 10px 32px;
  }
}
.main-wrapper--product .productArchive__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (width < 821px) {
  .main-wrapper--product .productArchive__item-desc {
    gap: 8px;
  }
}
.main-wrapper--product .productArchive__item-name {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  color: var(--color-black);
}
.main-wrapper--product .productArchive__item-name-ja {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.main-wrapper--product .productArchive__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.main-wrapper--product .productArchive__item-btn-text {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: var(--color-purple);
  white-space: nowrap;
}
.main-wrapper--product .productArchive__item-btn svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
@media (width >= 821px) {
  .main-wrapper--product .productArchive__item {
    gap: 26px;
  }
}
.main-wrapper--product .productArchive__btn {
  margin: 0 auto;
}
.main-wrapper--product .productArchive__noItems {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-weight: 400;
}

/* MARK: main-wrapper--productDetail */
.main-wrapper--productDetail {
  background-color: var(--color-white);
  padding-top: 92px;
}
@media (width < 821px) {
  .main-wrapper--productDetail {
    padding-top: 68px;
  }
}
.main-wrapper--productDetail .productDetail__infoBtn {
  width: 87.58%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: var(--short-transition-time);
  transition: var(--short-transition-time);
}
@media (width >= 821px) {
  .main-wrapper--productDetail .productDetail__infoBtn {
    width: 100%;
  }
}
.main-wrapper--productDetail .productDetail__infoBtn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-wrapper--productDetail #productDetail__slider {
  width: 46.8%;
  position: relative;
}
@media (width < 821px) {
  .main-wrapper--productDetail #productDetail__slider {
    width: 95.89%;
    margin-bottom: 13px;
  }
}
.main-wrapper--productDetail #productDetail__slider .splide__slide {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 375/457;
  height: 100%;
}
.main-wrapper--productDetail #productDetail__slider .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main-wrapper--productDetail #productDetail__slider video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .main-wrapper--productDetail .productDetail__slider:hover .productDetail__slider-arrow {
    opacity: 0.4;
    visibility: visible;
    pointer-events: auto;
  }
  .main-wrapper--productDetail .productDetail__slider:hover .productDetail__slider-arrow.is-disabled {
    opacity: 0;
  }
}
.main-wrapper--productDetail .productDetail__slider-wrapper {
  width: 83.7%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 65px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.main-wrapper--productDetail .productDetail__slider-nav {
  width: 93.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-nav {
    display: none;
  }
}
.main-wrapper--productDetail .productDetail__slider-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: var(--short-transition-time);
  transition: var(--short-transition-time);
}
@media (hover: hover) {
  .main-wrapper--productDetail .productDetail__slider-arrow:hover {
    opacity: 1 !important;
  }
}
.main-wrapper--productDetail .productDetail__slider-arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .main-wrapper--productDetail .productDetail__slider-arrow.is-disabled:hover {
    opacity: 0 !important;
  }
}
.main-wrapper--productDetail .productDetail__slider-fraction {
  position: absolute;
  bottom: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 40px;
  background-color: var(--color-black);
  padding: 7px 14px;
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-fraction {
    bottom: 21px;
  }
}
.main-wrapper--productDetail .productDetail__slider-content {
  width: 43.5%;
  padding-right: 3.2%;
  margin-top: 28px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-content {
    width: 100%;
    padding-right: 0;
  }
}
.main-wrapper--productDetail .productDetail__slider-content.sp-only {
  width: 83.58%;
  padding-left: 0;
}
.main-wrapper--productDetail .productDetail__slider-contentTitle {
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.6px;
  margin-bottom: 11px;
  text-wrap: auto;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-contentTitle {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.main-wrapper--productDetail .productDetail__slider-contentText {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.16px;
  margin-bottom: 21px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-contentText {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.main-wrapper--productDetail .productDetail__slider-bookmark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-top: 38px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-bookmark {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 6px;
    overflow-x: scroll;
    padding-left: 8.25%;
    padding-right: 8.25%;
  }
}
.main-wrapper--productDetail .productDetail__slider-bookmarkTitles {
  position: relative;
}
.main-wrapper--productDetail .productDetail__slider-bookmarkTitle {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  position: absolute;
  top: 0;
  -webkit-transition: all var(--short-transition-time) var(--default-ease);
  transition: all var(--short-transition-time) var(--default-ease);
  opacity: 0;
}
.main-wrapper--productDetail .productDetail__slider-bookmarkTitle.is-active {
  opacity: 1;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-bookmarkTitle {
    font-size: 16px;
    letter-spacing: 0.16px;
    padding-left: 8.25%;
  }
}
.main-wrapper--productDetail .productDetail__slider-bookmarkItem {
  width: 14.8%;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all var(--short-transition-time) var(--default-ease);
  transition: all var(--short-transition-time) var(--default-ease);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 123/150;
}
.main-wrapper--productDetail .productDetail__slider-bookmarkItem.is-active {
  border: 1px solid var(--color-purple);
  opacity: 1;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-bookmarkItem {
    min-width: 64px;
  }
}
.main-wrapper--productDetail .productDetail__slider-bookmarkItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper--productDetail .productDetail__slider-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 50px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__slider-labels {
    margin-bottom: 40px;
  }
}
.main-wrapper--productDetail .productDetail__slider-label {
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.12px;
  color: var(--color-white);
  background-color: var(--color-black);
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 40px;
}
.main-wrapper--productDetail .productDetail__slider-label:not(.label-main) {
  background: var(--color-light-gray);
  color: var(--color-gray);
}
.main-wrapper--productDetail .productDetail__slider-videoWrapper {
  height: 100%;
}
.main-wrapper--productDetail .productDetail__slider-videoToggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color var(--short-transition-time) var(--default-ease);
  transition: background-color var(--short-transition-time) var(--default-ease);
}
.main-wrapper--productDetail .productDetail__slider-videoToggle .icon-pause {
  width: 9px;
  margin-left: 2px;
}
.main-wrapper--productDetail .productDetail__slider-videoToggle .icon-pause, .main-wrapper--productDetail .productDetail__slider-videoToggle .icon-play {
  display: block;
}
.main-wrapper--productDetail .productDetail__slider-videoToggle.is-playing .icon-pause {
  display: none;
}
.main-wrapper--productDetail .productDetail__slider-videoToggle.is-paused .icon-play {
  display: none;
}
.main-wrapper--productDetail .productDetail__btn {
  margin-top: 56px;
}
.main-wrapper--productDetail .productDetail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding: 40px 0 0;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content {
    gap: 60px;
    padding: 50px 0 0;
  }
}
.main-wrapper--productDetail .productDetail__content .wp-block-paragraph:empty {
  display: none;
}
.main-wrapper--productDetail .productDetail__content .product__features {
  width: 72.6%;
  max-width: 930px;
  margin: 0 auto;
  padding: 45px 3.8%;
  border-radius: 12px;
  background: var(--color-pure-white);
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__features {
    width: 83.58%;
    padding: 40px 5.13%;
    gap: unset;
  }
}
.main-wrapper--productDetail .productDetail__content .product__features:last-child {
  margin-bottom: 140px;
}
.main-wrapper--productDetail .productDetail__content .product__features-title {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-wrap: auto;
}
.main-wrapper--productDetail .productDetail__content .product__features-text {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  margin-bottom: 45px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__features-text {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.main-wrapper--productDetail .productDetail__content .product__features-subTitle {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__features-subTitle {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.main-wrapper--productDetail .productDetail__content .product__features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 25px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__features-wrapper {
    margin-top: 30px;
    gap: 24px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__features-box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__features-box {
    width: 100%;
  }
}
.main-wrapper--productDetail .productDetail__content .product__features-subHead {
  color: var(--color-purple);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
  margin-bottom: 6px;
}
.main-wrapper--productDetail .productDetail__content .product__features-subText {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
}
.main-wrapper--productDetail .productDetail__content .product__spec {
  width: 72.65%;
  max-width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec {
    width: 83.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec:last-child {
  margin-bottom: 140px;
}
.main-wrapper--productDetail .productDetail__content .product__spec-title {
  width: 28%;
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
}
.main-wrapper--productDetail .productDetail__content .product__spec-content {
  width: 69.3%;
  gap: 28px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-content {
    width: 100%;
    gap: 24px;
  }
  .main-wrapper--productDetail .productDetail__content .product__spec-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    width: 68%;
  }
  .main-wrapper--productDetail .productDetail__content .product__spec-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(1) {
    width: 20%;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec-content .wp-block-paragraph {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-content .wp-block-paragraph {
    font-size: 14px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec-content .wp-block-paragraph.product__spec-annotation {
  color: var(--color-purple);
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.24px;
  text-decoration: underline;
  margin-top: 14px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-content .wp-block-paragraph.product__spec-annotation {
    margin-top: 10px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec-box {
  width: 100%;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-dark-gray);
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-box {
    gap: 7.3%;
    padding-bottom: 24px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec-subTitle {
  color: var(--color-purple);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-subTitle {
    font-size: 14px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec-text {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-text {
    font-size: 14px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__spec-annotation {
  color: var(--color-purple);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.24px;
  text-decoration: underline;
  margin-top: 14px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__spec-annotation {
    margin-top: 10px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__point {
  width: 100%;
  padding: 80px 0 100px;
  background: var(--color-light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__point {
    padding: 80px 0 120px;
    gap: 64px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__point-content {
  width: 72.65%;
  max-width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__point-content {
    width: 83.5%;
    gap: 24px;
  }
  .main-wrapper--productDetail .productDetail__content .product__point-content.img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main-wrapper--productDetail .productDetail__content .product__point-title {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-wrap: auto;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__point-title {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__point-text {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.16px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__point-text {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.main-wrapper--productDetail .productDetail__content .product__point-img {
  padding: 30px;
}
.main-wrapper--productDetail .productDetail__content .product__point-img img {
  border-radius: 12px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__point-img {
    padding: 0;
  }
}
.main-wrapper--productDetail .productDetail__content .product__point-textBox {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productDetail__content .product__point-textBox {
    padding: 0;
  }
}
.main-wrapper--productDetail .productArchive__inner {
  padding: 80px 6.25%;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__inner {
    padding: 80px 8.2%;
  }
}
.main-wrapper--productDetail .productArchive__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--productDetail .productArchive__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
.main-wrapper--productDetail .productArchive__category {
  margin-bottom: 56px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__category {
    margin-bottom: 48px;
  }
}
.main-wrapper--productDetail .productArchive__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 55px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.main-wrapper--productDetail .productArchive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  text-decoration: none;
  color: inherit;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__item {
    gap: 18px;
  }
}
@media (hover: hover) {
  .main-wrapper--productDetail .productArchive__item .productArchive__item-img img {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--productDetail .productArchive__item:hover .productArchive__item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--productDetail .productArchive__item:hover .productArchive__item-btn svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--productDetail .productArchive__item-img {
  position: relative;
  aspect-ratio: 326/430;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__item-img {
    aspect-ratio: 326/434;
  }
}
.main-wrapper--productDetail .productArchive__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.main-wrapper--productDetail .productArchive__item-labels {
  width: 94%;
  position: absolute;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.main-wrapper--productDetail .productArchive__item-label {
  padding: 7px 12px 8px;
  border-radius: 40px;
  background: rgba(62, 62, 62, 0.7);
  border: 1px solid transparent;
  backdrop-filter: blur(6px);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12px;
  color: var(--color-white);
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  pointer-events: none;
}
.main-wrapper--productDetail .productArchive__item-label:not(.label-main) {
  border-radius: 40px;
  border: 1px solid rgba(250, 250, 250, 0.5);
  background: rgba(250, 250, 250, 0.3);
  backdrop-filter: blur(6px);
  color: rgba(62, 62, 62, 0.8);
}
.main-wrapper--productDetail .productArchive__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  padding: 0 10px 32px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__item-body {
    gap: 16px;
    padding: 0 10px 32px;
  }
}
.main-wrapper--productDetail .productArchive__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (width < 821px) {
  .main-wrapper--productDetail .productArchive__item-desc {
    gap: 8px;
  }
}
.main-wrapper--productDetail .productArchive__item-name {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  color: var(--color-black);
}
.main-wrapper--productDetail .productArchive__item-name-ja {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.main-wrapper--productDetail .productArchive__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.main-wrapper--productDetail .productArchive__item-btn-text {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: var(--color-purple);
  white-space: nowrap;
}
.main-wrapper--productDetail .productArchive__item-btn svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}

.main-wrapper--top .mv {
  background-color: var(--color-light-gray);
}
.main-wrapper--top .mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 90px 2.3% 64px;
}
@media (width < 821px) {
  .main-wrapper--top .mv__inner {
    padding: 71px 8px 64px;
    gap: 8px;
  }
}
.main-wrapper--top .mv__section--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (width < 821px) {
  .main-wrapper--top .mv__section--top {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.main-wrapper--top .mv__section--bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: none;
}
@media (width < 821px) {
  .main-wrapper--top .mv__section--bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .mv__hero .mv__card--large {
    height: 100%;
    aspect-ratio: auto;
  }
}
.main-wrapper--top .mv__hero .mv__card-overlay {
  bottom: -159px;
  padding: 65px 40px 200px;
  gap: 29px;
  will-change: transform;
}
.main-wrapper--top .mv__hero .mv__card-overlay::before {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, var(--color-pure-black)), to(transparent));
  -webkit-mask-image: linear-gradient(to top, var(--color-pure-black) 55% 0%, transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, var(--color-pure-black)), to(transparent));
          mask-image: linear-gradient(to top, var(--color-pure-black) 55% 0%, transparent 100%);
}
@media (width < 821px) {
  .main-wrapper--top .mv__hero .mv__card-overlay {
    padding: 65px 24px 200px;
    gap: 23px;
  }
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__hero .mv__card-overlay {
    bottom: -12.89vw;
    padding: 5.078vw 3.125vw 15.625vw;
    gap: 2.265vw;
  }
}
.main-wrapper--top .mv__hero .mv__card-name {
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 112%;
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__hero .mv__card-name {
    font-size: 2.343vw;
  }
}
.main-wrapper--top .mv__sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (width < 821px) {
  .main-wrapper--top .mv__sub {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.main-wrapper--top .mv__card--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: clip;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}
@media (width >= 821px) {
  .main-wrapper--top .mv__card--product {
    aspect-ratio: 306/426;
  }
}
@media (width < 821px) {
  .main-wrapper--top .mv__card--product {
    aspect-ratio: 374/499;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .mv__card--product.mv__card--large {
    aspect-ratio: auto;
    border-radius: 12px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .mv__card--product.mv__card--large {
    aspect-ratio: 374/666;
  }
}
.main-wrapper--top .mv__card--product.mv__card--large .mv__card-name {
  font-size: 30px;
  letter-spacing: 0.6px;
}
@media (hover: hover) {
  .main-wrapper--top .mv__card--product .mv__card-bg {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .mv__card--product .mv__card-arrow svg {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .mv__card--product:hover .mv__card-bg {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--top .mv__card--product:hover .mv__card-arrow svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--top .mv__card--feature {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--color-white);
}
.main-wrapper--top .mv__card--feature.card_06 .mv__feature-img {
  aspect-ratio: 399/301;
}
.main-wrapper--top .mv__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 1;
}
.main-wrapper--top .mv__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
  padding: 40px 24px 35px;
  overflow: hidden;
  width: 100%;
}
.main-wrapper--top .mv__card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(55, 55, 55, 0.3);
  backdrop-filter: blur(4px);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--color-pure-black)), to(transparent));
  -webkit-mask-image: linear-gradient(to top, var(--color-pure-black) 30% 0%, transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--color-pure-black)), to(transparent));
          mask-image: linear-gradient(to top, var(--color-pure-black) 30% 0%, transparent 100%);
}
@media (width < 821px) {
  .main-wrapper--top .mv__card-overlay {
    gap: 25px;
    padding: 40px 24px 34px;
  }
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__card-overlay {
    padding: 3.149vw 1.889vw 2.7559vw;
    gap: 2.126vw;
  }
}
@media (width >= 821px) {
  .mv__card--large .main-wrapper--top .mv__card-overlay {
    padding: 45px 40px 40px;
    gap: 35px;
  }
}
.main-wrapper--top .mv__card-category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--top .mv__card-category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-white);
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__card-category {
    font-size: 1.103vw;
  }
}
.main-wrapper--top .mv__card-category--dark {
  color: var(--color-black);
}
.main-wrapper--top .mv__card-category--dark::before {
  background-color: var(--color-purple);
}
.main-wrapper--top .mv__card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  width: 100%;
}
.mv__card--large .main-wrapper--top .mv__card-bottom {
  gap: 20px;
}
@media (width < 821px) {
  .mv__card--large .main-wrapper--top .mv__card-bottom {
    gap: 20px;
  }
}
.main-wrapper--top .mv__card-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.mv__card--large .main-wrapper--top .mv__card-texts {
  gap: 12px;
}
.main-wrapper--top .mv__card-name {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
  color: var(--color-white);
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__card-name {
    font-size: 1.8897vw;
  }
}
.main-wrapper--top .mv__card-name-ja {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: var(--color-light-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__card-name-ja {
    font-size: 1.103vw;
  }
}
.main-wrapper--top .mv__card-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-wrapper--top .mv__card-arrow svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__card-arrow {
    width: 3.3vw;
    height: 3.3vw;
  }
}
.main-wrapper--top .mv__section--bottom .mv__card--product {
  aspect-ratio: 306/406;
}
.main-wrapper--top .mv__feature-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media (hover: hover) {
  .main-wrapper--top .mv__feature-link .mv__feature-img img {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .mv__feature-link .mv__feature-btn svg {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .mv__feature-link:hover .mv__feature-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--top .mv__feature-link:hover .mv__feature-btn svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--top .mv__feature-img {
  aspect-ratio: 374/231;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-wrapper--top .mv__feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 821px) {
  .mv__section--bottom .main-wrapper--top .mv__feature-img {
    height: 301px;
    aspect-ratio: auto;
  }
}
.main-wrapper--top .mv__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  padding: 32px 24px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width < 821px) {
  .main-wrapper--top .mv__feature-body {
    padding: 32px 24px;
    gap: 24px;
  }
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__feature-body {
    padding: 2.519vw 1.889vw 3.149vw;
    gap: 1.1vw;
  }
}
.main-wrapper--top .mv__feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__feature-content {
    gap: 0.7874vw;
  }
}
.main-wrapper--top .mv__feature-title {
  font-family: var(--font-ja-gothic);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: var(--color-black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__feature-title {
    font-size: 1.418vw;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
@media (width < 821px) {
  .main-wrapper--top .mv__feature-title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.32px;
  }
}
.main-wrapper--top .mv__feature-subtitle {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__feature-subtitle {
    font-size: 1.103vw;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
.main-wrapper--top .mv__feature-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 6px;
}
@media (width < 821px) {
  .main-wrapper--top .mv__feature-btn {
    margin-top: 0;
  }
}
.main-wrapper--top .mv__feature-btn-text {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: var(--color-purple);
}
@media (821px <= width <= 1270px) {
  .main-wrapper--top .mv__feature-btn-text {
    font-size: 1.103vw;
  }
}
.main-wrapper--top .mv__feature-btn svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-wrapper--top .product {
  padding: 115px 6.25% 120px;
}
@media (width < 821px) {
  .main-wrapper--top .product {
    padding: 79px 8.2% 80px;
  }
}
.main-wrapper--top .product__wrapper--title {
  margin-bottom: 60px;
}
@media (width < 821px) {
  .main-wrapper--top .product__wrapper--title {
    margin-bottom: 48px;
  }
}
.main-wrapper--top .product__wrapper--list {
  margin-bottom: 60px;
}
@media (width < 821px) {
  .main-wrapper--top .product__wrapper--list {
    margin-top: 35px;
    margin-bottom: 45px;
  }
}
.main-wrapper--top .product__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--top .product__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (width >= 821px) {
  .main-wrapper--top .product__category {
    margin-bottom: 45px;
  }
}
.main-wrapper--top .product__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media (width >= 821px) {
  .main-wrapper--top .product__title {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .product__title {
    padding-top: 37px;
    margin-bottom: 16px;
  }
}
.main-wrapper--top .product__text {
  font-family: var(--font-ja-gothic);
  color: var(--color-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}
@media (width < 821px) {
  .main-wrapper--top .product__text {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
.main-wrapper--top .product__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 55px;
}
@media (width < 821px) {
  .main-wrapper--top .product__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.main-wrapper--top .product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  text-decoration: none;
  color: inherit;
}
@media (width < 821px) {
  .main-wrapper--top .product__item {
    gap: 18px;
  }
}
@media (hover: hover) {
  .main-wrapper--top .product__item .productArchive__item-img img {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .product__item:hover .productArchive__item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--top .product__item:hover .productArchive__item-btn svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--top .product__item-img {
  position: relative;
  aspect-ratio: 326/430;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 821px) {
  .main-wrapper--top .product__item-img {
    aspect-ratio: 326/434;
  }
}
.main-wrapper--top .product__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.main-wrapper--top .product__item-labels {
  width: 94%;
  position: absolute;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.main-wrapper--top .product__item-label {
  padding: 7px 12px 8px;
  border-radius: 40px;
  background: rgba(62, 62, 62, 0.7);
  border: 1px solid transparent;
  backdrop-filter: blur(6px);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12px;
  color: var(--color-white);
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  pointer-events: none;
}
.main-wrapper--top .product__item-label:not(.label-main) {
  border-radius: 40px;
  border: 1px solid rgba(250, 250, 250, 0.5);
  background: rgba(250, 250, 250, 0.3);
  backdrop-filter: blur(6px);
  color: rgba(62, 62, 62, 0.8);
}
.main-wrapper--top .product__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  padding: 0 10px 32px;
}
@media (width < 821px) {
  .main-wrapper--top .product__item-body {
    gap: 16px;
    padding: 0 10px 32px;
  }
}
.main-wrapper--top .product__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (width < 821px) {
  .main-wrapper--top .product__item-desc {
    gap: 8px;
  }
}
.main-wrapper--top .product__item-name {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  color: var(--color-black);
}
.main-wrapper--top .product__item-name-ja {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.main-wrapper--top .product__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.main-wrapper--top .product__item-btn-text {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: var(--color-purple);
  white-space: nowrap;
}
.main-wrapper--top .product__item-btn svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
@media (hover: hover) {
  .main-wrapper--top .product__item .product__item-img img {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .product__item:hover .product__item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--top .product__item:hover .product__item-btn svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--top .product__item-label {
  position: absolute;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-wrapper--top .product__item-label:not(.label-main) {
  background: rgba(62, 62, 62, 0.7);
  color: var(--color-white);
  border: 1px solid transparent;
}
.main-wrapper--top .product__btn {
  margin: 0 auto;
}
.main-wrapper--top .caseStudy {
  background-color: var(--color-light-gray);
}
.main-wrapper--top .caseStudy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 117px 0 118px 6.25%;
  gap: 60px;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding: 79px 8.2% 80px;
    gap: 47px;
  }
}
.main-wrapper--top .caseStudy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrapper--top .caseStudy__wrapper--list {
  width: 52.5%;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__wrapper--list {
    width: 100%;
  }
}
.main-wrapper--top .caseStudy__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 38.235%;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__wrapper--title {
    width: 100%;
  }
}
.main-wrapper--top .caseStudy__box:nth-child(1) {
  position: relative;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__box:nth-child(1) {
    width: 100%;
  }
}
.main-wrapper--top .caseStudy__box:nth-child(2) {
  width: 64.85%;
  position: relative;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__box:nth-child(2) {
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
  }
}
.main-wrapper--top .caseStudy__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--top .caseStudy__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (width >= 821px) {
  .main-wrapper--top .caseStudy__category {
    margin-bottom: 45px;
  }
}
.main-wrapper--top .caseStudy__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media (width >= 821px) {
  .main-wrapper--top .caseStudy__title {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__title {
    padding-top: 36px;
  }
}
.main-wrapper--top .caseStudy__text {
  font-family: var(--font-ja-gothic);
  color: var(--color-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width >= 821px) {
  .main-wrapper--top .caseStudy__text {
    margin-bottom: 31px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__text {
    margin-top: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__btn {
    margin: 0 auto;
  }
}
.main-wrapper--top .caseStudy__slider {
  position: relative;
  -webkit-transition: opacity var(--default-transition-time) var(--default-ease);
  transition: opacity var(--default-transition-time) var(--default-ease);
}
.main-wrapper--top .caseStudy__slider-item {
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (hover: hover) {
  .main-wrapper--top .caseStudy__slider-item-link .caseStudy__slider-item-image img,
  .main-wrapper--top .caseStudy__slider-item-link .caseStudy__slider-item-detail-link svg {
    -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
  .main-wrapper--top .caseStudy__slider-item-link:hover .caseStudy__slider-item-image img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .main-wrapper--top .caseStudy__slider-item-link:hover .caseStudy__slider-item-detail-link svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--top .caseStudy__slider-item-category {
  font-family: var(--font-ja-gothic);
  color: var(--color-purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 12px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: var(--color-white);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__slider-item-category {
    padding: 6px 12px 7px;
    left: 17px;
    top: 17px;
  }
}
.main-wrapper--top .caseStudy__slider-item-image {
  aspect-ratio: 454/283;
  position: relative;
}
.main-wrapper--top .caseStudy__slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__slider-item-image {
    aspect-ratio: 452/280;
  }
}
.main-wrapper--top .caseStudy__slider-item-detail {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.85);
  backdrop-filter: blur(2px);
  z-index: 3;
  padding: 40px 32px;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__slider-item-detail {
    padding: 30px 24px 35px;
  }
}
.main-wrapper--top .caseStudy__slider-item-detail-link {
  font-family: var(--font-en);
  color: var(--color-purple);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  gap: 5px;
}
.main-wrapper--top .caseStudy__slider-item-detail-title {
  color: var(--color-gray);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-top: 10px;
}
.main-wrapper--top .caseStudy__slider-item-detail-text {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.main-wrapper--top .caseStudy__slider-item-detail-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  border: 1px solid var(--color-gray);
  border-radius: 50%;
}
.main-wrapper--top .caseStudy__slider-item-detail-btn svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-wrapper--top .caseStudy__slider-item-detail-btn svg rect {
  stroke: none;
}
@media (hover: hover) {
  .main-wrapper--top .caseStudy__slider-item-detail-btn svg {
    -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .main-wrapper--top .caseStudy__slider-item-detail-btn:hover svg {
    -webkit-transform: scale(1.28) rotate(45deg);
            transform: scale(1.28) rotate(45deg);
  }
}
@media (width >= 821px) {
  .main-wrapper--top .caseStudy__slider-track {
    padding-bottom: 50px;
    overflow: hidden;
  }
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__slider-track {
    overflow: visible;
  }
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__slider-list[data-animated=true] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.main-wrapper--top .caseStudy__slider-list[data-animated=true] .caseStudy__slider-slide {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.main-wrapper--top .caseStudy__slider--fading {
  opacity: 0;
}
.main-wrapper--top .caseStudy__slider-slide {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease), -webkit-filter var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease), -webkit-filter var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: filter var(--short-transition-time) var(--default-ease), opacity var(--short-transition-time) var(--default-ease), transform var(--short-transition-time) var(--default-ease);
  transition: filter var(--short-transition-time) var(--default-ease), opacity var(--short-transition-time) var(--default-ease), transform var(--short-transition-time) var(--default-ease), -webkit-filter var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.main-wrapper--top .caseStudy__slider-slide:nth-child(1) {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}
.main-wrapper--top .caseStudy__slider-slide:nth-child(2) {
  -webkit-transition-delay: 0s, 0.2s, 0.2s;
          transition-delay: 0s, 0.2s, 0.2s;
}
.main-wrapper--top .caseStudy__slider-slide:nth-child(3) {
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
          transition-delay: 0s, 0.4s, 0.4s;
}
.main-wrapper--top .caseStudy__slider-slide:nth-child(4) {
  -webkit-transition-delay: 0s, 0.6s, 0.6s;
          transition-delay: 0s, 0.6s, 0.6s;
}
.main-wrapper--top .caseStudy__slider-slide:nth-child(5) {
  -webkit-transition-delay: 0s, 0.8s, 0.8s;
          transition-delay: 0s, 0.8s, 0.8s;
}
.main-wrapper--top .caseStudy__slider-slide:nth-child(6) {
  -webkit-transition-delay: 0s, 1s, 1s;
          transition-delay: 0s, 1s, 1s;
}
@media (width < 821px) {
  .main-wrapper--top .caseStudy__slider-slide {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.main-wrapper--top .caseStudy__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  position: absolute;
  right: 12.7%;
  bottom: -17px;
}
.main-wrapper--top .caseStudy__slider-arrow {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
  border: 1px solid var(--color-purple);
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-wrapper--top .caseStudy__slider-arrow rect {
  stroke: none;
  fill: none;
}
.main-wrapper--top .caseStudy__slider-arrow svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.main-wrapper--top .caseStudy__slider-arrow--disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .main-wrapper--top .caseStudy__slider-arrow--next:hover svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .main-wrapper--top .caseStudy__slider-arrow--prev:hover svg {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
.main-wrapper--top .about {
  padding: 100px 6.25%;
}
@media (width < 821px) {
  .main-wrapper--top .about {
    padding: 0;
    background-color: var(--color-pure-white);
  }
}
.main-wrapper--top .about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 821px) {
  .main-wrapper--top .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrapper--top .about__slider-splide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49%;
  overflow: hidden;
}
@media (width < 821px) {
  .main-wrapper--top .about__slider-splide {
    width: 100%;
    padding-left: 0;
  }
}
.main-wrapper--top .about__slider-item-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (width < 821px) {
  .main-wrapper--top .about__slider-item-image {
    border-radius: 0;
  }
}
.main-wrapper--top .about__content {
  width: 50.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -6px;
}
@media (width < 821px) {
  .main-wrapper--top .about__content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-wrapper--top .about__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (width >= 821px) {
  .main-wrapper--top .about__category {
    margin-bottom: 48px;
  }
}
.main-wrapper--top .about__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
}
.main-wrapper--top .about__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media (width >= 821px) {
  .main-wrapper--top .about__title {
    margin-bottom: 19px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__title {
    padding-top: 40px;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.24px;
  }
}
.main-wrapper--top .about__text {
  font-family: var(--font-ja-gothic);
  color: var(--color-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}
@media (width >= 821px) {
  .main-wrapper--top .about__text {
    margin-bottom: 40px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__text {
    margin-top: 15px;
    margin-bottom: 39px;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
.main-wrapper--top .about__details {
  width: 80%;
}
@media (width < 821px) {
  .main-wrapper--top .about__details {
    width: 100%;
    padding: 64px 8.2% 100px;
  }
}
.main-wrapper--top .link {
  background-color: var(--color-light-gray);
  padding: 60px 6.25%;
}
@media (width < 821px) {
  .main-wrapper--top .link {
    padding: 60px 8.2% 59px;
  }
}
.main-wrapper--top .link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  max-width: 83.2%;
  min-width: 700px;
  margin: 0 auto;
}
@media (width < 821px) {
  .main-wrapper--top .link__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    min-width: 100%;
    max-width: 100%;
  }
}
.main-wrapper--top .link__item {
  width: 50%;
}
.main-wrapper--top .link__item--img {
  border-radius: 6px;
}
@media (width < 821px) {
  .main-wrapper--top .link__item--img {
    border-radius: 4px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .link__item {
    width: 100%;
  }
}
@media (hover: hover) {
  .main-wrapper--top .link__item--link {
    -webkit-transition: opacity var(--short-transition-time);
    transition: opacity var(--short-transition-time);
  }
  .main-wrapper--top .link__item--link:hover {
    opacity: 0.7;
  }
}

/* MARK: main-wrapper--contact */
.main-wrapper--contact .contact {
  padding: 147px 6.25% 200px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact {
    padding: 120px 8.2% 80px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact__titleBox {
    margin-bottom: 60px;
  }
}
.main-wrapper--contact .contact__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-wrapper--contact .contact__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact__category {
    margin-bottom: 48px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact__category {
    margin-bottom: 40px;
  }
}
.main-wrapper--contact .contact__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__title {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.main-wrapper--contact .contact__description {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__description {
    margin-top: 16px;
  }
}
.main-wrapper--contact .contact__faqBtn {
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: var(--color-pure-white);
}
.main-wrapper--contact .contact__wrapper {
  padding: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.main-wrapper--contact .contact__wrapper .privacy input[type=checkbox] {
  margin-right: 4px;
  vertical-align: middle;
}
.main-wrapper--contact .contact__content--left {
  width: 60.714%;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__content--left {
    width: 100%;
  }
}
.main-wrapper--contact .contact__content--right {
  width: 32.142%;
  position: sticky;
  top: 130px;
  padding: 32px 24px 40px 24px;
  border-radius: 12px;
  background-color: var(--color-pure-white);
}
@media (width < 821px) {
  .main-wrapper--contact .contact__content--right {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0 8.2% 100px;
  }
}
.main-wrapper--contact .contact__content--right-title {
  color: var(--color-purple);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.main-wrapper--contact .contact__content-title {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin-bottom: 32px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__content-title {
    margin-bottom: 24px;
  }
}
.main-wrapper--contact .contact__content--left fieldset {
  border: none;
}
.main-wrapper--contact .contact__content--left legend {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
  margin: 0 0 8px 8px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.main-wrapper--contact .contact__content--left legend span {
  color: var(--color-red);
}
.main-wrapper--contact .contact__content--left .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.main-wrapper--contact .contact__content--left select[name=faq-select], .main-wrapper--contact .contact__content--left select[name=faq-select]:after {
  width: 100%;
  height: 54px;
  position: relative;
  padding: 0 20px 0 16px;
  border-radius: 12px;
  border: 1px solid var(--color-light-gray);
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/common/icon_faq_arrow.svg);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.main-wrapper--contact .contact__content--left:has(select option[value=""]:checked) select, .main-wrapper--contact .contact__content--left:has(select option[value=""]:checked)::after {
  color: var(--color-gray);
  background: var(--color-light-gray);
  border: 1px solid var(--color-light-gray);
  background-image: url(../images/common/icon_faq_arrow.svg);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.main-wrapper--contact .contact__content--left input[type=text] {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--color-light-gray);
  background: var(--color-white);
  height: 54px;
  padding: 0 16px;
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.main-wrapper--contact .contact__content--left input[type=text]::-webkit-input-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left input[type=text]::-moz-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left input[type=text]:-ms-input-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left input[type=text]::-ms-input-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left input[type=text]::placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left .contact__text-error {
  color: var(--color-red);
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.24px;
  margin: 3px 0 0 8px;
}
.main-wrapper--contact .contact__content--left textarea[name=message] {
  width: 100%;
  height: 160px;
  padding: 17.5px 20px 117.5px 20px;
  border-radius: 12px;
  border: 1px solid var(--color-light-gray);
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.main-wrapper--contact .contact__content--left textarea[name=message]::-webkit-input-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left textarea[name=message]::-moz-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left textarea[name=message]:-ms-input-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left textarea[name=message]::-ms-input-placeholder {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left textarea[name=message]::placeholder {
  color: var(--color-gray);
}
@media (width < 821px) {
  .main-wrapper--contact .contact__content--left textarea[name=message] {
    height: 240px;
  }
}
.main-wrapper--contact .contact__content--left .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 30px 19px;
  border-radius: 12px;
  background: var(--color-light-gray);
  margin-bottom: 40px;
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.12px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.main-wrapper--contact .contact__content--left .privacy a {
  text-decoration: underline;
}
.main-wrapper--contact .contact__content--left .g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.main-wrapper--contact .contact__content--left .confirm-wrapper {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__content--left .confirm-wrapper {
    gap: 25px;
    margin-bottom: 40px;
  }
}
.main-wrapper--contact .contact__content--left .confirm__text {
  color: var(--color-gray);
}
.main-wrapper--contact .contact__content--left .confirm__text:first-child {
  margin-bottom: 20px;
}
.main-wrapper--contact .contact__content--left .confirm-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
.main-wrapper--contact .contact__btn {
  width: 160px;
  padding: 20px 40px;
}
.main-wrapper--contact .contact__btn.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.main-wrapper--contact .contact__btn-link {
  width: 160px;
  padding: 20px;
}
.main-wrapper--contact .contact__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrapper--contact .contact__faqBox {
  margin-top: 8px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__faqBox {
    background-color: var(--color-white);
    margin-top: 0 !important;
    min-height: 79.5vh;
  }
}
.main-wrapper--contact .contact__faqItem {
  border-bottom: 1px solid var(--color-light-gray);
  -webkit-transition: var(--short-transition-time);
  transition: var(--short-transition-time);
}
@media (width < 821px) {
  .main-wrapper--contact .contact__faqItem {
    background-color: var(--color-white);
    width: 86.3%;
    margin: 0 auto;
  }
}
.main-wrapper--contact .contact__faqItem button {
  padding: 20px 20px 20px 0;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__faqItem button {
    padding: 18px 20px 20px 0;
  }
}
.main-wrapper--contact .contact__faqItem-title {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-wrapper--contact .contact__faqItem-title .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.main-wrapper--contact .contact__faqItem-title::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icon_faq_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image var(--short-transition-time) var(--default-ease);
  transition: background-image var(--short-transition-time) var(--default-ease);
  position: absolute;
  right: 0;
}
.main-wrapper--contact .contact__faqItem-textBox p {
  color: var(--color-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.14px;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__faqItem-textBox p {
    margin-bottom: 17px;
    padding-right: 20px;
  }
}
.main-wrapper--contact .contact__faqItem.is-open .contact__faqItem-title::after {
  background-image: url(../images/common/icon_faq_minus.svg);
}
.main-wrapper--contact .contact__faqItem .wp-block-accordion-panel[inert] {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: var(--short-transition-time);
  transition: var(--short-transition-time);
}
.main-wrapper--contact .contact__faqItem .wp-block-accordion-panel {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: var(--short-transition-time);
  transition: var(--short-transition-time);
}
.main-wrapper--contact .contact__faqItem.is-open .wp-block-accordion-panel,
.main-wrapper--contact .contact__faqItem .wp-block-accordion-panel:not([inert]) {
  opacity: 1;
  visibility: visible;
}

body.formrun-system-confirm [data-formrun-hide-if-confirm],
body:not(.formrun-system-confirm) [data-formrun-show-if-confirm] {
  display: none !important;
}

body.formrun-system-confirm .contact__content--right {
  display: none;
}
body.formrun-system-confirm .contact__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* MARK: main-wrapper--thanks */
.main-wrapper--thanks .thanks {
  padding: 150px 6.25% 100px;
  min-height: 65vh;
}
@media (width < 821px) {
  .main-wrapper--thanks .thanks {
    padding: 120px 8.2% 80px;
  }
}
.main-wrapper--thanks .thanks__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (width >= 821px) {
  .main-wrapper--thanks .thanks__category {
    margin-bottom: 20px;
  }
}
.main-wrapper--thanks .thanks__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
}
.main-wrapper--thanks .thanks__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
  margin-bottom: 48px;
}
@media (width < 821px) {
  .main-wrapper--thanks .thanks__title {
    padding-top: 40px;
    margin-bottom: 30px;
    line-height: 130%;
  }
}
.main-wrapper--thanks .thanks__text {
  font-family: var(--font-ja-gothic);
  font-size: 15px;
  line-height: 180%;
  margin-bottom: 30px;
}
.main-wrapper--thanks .thanks__btn {
  width: 190px;
}

/* MARK: main-wrapper--notFound */
.main-wrapper--notFound .notFound {
  padding: 150px 6.25% 100px;
  min-height: 65vh;
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound {
    padding: 120px 8.2% 80px;
  }
}
.main-wrapper--notFound .notFound__category {
  position: relative;
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (width >= 821px) {
  .main-wrapper--notFound .notFound__category {
    margin-bottom: 20px;
  }
}
.main-wrapper--notFound .notFound__category::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-purple);
  border-radius: 50%;
}
.main-wrapper--notFound .notFound__title {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
  margin-bottom: 48px;
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__title {
    padding-top: 40px;
    margin-bottom: 30px;
    line-height: 130%;
  }
}
.main-wrapper--notFound .notFound__text {
  font-family: var(--font-ja-gothic);
  font-size: 15px;
  line-height: 180%;
  margin-bottom: 30px;
}
.main-wrapper--notFound .notFound__btn {
  width: 190px;
}

/* MARK: main-wrapper--about */
.main-wrapper--about {
  background-color: #eee;
  color: #3e3e3e;
  font-family: var(--font-ja-gothic);
  line-height: 1.5;
  padding-top: 0;
  font-feature-settings: "palt", "chws";
}
@media (min-width: 821px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .u-pc-only {
    display: none !important;
  }
}
.main-wrapper--about .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 64px;
}
.main-wrapper--about .section-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #3e3e3e;
  border-radius: 50%;
}
.main-wrapper--about .section-title span {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.main-wrapper--about .main-copy {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 20px;
}
.main-wrapper--about .description {
  color: #969696;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-feature-settings: "palt" 1;
}
.main-wrapper--about .rounded-img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.main-wrapper--about .rounded-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrapper--about .hero {
  padding: 150px 2.3% 0;
  background-color: #eee;
}
.main-wrapper--about .hero__header {
  display: flex;
  gap: 20px;
  padding: 0 80px;
  margin-bottom: 64px;
}
.main-wrapper--about .hero__header-title {
  width: 50%;
}
.main-wrapper--about .hero__header .section-title {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.main-wrapper--about .hero__header .hero__content {
  flex: 1;
  padding: 0 40px 0 0;
}
.main-wrapper--about .hero__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120 / 501;
}
.main-wrapper--about .our-product {
  padding: 100px 6.25% 120px;
  background-color: #eee;
}
.main-wrapper--about .product-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.main-wrapper--about .product-item {
  display: flex;
  align-items: center;
  gap: 80px;
}
.main-wrapper--about .product-item:nth-child(even) {
  flex-direction: row-reverse;
}
.main-wrapper--about .product-item__text {
  flex: 0.8;
  margin: 0 20px 0 80px;
}
.main-wrapper--about .product-item__text.right-text {
  margin: 0 80px 0 20px;
}
.main-wrapper--about .product-item__text h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: 400;
}
.main-wrapper--about .product-item__img {
  flex: 1;
  aspect-ratio: 1 / 1;
  margin: 0 30px;
}
.main-wrapper--about .message {
  width: 100%;
  position: relative;
  height: 200vh;
}
.main-wrapper--about .message__img {
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.main-wrapper--about .message__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-wrapper--about .message__text-block {
  color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
  margin-top: -100vh;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  -webkit-transition: background-color 0.8s ease, -webkit-backdrop-filter 0.8s ease;
  transition: background-color 0.8s ease, backdrop-filter 0.8s ease;
  transition: background-color 0.8s ease, backdrop-filter 0.8s ease, -webkit-backdrop-filter 0.8s ease;
}
.main-wrapper--about .message__text-block.is-visible {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.main-wrapper--about .message__text-block .inner {
  padding: 0 13.25% 0;
}
@media (max-width: 820px) {
  .main-wrapper--about .message__text-block .inner {
    padding: 0 8.2%;
  }
}
.main-wrapper--about .message__text-block .section-title::before {
  background-color: #fff;
}
.main-wrapper--about .message__text-block .section-title span {
  color: #fff;
}
.main-wrapper--about .message__text-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0.3s;
  transition: opacity 0.7s ease 0.3s;
}
.main-wrapper--about .message__text-block.is-visible .message__text-inner {
  opacity: 1;
}
.main-wrapper--about .message__content {
  width:  49%;
  padding: 0 40px 0 0;
}
.main-wrapper--about .message__content h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  font-weight: 400;
}
.main-wrapper--about .message__content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1.5em;
  opacity: 0.9;
}
.main-wrapper--about .achievements {
  background-color: #eee;
  padding: 100px 6.25% 120px;
}
.main-wrapper--about .achievements__container {
  background: linear-gradient(151.2deg, #fff 45%, #f3ecf8 86%);
  border-radius: 12px;
  padding: 60px;
}
.main-wrapper--about .achievements__container .section-title {
  margin-bottom: 30px;
}
.main-wrapper--about .stats {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.main-wrapper--about .stats__info {
  flex: 1;
}
.main-wrapper--about .stats__info .description {
  max-width: 410px;
}
.main-wrapper--about .stats__data-wrapper {
  width: 50%;
}
.main-wrapper--about .stats__data-wrapper .description {
  margin-top: 12px;
  font-size: 12px;
}
.main-wrapper--about .stats__data {
  flex: 1;
  display: flex;
  gap: 80px;
}
.main-wrapper--about .stats__item p {
  font-size: 14px;
  color: #969696;
  margin-bottom: 6px;
}
.main-wrapper--about .stats__number {
  display: flex;
  align-items: baseline;
  gap: 3px;
  color: #3b0163;
}
.main-wrapper--about .stats__number .prefix {
  font-size: 20px;
  color: #3e3e3e;
}
.main-wrapper--about .stats__number .value {
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.main-wrapper--about .stats__number .value .comma {
  margin-left: -0.05em;
  margin-right: -0.05em;
  font-family: inherit;
}
.main-wrapper--about .stats__number .unit {
  font-size: 20px;
  color: #3e3e3e;
}
.main-wrapper--about .stats__number .unit sup {
  font-size: 12px;
  vertical-align: super;
  position: relative;
  top: 1px;
  margin-left: 0;
}
.main-wrapper--about .award-list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 70px;
}
.main-wrapper--about .award-item {
  display: flex;
  gap: 24px;
  flex: 1;
}
.main-wrapper--about .award-item__img {
  flex: 0 0 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fafafa;
}
.main-wrapper--about .award-item__text {
  flex: 1;
}
.main-wrapper--about .award-item__date {
  font-family: var(--font-en);
  font-size: 14px;
  color: #969696;
  margin-bottom: 6px;
}
.main-wrapper--about .award-item__title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.main-wrapper--about .award-item__product {
  font-size: 12px;
  color: #3b0163;
}
.main-wrapper--about .catalog {
  background-color: var(--color-white, #FFF);
  padding: 100px 6.3% 120px;
}
.main-wrapper--about .catalog .inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.main-wrapper--about .catalog__header {
  width: 47.4%;
  margin-bottom: 40px;
}
.main-wrapper--about .catalog__content {
  width: 49.15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-wrapper--about .catalog__content .description {
  width: 100%;
  margin-bottom: 24px;
}
.main-wrapper--about .catalog__img {
  width: 100%;
  margin: 0 0 16px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
}
.main-wrapper--about .catalog__img .speakerdeck-embed-wrapper {
  width: 100%;
  height: auto;
}
@media (width < 821px) {
  .main-wrapper--about .catalog__content {
    width: 100%;
    align-items: flex-start;
  }
  .main-wrapper--about .catalog__content .description {
    width: 100%;
  }
  .main-wrapper--about .catalog__img {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.main-wrapper--about .catalog__download {
  width: 100%;
  font-size: 12px;
  color: #969696;
}
@media (width < 821px) {
  .main-wrapper--about .catalog__download {
    width: 100%;
    text-align: center;
  }
}
.main-wrapper--about .catalog__download a {
  color: #3b0163;
  text-decoration: underline;
}
.main-wrapper--about .catalog__download a:hover {
  text-decoration: none;
}

@media (max-width: 820px) {
  .main-wrapper--about .hero {
    padding: 120px 0 0;
  }
  .main-wrapper--about .hero__header {
    flex-direction: column;
    padding: 0 8.2%;
    gap: 30px;
    margin-bottom: 46px;
  }
  .main-wrapper--about .hero__header .hero__content {
    padding: 0;
  }
  .main-wrapper--about .hero__img {
    width: calc(100% - 16px);
    border-radius: 12px;
    height: auto;
    aspect-ratio: 35 / 57;
    margin: 0 auto;
    overflow: hidden;
  }
  .main-wrapper--about .our-product {
    padding: 87px 8.2% 100px;
  }
  .main-wrapper--about .product-item__text {
    margin: 0 0 0 0;
  }
  .main-wrapper--about .product-item__text.right-text {
    margin: 0 0 0 0;
  }
  .main-wrapper--about .section-title {
    margin-bottom: 28px;
  }
  .main-wrapper--about .product-item__text h3 {
    margin-bottom: 15px;
  }
  .main-wrapper--about .product-list {
    gap: 77px;
  }
  .main-wrapper--about .product-item {
    flex-direction: column;
    gap: 30px;
  }
  .main-wrapper--about .product-item:nth-child(even) {
    flex-direction: column;
  }
  .main-wrapper--about .product-item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
  .main-wrapper--about .message__text-block {
    padding: 0 0;
  }
  .main-wrapper--about .message__text-inner {
    flex-direction: column;
    gap: 40px;
  }
  .main-wrapper--about .message__content {
    width: 100%;
    padding: 0 40px 0;
  }
  .main-wrapper--about .message__content h3 {
    margin-bottom: 22px;
  }
  .main-wrapper--about .message__content p {
    margin-bottom: 0;
  }
  .main-wrapper--about .achievements {
    padding: 80px 8.2% 80px;
  }
  .main-wrapper--about .achievements__container {
    background: linear-gradient(101.2deg, #fff 45%, #f3ecf8 86%);
    padding: 36px 24px 48px;
  }
  .main-wrapper--about .achievements__container .section-title {
    margin-bottom: 20px;
  }
  .main-wrapper--about .stats {
    flex-direction: column;
    gap: 49px;
    margin-bottom: 50px;
  }
  .main-wrapper--about .stats__item p {
    margin-bottom: 2px;
  }
  .main-wrapper--about .stats__number .value {
    font-size: 56px;
  }
  .main-wrapper--about .stats__data-wrapper {
    width: 100%;
  }
  .main-wrapper--about .stats__data {
    flex-direction: column;
    gap: 22px;
  }
  .main-wrapper--about .stats__data-wrapper .description {
    margin-top: 18px;
    font-size: 12px;
  }
  .main-wrapper--about .award-list {
    flex-direction: column;
    gap: 30px;
    margin-top: 24px;
  }
  .main-wrapper--about .catalog {
    padding: 66px 8.2% 100px;
  }
  .main-wrapper--about .catalog__header {
    width: 100%;
    margin-bottom: 0;
  }
  .main-wrapper--about .catalog .inner {
    flex-direction: column;
    gap: 0;
  }
  .main-wrapper--about .catalog__download {
    text-align: center;
  }
}