@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: #2A2421;
  --color-pure-black: #000000;
  --color-white: #F8F8F4;
  --color-pure-white: #fff;
  --color-green:#173934;
  --color-light-green:#8AA382;
  --color-red:#D10000;
  --color-light-gray: #EAEAEA;
  --color-gray: #969696;
  --color-dark-gray: #d5d5d5;
  --font: 'Inter', 'Zen Kaku Gothic New', sans-serif;
  --font-en-v1: Inter, sans-serif;
  --font-en-v2: Marcellus, serif;
  --font-ja-mincho: Zen Old Mincho, serif;
  --font-ja-gothic: Zen Kaku Gothic New, sans-serif;
  --short-transition-time: .3s;
  --medium-transition-time: .5s;
  --long-transition-time: .8s;
  --default-ease: ease;
  --default-hover-opacity: 0.6;
  --banner-hover-opacity: 0.85;
  --width-max: 1280px;
  --width-min: 1120px;
  --main-padding-pc: 87px 0 162px;
  --main-padding-sp: 65px 0 94px;
}

html[lang=en-US],
html[lang=en] {
  --font-ja-mincho: 'Marcellus', 'Zen Old Mincho', serif;
  --font-ja-gothic: 'Inter', 'Zen Kaku Gothic New', sans-serif;
}

/* 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;
  background-color: var(--color-white);
}

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 {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-en-v1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  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: 6px;
  padding-bottom: 5px;
}
@media (width < 821px) {
  .btn {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
.btn svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
@media (any-hover: hover) {
  .btn:hover svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.btn--white {
  color: var(--color-pure-white);
}
.btn--white:before {
  background-color: var(--color-pure-white);
}
.btn--back::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (any-hover: hover) {
  .btn--back:hover svg {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .btn--back::before {
    -webkit-transform: scaleX(-1px);
            transform: scaleX(-1px);
  }
}

.btn--contact {
  color: var(--color-white);
  font-family: var(--font-en-v1);
  font-weight: 500;
  line-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;
  gap: 6px;
  border: 1px solid var(--color-green);
  background-color: var(--color-green);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width >= 821px) {
  .btn--contact {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 14px 16px 12px;
  }
}
@media (width < 821px) {
  .btn--contact {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 10px 12px;
  }
}
@media (any-hover: hover) {
  .btn--contact {
    -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--contact path {
    -webkit-transition: fill var(--short-transition-time) var(--default-ease);
    transition: fill var(--short-transition-time) var(--default-ease);
  }
  .btn--contact:hover {
    color: var(--color-green);
    background-color: var(--color-white);
  }
  .btn--contact:hover path {
    fill: var(--color-green);
  }
  .btn--contact:hover svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.btn--contact svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
@media (width < 821px) {
  .btn--contact svg {
    display: none;
    visibility: hidden;
  }
}

.btn--submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 16px 48px;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  cursor: pointer;
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (width < 821px) {
  .btn--submit {
    font-size: 14px;
    padding: 12px 34px;
  }
}

/* MARK: header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (width < 821px) {
  .header {
    height: 65px;
  }
}
@media (width >= 821px) {
  .header__nav, .header__logo, .header__language-switcher, .header__hamburger, .header__contact {
    -webkit-transition: opacity var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: opacity var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), opacity var(--medium-transition-time) var(--default-ease);
    transition: transform var(--medium-transition-time) var(--default-ease), opacity var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
  }
}
@media (width < 821px) {
  .header__nav, .header__logo, .header__language-switcher, .header__hamburger, .header__contact {
    -webkit-transition: opacity 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-transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease), opacity var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease), opacity var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  }
}
.header.is-hidden .header::before,
.header.is-hidden .header__nav,
.header.is-hidden .header__language-switcher,
.header.is-hidden .header__hamburger {
  -webkit-transform: translateY(-170%);
          transform: translateY(-170%);
  opacity: 0;
  pointer-events: none;
}
.header.is-hidden .header__logo {
  opacity: 0;
  pointer-events: none;
}
@media (width >= 821px) {
  .header.is-hidden .header__logo {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
  }
}
@media (width < 821px) {
  .header.is-hidden .header__logo {
    -webkit-transform: translateY(-170%);
            transform: translateY(-170%);
  }
}
@media (width < 821px) {
  .header.is-hidden .header__contact {
    -webkit-transform: translateY(-170%);
            transform: translateY(-170%);
    opacity: 0;
    pointer-events: none;
  }
}
.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 32px;
  z-index: 3;
  position: relative;
}
@media (width < 821px) {
  .header__inner {
    padding: 5.128vw 4.1% 2.3vw;
  }
}
.header__logo {
  width: 89px;
  height: auto;
}
@media (width >= 821px) {
  .header__logo {
    width: 83px;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (width < 821px) {
  .header__logo {
    width: 65px;
  }
}
.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;
  }
}
@media (width < 821px) {
  .header__nav {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
.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: 24px;
  }
}
@media (width < 821px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item {
  color: var(--color-green);
  font-family: var(--font-en-v1);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.56px;
}
.header__nav-link {
  padding: 29px 0 25px;
  position: relative;
  -webkit-transition: opacity var(--short-transition-time);
  transition: opacity var(--short-transition-time);
  display: block;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: var(--default-hover-opacity);
  }
}
.header__nav-link--active {
  font-weight: 700;
}
.header__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__language-switcher {
  position: relative;
  font-family: var(--font-en-v1);
  color: var(--color-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-right: 34px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 821px) {
  .header__language-switcher {
    display: none;
    visibility: hidden;
  }
}
@media (any-hover: hover) {
  .header__language-switcher:hover .header__language-switcher--wrapper, .header__language-switcher:focus-within .header__language-switcher--wrapper {
    opacity: var(--default-hover-opacity);
  }
  .header__language-switcher:hover .header__language-switcher--selector, .header__language-switcher:focus-within .header__language-switcher--selector {
    opacity: 1;
    visibility: visible;
  }
}
.header__language-switcher--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 3px;
}
@media (any-hover: hover) {
  .header__language-switcher--wrapper {
    -webkit-transition: all var(--short-transition-time) var(--default-ease);
    transition: all var(--short-transition-time) var(--default-ease);
  }
}
.header__language-switcher--text {
  display: none;
}
.header__language-switcher--text.is-active {
  display: block;
}
@media (any-hover: hover) {
  .header__language-switcher--text.is-active {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .header__language-switcher--text.is-active:hover {
    opacity: var(--default-hover-opacity);
  }
}
.header__language-switcher--selector {
  position: absolute;
  top: -15px;
  left: 0;
  padding: 10px 5px;
  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;
  letter-spacing: 0.7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media (any-hover: hover) {
  .header__language-switcher--selector {
    -webkit-transition: all var(--short-transition-time) var(--default-ease);
    transition: all var(--short-transition-time) var(--default-ease);
  }
}
@media (any-hover: hover) {
  .header__language-switcher--selector-text {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .header__language-switcher--selector-text:hover {
    opacity: var(--default-hover-opacity);
  }
}
@media (width >= 821px) {
  .header__contact {
    margin-top: 4px;
  }
}
@media (width < 821px) {
  .header__contact {
    margin-right: 24px;
  }
}
@media (width >= 821px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-btn {
  width: 32px;
  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: 32px;
  height: 2px;
  background-color: var(--color-green);
  -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: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__hamburger-line:nth-child(2) {
  position: absolute;
  top: calc(34% + 13px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header--open .header__logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header--open .header__contact {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.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: 30px;
  background-color: var(--color-white);
}
.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);
}
.header--light-text .header__nav-item {
  color: var(--color-white);
}
.header--light-text .header__language-switcher {
  color: var(--color-white);
}
.header--light-text .header__language-switcher path {
  stroke: var(--color-white);
}
.header--light-text .header__hamburger-line {
  background-color: var(--color-white);
}
.header--light-text .header__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header--light-text .btn--contact {
  color: var(--color-green);
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
}
.header--light-text .btn--contact path {
  fill: var(--color-green);
}
@media (any-hover: hover) {
  .header--light-text .btn--contact:hover {
    color: var(--color-white);
    background-color: var(--color-green);
  }
  .header--light-text .btn--contact:hover path {
    fill: var(--color-white);
  }
}

/* MARK: headerMenu */
.headerMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow-x: auto;
  overflow-y: scroll;
  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%;
  height: 100%;
  background-color: var(--color-green);
  padding: 80px 4.1% 40px;
  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-white);
}
.headerMenu__nav--ir {
  color: var(--color-purple);
}
.headerMenu__nav + .headerMenu__nav {
  margin-top: 45px;
}
.headerMenu__item + .headerMenu__item {
  margin-top: 11px;
}
.headerMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}
.headerMenu__link {
  width: 100%;
  display: block;
}
.headerMenu__link--active {
  position: relative;
}
.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;
}
.headerMenu__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: 20px;
  color: var(--color-white);
  margin-bottom: 64px;
}
.headerMenu__title {
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
  color: var(--color-white);
}
.headerMenu__text {
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-white);
}
.headerMenu__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.headerMenu__language-switcher {
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.headerMenu__language-switcher--text {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (any-hover: hover) {
  .headerMenu__language-switcher--text:hover {
    opacity: var(--default-hover-opacity);
  }
}
.headerMenu__language-switcher--text.is-active {
  font-weight: 700;
}

/* MARK: footer */
.footer {
  background-color: var(--color-green);
}
@media (width >= 821px) {
  .footer {
    padding: 43px 5.5% 30px;
  }
}
@media (width < 821px) {
  .footer {
    padding: 44px 4.1% 24px;
  }
}
.footer__inner {
  position: relative;
  margin: 0 auto;
}
.footer__title {
  color: var(--color-white);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .footer__title {
    font-size: 24px;
  }
}
@media (width < 821px) {
  .footer__title {
    font-size: 16px;
  }
}
.footer__text {
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
}
@media (width >= 821px) {
  .footer__text {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 821px) {
  .footer__btn {
    font-size: 14px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (width >= 821px) {
  .footer__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 45px;
  }
}
@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: 46px;
    padding-bottom: 48px;
  }
}
.footer__top--links {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-en-v1);
  font-weight: 500;
  line-height: 100%;
}
@media (width >= 821px) {
  .footer__top--links {
    font-size: 16px;
    letter-spacing: 0.8px;
    gap: 32px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3px;
    margin-bottom: 29px;
  }
}
@media (width < 821px) {
  .footer__top--links {
    font-size: 14px;
    letter-spacing: 0.7px;
    width: 100%;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 22px;
  }
}
.footer__top--link-item {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (any-hover: hover) {
  .footer__top--link-item:hover {
    opacity: var(--default-hover-opacity);
  }
}
.footer__top--policy {
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.7;
}
@media (width >= 821px) {
  .footer__top--policy {
    font-size: 14px;
    margin-bottom: 48px;
    gap: 32px;
  }
}
@media (width < 821px) {
  .footer__top--policy {
    font-size: 12px;
    margin-bottom: 48px;
    gap: 24px;
  }
}
.footer__top--policy-link {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (any-hover: hover) {
  .footer__top--policy-link:hover {
    opacity: var(--default-hover-opacity);
  }
}
.footer__top--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .footer__top--left {
    gap: 30px;
  }
}
@media (width < 821px) {
  .footer__top--left {
    gap: 16px;
  }
}
.footer__language-switcher {
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.7px;
}
@media (width >= 821px) {
  .footer__language-switcher {
    gap: 7px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (width < 821px) {
  .footer__language-switcher {
    gap: 4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__language-switcher--text {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (any-hover: hover) {
  .footer__language-switcher--text:hover {
    opacity: var(--default-hover-opacity);
  }
}
.footer__language-switcher--text.is-active {
  font-weight: 700;
}
.footer__bottom--copyright {
  color: var(--color-pure-white);
  font-family: var(--font-en-v1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
}
@media (width >= 821px) {
  .footer__bottom--copyright {
    text-align: center;
  }
}
@media (width < 821px) {
  .footer__bottom--copyright {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.contactSection {
  background-color: var(--color-green);
}
@media (width >= 821px) {
  .contactSection {
    padding: 48px 5.5%;
  }
}
@media (width < 821px) {
  .contactSection {
    padding: 32px 4.1%;
  }
}
@media (width >= 821px) {
  .contactSection__inner {
    max-width: var(--width-max);
    margin: 0 auto;
  }
}
.contactSection__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .contactSection__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .contactSection__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.contactSection__category {
  margin-bottom: 36px;
}
@media (width < 821px) {
  .contactSection__category {
    margin-bottom: 27px;
  }
}
.contactSection__title {
  color: var(--color-white);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .contactSection__title {
    font-size: 24px;
  }
}
@media (width < 821px) {
  .contactSection__title {
    font-size: 16px;
  }
}
.contactSection__text {
  color: var(--color-white);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 29px;
}
@media (width < 821px) {
  .contactSection__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.contactSection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (width >= 821px) {
  .contactSection__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (width < 821px) {
  .contactSection__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}

div:has(div.grecaptcha-badge) {
  display: none;
  visibility: hidden;
}

body:has(main.main-wrapper--notFound) .otgs-development-site-front-end {
  display: none;
}

/* MARK: main-wrapper--people */
.main-wrapper--people {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--people {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--people .people {
  padding: 49px 6.25% 0;
}
@media (width < 821px) {
  .main-wrapper--people .people {
    padding: 32px 4.1% 0;
  }
}
.main-wrapper--people .people__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: 120px;
}
@media (width >= 821px) {
  .main-wrapper--people .people__inner {
    max-width: var(--width-max);
    margin: 0 auto;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__inner {
    gap: 64px;
  }
}
.main-wrapper--people .people__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (width < 821px) {
  .main-wrapper--people .people__heading {
    gap: 32px;
  }
}
.main-wrapper--people .people__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--people .people__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--people .people__category {
  margin-bottom: 0;
}
.main-wrapper--people .people__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--people .people__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--people .people__title {
  line-height: 140%;
  margin-bottom: 0;
}
@media (width >= 821px) {
  .main-wrapper--people .people__title {
    font-size: 48px;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__title {
    font-size: 28px;
  }
}
.main-wrapper--people .people__lead {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--people .people__lead {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__lead {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--people .people__lead:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__lead:not(:last-child) {
    margin-bottom: 24px;
  }
}
.main-wrapper--people .people__lead {
  margin: 0;
}
.main-wrapper--people .people__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: 120px;
  width: 100%;
}
@media (width < 821px) {
  .main-wrapper--people .people__body {
    gap: 64px;
  }
}
.main-wrapper--people .people__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25%;
  width: 100%;
}
@media (width < 821px) {
  .main-wrapper--people .people__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media (width >= 821px) {
  .main-wrapper--people .people__group--expert .people__groupTitle {
    line-height: 120%;
  }
}
.main-wrapper--people .people__groupTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--font-ja-gothic);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: var(--color-black);
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
@media (width >= 821px) {
  .main-wrapper--people .people__groupTitle {
    font-size: 24px;
    width: 20%;
  }
}
@media (width < 821px) {
  .main-wrapper--people .people__groupTitle {
    font-size: 16px;
    width: 100%;
  }
}
.main-wrapper--people .people__memberList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
  row-gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width < 821px) {
  .main-wrapper--people .people__memberList {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}
.main-wrapper--people .people__memberCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  min-width: 0;
}
.main-wrapper--people .people__memberPhoto {
  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;
  background-color: #FDFCFA;
  overflow: hidden;
  aspect-ratio: 310/384;
}
.main-wrapper--people .people__memberPhoto-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper--people .people__memberInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.main-wrapper--people .people__memberRole, .main-wrapper--people .people__expertRole {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
@media (width < 821px) {
  .main-wrapper--people .people__memberRole, .main-wrapper--people .people__expertRole {
    font-size: 12px;
  }
}
.main-wrapper--people .people__memberName, .main-wrapper--people .people__expertName {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}
@media (width < 821px) {
  .main-wrapper--people .people__memberName, .main-wrapper--people .people__expertName {
    font-size: 14px;
  }
}
.main-wrapper--people .people__memberBio {
  font-family: var(--font-ja-gothic);
  color: rgba(42, 36, 33, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
  padding-right: 10px;
}
@media (width < 821px) {
  .main-wrapper--people .people__memberBio {
    font-size: 14px;
  }
}
.main-wrapper--people .people__expertList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
  row-gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width < 821px) {
  .main-wrapper--people .people__expertList {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
.main-wrapper--people .people__expertCard {
  min-width: 0;
}
.main-wrapper--people .people__expertInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/* MARK: main-wrapper--news */
.main-wrapper--news,
.main-wrapper--newsCategory {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--news,
  .main-wrapper--newsCategory {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--news .news,
.main-wrapper--newsCategory .news {
  padding: 49px 6.25% 0;
}
@media (width < 821px) {
  .main-wrapper--news .news,
  .main-wrapper--newsCategory .news {
    padding: 32px 4.1% 0;
  }
}
.main-wrapper--news .news__inner,
.main-wrapper--newsCategory .news__inner {
  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;
}
@media (width >= 821px) {
  .main-wrapper--news .news__inner,
  .main-wrapper--newsCategory .news__inner {
    max-width: var(--width-max);
    margin: 0 auto;
    gap: 80px;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__inner,
  .main-wrapper--newsCategory .news__inner {
    gap: 40px;
  }
}
.main-wrapper--news .news__heading,
.main-wrapper--newsCategory .news__heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (width < 821px) {
  .main-wrapper--news .news__heading,
  .main-wrapper--newsCategory .news__heading {
    gap: 32px;
  }
}
.main-wrapper--news .news__category,
.main-wrapper--newsCategory .news__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--news .news__category,
  .main-wrapper--newsCategory .news__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__category,
  .main-wrapper--newsCategory .news__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--news .news__category,
.main-wrapper--newsCategory .news__category {
  margin-bottom: 0;
}
.main-wrapper--news .news__title,
.main-wrapper--newsCategory .news__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--news .news__title,
  .main-wrapper--newsCategory .news__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__title,
  .main-wrapper--newsCategory .news__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--news .news__title,
.main-wrapper--newsCategory .news__title {
  line-height: 140%;
  margin-bottom: 0;
}
@media (width >= 821px) {
  .main-wrapper--news .news__title,
  .main-wrapper--newsCategory .news__title {
    font-size: 48px;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__title,
  .main-wrapper--newsCategory .news__title {
    font-size: 28px;
  }
}
.main-wrapper--news .news__lead,
.main-wrapper--newsCategory .news__lead {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}
@media (width < 821px) {
  .main-wrapper--news .news__lead,
  .main-wrapper--newsCategory .news__lead {
    font-size: 14px;
  }
}
.main-wrapper--news .news__body,
.main-wrapper--newsCategory .news__body {
  width: 100%;
}
@media (width >= 821px) {
  .main-wrapper--news .news__body,
  .main-wrapper--newsCategory .news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__body,
  .main-wrapper--newsCategory .news__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: 40px;
  }
}
@media (width >= 821px) {
  .main-wrapper--news .news__filter,
  .main-wrapper--newsCategory .news__filter {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.5%;
    max-width: 160px;
    position: sticky;
    top: 150px;
    padding-right: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__filter,
  .main-wrapper--newsCategory .news__filter {
    width: 100%;
    overflow-x: auto;
  }
}
.main-wrapper--news .news__filter-list,
.main-wrapper--newsCategory .news__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width >= 821px) {
  .main-wrapper--news .news__filter-list,
  .main-wrapper--newsCategory .news__filter-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--news .news__filter-list,
  .main-wrapper--newsCategory .news__filter-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
}
.main-wrapper--news .news__filter-item,
.main-wrapper--newsCategory .news__filter-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-wrapper--news .news__filter-item.is-active .news__filter-dot,
.main-wrapper--newsCategory .news__filter-item.is-active .news__filter-dot {
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.main-wrapper--news .news__filter-item.is-active .news__filter-label,
.main-wrapper--newsCategory .news__filter-item.is-active .news__filter-label {
  color: var(--color-green);
}
.main-wrapper--news .news__filter-link,
.main-wrapper--newsCategory .news__filter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .main-wrapper--news .news__filter-link:hover .news__filter-label,
  .main-wrapper--newsCategory .news__filter-link:hover .news__filter-label {
    color: var(--color-green);
  }
  .main-wrapper--news .news__filter-link:hover .news__filter-dot,
  .main-wrapper--newsCategory .news__filter-link:hover .news__filter-dot {
    border-color: var(--color-green);
  }
}
.main-wrapper--news .news__filter-dot,
.main-wrapper--newsCategory .news__filter-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--color-light-green);
  background-color: transparent;
  -webkit-transition: all var(--short-transition-time) var(--default-ease);
  transition: all var(--short-transition-time) var(--default-ease);
}
.main-wrapper--news .news__filter-label,
.main-wrapper--newsCategory .news__filter-label {
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-light-green);
  white-space: nowrap;
  -webkit-transition: color var(--short-transition-time) var(--default-ease);
  transition: color var(--short-transition-time) var(--default-ease);
}
@media (width < 821px) {
  .main-wrapper--news .news__filter-label,
  .main-wrapper--newsCategory .news__filter-label {
    font-size: 14px;
  }
}
.main-wrapper--news .news__content,
.main-wrapper--newsCategory .news__content {
  min-width: 0;
}
@media (width >= 821px) {
  .main-wrapper--news .news__content,
  .main-wrapper--newsCategory .news__content {
    width: 87.5%;
  }
}
.main-wrapper--news .news__list,
.main-wrapper--newsCategory .news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 0 0 13px 0;
  padding: 0;
}
@media (width < 821px) {
  .main-wrapper--news .news__list,
  .main-wrapper--newsCategory .news__list {
    gap: 20px;
  }
}
.main-wrapper--news .news__item,
.main-wrapper--newsCategory .news__item {
  width: 100%;
}
.main-wrapper--news .news__link,
.main-wrapper--newsCategory .news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
@media (width < 821px) {
  .main-wrapper--news .news__link,
  .main-wrapper--newsCategory .news__link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 8px;
  }
}
@media (any-hover: hover) {
  .main-wrapper--news .news__link,
  .main-wrapper--newsCategory .news__link {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .main-wrapper--news .news__link:hover,
  .main-wrapper--newsCategory .news__link:hover {
    opacity: var(--default-hover-opacity);
  }
  .main-wrapper--news .news__link:hover .news__arrow svg,
  .main-wrapper--newsCategory .news__link:hover .news__arrow svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--news .news__date,
.main-wrapper--newsCategory .news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  font-family: var(--font-en-v1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  color: rgba(42, 36, 33, 0.6);
}
@media (width < 821px) {
  .main-wrapper--news .news__date,
  .main-wrapper--newsCategory .news__date {
    width: auto;
    grid-column: 1/-1;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.main-wrapper--news .news__tag,
.main-wrapper--newsCategory .news__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-white);
  white-space: nowrap;
}
.main-wrapper--news .news__tag--investment,
.main-wrapper--newsCategory .news__tag--investment {
  background-color: var(--color-green);
}
.main-wrapper--news .news__tag--media,
.main-wrapper--newsCategory .news__tag--media {
  background-color: rgba(23, 57, 52, 0.6);
}
.main-wrapper--news .news__tag--notice,
.main-wrapper--newsCategory .news__tag--notice {
  background-color: rgba(23, 57, 52, 0.4);
}
@media (width < 821px) {
  .main-wrapper--news .news__tag,
  .main-wrapper--newsCategory .news__tag {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    font-size: 12px;
    padding: 8px 12px;
  }
}
.main-wrapper--news .news__text,
.main-wrapper--newsCategory .news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--news .news__text,
  .main-wrapper--newsCategory .news__text {
    grid-column: 1;
    grid-row: 2;
    font-size: 14px;
  }
}
.main-wrapper--news .news__arrow,
.main-wrapper--newsCategory .news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 9px;
}
@media (width < 821px) {
  .main-wrapper--news .news__arrow,
  .main-wrapper--newsCategory .news__arrow {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
}
.main-wrapper--news .news__arrow svg,
.main-wrapper--newsCategory .news__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -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--news .news__empty,
.main-wrapper--newsCategory .news__empty {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}
.main-wrapper--news .news__pagination,
.main-wrapper--newsCategory .news__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;
  width: 100%;
}
.main-wrapper--news .news__pagination .page-numbers,
.main-wrapper--newsCategory .news__pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-en-v1);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: var(--color-light-green);
  text-decoration: none;
}
.main-wrapper--news .news__pagination .page-numbers.current,
.main-wrapper--newsCategory .news__pagination .page-numbers.current {
  color: var(--color-green);
}
.main-wrapper--news .news__pagination .page-numbers.dots,
.main-wrapper--newsCategory .news__pagination .page-numbers.dots {
  pointer-events: none;
}
.main-wrapper--news .news__pagination ul,
.main-wrapper--newsCategory .news__pagination ul {
  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: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-wrapper--news .news__pagination li,
.main-wrapper--newsCategory .news__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .main-wrapper--news .news__pagination a.page-numbers:hover,
  .main-wrapper--newsCategory .news__pagination a.page-numbers:hover {
    color: var(--color-green);
  }
}
.main-wrapper--news .news__pagination-arrow,
.main-wrapper--newsCategory .news__pagination-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 9px;
}
.main-wrapper--news .news__pagination-arrow svg,
.main-wrapper--newsCategory .news__pagination-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -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--news .news__pagination-arrow--prev svg,
.main-wrapper--newsCategory .news__pagination-arrow--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (any-hover: hover) {
  .main-wrapper--news .news__pagination a.prev:hover svg, .main-wrapper--news .news__pagination a.next:hover svg,
  .main-wrapper--newsCategory .news__pagination a.prev:hover svg,
  .main-wrapper--newsCategory .news__pagination a.next:hover svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@media (any-hover: hover) {
  .main-wrapper--news .news__pagination a.prev:hover svg,
  .main-wrapper--newsCategory .news__pagination a.prev:hover svg {
    -webkit-transform: rotate(180deg) translateX(2px);
            transform: rotate(180deg) translateX(2px);
  }
}

/* MARK: main-wrapper--newsDetail */
.main-wrapper--newsDetail {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--newsDetail {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--newsDetail .newsDetail {
  padding: 48px 6.25% 160px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail {
    padding: 32px 4.1% 0;
  }
}
.main-wrapper--newsDetail .newsDetail__inner {
  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: 80px;
  margin: 0 auto;
}
@media (width >= 821px) {
  .main-wrapper--newsDetail .newsDetail__inner {
    max-width: 800px;
  }
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__inner {
    gap: 48px;
  }
}
.main-wrapper--newsDetail .newsDetail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (width >= 821px) {
  .main-wrapper--newsDetail .newsDetail__header {
    gap: 30px;
  }
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__header {
    gap: 24px;
  }
}
.main-wrapper--newsDetail .newsDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__meta {
    display: contents;
  }
}
.main-wrapper--newsDetail .newsDetail__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  font-family: var(--font-en-v1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  color: rgba(42, 36, 33, 0.6);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__date {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.main-wrapper--newsDetail .newsDetail__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-white);
  white-space: nowrap;
}
.main-wrapper--newsDetail .newsDetail__tag--investment {
  background-color: var(--color-green);
}
.main-wrapper--newsDetail .newsDetail__tag--media {
  background-color: rgba(23, 57, 52, 0.6);
}
.main-wrapper--newsDetail .newsDetail__tag--notice {
  background-color: rgba(23, 57, 52, 0.4);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__tag {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    justify-self: start;
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-wrapper--newsDetail .newsDetail__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  width: 100%;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 22px;
  }
}
.main-wrapper--newsDetail .newsDetail__lead {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
  width: 100%;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__lead {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetail__figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
@media (width >= 821px) {
  .main-wrapper--newsDetail .newsDetail__figure {
    height: 430px;
  }
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__figure {
    height: 176px;
  }
}
.main-wrapper--newsDetail .newsDetail__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper--newsDetail .newsDetail__body {
  width: 100%;
}
.main-wrapper--newsDetail .newsDetail__body > * {
  margin: 0;
}
.main-wrapper--newsDetail .newsDetail__body p {
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #333;
  margin-bottom: 25px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body p {
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetail__body :is(h2, h3, h4, h5, h6) {
  font-family: var(--font-ja-gothic);
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #1a1a1a;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-top: 76px;
  margin-bottom: 21px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body :is(h2, h3, h4, h5, h6) {
    font-size: 16px;
    margin-top: 48px;
    margin-bottom: 16px;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__callout,
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 30px 31px;
  background-color: var(--color-light-green);
  color: var(--color-white);
  margin-top: 80px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__callout,
  .main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout {
    margin-top: 40px;
    padding: 30px 24px 24px;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__callout :is(h2, h3, p),
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout :is(h2, h3, p) {
  color: var(--color-white);
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__callout :is(p),
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout :is(p) {
  margin-bottom: 0;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__callout :is(h2, h3),
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout :is(h2, h3) {
  font-size: 24px;
  line-height: 100%;
  margin-top: 0;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__callout :is(h2, h3),
  .main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout :is(h2, h3) {
    font-size: 16px;
    line-height: 140%;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__callout + figure,
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout + figure {
  margin-top: 50px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__callout + figure,
  .main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__callout + figure {
    margin-top: 30px;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__spec,
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__spec {
  margin-bottom: 76px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__spec,
  .main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__spec {
    margin-bottom: 48px;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__spec :is(p),
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__spec :is(p) {
  margin-bottom: 0;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__spec .wp-block-group__inner-container,
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__spec .wp-block-group__inner-container {
  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;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__spec .is-layout-flex,
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__spec .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__spec .wp-block-heading,
.main-wrapper--newsDetail .newsDetail__body .wp-block-group.newsDetail__spec .wp-block-heading {
  width: 140px;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.main-wrapper--newsDetail .newsDetail__body dl {
  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;
  margin: 0;
}
.main-wrapper--newsDetail .newsDetail__body table {
  width: 100%;
  border-collapse: collapse;
}
.main-wrapper--newsDetail .newsDetail__body table tr + tr td,
.main-wrapper--newsDetail .newsDetail__body table tr + tr th {
  padding-top: 16px;
}
.main-wrapper--newsDetail .newsDetail__body table :is(th, td) {
  border: none;
  padding: 0;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
  vertical-align: top;
  text-align: left;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body table :is(th, td) {
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetail__body table :is(th, td):first-child {
  width: 140px;
  padding-right: 24px;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail-row {
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetail__body dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  margin: 0;
}
.main-wrapper--newsDetail .newsDetail__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  margin: 0;
}
.main-wrapper--newsDetail .newsDetail__body :is(.wp-block-image, figure.wp-block-image) {
  margin: 0;
}
.main-wrapper--newsDetail .newsDetail__body :is(.wp-block-image, figure.wp-block-image) img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper--newsDetail .newsDetail__body :is(.wp-block-image, figure.wp-block-image) + figure {
  margin-top: 30px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body :is(.wp-block-image, figure.wp-block-image) + figure {
    margin-top: 15px;
  }
}
.main-wrapper--newsDetail .newsDetail__body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail__body a:hover {
    opacity: var(--default-hover-opacity);
  }
}
.main-wrapper--newsDetail .newsDetail__body p + .newsDetail__download {
  margin-top: -8px;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__link {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  color: var(--color-black);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__link {
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all var(--short-transition-time) ease;
  transition: all var(--short-transition-time) ease;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__link:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__link a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0.000302076 8.71124L8.35853 0.353017L9.06563 1.06012L0.707409 9.41835L0.000302076 8.71124Z" fill="%232A2421"/><path d="M3.05522 -0.00053679H9.41912V0.999463L3.05522 0.999463L3.05522 -0.00053679Z" fill="%232A2421"/><path d="M8.41895 -0.000191523L9.41912 -0.00053679L9.41895 6.3637L8.41895 6.3637V-0.000191523Z" fill="%232A2421"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__link a:hover {
    opacity: unset;
  }
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__link a:hover::after {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__download {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-en-v1);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__download {
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__download::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all var(--short-transition-time) ease;
  transition: all var(--short-transition-time) ease;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__download:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.main-wrapper--newsDetail .newsDetail__body .newsDetail__download a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13" fill="none"><path d="M5 -1.74846e-07L5 11.8203L4 11.8203L4 -2.18557e-07L5 -1.74846e-07Z" fill="%232A2421"/><path d="M9 8.32031L4.50005 12.8203L3.79294 12.1132L8.29289 7.61321L9 8.32031Z" fill="%232A2421"/><path d="M5.20703 12.1128L4.50005 12.8203L-2.99276e-05 8.31995L0.707077 7.61284L5.20703 12.1128Z" fill="%232A2421"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__download a:hover {
    opacity: unset;
  }
  .main-wrapper--newsDetail .newsDetail__body .newsDetail__download a:hover::after {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
}
.main-wrapper--newsDetail .newsDetail__share {
  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: 24px;
  margin-top: -25px;
  margin-bottom: 77px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail__share {
    margin-top: -16px;
    margin-bottom: 30px;
  }
}
.main-wrapper--newsDetail .newsDetail__share-btn {
  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;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.main-wrapper--newsDetail .newsDetail__share-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper--newsDetail .newsDetail__share-btn--link {
  width: 20px;
  height: 20px;
}
.main-wrapper--newsDetail .newsDetail__share-btn--x {
  width: 19px;
  height: 19px;
}
.main-wrapper--newsDetail .newsDetail__share-btn--linkedin {
  width: 23px;
  height: 20px;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail__share-btn:hover {
    opacity: var(--default-hover-opacity);
  }
}
.main-wrapper--newsDetail .newsDetail__share-btn.is-copied {
  opacity: var(--default-hover-opacity);
}
.main-wrapper--newsDetail .newsDetail .btn {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-en-v1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  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: 6px;
  padding-bottom: 5px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetail .btn {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.main-wrapper--newsDetail .newsDetail .btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
.main-wrapper--newsDetail .newsDetail .btn svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) ease;
  transition: -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, -webkit-transform var(--short-transition-time) ease;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail .btn:hover svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .main-wrapper--newsDetail .newsDetail .btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.main-wrapper--newsDetail .newsDetail .btn--white {
  color: var(--color-pure-white);
}
.main-wrapper--newsDetail .newsDetail .btn--white:before {
  background-color: var(--color-pure-white);
}
.main-wrapper--newsDetail .newsDetail .btn--back::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetail .btn--back:hover svg {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .main-wrapper--newsDetail .newsDetail .btn--back::before {
    -webkit-transform: scaleX(-1px);
            transform: scaleX(-1px);
  }
}
.main-wrapper--newsDetail .newsDetailRelated {
  padding: 0 6.25% 0;
  background-color: var(--color-white);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated {
    padding: 96px 4.1% 0;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__inner {
  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;
}
@media (width >= 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__inner {
    max-width: var(--width-max);
    margin: 0 auto;
    gap: 80px;
  }
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__inner {
    gap: 48px;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 0 0 13px 0;
  padding: 0;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__list {
    gap: 20px;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__item {
  width: 100%;
}
.main-wrapper--newsDetail .newsDetailRelated__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 8px;
  }
}
@media (any-hover: hover) {
  .main-wrapper--newsDetail .newsDetailRelated__link {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .main-wrapper--newsDetail .newsDetailRelated__link:hover {
    opacity: var(--default-hover-opacity);
  }
  .main-wrapper--newsDetail .newsDetailRelated__link:hover .news__arrow svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--newsDetail .newsDetailRelated__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  font-family: var(--font-en-v1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  color: rgba(42, 36, 33, 0.6);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__date {
    width: auto;
    grid-column: 1/-1;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-white);
  white-space: nowrap;
}
.main-wrapper--newsDetail .newsDetailRelated__tag--investment {
  background-color: var(--color-green);
}
.main-wrapper--newsDetail .newsDetailRelated__tag--media {
  background-color: rgba(23, 57, 52, 0.6);
}
.main-wrapper--newsDetail .newsDetailRelated__tag--notice {
  background-color: rgba(23, 57, 52, 0.4);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__tag {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    font-size: 12px;
    padding: 8px 12px;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__text {
    grid-column: 1;
    grid-row: 2;
    font-size: 14px;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 9px;
}
@media (width < 821px) {
  .main-wrapper--newsDetail .newsDetailRelated__arrow {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
}
.main-wrapper--newsDetail .newsDetailRelated__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -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 {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--top {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--top .mv__section--top {
  margin: 0 auto;
}
@media (width >= 821px) {
  .main-wrapper--top .mv__section--top {
    padding: 58px 80px 75px;
    margin: 0 auto;
  }
}
@media (width < 821px) {
  .main-wrapper--top .mv__section--top {
    padding: 41px 4.1% 74px;
  }
}
.main-wrapper--top .mv__title {
  color: var(--color-green);
  font-family: var(--font-ja-mincho);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-weight: 400;
  line-height: 132%;
}
@media (width >= 821px) {
  .main-wrapper--top .mv__title {
    font-size: 64px;
    letter-spacing: 0.64px;
    margin-bottom: 56px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .mv__title {
    font-size: 36px;
    letter-spacing: 0.36px;
    margin-bottom: 32px;
    line-height: 139%;
  }
}
.main-wrapper--top .mv__title:lang(en) {
  line-height: 125%;
}
.main-wrapper--top .mv__text {
  color: var(--color-green);
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  leading-trim: both;
  text-edge: cap;
}
@media (width >= 821px) {
  .main-wrapper--top .mv__text {
    font-size: 24px;
    line-height: 140%;
  }
}
@media (width < 821px) {
  .main-wrapper--top .mv__text {
    font-size: 16px;
    line-height: 160%;
  }
}
.main-wrapper--top .mv__section--bottom .mv__card--product {
  aspect-ratio: 306/406;
}
.main-wrapper--top .mv__video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-wrapper--top .mv__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper--top .about {
  padding: 170px 6.25% 0;
}
@media (width < 821px) {
  .main-wrapper--top .about {
    padding: 0;
  }
}
.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 {
    max-width: var(--width-max);
    margin: 0 auto;
  }
}
@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__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 821px) {
  .main-wrapper--top .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main-wrapper--top .about__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--top .about__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__category {
    margin-bottom: 17px;
  }
}
.main-wrapper--top .about__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--top .about__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__title {
    margin-bottom: 18px;
  }
}
.main-wrapper--top .about__title:lang(en) {
  line-height: 130%;
  letter-spacing: 0.4px;
}
.main-wrapper--top .about__text {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--top .about__text {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__text {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .about__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__text:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__text:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .about__image {
    margin-top: -10px;
    width: 50%;
  }
}
@media (width < 821px) {
  .main-wrapper--top .about__image {
    margin-top: -3px;
    width: 100%;
    padding: 0 4.1%;
  }
}
.main-wrapper--top .about__details {
  width: 50%;
}
@media (width < 821px) {
  .main-wrapper--top .about__details {
    width: 100%;
    padding: 95px 4.1% 0;
    margin-bottom: 30px;
  }
}
.main-wrapper--top .approach {
  padding: 165px 5.4% 160px 5.6%;
}
@media (width < 821px) {
  .main-wrapper--top .approach {
    padding: 0 0 93px;
  }
}
.main-wrapper--top .approach__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 821px) {
  .main-wrapper--top .approach__inner {
    max-width: var(--width-max);
    margin: 0 auto;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrapper--top .approach__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--top .approach__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .approach__category {
    margin-bottom: 27px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__category {
    margin-bottom: 19px;
  }
}
.main-wrapper--top .approach__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--top .approach__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .approach__title {
    margin-bottom: 18px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__title {
    margin-bottom: 17px;
  }
}
.main-wrapper--top .approach__text {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--top .approach__text {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__text {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .approach__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__text:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .approach__text {
    margin-bottom: 117px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__text {
    margin-bottom: 52px;
  }
}
.main-wrapper--top .approach__wrapper {
  width: 50%;
}
@media (width < 821px) {
  .main-wrapper--top .approach__wrapper {
    width: 100%;
  }
}
.main-wrapper--top .approach__details {
  width: 95%;
}
@media (width < 821px) {
  .main-wrapper--top .approach__details {
    width: 100%;
    padding: 90px 4.1% 0;
  }
}
.main-wrapper--top .approach__contentItem {
  width: 93%;
}
.main-wrapper--top .approach__contentItem:not(:last-child) {
  margin-bottom: 78px;
}
@media (width < 821px) {
  .main-wrapper--top .approach__contentItem {
    width: 100%;
  }
  .main-wrapper--top .approach__contentItem:not(:last-child) {
    margin-bottom: 42px;
  }
}
.main-wrapper--top .approach__contentTitle {
  color: var(--color-green);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-en-v2);
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (width < 821px) {
  .main-wrapper--top .approach__contentTitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.main-wrapper--top .approach__contentText {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (width < 821px) {
  .main-wrapper--top .approach__contentText {
    font-size: 14px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__content {
    padding: 0 4.1%;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .approach__image {
    width: 48%;
    margin-top: 97px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__image {
    width: 95%;
    margin: 0 auto;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .approach__image-img {
    width: 83.33%;
  }
}
@media (width < 821px) {
  .main-wrapper--top .approach__image.sp-only {
    margin-bottom: 64px;
  }
}
.main-wrapper--top .approach__textBox {
  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: 5px;
  margin-top: 29px;
}
@media (width >= 821px) {
  .main-wrapper--top .approach__textBox {
    width: 100%;
  }
}
.main-wrapper--top .approach__textBox.sp-only {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
.main-wrapper--top .approach__textBox-title {
  color: var(--color-light-green);
  font-family: var(--font-en-v1);
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
}
@media (width < 821px) {
  .main-wrapper--top .approach__textBox-title {
    font-size: 14px;
  }
}
.main-wrapper--top .approach__textBox-desc {
  color: var(--color-green);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
@media (width < 821px) {
  .main-wrapper--top .approach__textBox-desc {
    font-size: 14px;
  }
}
.main-wrapper--top .portfolio {
  padding: 161px 5.4% 100px 5.6%;
}
@media (width < 821px) {
  .main-wrapper--top .portfolio {
    padding: 96px 4.1% 0;
  }
}
.main-wrapper--top .portfolio__inner {
  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;
}
@media (width >= 821px) {
  .main-wrapper--top .portfolio__inner {
    max-width: var(--width-max);
    margin: 0 auto;
    gap: 49px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .portfolio__inner {
    gap: 28px;
  }
}
.main-wrapper--top .portfolio__heading {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-wrapper--top .portfolio__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--top .portfolio__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .portfolio__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--top .portfolio__category {
  margin-bottom: 25px;
}
@media (width < 821px) {
  .main-wrapper--top .portfolio__category {
    margin-bottom: 17px;
  }
}
.main-wrapper--top .portfolio__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--top .portfolio__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .portfolio__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--top .portfolio__title {
  margin-bottom: 0;
}
.main-wrapper--top .portfolio__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width < 821px) {
  .main-wrapper--top .portfolio__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-wrapper--top .portfolio__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: 16px;
  min-width: 0;
}
.main-wrapper--top .portfolio__logo {
  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: 120px;
  background-color: #FDFCFA;
  overflow: hidden;
}
.main-wrapper--top .portfolio__logo-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-wrapper--top .portfolio__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.main-wrapper--top .portfolio__tag {
  border: 1px solid var(--color-green);
  padding: 8px 16px;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-green);
  white-space: nowrap;
}
@media (width < 821px) {
  .main-wrapper--top .portfolio__tag {
    font-size: 12px;
    padding: 7px 11px;
  }
}
.main-wrapper--top .portfolio__btn {
  -ms-flex-item-align: center;
      align-self: center;
}
.main-wrapper--top .people {
  padding: 75px 5.4% 0 5.6%;
}
@media (width < 821px) {
  .main-wrapper--top .people {
    padding: 93px 4.1% 0;
  }
}
.main-wrapper--top .people__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 .people__inner {
    max-width: var(--width-max);
    margin: 0 auto;
    margin-top: -20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__inner {
    -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: 6px;
  }
}
.main-wrapper--top .people__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--top .people__content {
    width: 50%;
    max-width: 640px;
    gap: 45px;
    margin-bottom: 24px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__content {
    width: 100%;
    gap: 35px;
  }
}
.main-wrapper--top .people__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--top .people__heading {
    gap: 26px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__heading {
    gap: 19px;
  }
}
.main-wrapper--top .people__titleText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--top .people__titleText {
    gap: 18px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__titleText {
    gap: 25px;
  }
}
.main-wrapper--top .people__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--top .people__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--top .people__category {
  margin-bottom: 0;
}
.main-wrapper--top .people__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--top .people__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--top .people__title {
  margin-bottom: 0;
}
.main-wrapper--top .people__text {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--top .people__text {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__text {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--top .people__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__text:not(:last-child) {
    margin-bottom: 24px;
  }
}
.main-wrapper--top .people__text {
  margin-bottom: 0;
}
.main-wrapper--top .people__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (width >= 821px) {
  .main-wrapper--top .people__image {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 30px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .people__image {
    width: 100%;
    height: auto;
    margin-top: 7px;
  }
}
.main-wrapper--top .people__image-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: darken;
}
.main-wrapper--top .news {
  padding: 132px 5.4% 0;
}
@media (width < 821px) {
  .main-wrapper--top .news {
    padding: 95px 4.1% 0;
  }
}
.main-wrapper--top .news__inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 821px) {
  .main-wrapper--top .news__inner {
    max-width: var(--width-max);
    margin: 0 auto;
    gap: 49px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .news__inner {
    gap: 30px;
  }
}
.main-wrapper--top .news__heading {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--top .news__heading {
    gap: 27px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .news__heading {
    gap: 19px;
  }
}
.main-wrapper--top .news__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--top .news__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .news__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--top .news__category {
  margin-bottom: 0;
}
.main-wrapper--top .news__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--top .news__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .news__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--top .news__title {
  margin-bottom: 0;
}
.main-wrapper--top .news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 0 0 13px 0;
  padding: 0;
}
@media (width < 821px) {
  .main-wrapper--top .news__list {
    gap: 20px;
  }
}
.main-wrapper--top .news__item {
  width: 100%;
}
.main-wrapper--top .news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
@media (width < 821px) {
  .main-wrapper--top .news__link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 8px;
  }
}
@media (any-hover: hover) {
  .main-wrapper--top .news__link {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .main-wrapper--top .news__link:hover {
    opacity: var(--default-hover-opacity);
  }
  .main-wrapper--top .news__link:hover .news__arrow svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.main-wrapper--top .news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  font-family: var(--font-en-v1);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  color: rgba(42, 36, 33, 0.6);
}
@media (width < 821px) {
  .main-wrapper--top .news__date {
    width: auto;
    grid-column: 1/-1;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.main-wrapper--top .news__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-white);
  white-space: nowrap;
}
.main-wrapper--top .news__tag--investment {
  background-color: var(--color-green);
}
.main-wrapper--top .news__tag--media {
  background-color: rgba(23, 57, 52, 0.6);
}
.main-wrapper--top .news__tag--notice {
  background-color: rgba(23, 57, 52, 0.4);
}
@media (width < 821px) {
  .main-wrapper--top .news__tag {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    font-size: 12px;
    padding: 8px 12px;
  }
}
.main-wrapper--top .news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--top .news__text {
    grid-column: 1;
    grid-row: 2;
    font-size: 14px;
  }
}
.main-wrapper--top .news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 9px;
}
@media (width < 821px) {
  .main-wrapper--top .news__arrow {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
}
.main-wrapper--top .news__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  -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 .company {
  padding: 157px 5.4% 0;
}
@media (width < 821px) {
  .main-wrapper--top .company {
    padding: 94px 4.1% 0;
  }
}
.main-wrapper--top .company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--top .company__inner {
    gap: 49px;
    max-width: var(--width-max);
    margin: 0 auto;
  }
}
@media (width < 821px) {
  .main-wrapper--top .company__inner {
    gap: 33px;
  }
}
.main-wrapper--top .company__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--top .company__heading {
    gap: 27px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .company__heading {
    gap: 19px;
  }
}
.main-wrapper--top .company__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--top .company__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .company__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--top .company__category {
  margin-bottom: 0;
}
.main-wrapper--top .company__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--top .company__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .company__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--top .company__title {
  margin-bottom: 0;
}
.main-wrapper--top .company__list {
  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;
  width: 100%;
  margin: 0;
}
@media (width < 821px) {
  .main-wrapper--top .company__list {
    gap: 12px;
  }
}
.main-wrapper--top .company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (width < 821px) {
  .main-wrapper--top .company__row {
    gap: 16px;
  }
}
.main-wrapper--top .company__term, .main-wrapper--top .company__desc {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--top .company__term, .main-wrapper--top .company__desc {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--top .company__term, .main-wrapper--top .company__desc {
    font-size: 14px;
  }
}
.main-wrapper--top .company__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin: 0;
}
@media (width >= 821px) {
  .main-wrapper--top .company__term:lang(en) {
    width: 130px;
  }
}
.main-wrapper--top .company__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
}

/* MARK: main-wrapper--contact */
@media (width >= 821px) {
  .main-wrapper--contact .contact {
    padding: 135px 5.4% 160px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact {
    padding: 95px 8.2% 96px;
  }
}
.main-wrapper--contact .contact__inner input[type=text]:focus,
.main-wrapper--contact .contact__inner input[type=email]:focus,
.main-wrapper--contact .contact__inner input[type=tel]:focus,
.main-wrapper--contact .contact__inner textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (width < 821px) {
  .main-wrapper--contact .contact__titleBox {
    margin-bottom: 38px;
    margin-left: -4.1%;
  }
}
.main-wrapper--contact .contact__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
@media (width >= 821px) {
  .main-wrapper--contact .contact__category {
    margin-bottom: 22px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact__category {
    margin-bottom: 16px;
  }
}
.main-wrapper--contact .contact__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--contact .contact__title {
  margin-bottom: 0;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact__title {
    font-size: 48px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact__title {
    font-size: 28px;
  }
}
@media (width >= 821px) {
  .main-wrapper--contact .contact__wrapper {
    padding: 61px 0 0;
  }
}
@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--top .contact__content-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  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: 48px;
}
.main-wrapper--contact .contact .contact__form {
  width: 100%;
  margin: 0;
}
.main-wrapper--contact .contact .wpcf7 {
  width: 100%;
}
.main-wrapper--contact .contact .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .wpcf7-form {
    gap: 24px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact .wpcf7-form {
    gap: 33px;
  }
}
.main-wrapper--contact .contact .hidden-fields-container {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main-wrapper--contact .contact .form-label {
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  color: rgba(42, 36, 33, 0.6);
}
@media (width < 821px) {
  .main-wrapper--contact .contact .form-label {
    font-size: 14px;
  }
}
.main-wrapper--contact .contact legend.form-label {
  display: block;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 8px 0;
  border-bottom: 1px solid var(--color-black);
  height: 38px;
  padding: 0 15px 0 0;
  width: 18.75%;
  min-width: 148px;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--contact .contact legend.form-label {
    margin-bottom: 5px;
  }
}
.main-wrapper--contact .contact label.form-item {
  display: block;
  width: 100%;
}
.main-wrapper--contact .contact fieldset.form-item {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.main-wrapper--contact .contact label.form-item:has(.wpcf7-validates-as-required) .form-label::after,
.main-wrapper--contact .contact fieldset.form-item:has(.wpcf7-validates-as-required) legend.form-label::after {
  content: "*";
}
.main-wrapper--contact .contact .contact__form-companyNameBox label.form-item,
.main-wrapper--contact .contact .contact__form-positionBox label.form-item,
.main-wrapper--contact .contact .contact__form-nameBox label.form-item,
.main-wrapper--contact .contact .contact__form-nameKanaBox label.form-item,
.main-wrapper--contact .contact .contact__form-emailBox label.form-item,
.main-wrapper--contact .contact .contact__form-phoneNumberBox label.form-item {
  position: relative;
}
.main-wrapper--contact .contact .contact__form-companyNameBox label.form-item .form-label,
.main-wrapper--contact .contact .contact__form-positionBox label.form-item .form-label,
.main-wrapper--contact .contact .contact__form-nameBox label.form-item .form-label,
.main-wrapper--contact .contact .contact__form-nameKanaBox label.form-item .form-label,
.main-wrapper--contact .contact .contact__form-emailBox label.form-item .form-label,
.main-wrapper--contact .contact .contact__form-phoneNumberBox label.form-item .form-label {
  position: absolute;
  left: 0;
  -webkit-transition: color var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) ease;
  transition: color var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) ease;
  transition: transform var(--short-transition-time) ease, color var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) ease, color var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .contact__form-companyNameBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-positionBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-nameBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-nameKanaBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-emailBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-phoneNumberBox label.form-item .form-label {
    top: 15px;
    padding: 0 15px 0 5px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-companyNameBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-positionBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-nameBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-nameKanaBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-emailBox label.form-item .form-label,
  .main-wrapper--contact .contact .contact__form-phoneNumberBox label.form-item .form-label {
    top: 9px;
    padding-left: 5px;
  }
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .contact__form-companyNameBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-positionBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-nameBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-nameKanaBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-emailBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-phoneNumberBox label.form-item.is-active .form-label {
    -webkit-transform: translateY(-22px) scale(0.75);
            transform: translateY(-22px) scale(0.75);
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-companyNameBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-positionBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-nameBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-nameKanaBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-emailBox label.form-item.is-active .form-label,
  .main-wrapper--contact .contact .contact__form-phoneNumberBox label.form-item.is-active .form-label {
    -webkit-transform: translateY(-16px) scale(0.75);
            transform: translateY(-16px) scale(0.75);
  }
}
.main-wrapper--contact .contact .contact__form-companyNameBox .wpcf7-form-control-wrap:has(input.wpcf7-not-valid),
.main-wrapper--contact .contact .contact__form-positionBox .wpcf7-form-control-wrap:has(input.wpcf7-not-valid),
.main-wrapper--contact .contact .contact__form-nameBox .wpcf7-form-control-wrap:has(input.wpcf7-not-valid),
.main-wrapper--contact .contact .contact__form-nameKanaBox .wpcf7-form-control-wrap:has(input.wpcf7-not-valid),
.main-wrapper--contact .contact .contact__form-emailBox .wpcf7-form-control-wrap:has(input.wpcf7-not-valid),
.main-wrapper--contact .contact .contact__form-phoneNumberBox .wpcf7-form-control-wrap:has(input.wpcf7-not-valid) {
  border-bottom: 1px solid var(--color-red);
}
.main-wrapper--contact .contact label.form-item {
  display: block;
  width: 100%;
}
.main-wrapper--contact .contact label.form-item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid var(--color-black);
  padding-left: 5px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact label.form-item .wpcf7-form-control-wrap {
    height: 40px;
  }
}
.main-wrapper--contact .contact label.form-item input[type=text],
.main-wrapper--contact .contact label.form-item input[type=email],
.main-wrapper--contact .contact label.form-item input[type=tel],
.main-wrapper--contact .contact label.form-item textarea {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
.main-wrapper--contact .contact label.form-item input[type=text]::-webkit-input-placeholder, .main-wrapper--contact .contact label.form-item input[type=email]::-webkit-input-placeholder, .main-wrapper--contact .contact label.form-item input[type=tel]::-webkit-input-placeholder, .main-wrapper--contact .contact label.form-item textarea::-webkit-input-placeholder {
  color: rgba(42, 36, 33, 0.6);
}
.main-wrapper--contact .contact label.form-item input[type=text]::-moz-placeholder, .main-wrapper--contact .contact label.form-item input[type=email]::-moz-placeholder, .main-wrapper--contact .contact label.form-item input[type=tel]::-moz-placeholder, .main-wrapper--contact .contact label.form-item textarea::-moz-placeholder {
  color: rgba(42, 36, 33, 0.6);
}
.main-wrapper--contact .contact label.form-item input[type=text]:-ms-input-placeholder, .main-wrapper--contact .contact label.form-item input[type=email]:-ms-input-placeholder, .main-wrapper--contact .contact label.form-item input[type=tel]:-ms-input-placeholder, .main-wrapper--contact .contact label.form-item textarea:-ms-input-placeholder {
  color: rgba(42, 36, 33, 0.6);
}
.main-wrapper--contact .contact label.form-item input[type=text]::-ms-input-placeholder, .main-wrapper--contact .contact label.form-item input[type=email]::-ms-input-placeholder, .main-wrapper--contact .contact label.form-item input[type=tel]::-ms-input-placeholder, .main-wrapper--contact .contact label.form-item textarea::-ms-input-placeholder {
  color: rgba(42, 36, 33, 0.6);
}
.main-wrapper--contact .contact label.form-item input[type=text]::placeholder,
.main-wrapper--contact .contact label.form-item input[type=email]::placeholder,
.main-wrapper--contact .contact label.form-item input[type=tel]::placeholder,
.main-wrapper--contact .contact label.form-item textarea::placeholder {
  color: rgba(42, 36, 33, 0.6);
}
@media (width >= 821px) {
  .main-wrapper--contact .contact label.form-item input[type=text],
  .main-wrapper--contact .contact label.form-item input[type=email],
  .main-wrapper--contact .contact label.form-item input[type=tel] {
    height: 56px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact label.form-item input[type=text],
  .main-wrapper--contact .contact label.form-item input[type=email],
  .main-wrapper--contact .contact label.form-item input[type=tel] {
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.main-wrapper--contact .contact fieldset.form-item {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.main-wrapper--contact .contact fieldset.form-item legend.form-label {
  margin-bottom: 8px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact fieldset.form-item legend.form-label {
    margin-bottom: 5px;
  }
}
.main-wrapper--contact .contact fieldset.form-item .wpcf7-form-control-wrap {
  display: block;
}
.main-wrapper--contact .contact fieldset.form-item .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact fieldset.form-item .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 13px;
  }
}
@media (width >= 821px) {
  .main-wrapper--contact .contact input[type=text],
  .main-wrapper--contact .contact input[type=email],
  .main-wrapper--contact .contact input[type=tel] {
    height: 56px;
  }
}
@media (width < 821px) {
  .main-wrapper--contact .contact input[type=text],
  .main-wrapper--contact .contact input[type=email],
  .main-wrapper--contact .contact input[type=tel] {
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.main-wrapper--contact .contact .contact__form-companyNameBox label.form-item {
  border-bottom: 0;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .contact__form-inquiryTypeBox,
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox {
    margin-top: 25px;
  }
}
.main-wrapper--contact .contact .contact__form-inquiryTypeBox .form-label,
.main-wrapper--contact .contact .contact__form-inquiryDetailBox .form-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: none;
}
.main-wrapper--contact .contact .contact__form-inquiryTypeBox .wpcf7-form-control-wrap,
.main-wrapper--contact .contact .contact__form-inquiryDetailBox .wpcf7-form-control-wrap {
  border-bottom: 0 !important;
  height: auto !important;
}
.main-wrapper--contact .contact .contact__form-inquiryTypeBox .wpcf7-not-valid-tip,
.main-wrapper--contact .contact .contact__form-inquiryDetailBox .wpcf7-not-valid-tip {
  margin-left: 0;
  position: absolute;
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-inquiryTypeBox .wpcf7-not-valid-tip,
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox {
    margin-top: 20px;
  }
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item {
  border-bottom: 0;
  padding: 0;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item .form-label {
  display: block;
  color: var(--color-black);
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item .wpcf7-form-control-wrap {
  padding: 0;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item .wpcf7-not-valid-tip {
  margin-left: 5px;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea {
  height: 56px;
  padding: 14px 8px 5px;
  resize: vertical;
  border-bottom: 1px solid var(--color-black);
  font-size: 16px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea {
    font-size: 14px;
    height: 93px;
    padding: 8px;
  }
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::-webkit-input-placeholder {
  color: rgba(42, 36, 33, 0.6);
  opacity: 1;
  font-size: 16px;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::-moz-placeholder {
  color: rgba(42, 36, 33, 0.6);
  opacity: 1;
  font-size: 16px;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea:-ms-input-placeholder {
  color: rgba(42, 36, 33, 0.6);
  opacity: 1;
  font-size: 16px;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::-ms-input-placeholder {
  color: rgba(42, 36, 33, 0.6);
  opacity: 1;
  font-size: 16px;
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::placeholder {
  color: rgba(42, 36, 33, 0.6);
  opacity: 1;
  font-size: 16px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::-moz-placeholder {
    font-size: 14px;
  }
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea::placeholder {
    font-size: 14px;
  }
}
.main-wrapper--contact .contact .contact__form-inquiryDetailBox label.form-item textarea.wpcf7-not-valid {
  border-bottom: 1px solid var(--color-red);
}
.main-wrapper--contact .contact .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (width < 821px) {
  .main-wrapper--contact .contact .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 13px;
  }
}
.main-wrapper--contact .contact .wpcf7-list-item {
  margin: 0;
}
.main-wrapper--contact .contact .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.main-wrapper--contact .contact .wpcf7-list-item-label {
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--contact .contact .wpcf7-list-item-label {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
.main-wrapper--contact .contact input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid var(--color-black);
  background-color: transparent;
  cursor: pointer;
}
.main-wrapper--contact .contact input[type=checkbox]:checked {
  background-color: var(--color-black);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5L4.5 8L11 1' stroke='%23F8F8F4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
}
.main-wrapper--contact .contact .contact__form-privacyPolicyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .contact__form-privacyPolicyBox {
    margin-top: 25px;
  }
}
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-form-control-wrap {
  height: auto !important;
  border-bottom: none !important;
}
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-form-control-wrap,
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-acceptance,
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-list-item,
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-list-item label {
  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 .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-list-item-label {
  white-space: nowrap;
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-privacyPolicyBox .form-item--checkbox .wpcf7-list-item-label {
    white-space: normal;
  }
}
.main-wrapper--contact .contact .contact__form-privacyPolicyBox .contact__form-privacyPolicyText {
  display: block;
  margin-left: 32px;
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--color-black);
}
@media (width < 821px) {
  .main-wrapper--contact .contact .contact__form-privacyPolicyBox .contact__form-privacyPolicyText {
    font-size: 12px;
    line-height: 140%;
  }
}
.main-wrapper--contact .contact .contact__form-submitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 821px) {
  .main-wrapper--contact .contact .contact__form-submitBox {
    margin-top: 25px;
  }
}
.main-wrapper--contact .contact .contact__form-submitBox .wpcf7-submit.btn--submit:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .main-wrapper--contact .contact .contact__form-submitBox .wpcf7-submit.btn--submit:not(:disabled):hover {
    opacity: var(--default-hover-opacity);
  }
}
.main-wrapper--contact .contact .contact__form-submitBox .wpcf7-spinner {
  display: none;
}
.main-wrapper--contact .contact .wpcf7-not-valid-tip {
  font-family: var(--font-ja-gothic);
  font-size: 12px;
  line-height: 180%;
  color: var(--color-red);
}
@media (width < 821px) {
  .main-wrapper--contact .contact .wpcf7-not-valid-tip {
    margin-top: -5px;
  }
}
.main-wrapper--contact .contact .wpcf7-response-output {
  width: 100%;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--color-light-gray);
  font-family: var(--font-ja-gothic);
  font-size: 14px;
  line-height: 180%;
  color: var(--color-black);
  text-align: center;
}

/* MARK: main-wrapper--thanks */
/* MARK: main-wrapper--notFound */
body:has(main.main-wrapper--notFound) {
  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;
}

.main-wrapper--notFound {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--notFound {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--notFound .notFound {
  padding: 49px 6.25% 0;
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound {
    padding: 32px 4.1% 0;
  }
}
.main-wrapper--notFound .notFound__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 821px) {
  .main-wrapper--notFound .notFound__inner {
    margin: 0 auto;
    gap: 40px;
  }
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__inner {
    gap: 28px;
  }
}
.main-wrapper--notFound .notFound__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__titleBox {
    gap: 28px;
  }
}
.main-wrapper--notFound .notFound__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--notFound .notFound__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--notFound .notFound__category {
  margin-bottom: 0;
}
.main-wrapper--notFound .notFound__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--notFound .notFound__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--notFound .notFound__title {
  margin-bottom: 0;
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__title {
    font-size: 22px;
  }
}
.main-wrapper--notFound .notFound__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media (width < 821px) {
  .main-wrapper--notFound .notFound__content {
    gap: 28px;
  }
}
.main-wrapper--notFound .notFound__text {
  font-family: var(--font-ja-gothic);
  font-size: 15px;
  line-height: 180%;
}

/* MARK: main-wrapper--privacy */
.main-wrapper--privacy {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--privacy {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--privacy .privacyPolicy {
  padding: 100px 6.25% 0;
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy {
    padding: 64px 4.1% 0;
  }
}
.main-wrapper--privacy .privacyPolicy__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: 48px;
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
.main-wrapper--privacy .privacyPolicy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__heading {
    gap: 32px;
  }
}
.main-wrapper--privacy .privacyPolicy__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--privacy .privacyPolicy__category {
  margin-bottom: 0;
}
.main-wrapper--privacy .privacyPolicy__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--privacy .privacyPolicy__title {
  line-height: 140%;
  margin-bottom: 0;
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__title {
    font-size: 48px;
  }
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__title {
    font-size: 28px;
  }
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__content {
    max-width: 800px;
    margin: 0 auto;
  }
}
.main-wrapper--privacy .privacyPolicy__content h2, .main-wrapper--privacy .privacyPolicy__content h3 {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__content h2, .main-wrapper--privacy .privacyPolicy__content h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__content h2, .main-wrapper--privacy .privacyPolicy__content h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--privacy .privacyPolicy__content h2, .main-wrapper--privacy .privacyPolicy__content h3 {
  font-size: 24px;
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__content h2, .main-wrapper--privacy .privacyPolicy__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph:not(:last-child) {
    margin-bottom: 24px;
  }
}
.main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph + p.wp-block-paragraph {
  margin-top: -20px !important;
}
.main-wrapper--privacy .privacyPolicy__content p.wp-block-paragraph:not(:last-child) {
  margin-bottom: 50px !important;
}
.main-wrapper--privacy .privacyPolicy__content hr {
  border-top: 1px solid var(--color-gray);
  margin: 80px 0;
}
@media (width < 821px) {
  .main-wrapper--privacy .privacyPolicy__content hr {
    margin: 60px 0;
  }
}

/* MARK: main-wrapper--antisocial */
.main-wrapper--antisocial {
  padding: var(--main-padding-pc);
}
@media (width < 821px) {
  .main-wrapper--antisocial {
    padding: var(--main-padding-sp);
  }
}
.main-wrapper--antisocial .antisocialForces {
  padding: 100px 6.25% 0;
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces {
    padding: 64px 4.1% 0;
  }
}
.main-wrapper--antisocial .antisocialForces__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: 48px;
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
.main-wrapper--antisocial .antisocialForces__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__heading {
    gap: 32px;
  }
}
.main-wrapper--antisocial .antisocialForces__category {
  position: relative;
  font-family: var(--font-en-v2);
  color: var(--color-light-green);
  font-weight: 400;
  line-height: 100%;
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__category {
    font-size: 16px;
    line-height: 0.8;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__category {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.7px;
    margin-bottom: 26px;
  }
}
.main-wrapper--antisocial .antisocialForces__category {
  margin-bottom: 0;
}
.main-wrapper--antisocial .antisocialForces__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--antisocial .antisocialForces__title {
  line-height: 140%;
  margin-bottom: 0;
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__title {
    font-size: 48px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__title {
    font-size: 28px;
  }
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content {
    max-width: 800px;
    margin: 0 auto;
  }
}
.main-wrapper--antisocial .antisocialForces__content h2, .main-wrapper--antisocial .antisocialForces__content h3 {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content h2, .main-wrapper--antisocial .antisocialForces__content h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content h2, .main-wrapper--antisocial .antisocialForces__content h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.main-wrapper--antisocial .antisocialForces__content h2, .main-wrapper--antisocial .antisocialForces__content h3 {
  font-size: 24px;
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content h2, .main-wrapper--antisocial .antisocialForces__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph:not(:last-child) {
    margin-bottom: 24px;
  }
}
.main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph + p.wp-block-paragraph {
  margin-top: -20px !important;
}
.main-wrapper--antisocial .antisocialForces__content p.wp-block-paragraph:not(:last-child) {
  margin-bottom: 50px !important;
}
.main-wrapper--antisocial .antisocialForces__content ol {
  margin-bottom: 50px;
}
.main-wrapper--antisocial .antisocialForces__content li {
  font-family: var(--font-ja-gothic);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content li {
    font-size: 16px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content li {
    font-size: 14px;
  }
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.main-wrapper--antisocial .antisocialForces__content li {
  list-style: decimal;
}
.main-wrapper--antisocial .antisocialForces__content li:not(:last-child) {
  margin-bottom: 10px !important;
}
@media (width >= 821px) {
  .main-wrapper--antisocial .antisocialForces__content li {
    margin-left: 2.5%;
  }
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content li {
    margin-left: 4.1%;
  }
}
.main-wrapper--antisocial .antisocialForces__content hr {
  border-top: 1px solid var(--color-gray);
  margin: 80px 0;
}
@media (width < 821px) {
  .main-wrapper--antisocial .antisocialForces__content hr {
    margin: 60px 0;
  }
}