/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Forum&family=IBM+Plex+Sans+JP:wght@400;500;700&family=Italianno&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb>.splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.splide__arrow:disabled {
  opacity: .3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xs: 4px;
    --radius-md: 20px;
    --radius-lg: 50px;
    --radius-xl: 100px;
    --radius-2xl: 200px;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-lg: 16px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-def-text: #111111;
    --color-gray-text: #323336;
    --color-def-red: #EB2627;
    --color-def-brown: #483520;
    --color-light-brown: #F9F5F2;
    --color-simple-brown: #804F00;
    --background-image-brown-fade: linear-gradient(270deg, rgba(128, 79, 0, 0.3) 0%, rgba(128, 79, 0, 0.3) 50%, rgba(128, 79, 0, 0) 75%, rgba(128, 79, 0, 0) 100%);
    --max-width-full: 1920px;
    --max-width-wrap: 1400px;
    --max-width-gallery: 1550px;
    --max-width-content: 1000px;
    --max-width-screen: 100vw;
    --max-width-limit: 2060px;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .\!visible {
    visibility: visible !important;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-45 {
    top: calc(var(--spacing) * 45);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 640px) {
      max-width: 640px !important;
    }
    @media (width >= 768px) {
      max-width: 768px !important;
    }
    @media (width >= 860px) {
      max-width: 860px !important;
    }
    @media (width >= 900px) {
      max-width: 900px !important;
    }
    @media (width >= 1024px) {
      max-width: 1024px !important;
    }
    @media (width >= 1280px) {
      max-width: 1280px !important;
    }
    @media (width >= 1460px) {
      max-width: 1460px !important;
    }
    @media (width >= 1680px) {
      max-width: 1680px !important;
    }
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 860px) {
      max-width: 860px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1460px) {
      max-width: 1460px;
    }
    @media (width >= 1680px) {
      max-width: 1680px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-50 {
    margin-bottom: calc(var(--spacing) * 50);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-2\/1 {
    aspect-ratio: 2/1;
  }
  .aspect-92\/55 {
    aspect-ratio: 92/55;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[calc\(100vh-36px\)\] {
    max-height: calc(100vh - 36px);
  }
  .min-h-\[110vh\] {
    min-height: 110vh;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[650px\] {
    min-height: 650px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[calc\(50\%\+60px\)\] {
    width: calc(50% + 60px);
  }
  .w-\[calc\(50\%-60px\)\] {
    width: calc(50% - 60px);
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[214px\] {
    max-width: 214px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1520px\] {
    max-width: 1520px;
  }
  .max-w-\[1860px\] {
    max-width: 1860px;
  }
  .max-w-content {
    max-width: var(--max-width-content);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-full {
    max-width: var(--max-width-full);
  }
  .max-w-limit {
    max-width: var(--max-width-limit);
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .max-w-screen {
    max-width: var(--max-width-screen);
  }
  .max-w-wrap {
    max-width: var(--max-width-wrap);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-37 {
    gap: calc(var(--spacing) * 37);
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-b-md {
    border-bottom-right-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-def-brown {
    background-color: var(--color-def-brown);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-light-brown {
    background-color: var(--color-light-brown);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-brown-fade {
    background-image: var(--background-image-brown-fade);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-\(--side-padding\) {
    padding-inline: var(--side-padding);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[max\(1\.5vw\,20px\)\] {
    padding-inline: max(1.5vw, 20px);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-25 {
    padding-block: calc(var(--spacing) * 25);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pr-\(--side-padding\) {
    padding-right: var(--side-padding);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-12\.5 {
    padding-bottom: calc(var(--spacing) * 12.5);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-25 {
    padding-bottom: calc(var(--spacing) * 25);
  }
  .pb-50 {
    padding-bottom: calc(var(--spacing) * 50);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[1\.6em\] {
    --tw-leading: 1.6em;
    line-height: 1.6em;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-def-brown {
    color: var(--color-def-brown);
  }
  .text-def-text {
    color: var(--color-def-text);
  }
  .text-gray-text {
    color: var(--color-gray-text);
  }
  .text-simple-brown {
    color: var(--color-simple-brown);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:bg-white\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }
    }
  }
  .sm\:mx-0 {
    @media (width >= 640px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-left {
    @media (width >= 640px) {
      text-align: left;
    }
  }
  .md\:mt-2 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .md\:mt-25 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .md\:mb-12 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-75 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 75);
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 768px) {
      height: 300px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[214px\] {
    @media (width >= 768px) {
      width: 214px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 768px) {
      width: 500px;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 768px) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-y-\[40px\] {
    @media (width >= 768px) {
      row-gap: 40px;
    }
  }
  .md\:rounded-t-lg {
    @media (width >= 768px) {
      border-top-left-radius: var(--radius-lg);
      border-top-right-radius: var(--radius-lg);
    }
  }
  .md\:rounded-b-xl {
    @media (width >= 768px) {
      border-bottom-right-radius: var(--radius-xl);
      border-bottom-left-radius: var(--radius-xl);
    }
  }
  .md\:px-6 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:pb-12 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-20 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-\[100px\] {
    @media (width >= 768px) {
      font-size: 100px;
    }
  }
  .\32 md\:order-1 {
    @media (width >= 860px) {
      order: 1;
    }
  }
  .\32 md\:order-2 {
    @media (width >= 860px) {
      order: 2;
    }
  }
  .\32 md\:order-3 {
    @media (width >= 860px) {
      order: 3;
    }
  }
  .\32 md\:mt-25 {
    @media (width >= 860px) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .\32 md\:block {
    @media (width >= 860px) {
      display: block;
    }
  }
  .\32 md\:hidden {
    @media (width >= 860px) {
      display: none;
    }
  }
  .\32 md\:grid-cols-3 {
    @media (width >= 860px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\32 md\:flex-row {
    @media (width >= 860px) {
      flex-direction: row;
    }
  }
  .\32 md\:flex-row-reverse {
    @media (width >= 860px) {
      flex-direction: row-reverse;
    }
  }
  .\32 md\:items-center {
    @media (width >= 860px) {
      align-items: center;
    }
  }
  .\32 md\:gap-12 {
    @media (width >= 860px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .\32 md\:rounded-md {
    @media (width >= 860px) {
      border-radius: var(--radius-md);
    }
  }
  .\32 md\:px-0 {
    @media (width >= 860px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 md\:px-10 {
    @media (width >= 860px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .\32 md\:pt-10 {
    @media (width >= 860px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .\32 md\:pt-25 {
    @media (width >= 860px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .\32 md\:pb-25 {
    @media (width >= 860px) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .\32 md\:text-2xl {
    @media (width >= 860px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 md\:text-xl {
    @media (width >= 860px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 md\:text-\[24px\] {
    @media (width >= 860px) {
      font-size: 24px;
    }
  }
  .\32 md\:text-\[36px\] {
    @media (width >= 860px) {
      font-size: 36px;
    }
  }
  .\32 md\:text-\[48px\] {
    @media (width >= 860px) {
      font-size: 48px;
    }
  }
  .\32 md\:text-\[56px\] {
    @media (width >= 860px) {
      font-size: 56px;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 1024px) {
      aspect-ratio: auto;
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 1024px) {
      height: 300px;
    }
  }
  .lg\:w-\[calc\(100\%-600px\)\] {
    @media (width >= 1024px) {
      width: calc(100% - 600px);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:gap-10 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:rounded-lg {
    @media (width >= 1024px) {
      border-radius: var(--radius-lg);
    }
  }
  .lg\:text-4xl {
    @media (width >= 1024px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:h-\[90vh\] {
    @media (width >= 1280px) {
      height: 90vh;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 1280px) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:gap-20 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:gap-25 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .xl\:rounded-lg {
    @media (width >= 1280px) {
      border-radius: var(--radius-lg);
    }
  }
  .xl\:rounded-t-xl {
    @media (width >= 1280px) {
      border-top-left-radius: var(--radius-xl);
      border-top-right-radius: var(--radius-xl);
    }
  }
  .xl\:rounded-b-2xl {
    @media (width >= 1280px) {
      border-bottom-right-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }
  }
  .xl\:px-12 {
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:px-27 {
    @media (width >= 1280px) {
      padding-inline: calc(var(--spacing) * 27);
    }
  }
  .xl\:pt-25 {
    @media (width >= 1280px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .xl\:pt-50 {
    @media (width >= 1280px) {
      padding-top: calc(var(--spacing) * 50);
    }
  }
  .xl\:pb-37 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 37);
    }
  }
  .xl\:pb-50 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 50);
    }
  }
  .\32 xl\:w-\[calc\(50\%\+100px\)\] {
    @media (width >= 1460px) {
      width: calc(50% + 100px);
    }
  }
  .\32 xl\:w-\[calc\(50\%-100px\)\] {
    @media (width >= 1460px) {
      width: calc(50% - 100px);
    }
  }
  .\32 xl\:w-full {
    @media (width >= 1460px) {
      width: 100%;
    }
  }
  .\32 xl\:gap-12 {
    @media (width >= 1460px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:rounded-xl {
    @media (width >= 1460px) {
      border-radius: var(--radius-xl);
    }
  }
  .\32 xl\:rounded-b-xl {
    @media (width >= 1460px) {
      border-bottom-right-radius: var(--radius-xl);
      border-bottom-left-radius: var(--radius-xl);
    }
  }
  .\32 xl\:px-0 {
    @media (width >= 1460px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:pr-25 {
    @media (width >= 1460px) {
      padding-right: calc(var(--spacing) * 25);
    }
  }
  .\32 xl\:pl-12 {
    @media (width >= 1460px) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 1460px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer theme {
  :root {
    --font-sans: "Noto Sans TC", ui-sans-serif, system-ui, sans-serif;
    --font-forum: "Forum", "Noto Sans TC", ui-sans-serif, system-ui, sans-serif;
    --font-italianno: "Italianno", cursive;
    --font-ibm: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
    --font-serif: "Noto Serif", "Noto Serif TC", ui-serif, Georgia, serif;
    --default-font-family: var(--font-sans);
    --tracking-wide: .02em;
    --tracking-wider: .04em;
    --spacing: 4px;
    --breakpoint-2xl: 1600px;
    --breakpoint-xl: 1200px;
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
  }
}
@layer utilities {
  .font-italianno {
    font-family: var(--font-italianno) !important;
  }
  .font-forum {
    font-family: var(--font-forum) !important;
  }
  .font-ibm-plex {
    font-family: var(--font-ibm) !important;
  }
  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
:root {
  --theme-text: #323336;
  --theme-bg: #fff;
  --scroll-width: 11px;
  --side-padding: 0;
  --wrap-width: 1400px;
  --header-height: 85px;
}

body {
  position: fixed;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--theme-text);
  background-color: var(--theme-bg);
}
body.body-init {
  position: relative;
  padding-right: 0;
}
body.in-fixed {
  position: fixed;
  padding-right: var(--scroll-width);
  width: 100%;
}

html {
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  scrollbar-width: thin;
  scrollbar-color: #4e4e4e #303030;
  overflow-x: hidden;
}

p {
  line-height: 160%;
}

.has-text-color.has-primary-brown-color {
  color: var(--color-def-brown);
}
.has-text-color.has-simple-brown-color {
  color: var(--color-simple-brown);
}
.has-text-color.has-background-brown {
  background-color: var(--color-light-brown);
}
.has-text-color.has-default-dark {
  background-color: var(--color-def-text);
}
.has-text-color.has-default-red {
  background-color: var(--color-def-red);
}

.cmz-gap-0 {
  gap: 0;
}

.cmz-gap-10 {
  gap: 10px;
}

.cmz-gap-12 {
  gap: 12px;
}

.cmz-gap-16 {
  gap: 16px;
}

.cmz-gap-20 {
  gap: 20px;
}

.cmz-gap-24 {
  gap: 24px;
}

.cmz-gap-30 {
  gap: 30px;
}

.cmz-gap-40 {
  gap: 40px;
}

.cmz-gap-50 {
  gap: 50px;
}

.cmz-gap-55 {
  gap: 55px;
}

.cmz-gap-60 {
  gap: 60px;
}

.cmz-gap-70 {
  gap: 70px;
}

.cmz-gap-80 {
  gap: 80px;
}

.cmz-gap-90 {
  gap: 90px;
}

.cmz-gap-100 {
  gap: 100px;
}

.cmz-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.cmz-radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

.cmz-radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.cmz-radius-40 {
  border-radius: 40px;
  overflow: hidden;
}

.cmz-radius-50 {
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cmz-gap-m-0 {
    gap: 0 !important;
  }
  .cmz-gap-m-10 {
    gap: 10px !important;
  }
  .cmz-gap-m-12 {
    gap: 12px !important;
  }
  .cmz-gap-m-16 {
    gap: 16px !important;
  }
  .cmz-gap-m-20 {
    gap: 20px !important;
  }
  .cmz-gap-m-24 {
    gap: 24px !important;
  }
  .cmz-gap-m-30 {
    gap: 30px !important;
  }
  .cmz-gap-m-40 {
    gap: 40px !important;
  }
  .cmz-gap-m-50 {
    gap: 50px !important;
  }
  .cmz-gap-m-60 {
    gap: 60px !important;
  }
  .cmz-gap-m-70 {
    gap: 70px !important;
  }
  .cmz-gap-m-80 {
    gap: 80px !important;
  }
  .cmz-gap-m-90 {
    gap: 90px !important;
  }
  .cmz-gap-m-90 {
    gap: 100px !important;
  }
  .cmz-radius-m-0 {
    border-radius: 0 !important;
  }
  .cmz-radius-m-10 {
    border-radius: 10px !important;
    overflow: hidden;
  }
  .cmz-radius-m-20 {
    border-radius: 20px !important;
    overflow: hidden;
  }
  .cmz-radius-m-30 {
    border-radius: 30px !important;
    overflow: hidden;
  }
  .cmz-radius-m-40 {
    border-radius: 40px !important;
    overflow: hidden;
  }
  .cmz-radius-m-50 {
    border-radius: 50px !important;
    overflow: hidden;
  }
  .wp-block-spacer.spacer-m-100 {
    height: 100px !important;
  }
  .wp-block-spacer.spacer-m-90 {
    height: 80px !important;
  }
  .wp-block-spacer.spacer-m-80 {
    height: 80px !important;
  }
  .wp-block-spacer.spacer-m-70 {
    height: 70px !important;
  }
  .wp-block-spacer.spacer-m-60 {
    height: 60px !important;
  }
  .wp-block-spacer.spacer-m-50 {
    height: 50px !important;
  }
  .wp-block-spacer.spacer-m-40 {
    height: 40px !important;
  }
  .wp-block-spacer.spacer-m-30 {
    height: 30px !important;
  }
  .wp-block-spacer.spacer-m-28 {
    height: 28px !important;
  }
  .wp-block-spacer.spacer-m-24 {
    height: 24px !important;
  }
  .wp-block-spacer.spacer-m-20 {
    height: 20px !important;
  }
  .wp-block-spacer.spacer-m-16 {
    height: 16px !important;
  }
  .wp-block-spacer.spacer-m-12 {
    height: 12px !important;
  }
  .wp-block-spacer.spacer-m-10 {
    height: 10px !important;
  }
  .wp-block-spacer.spacer-m-0 {
    height: 0 !important;
  }
}
ul,
ol {
  list-style-position: inside;
}

::selection {
  color: #cac4bc;
  background: #8f7352;
}

/* ELEMENTS */
.head-banner h1 {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .head-banner h1 {
    font-size: 24px;
  }
}
.head-banner h2 {
  font-family: var(--font-forum);
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .head-banner h2 {
    font-size: 32px;
  }
}

nav.breadcrumbs {
  width: 100%;
}
nav.breadcrumbs ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
nav.breadcrumbs li {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

nav.breadcrumbs li:not(:last-child):after {
  content: "/";
  display: block;
  position: absolute;
  top: -1px;
  right: -9px;
  opacity: 0.5;
}

.pagination {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
}
.pagination .btn-nav {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-light-brown);
  transition: all 0.32s ease-in-out;
}
.pagination .btn-nav svg {
  width: 15px;
  height: 15px;
}
.pagination .btn-nav svg rect {
  transition: all 0.32s ease-in-out;
}
@media (hover: hover) {
  .pagination .btn-nav:hover {
    background-color: var(--color-simple-brown);
  }
  .pagination .btn-nav:hover svg rect {
    fill: #fff;
  }
}
.pagination .btn-nav.pagination__next {
  margin-left: 10px;
}
.pagination .btn-nav.pagination__prev {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .pagination .btn-nav {
    width: 60px;
    height: 60px;
  }
  .pagination .btn-nav.pagination__next {
    margin-left: 20px;
  }
  .pagination .btn-nav.pagination__prev {
    margin-right: 20px;
  }
}
.pagination a.page-numbers {
  color: var(--color-def-text);
  -webkit-transition: opacity 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out;
}
.pagination .page-numbers {
  position: relative;
}
.pagination .page-numbers.dots {
  padding: 0 10px;
}
.pagination .page-numbers:not(.prev) + .page-numbers:not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: var(--color-gray-text);
  pointer-events: none;
}
.pagination .page-numbers path {
  -webkit-transition: fill 0.32s ease-in-out;
  transition: fill 0.32s ease-in-out;
}
@media (hover: hover) {
  .pagination .page-numbers.next:hover path, .pagination .page-numbers.prev:hover path {
    fill: #fff;
  }
  .pagination .page-numbers:not(.current):not(.next):not(.prev):hover {
    opacity: 0.5;
  }
}
.pagination .current {
  pointer-events: none;
  color: var(--color-simple-brown);
}
.pagination .is-hidden {
  pointer-events: none;
}
.pagination .is-hidden svg {
  opacity: 0.25;
}
.pagination span.number {
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .pagination span.number {
    padding: 8px 10px;
  }
}

.for-mobile {
  display: none;
}

.for-tablet {
  display: none;
}

.for-desktop {
  display: block;
}

.not-found-notice {
  text-align: center;
  height: 40vh;
}

.tilt-image {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tilt-image .tilt-wrapper {
  perspective: 3000px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tilt-image img {
  min-width: 102%;
  min-height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;
  will-change: transform;
}

.circle-btn {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 35px;
}
.circle-btn a,
.circle-btn span {
  font-family: var(--font-forum);
  font-size: 20px;
  padding: 1px 0;
  position: relative;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: color 0.46s ease-in-out;
  transition: color 0.46s ease-in-out;
}
.circle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-simple-brown);
  -webkit-transition: opacity 0.46s ease-in-out, background-color 0.46s ease-in-out;
  transition: opacity 0.46s ease-in-out, background-color 0.46s ease-in-out;
}
.circle-btn.wp-block-button a {
  background-color: transparent;
}
.circle-btn.wp-block-button.color-white a {
  color: #fff;
}
.circle-btn.dark-circle::after {
  background-color: var(--color-def-brown);
}
.circle-btn.white-circle a {
  color: var(--color-def-brown);
}
.circle-btn.white-circle::after {
  background-color: #fff;
}
.circle-btn.lite-circle a {
  color: var(--color-def-brown);
}
.circle-btn.lite-circle::after {
  background-color: var(--color-light-brown);
}
@media (hover: hover) {
  .circle-btn:hover::after {
    background-color: var(--color-light-brown);
  }
  .circle-btn:hover.dark-circle::after, .circle-btn:hover.white-circle::after, .circle-btn:hover.lite-circle::after {
    background-color: var(--color-simple-brown);
  }
}

.section-title {
  --max-width: 1400px;
  display: flex;
  flex-direction: column;
  color: var(--color-def-brown);
}
.section-title.cmz-block {
  max-width: var(--max-width);
  margin-inline: auto;
}
.section-title.cmz-block p {
  max-width: 1100px;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.section-title h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  margin-top: -0.5em;
}
.section-title h4 {
  font-family: var(--font-italianno);
  font-weight: 400;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0;
}
.section-title.title-sm h3 {
  margin-top: 0;
}
.section-title.title-sm h4 {
  font-size: 100px;
}
@media screen and (max-width: 1440px) {
  .section-title h4 {
    font-size: clamp(3rem, 1.7929rem + 4.9524vw, 6.25rem);
  }
  .section-title h3 {
    margin-top: -0.35em;
    font-size: clamp(1.5rem, 0.9429rem + 2.2857vw, 3rem);
  }
  .section-title.title-sm h4 {
    font-size: clamp(2rem, 0.4214rem + 6.4762vw, 6.25rem);
  }
  .section-title.title-sm h3 {
    font-size: clamp(1rem, 0.3964rem + 2.4762vw, 2.625rem);
  }
}
@media screen and (max-width: 768px) {
  .section-title.cmz-block p {
    font-size: 18px;
  }
}

.section-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-back.with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(249, 245, 242, 0.5) 40%, #FFFFFF 100%);
  z-index: -1;
}
.section-back img {
  position: relative;
  z-index: -1;
}

.splide__pagination.cmz-slide-pagination {
  bottom: 0;
}
.splide__pagination.cmz-slide-pagination .splide__pagination__page {
  border-color: #aea296;
}
.splide__pagination.cmz-slide-pagination .splide__pagination__page::after {
  background-color: var(--color-def-brown);
}
.splide__pagination .splide__pagination__page {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(249, 245, 242, 0.5);
  margin: 0 8px;
  background: transparent;
  opacity: 1;
}
.splide__pagination .splide__pagination__page::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-light-brown);
  opacity: 0;
  -webkit-transition: opacity 0.46s ease-in-out;
  transition: opacity 0.46s ease-in-out;
}
.splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
}
.splide__pagination .splide__pagination__page.is-active::after {
  opacity: 1;
}

.round-arrows .splide__arrow {
  width: 60px;
  height: 60px;
  background-color: var(--color-light-brown);
  opacity: 1;
  -webkit-transition: background-color 0.46s ease-in-out;
  transition: background-color 0.46s ease-in-out;
}
.round-arrows .splide__arrow::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent var(--color-def-brown) transparent;
  transform: rotate(90deg);
  -webkit-transition: border-color 0.46s ease-in-out;
  transition: border-color 0.46s ease-in-out;
}
@media (hover: hover) {
  .round-arrows .splide__arrow:hover {
    background-color: var(--color-simple-brown);
  }
  .round-arrows .splide__arrow:hover::before {
    border-color: transparent transparent #fff transparent;
  }
}
.round-arrows .splide__arrow.splide__arrow--prev::before {
  transform: rotate(-90deg);
}

*.heading-with-bg {
  font-family: var(--font-forum);
  background-color: var(--color-light-brown);
  color: var(--color-def-brown) !important;
  font-size: 48px !important;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 10px;
}
*.heading-with-bg.is-dark {
  letter-spacing: 0.04em;
  background-color: var(--color-def-brown);
  color: #FFF !important;
}
*.heading-with-bg.is-sm {
  font-weight: 500;
  font-size: 24px !important;
  padding: 20px;
  margin: 0 auto;
  width: fit-content;
}
*.heading-with-bg.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  *.heading-with-bg {
    font-size: 32px !important;
  }
}
*.para-a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
*.para-a.mb-10 {
  margin-bottom: 10px;
}
*.para-a.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  *.para-a {
    font-size: 20px !important;
  }
}
*.para-b {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
}
*.para-b.mb-10 {
  margin-bottom: 10px;
}
*.para-c {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
*.para-c.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  *.para-c {
    font-size: 18px;
  }
}
*.para-text {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 var(--side-padding);
}
*.para-text.mb-10 {
  margin-bottom: 10px;
}
*.para-text.mb-20 {
  margin-bottom: 20px;
}
*.para-text.mx-auto {
  max-width: 1000px;
  margin-inline: auto;
}
*.para-text.font-500 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  *.para-text {
    text-align: left;
  }
}

/* HEADER */
body.admin-bar header.site-header {
  top: 52px;
}
body.admin-bar header.site-header.mobile-menu-in {
  top: 32px;
}

.body-init header.site-header {
  opacity: 1;
}

header.site-header {
  --header-height: 70px;
  opacity: 0;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  min-height: var(--header-height);
  width: 100%;
  max-width: min(var(--wrap-width), 100% - 30px);
  border-radius: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(72, 53, 32, 0.7);
  backdrop-filter: blur(20px);
  -webkit-transition: top 0.32s ease-in-out, opacity 0.32s ease-in-out 0.25s, border-radius 0.32s ease-in-out, background-color 0.32s ease-in-out, max-width 0.32s ease-in-out;
  transition: top 0.32s ease-in-out, opacity 0.32s ease-in-out 0.25s, border-radius 0.32s ease-in-out, background-color 0.32s ease-in-out, max-width 0.32s ease-in-out;
}
header.site-header.mobile-menu-in {
  max-width: 100%;
  top: 0;
  border-radius: 0;
  background-color: rgb(72, 53, 32);
}
header.site-header .header-inner {
  position: relative;
}
@media screen and (max-width: 1200px) {
  header.site-header .header-inner {
    display: none;
  }
}
header.site-header .nav-cursor {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: rgb(72, 53, 32);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header.site-header .nav-cursor.is-active {
  opacity: 1;
}

#primary-menu:not(.mobile-menu-list) {
  --item-count: 2;
  --mid-index: round(var(--item-count) / 2);
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
#primary-menu:not(.mobile-menu-list) a:not(.menu-logo a) {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 24px 20px;
  transition: opacity 0.46s ease-in-out;
}
#primary-menu:not(.mobile-menu-list) > li.menu-logo {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#primary-menu:not(.mobile-menu-list) > li.menu-logo a {
  -webkit-transition: transform 0.46s ease-in-out, opacity 0.46s ease-in-out;
  transition: transform 0.46s ease-in-out, opacity 0.46s ease-in-out;
}
#primary-menu:not(.mobile-menu-list) > li.menu-logo img,
#primary-menu:not(.mobile-menu-list) > li.menu-logo svg {
  width: 82px;
  height: 32px;
}
#primary-menu:not(.mobile-menu-list) > li:not(.menu-logo) {
  --is-after-mid: clamp(0, var(--i) - var(--mid-index), 1);
  order: calc(1 + var(--is-after-mid) * 2);
}
#primary-menu:not(.mobile-menu-list) > li {
  --is-mid-left: clamp(0, 1 - abs(var(--i) - var(--mid-index)), 1);
  margin-right: calc(var(--is-mid-left) * 100px);
  --is-mid-right: clamp(0, 1 - abs(var(--i) - (var(--mid-index) + 1)), 1);
  margin-left: calc(var(--is-mid-right) * 100px);
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(1) {
  transition-delay: 1.6s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(2) {
  transition-delay: 1.7s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(3) {
  transition-delay: 1.8s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(4) {
  transition-delay: 1.9s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(5) {
  transition-delay: 2s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(6) {
  transition-delay: 2.1s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(7) {
  transition-delay: 2.2s;
}
#primary-menu:not(.mobile-menu-list) > li:nth-child(8) {
  transition-delay: 2.3s;
}
#primary-menu:not(.mobile-menu-list) > li {
  position: relative;
  -webkit-transition: transform 0.46s ease-in-out, opacity 0.46s ease-in-out;
  transition: transform 0.46s ease-in-out, opacity 0.46s ease-in-out;
}
#primary-menu:not(.mobile-menu-list) .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: calc(100% + 32px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 0;
  background-color: rgba(72, 53, 32, 0.7);
  -webkit-transition: all 0.46s ease-in-out;
  transition: all 0.46s ease-in-out;
}
#primary-menu:not(.mobile-menu-list) .sub-menu li {
  -webkit-transition: all 0.46s ease-in-out;
  transition: all 0.46s ease-in-out;
}
#primary-menu:not(.mobile-menu-list) .sub-menu li.menu-item-has-children {
  position: relative;
}
#primary-menu:not(.mobile-menu-list) .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0 !important;
  transform: unset;
}
#primary-menu:not(.mobile-menu-list) .sub-menu li a {
  display: block;
  min-width: 140px;
  white-space: nowrap;
  text-align: center;
}
@media (hover: hover) {
  #primary-menu:not(.mobile-menu-list) li.menu-item-has-children:hover > .sub-menu {
    top: calc(100% + 23px);
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 9;
  }
  #primary-menu:not(.mobile-menu-list) .sub-menu li:hover {
    background-color: var(--color-def-brown);
  }
}

.mobile-nav {
  --side-padding: 30px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1200px) {
  .mobile-nav {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .mobile-nav {
    width: calc(100% - 40px);
  }
}
.mobile-nav .brand img,
.mobile-nav .brand svg {
  width: 82px;
  height: 32px;
}
.mobile-nav .menu-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-nav .menu-toggle:after,
.mobile-nav .menu-toggle i:after,
.mobile-nav .menu-toggle i:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.46s ease-in-out;
  transition: all 0.46s ease-in-out;
  transform-origin: center;
}
.mobile-nav .menu-toggle:after {
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-nav .menu-toggle i:after, .mobile-nav .menu-toggle i:before {
  left: 50%;
  transform: translateX(-50%);
}
.mobile-nav .menu-toggle i:after {
  top: 5px;
}
.mobile-nav .menu-toggle i:before {
  bottom: 5px;
}
.mobile-nav .menu-toggle i:before {
  bottom: 5px;
}
.mobile-nav .menu-toggle.show-mobile-menu:after {
  opacity: 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.mobile-nav .menu-toggle.show-mobile-menu i:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-nav .menu-toggle.show-mobile-menu i:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#mobile-menu {
  position: absolute;
  top: var(--header-height);
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  z-index: 9;
  background-color: var(--color-light-brown);
  overflow-y: hidden;
  -webkit-transition: opacity 0.32s ease-in-out, transform 0.32s ease-in-out 0.2s, height 0.2s ease, overflow-y 0.2s ease;
  transition: opacity 0.32s ease-in-out, transform 0.32s ease-in-out 0.2s, height 0.2s ease, overflow-y 0.2s ease;
}
#mobile-menu.show-mobile-menu {
  height: calc(100vh - var(--header-height));
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: opacity 0.46s ease-in-out 0.2s, transform 0.32s ease-in-out, height 0.32s ease-in-out 0.2s, overflow-y 0.46s ease-in-out 0.55s;
  transition: opacity 0.46s ease-in-out 0.2s, transform 0.32s ease-in-out, height 0.32s ease-in-out 0.2s, overflow-y 0.46s ease-in-out 0.55s;
}
#mobile-menu #mobile-menu-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#mobile-menu #mobile-menu-nav li.active-sub > a:after,
#mobile-menu #mobile-menu-nav li:last-child a:after {
  opacity: 0;
}
#mobile-menu #mobile-menu-nav li a {
  position: relative;
}
#mobile-menu #mobile-menu-nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--color-def-brown);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.46s ease-in-out;
  transition: opacity 0.46s ease-in-out;
}
#mobile-menu #mobile-menu-nav > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 var(--side-padding);
  -webkit-transition: height 0.46s ease-in-out, background-color 0.46s ease-in-out;
  transition: height 0.46s ease-in-out, background-color 0.46s ease-in-out;
}
#mobile-menu #mobile-menu-nav > li a {
  display: block;
  width: 100%;
  padding: 24px 0;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#mobile-menu #mobile-menu-nav > li.current_page_item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-simple-brown);
  opacity: 0.15;
  z-index: -1;
}
#mobile-menu .menu-item-has-children {
  --sub-menu-height: 130px;
}
#mobile-menu .menu-item-has-children .sub-menu {
  overflow: hidden;
  height: 0;
  width: calc(100% + var(--side-padding) * 2);
  margin-left: calc(-1 * var(--side-padding));
  -webkit-transition: height 0.46s ease-in-out;
  transition: height 0.46s ease-in-out;
}
#mobile-menu .menu-item-has-children .sub-menu li {
  padding: 0 var(--side-padding);
}
#mobile-menu .menu-item-has-children .sub-menu li a {
  color: #fff !important;
}
#mobile-menu .menu-item-has-children .sub-menu li a:after {
  background-color: #fff !important;
}
#mobile-menu .menu-item-has-children .btn-show-sub {
  position: absolute;
  right: var(--side-padding);
  top: 0;
  z-index: 5;
  width: var(--header-height);
  height: var(--header-height);
  cursor: pointer;
}
#mobile-menu .menu-item-has-children .btn-show-sub:after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: var(--color-def-brown) transparent transparent;
  -webkit-transition: transform 0.46s ease-in-out, border-color 0.46s ease-in-out, top 0.46s ease-in-out;
  transition: transform 0.46s ease-in-out, border-color 0.46s ease-in-out, top 0.46s ease-in-out;
}
#mobile-menu .menu-item-has-children.active-sub {
  background-color: var(--color-def-brown);
}
#mobile-menu .menu-item-has-children.active-sub .btn-show-sub:after {
  top: calc(50% - 2px);
  border-color: #fff transparent transparent;
  transform: translate(-50%, -50%) scale(-1);
}
#mobile-menu .menu-item-has-children.active-sub > a {
  color: #fff !important;
}
#mobile-menu .menu-item-has-children.active-sub .sub-menu {
  height: var(--sub-menu-height);
  background-color: #7e6d5a;
}

/* FOOTER */
.body-init .fixed-side-widget .btn {
  opacity: 1;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .body-init .fixed-side-widget .btn {
    transform: translateX(-10px);
  }
}

.widget .circle-item {
  background-color: var(--color-def-brown, #483520);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.46s ease-in-out;
}
@media (hover: hover) {
  .widget .circle-item:not(.capsule-item .circle-item):hover {
    background-color: var(--color-simple-brown, #804F00);
  }
}

.fixed-side-widget {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.fixed-side-widget .btn {
  position: relative;
  transform: translateX(120px);
  opacity: 0;
  transition: transform 0.45s linear, opacity 0.45s linear;
}
.fixed-side-widget .btn:first-child {
  transition-delay: 0.1s;
}
.fixed-side-widget .btn:nth-child(2) {
  transition-delay: 0.3s;
}
.fixed-side-widget .btn:nth-child(3) {
  transition-delay: 0.5s;
}
.fixed-side-widget a {
  color: #fff;
}
.fixed-side-widget .capsule-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(72, 53, 32, 0.7);
  padding: 20px 15px;
  border-radius: 70px;
  cursor: pointer;
  backdrop-filter: blur(20px);
  transition: transform 0.45s linear 0.6s, background-color 0.46s linear, opacity 0.45s linear 0.6s;
}
@media (hover: hover) {
  .fixed-side-widget .capsule-item:hover {
    background-color: rgba(128, 79, 0, 0.7);
  }
  .fixed-side-widget .capsule-item:hover .circle-item {
    background-color: var(--color-simple-brown, #804F00);
  }
}
.fixed-side-widget .capsule-item span {
  font-family: var(--font-forum);
  white-space: nowrap;
  transform: rotate(0deg);
  flex-shrink: 0;
  writing-mode: vertical-rl;
  padding-top: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .fixed-side-widget .capsule-item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fixed-side-widget {
    top: unset;
    bottom: 8%;
    transform: unset;
  }
}

.contact-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 450px;
  padding: var(--side-padding);
}
.contact-banner .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-banner .contact-info.text-white {
  color: #fff;
}
.contact-banner .contact-info .title {
  font-family: var(--font-italianno);
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
}
.contact-banner .contact-info .para-a {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.contact-banner .contact-info .para-b {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .contact-banner .contact-info .title {
    font-size: clamp(3rem, 1.7929rem + 4.9524vw, 6.25rem);
  }
  .contact-banner .contact-info .para-a {
    font-size: 20px;
  }
}
.contact-banner .section-back > div,
.contact-banner .section-back figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.contact-banner .section-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-banner .section-back.bg-brown:after {
  background: unset;
  background-color: var(--color-def-brown);
  opacity: 0.8;
}

footer .copyrights {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 14px;
}
footer .footer-top .wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
footer .footer-top .wrapper.min-h-screen {
  min-height: 100vh;
  padding-top: 195px;
  padding-bottom: 195px;
}
@media screen and (max-width: 768px) {
  footer .footer-top .wrapper.min-h-screen {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
footer .footer-top .wrapper__sm {
  min-height: 450px;
}
footer .footer-top .section-back > div,
footer .footer-top .section-back figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
footer .footer-top .section-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-top .section-back.bg-brown:after {
  background: unset;
  background-color: var(--color-def-brown);
  opacity: 0.8;
}
footer .footer-bottom {
  position: relative;
  z-index: 1;
}
footer .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .contact-info.text-white {
  color: #fff;
}
footer .contact-info .title {
  font-family: var(--font-italianno);
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
}
footer .contact-info .para-a {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
footer .contact-info .para-b {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  footer .contact-info .title {
    font-size: clamp(3rem, 1.7929rem + 4.9524vw, 6.25rem);
  }
  footer .contact-info .para-a {
    font-size: 20px;
  }
}
footer .footer-contact-info {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .footer-contact-info .text-sm {
  font-size: 16px;
  line-height: 160%;
  font-weight: normal;
}
footer .footer-contact-info p:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  font-weight: normal;
}
footer svg path {
  transition: fill 0.32s ease-in-out;
}
footer a {
  transition: color 0.32s ease-in-out;
}
@media (hover: hover) {
  footer a:hover {
    color: var(--color-simple-brown);
  }
}

.cmz-popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: rgba(12, 8, 4, 0.7);
  padding: var(--side-padding);
  visibility: hidden;
  z-index: -99;
  pointer-events: none;
}
.cmz-popup-form.is-active {
  visibility: visible;
  z-index: 9999;
  pointer-events: auto;
  height: 100%;
  transition: height 0.32s ease-in-out;
}
.cmz-popup-form.is-active .contact-form-wrapper {
  position: relative;
  opacity: 1;
  transition: opacity 0.32s ease-in-out 0.15s;
}
.cmz-popup-form.is-active .btn-close:before {
  opacity: 1;
  transform: translate(10px, 0%) rotate(45deg);
}
.cmz-popup-form.is-active .btn-close:after {
  opacity: 1;
  transform: translate(10px, -100%) rotate(-45deg);
}
.cmz-popup-form .contact-form-wrapper {
  opacity: 0;
}
.cmz-popup-form .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
}
.cmz-popup-form .btn-close:before, .cmz-popup-form .btn-close:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  transform-origin: center;
  background-color: var(--color-def-brown);
  opacity: 0;
  transition: transform 0.32s ease-in-out 0.35s, opacity 0.32s ease-in-out 0.35s, background-color 0.32s ease-in-out;
}
.cmz-popup-form .btn-close:before {
  transform: translate(10px, 0%) rotate(90deg);
}
.cmz-popup-form .btn-close:after {
  transform: translate(10px, -100%) rotate(-90deg);
}
@media screen and (max-width: 600px) {
  .cmz-popup-form .btn-close {
    top: 10px;
    right: 10px;
  }
}

footer .contact-form-wrapper,
.cmz-popup-form .contact-form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 100px;
  background-color: var(--color-light-brown);
  height: 100%;
  min-height: 580px;
  max-width: 1160px;
  padding: 100px 50px;
  margin: auto;
  border-radius: 50px;
}
footer .contact-form-wrapper .wpforms-container,
.cmz-popup-form .contact-form-wrapper .wpforms-container {
  max-width: 500px;
}
footer .contact-form-wrapper .section-title,
.cmz-popup-form .contact-form-wrapper .section-title {
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  footer .contact-form-wrapper,
  .cmz-popup-form .contact-form-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  footer .contact-form-wrapper,
  .cmz-popup-form .contact-form-wrapper {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  footer .contact-form-wrapper .wpforms-container,
  .cmz-popup-form .contact-form-wrapper .wpforms-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .contact-form-wrapper,
  .cmz-popup-form .contact-form-wrapper {
    padding: 50px var(--side-padding);
  }
}
footer div.wpforms-container.wpforms-container-full,
.cmz-popup-form div.wpforms-container.wpforms-container-full {
  color: var(--color-def-brown);
  margin: auto;
  --wpforms-field-size-input-height: 48px;
  --wpforms-field-border-color: transparent;
  --wpforms-button-background-color: var(--color-def-brown);
}
footer div.wpforms-container.wpforms-container-full .wpforms-required-label,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-required-label {
  display: none;
}
footer div.wpforms-container.wpforms-container-full .wpforms-field,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-field {
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-transition: padding-bottom 0.46s ease-in-out;
  transition: padding-bottom 0.46s ease-in-out;
}
footer div.wpforms-container.wpforms-container-full .wpforms-field.wpforms-has-error,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-field.wpforms-has-error {
  padding-bottom: 1.6em;
}
footer div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1.6;
}
footer div.wpforms-container.wpforms-container-full .wpforms-form label.wpforms-error,
footer div.wpforms-container.wpforms-container-full .wpforms-form em.wpforms-error,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-form label.wpforms-error,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-form em.wpforms-error {
  margin-top: 0;
  position: absolute;
  bottom: 4px;
}
footer div.wpforms-container.wpforms-container-full button,
.cmz-popup-form div.wpforms-container.wpforms-container-full button {
  --wpforms-button-size-font-size: 24px;
  font-family: var(--font-forum);
  border-radius: 4px;
  padding-left: var(--side-padding);
  font-weight: normal;
  line-height: 140%;
  letter-spacing: 0.04em;
  overflow: hidden;
}
footer div.wpforms-container.wpforms-container-full button[type=submit],
.cmz-popup-form div.wpforms-container.wpforms-container-full button[type=submit] {
  width: 100%;
  background: inherit;
  background-color: var(--color-def-brown);
  -webkit-transition: background-color 0.46s ease-in-out;
  transition: background-color 0.46s ease-in-out;
}
@media (hover: hover) {
  footer div.wpforms-container.wpforms-container-full button[type=submit]:hover,
  .cmz-popup-form div.wpforms-container.wpforms-container-full button[type=submit]:hover {
    background: inherit;
    background-color: var(--color-simple-brown);
  }
}
footer div.wpforms-container.wpforms-container-full button[type=submit]:focus:after,
.cmz-popup-form div.wpforms-container.wpforms-container-full button[type=submit]:focus:after {
  display: none;
}
footer div.wpforms-container.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.cmz-popup-form div.wpforms-container.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: var(--color-def-brown);
}
footer div.wpforms-container.wpforms-container-full textarea.wpforms-field-small,
.cmz-popup-form div.wpforms-container.wpforms-container-full textarea.wpforms-field-small {
  padding: 10px var(--wpforms-field-size-padding-h) 0;
  height: var(--wpforms-field-size-input-height);
  overflow: hidden;
  max-height: 6em;
}
footer div.wpforms-container.wpforms-container-full input,
footer div.wpforms-container.wpforms-container-full textarea,
.cmz-popup-form div.wpforms-container.wpforms-container-full input,
.cmz-popup-form div.wpforms-container.wpforms-container-full textarea {
  --wpforms-field-border-size: 0;
}
footer div.wpforms-container.wpforms-container-full input:focus,
footer div.wpforms-container.wpforms-container-full textarea:focus,
.cmz-popup-form div.wpforms-container.wpforms-container-full input:focus,
.cmz-popup-form div.wpforms-container.wpforms-container-full textarea:focus {
  --wpforms-field-border-size: 0;
  box-shadow: none !important;
}
footer div.wpforms-container.wpforms-container-full .wpforms-submit-container,
.cmz-popup-form div.wpforms-container.wpforms-container-full .wpforms-submit-container {
  text-align: center;
}

@media (hover: hover) {
  .post-item.entry .entry-thumbnail img,
  .activity-item.entry .entry-thumbnail img {
    -webkit-transition: transform 0.46s ease-in-out;
    transition: transform 0.46s ease-in-out;
  }
  .post-item.entry:hover .entry-thumbnail img,
  .activity-item.entry:hover .entry-thumbnail img {
    transform: scale(1.05);
  }
  .post-item.entry:hover .circle-btn.lite-circle::after,
  .activity-item.entry:hover .circle-btn.lite-circle::after {
    background-color: var(--color-simple-brown);
  }
}

/* SINGLE */
.single {
  overflow: unset;
}
.single article .wp-block-columns {
  margin-bottom: 20px;
  gap: 20px;
}
.single article h1:not(.cmz-block *):not(blockquote *),
.single article h2:not(.cmz-block *):not(blockquote *),
.single article h3:not(.cmz-block *):not(blockquote *),
.single article h4:not(.cmz-block *):not(blockquote *),
.single article h5:not(.cmz-block *):not(blockquote *),
.single article h6:not(.cmz-block *):not(blockquote *) {
  font-family: var(--font-ibm);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 120%;
  margin-bottom: 20px;
}
.single article h1:not(.cmz-block *):not(blockquote *) {
  font-size: 32px;
}
.single article h2:not(.cmz-block *):not(blockquote *) {
  font-size: 24px;
}
.single article h3:not(.cmz-block *):not(blockquote *) {
  font-size: 20px;
}
.single article h4:not(.cmz-block *):not(blockquote *) {
  font-size: 18px;
  line-height: 160%;
}
.single article h5:not(.cmz-block *):not(blockquote *) {
  font-size: 16px;
  line-height: 160%;
}
.single article h6:not(.cmz-block *):not(blockquote *) {
  font-size: 14px;
}
.single article p:not(.cmz-block *):not(blockquote *) {
  line-height: 160%;
  margin-bottom: 10px;
}
.single article table {
  width: auto;
  margin-bottom: 20px;
}
.single article table td,
.single article table th {
  line-height: 1;
  padding: 16px 32px;
  border-color: var(--color-def-text);
}
.single article table thead {
  border-bottom: 1px solid;
  font-weight: normal;
  background-color: var(--color-def-brown);
  color: #fff;
}
.single article table thead th {
  font-weight: normal;
  border-color: var(--color-def-text);
}
.single article table tfoot {
  border-top: 1px solid;
  background-color: var(--color-light-brown);
}
.single article a {
  color: var(--color-simple-brown);
}
@media (hover: hover) {
  .single article a:hover {
    color: var(--color-def-brown);
  }
}
.single article blockquote {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 20px;
  background-image: url("../../img/blockquote-back.jpg");
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  line-height: 1.6;
  border: 0;
  font-weight: initial;
  letter-spacing: 0.04em;
}
.single article blockquote p {
  margin: 0;
}
.single article blockquote:before {
  content: "";
  border: 2px solid var(--color-simple-brown);
  height: calc(100% - 40px);
  width: 0;
  position: absolute;
  left: 18px;
  top: 20px;
}
.single article .wp-block-embed {
  margin-bottom: 20px;
}

.single-post article.type-post {
  max-width: 1550px;
  margin: 0 auto 100px;
  gap: 50px;
}
.single-post article .video-box iframe,
.single-post article .video-box video {
  border-radius: var(--radius-xs);
}
.single-post .entry-title {
  color: var(--color-def-brown);
}
.single-post .entry-header {
  flex: 1;
  max-width: 500px;
  max-height: 500px;
  position: sticky;
  top: calc(var(--header-height) + 40px);
}
.single-post .entry-header .post-categories {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.single-post .entry-header .tags {
  display: none;
  gap: 8px;
}
.single-post .entry-header .sub-title {
  text-transform: uppercase;
}
.single-post .entry-header .meta {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--color-def-brown);
  margin-bottom: 20px;
}
.single-post .entry-header .thumbnail img {
  border-radius: 4px;
}
.single-post .entry-header .cmz-share-to {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-def-brown);
  margin-bottom: 20px;
  color: var(--color-simple-brown);
}
.single-post .entry-header .cmz-share-to .share__btn path {
  -webkit-transition: fill 0.46s ease-in-out;
  transition: fill 0.46s ease-in-out;
}
@media (hover: hover) {
  .single-post .entry-header .cmz-share-to .share__btn:hover path {
    fill: var(--color-def-brown);
  }
}
.single-post .entry-content {
  width: 70%;
  max-width: 1000px;
}
.single-post .entry-content figure img {
  border-radius: var(--radius-xs);
  overflow: hidden;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  padding-left: 16px;
  margin-bottom: 20px;
}
.single-post .entry-content ul li,
.single-post .entry-content ol li {
  margin-bottom: 15px;
}
.single-post .entry-content ul li ul,
.single-post .entry-content ul li ol,
.single-post .entry-content ol li ul,
.single-post .entry-content ol li ol {
  margin-top: 12px;
}
.single-post .entry-content ol {
  list-style: decimal;
}
.single-post .entry-content ol li::marker {
  color: var(--color-simple-brown);
}
.single-post .entry-content ul li {
  position: relative;
}
.single-post .entry-content ul li:before {
  content: "";
  background-color: var(--color-simple-brown);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0.65em;
  left: -14px;
}
@media screen and (max-width: 1565px) {
  .single-post article {
    --side-padding: 15px;
    padding-inline: var(--side-padding);
  }
}
@media screen and (max-width: 860px) {
  .single-post article {
    flex-direction: column;
  }
  .single-post article.type-post {
    gap: 0;
  }
  .single-post .entry-title {
    font-size: 24px !important;
  }
  .single-post .entry-header {
    position: relative;
    top: 0;
  }
  .single-post .entry-header .meta {
    font-size: 20px;
  }
  .single-post .entry-header,
  .single-post .entry-content {
    width: 100%;
  }
}

.single-project .head-banner h2 {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .single-project .head-banner h2 {
    font-size: 24px;
  }
}
.single-project .head-banner h1 {
  font-family: var(--font-forum);
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .single-project .head-banner h1 {
    font-size: 32px;
  }
}
.single-project .cmz-block.content-image.is-simple .image-content {
  min-width: 45%;
}

.project-list {
  --side-padding: 15px;
  padding-inline: var(--side-padding);
}
.project-list .entry-project img {
  transition: transform 0.46s ease-in-out;
}
@media (hover: hover) {
  .project-list .entry-project:hover img {
    transform: scale(1.05);
  }
}

/* HOME */
.home-main section.kv {
  --content-height: 560px;
}
.home-main section.kv #kv-splide {
  z-index: 9;
}
.home-main section.kv .kv__slide__item {
  position: relative;
}
.home-main section.kv .kv__slide__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-main section.kv .kv__text {
  padding-top: min(310px, 35vh);
}
.home-main section.kv .kv__text h2 {
  font-size: clamp(2.25rem, 0.3519rem + 10.1235vw, 12.5rem);
}
.home-main section.kv .kv__text h2, .home-main section.kv .kv__text__desc,
.home-main section.kv .kv__text .circle-btn {
  opacity: 0;
  -webkit-transition: opacity 0.46s ease-in-out 0.3s;
  transition: opacity 0.46s ease-in-out 0.3s;
}
.home-main section.kv .kv__text__desc {
  transition-delay: 0.5s;
}
.home-main section.kv .kv__text .circle-btn {
  transition-delay: 0.6s;
}
.home-main section.kv .splide__slide.is-active .kv__text h2, .home-main section.kv .splide__slide.is-active .kv__text__desc,
.home-main section.kv .splide__slide.is-active .kv__text .circle-btn {
  opacity: 1;
}
.home-main section.kv .splide-nav-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
  position: absolute;
  top: var(--content-height);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  -webkit-transition: top 0.46s ease-in-out;
  transition: top 0.46s ease-in-out;
}
.home-main section.kv .splide-nav-wrapper .progress-container {
  width: 100%;
  height: 2px;
  background-color: var(--color-def-brown);
  position: relative;
  overflow: hidden;
}
.home-main section.kv .splide-nav-wrapper .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: width 0.3s ease;
}
.home-main section.kv .splide-nav-wrapper .splide-pagination {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.home-main section.kv .splide-nav-wrapper .splide-pagination .btn-prev,
.home-main section.kv .splide-nav-wrapper .splide-pagination .btn-next {
  cursor: pointer;
}
.home-main section.kv .splide-nav-wrapper .splide-pagination .btn-prev svg,
.home-main section.kv .splide-nav-wrapper .splide-pagination .btn-next svg {
  width: 100%;
  height: 100%;
}
.home-main section.property .property_items {
  --item-count: 4;
  --def-space: 10px;
  --item-space: calc(var(--def-space) * (var(--item-count) - 1));
}
.home-main section.property .property_items .item {
  min-height: 600px;
  width: calc(100% / var(--item-count));
  -webkit-transition: width 0.46s ease-in-out;
  transition: width 0.46s ease-in-out;
}
.home-main section.property .property_items .item__meta {
  overflow: hidden;
}
.home-main section.property .property_items .item .hide-this {
  --hidden-height: 0;
  margin-bottom: calc(var(--hidden-height) * -1);
  opacity: 0;
  -webkit-transition: margin-bottom 0.46s ease-in-out, opacity 0.46s ease-in-out 0.2s;
  transition: margin-bottom 0.46s ease-in-out, opacity 0.46s ease-in-out 0.2s;
}
.home-main section.property .property_items .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(72, 53, 32, 0.5);
  -webkit-transition: opacity 0.46s ease-in-out;
  transition: opacity 0.46s ease-in-out;
}
.home-main section.property .property_items .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(72, 53, 32, 0) 0%, rgba(72, 53, 32, 0) 60%, rgba(72, 53, 32, 0.85) 100%);
  -webkit-transition: opacity 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out;
}
@media (hover: hover) {
  .home-main section.property .property_items .item:hover {
    width: calc(100% / var(--item-count) + var(--item-space));
  }
  .home-main section.property .property_items .item:hover .hide-this {
    margin-bottom: 0;
    opacity: 1;
  }
  .home-main section.property .property_items .item:hover .overlay::before {
    opacity: 0;
  }
  .home-main section.property .property_items .item:hover .overlay::after {
    opacity: 1;
  }
}
.home-main section.case-study .splide__pagination {
  bottom: 23px;
}
.home-main section.case-study .rounded-top {
  overflow: hidden;
  clip-path: inset(0 0 0 0 round 100px 100px 0 0);
}
.home-main section.case-study .case-image__arrows.inner-arrows .splide__arrow--prev {
  left: -110px;
}
.home-main section.case-study .case-image__arrows.inner-arrows .splide__arrow--next {
  right: -110px;
}
.home-main section.case-study .case-image__splide {
  max-height: calc(100vh - 280px);
  aspect-ratio: 16/9;
  width: auto;
  max-width: 100%;
}
.home-main section.case-study .case-image__splide .splide__track {
  height: 100%;
  background-color: var(--color-light-brown);
}
.home-main section.case-study .case-image__splide .splide__slide .case-image {
  width: 100%;
  height: 100%;
}
.home-main section.case-study .case-content__splide .case-content {
  padding: 0 var(--side-padding);
}
.home-main section.case-study .case-content__splide .case-content h4 {
  transform: translateY(-8px);
}
.home-main section.case-study .case-content__splide .case-content h4,
.home-main section.case-study .case-content__splide .case-content p,
.home-main section.case-study .case-content__splide .case-content .circle-btn {
  opacity: 0;
  -webkit-transition: opacity 0.46s ease-in-out, transform 0.46s ease-in-out;
  transition: opacity 0.46s ease-in-out, transform 0.46s ease-in-out;
}
.home-main section.case-study .case-content__splide .splide__slide.is-active .case-content h4,
.home-main section.case-study .case-content__splide .splide__slide.is-active .case-content p,
.home-main section.case-study .case-content__splide .splide__slide.is-active .case-content .circle-btn {
  opacity: 1;
  -webkit-transition: opacity 0.46s ease-in-out, transform 0.46s ease-in-out;
  transition: opacity 0.46s ease-in-out, transform 0.46s ease-in-out;
}
.home-main section.case-study .case-content__splide .splide__slide.is-active .case-content h4 {
  transform: translateY(0);
  transition-delay: 0.2s;
}
.home-main section.case-study .case-content__splide .splide__slide.is-active .case-content p {
  transition-delay: 0.45s;
}
.home-main section.case-study .case-content__splide .splide__slide.is-active .case-content .circle-btn {
  transition-delay: 0.65s;
}
.home-main section.case-study .deal-list .deal-item {
  max-width: 600px;
}
.home-main section.case-study .deal-list .deal-item .deal-item__icon {
  position: relative;
  min-height: 120px;
  font-family: var(--font-italianno);
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
.home-main section.case-study .deal-list .deal-item .deal-item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--color-light-brown);
}
.home-main section.success .has-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-main section.success .has-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #F9F5F2 20%, rgba(249, 245, 242, 0) 60%);
}
@media screen and (max-width: 768px) {
  .home-main section.success .has-bg::after {
    background: linear-gradient(0deg, #F9F5F2 40%, rgba(249, 245, 242, 0) 90%);
  }
}

/* BLOCKS */
.cmz-block.max-width-wrap {
  max-width: var(--max-width-wrap);
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .cmz-block.max-width-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1280px) {
  .cmz-block.max-width-wrap {
    padding: 0 var(--side-padding);
  }
}
.cmz-block.image-slide.slide-full_screen {
  padding-top: 110px;
}
.cmz-block.image-slide.slide-full_screen .splide__slide {
  padding-left: 15px;
  padding-right: 5px;
}
.cmz-block.image-slide.slide-full_screen .splide__slide img {
  width: 100%;
}
.cmz-block.image-slide.slide-full_screen .splide__arrows {
  display: flex;
  gap: 30px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: max((100% - var(--wrap-width)) / 2, 30px);
  width: 100%;
}
.cmz-block.image-slide.slide-full_screen .splide__arrows .splide__arrow {
  position: relative;
  transform: unset;
  top: unset;
}
.cmz-block.image-slide.slide-full_screen .splide__arrows .splide__arrow--prev {
  left: unset;
}
.cmz-block.image-slide.slide-full_screen .splide__arrows .splide__arrow--next {
  right: unset;
}
@media screen and (max-width: 768px) {
  .cmz-block.image-slide.slide-full_screen {
    padding-top: 80px;
  }
  .cmz-block.image-slide.slide-full_screen .splide__slide {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .cmz-block.image-slide.slide-full_screen .splide__arrows {
    justify-content: center;
  }
}
.cmz-block.image-slide.slide-simple {
  padding-bottom: 36px;
}
.cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow.splide__arrow--next {
  right: calc(50% - 810px);
}
.cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow.splide__arrow--prev {
  left: calc(50% - 810px);
}
.cmz-block.image-slide.slide-simple .content-wrap {
  gap: 10px;
}
.cmz-block.image-slide.slide-simple .content-wrap .slide-title {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.cmz-block.image-slide.slide-simple .content-wrap .slide-sub-title {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.cmz-block.image-slide.slide-simple .splide__slide {
  width: 1400px;
}
.cmz-block.image-slide.slide-simple .splide__slide .content-wrap {
  width: calc(100% - 80px);
  color: #fff;
  position: absolute;
  left: 100px;
  bottom: 40px;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.32s ease-in-out, bottom 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out, bottom 0.32s ease-in-out;
}
.cmz-block.image-slide.slide-simple .splide__slide.is-active .content-wrap {
  bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.46s ease-in-out 0.35s, bottom 0.58s ease-in-out 0.35s;
  transition: opacity 0.46s ease-in-out 0.35s, bottom 0.58s ease-in-out 0.35s;
}
.cmz-block.image-slide.slide-simple .splide__slide .slide-image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(72, 53, 32, 0) 40%, #483520 100%);
  pointer-events: none;
}
.cmz-block.image-slide.slide-simple .splide__slide .slide-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.46s ease-in-out;
  overflow: hidden;
}
.cmz-block.image-slide.slide-simple .splide__slide.is-prev .slide-image-wrap {
  transform-origin: center right;
}
.cmz-block.image-slide.slide-simple .splide__slide.is-next .slide-image-wrap {
  transform-origin: center left;
}
.cmz-block.image-slide.slide-simple .is-prev .slide-image-wrap,
.cmz-block.image-slide.slide-simple .is-next .slide-image-wrap {
  transform: scale(0.85);
}
.cmz-block.image-slide.slide-simple .slide-image,
.cmz-block.image-slide.slide-simple .slide-image-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1800px) {
  .cmz-block.image-slide.slide-simple .splide__slide {
    width: 1200px;
  }
  .cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow.splide__arrow--next {
    right: calc(50% - 690px);
  }
  .cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow.splide__arrow--prev {
    left: calc(50% - 690px);
  }
}
@media screen and (max-width: 1440px) {
  .cmz-block.image-slide.slide-simple {
    --pagination-width: 160px;
    padding: 0 15px 80px;
  }
  .cmz-block.image-slide.slide-simple .splide__pagination.cmz-slide-pagination {
    bottom: 22px;
  }
  .cmz-block.image-slide.slide-simple .splide__slide {
    width: 100%;
  }
  .cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow {
    top: unset;
    bottom: 0;
    transform: unset;
  }
  .cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow.splide__arrow--next {
    right: calc(50% - 60px - 20px - var(--pagination-width) / 2);
  }
  .cmz-block.image-slide.slide-simple .inner-arrows .splide__arrow.splide__arrow--prev {
    left: calc(50% - 60px - 20px - var(--pagination-width) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .cmz-block.image-slide.slide-simple .content-wrap {
    gap: 10px;
  }
  .cmz-block.image-slide.slide-simple .content-wrap .slide-title {
    font-size: 20px;
  }
  .cmz-block.image-slide.slide-simple .content-wrap .slide-sub-title {
    font-size: 16px;
  }
  .cmz-block.image-slide.slide-simple .splide__slide .content-wrap {
    width: calc(100% - var(--side-padding) * 2);
    left: var(--side-padding);
  }
}
@media screen and (max-width: 600px) {
  .cmz-block.image-slide.slide-simple {
    padding: 0 var(--side-padding) 80px;
  }
  .cmz-block.image-slide.slide-simple .splide__slide {
    aspect-ratio: 1 !important;
    min-height: 70vh;
  }
}
.cmz-block.cmz-icon-grid {
  justify-items: center;
  max-width: 690px;
  margin: 0 auto;
  gap: 50px;
}
.cmz-block.cmz-icon-grid .icon-item {
  width: 320px;
  gap: 10px;
}
.cmz-block.cmz-icon-grid .icon-item figure {
  margin-bottom: 10px;
}
.cmz-block.cmz-icon-grid .para-text {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cmz-block.cmz-icon-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 0 var(--side-padding);
  }
}
.cmz-block.cmz-steps-list {
  align-items: stretch;
  margin: 0 auto;
  gap: 50px;
}
.cmz-block.cmz-steps-list.w-1050 {
  max-width: 1050px;
}
.cmz-block.cmz-steps-list .step-item {
  gap: 10px;
  width: 250px;
  min-height: 230px;
}
.cmz-block.cmz-steps-list .heading-with-bg {
  font-size: 32px !important;
  margin-bottom: 10px;
}
.cmz-block.cmz-steps-list .para-text {
  padding: 0;
}
.cmz-block.cmz-steps-list .icon-arrow:not(.for-mobile):not(.hidden) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .cmz-block.cmz-steps-list {
    padding: 0 var(--side-padding);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.cmz-steps-list {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
  .cmz-block.cmz-steps-list .step-item {
    width: 100%;
    max-width: 360px;
    min-height: unset;
  }
  .cmz-block.cmz-steps-list .icon-arrow {
    rotate: 90deg;
  }
  .cmz-block.cmz-steps-list .icon-arrow.for-mobile {
    display: block;
  }
}
.cmz-block.cmz-images-grid {
  position: relative;
  max-width: var(--max-width-wrap);
  margin: 0 auto;
  align-items: start;
  gap: 55px;
}
.cmz-block.cmz-images-grid.max-w-gallery {
  max-width: var(--max-width-gallery);
}
@media screen and (max-width: 1280px) {
  .cmz-block.cmz-images-grid.max-w-gallery {
    max-width: 1100px;
    gap: 50px;
  }
}
.cmz-block.cmz-images-grid.with-bg {
  padding-bottom: 93px;
}
.cmz-block.cmz-images-grid.with-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 70%;
  max-height: 415px;
  z-index: -1;
  background-color: var(--color-light-brown);
}
@media screen and (max-width: 1440px) {
  .cmz-block.cmz-images-grid {
    --side-padding: 15px;
    padding: 0 var(--side-padding);
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.cmz-images-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 480px;
    gap: 50px;
  }
  .cmz-block.cmz-images-grid.with-bg {
    padding-bottom: 50px;
  }
  .cmz-block.cmz-images-grid.with-bg:after {
    height: calc(100% + 160px);
    max-height: none;
  }
}
.cmz-block.cmz-accordion {
  --bg-color: #F9F5F2;
  border-radius: 50px;
  background-color: var(--bg-color);
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 50px 100px 100px;
}
.cmz-block.cmz-accordion .accordion-list .accordion-header {
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.32s ease-in-out;
}
.cmz-block.cmz-accordion .accordion-list .accordion-header:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-simple-brown);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmz-block.cmz-accordion .accordion-list .accordion-header .icon {
  transform: scale(-1);
  width: 15px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='7' viewBox='0 0 15 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.07129' width='10' height='10' transform='rotate(45 7.07129 0)' fill='%23483520'/%3E%3C/svg%3E");
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .cmz-block.cmz-accordion .accordion-list .accordion-header:hover {
    opacity: 0.7;
  }
}
.cmz-block.cmz-accordion .accordion-list .title {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-def-brown);
}
.cmz-block.cmz-accordion .accordion-list .accordion-content {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-gray-text);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out, margin-top 0.35s ease-in-out;
}
.cmz-block.cmz-accordion .accordion-item {
  padding: 40px 0;
  border-top: 1px solid var(--color-simple-brown);
  transition: all 0.46s ease-in-out;
}
.cmz-block.cmz-accordion .accordion-item:first-child {
  border-top: 0;
}
.cmz-block.cmz-accordion .accordion-item:last-child {
  padding-bottom: 0;
}
.cmz-block.cmz-accordion .accordion-item.active .accordion-content {
  margin-top: 20px;
}
.cmz-block.cmz-accordion .accordion-item.active .icon {
  transform: scale(1);
}
@media screen and (max-width: 1440px) {
  .cmz-block.cmz-accordion {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1260px) {
  .cmz-block.cmz-accordion {
    padding: 50px 50px 100px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.cmz-accordion {
    max-width: calc(100% - var(--side-padding) * 2);
    padding: 50px var(--side-padding);
  }
  .cmz-block.cmz-accordion .accordion-header .title {
    font-size: 20px;
    width: calc(100% - 20px);
  }
  .cmz-block.cmz-accordion .accordion-content {
    font-size: 16px !important;
  }
  .cmz-block.cmz-accordion .accordion-item.active .accordion-content {
    margin-top: 10px;
  }
}
.cmz-block.cmz-rounded-box {
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 50px 75px 75px;
  max-width: 650px;
}
.cmz-block.cmz-rounded-box:not(.empty) {
  background-color: var(--color-light-brown);
}
.cmz-block.cmz-rounded-box ol {
  counter-reset: ol-counter;
  list-style: none;
  padding-left: 0;
}
.cmz-block.cmz-rounded-box ol li {
  counter-increment: ol-counter;
  font-size: 24px;
  display: flex;
  align-items: baseline;
}
.cmz-block.cmz-rounded-box ol li:not(:last-child) {
  margin-bottom: 20px;
}
.cmz-block.cmz-rounded-box ol li::before {
  content: counter(ol-counter) ".";
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .cmz-block.cmz-rounded-box {
    padding: 50px 50px 75px;
  }
  .cmz-block.cmz-rounded-box ol li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cmz-block.cmz-rounded-box {
    border-radius: var(--radius-md);
  }
}
@media screen and (max-width: 860px) {
  .cmz-block.cmz-rounded-box {
    padding: 50px var(--side-padding);
  }
}
.cmz-block.image-block {
  gap: 10px;
}
.cmz-block.image-block figure {
  margin-bottom: 10px;
  width: 100%;
}
.cmz-block.image-block figure img {
  border-radius: var(--radius-md);
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.cmz-block.image-block h4 {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.cmz-block.image-block p {
  font-size: 20px;
  line-height: 1.2;
}
.cmz-block.image-block__h {
  gap: 50px;
}
.cmz-block.image-block__h figure {
  aspect-ratio: 35/40;
  margin-bottom: 0;
  height: 400px;
  width: auto;
  max-width: 100%;
}
.cmz-block.image-block__h .wp-block-group.is-vertical {
  gap: 10px;
  width: 50%;
}
.cmz-block.image-block__h .wp-block-group.is-vertical .heading-with-bg {
  margin-bottom: 10px;
  line-height: 1;
}
.cmz-block.image-block__h .wp-block-group.is-vertical p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1560px) {
  .cmz-block.image-block__h {
    gap: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .cmz-block.image-block__h {
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
    height: 100%;
    margin: auto;
  }
  .cmz-block.image-block__h figure {
    aspect-ratio: 35/30;
    width: 100%;
    height: auto;
  }
  .cmz-block.image-block__h .wp-block-group.is-vertical {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cmz-block.image-block h4 {
    font-size: 20px;
  }
  .cmz-block.image-block p {
    font-size: 18px;
  }
  .cmz-block.image-block figure img {
    border-radius: 10px;
  }
}
.cmz-block.content-image:not(.is-simple):not(.is-full-width) {
  max-width: 1450px;
}
@media screen and (max-width: 1460px) {
  .cmz-block.content-image:not(.is-simple):not(.is-full-width) {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.content-image:not(.is-simple):not(.is-full-width) {
    flex-direction: column;
    align-items: flex-start;
  }
  .cmz-block.content-image:not(.is-simple):not(.is-full-width).mobile-reverse {
    flex-direction: column-reverse;
  }
}
.cmz-block.content-image {
  margin: 0 auto;
}
.cmz-block.content-image figure img {
  border-radius: var(--radius-lg);
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.cmz-block.content-image figure.rounded-md img {
  border-radius: var(--radius-md);
}
.cmz-block.content-image .title {
  font-family: var(--font-italianno);
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0;
}
.cmz-block.content-image .title.mb-10 {
  margin-bottom: 10px;
}
.cmz-block.content-image .title.mb-20 {
  margin-bottom: 20px;
}
.cmz-block.content-image ol li:not(:last-child),
.cmz-block.content-image ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cmz-block.content-image ul {
  font-family: var(--font-ibm);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-def-brown);
}
.cmz-block.content-image ul li {
  position: relative;
  padding-left: 15px;
}
.cmz-block.content-image ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 5px;
  background-color: var(--color-simple-brown);
  border-radius: 50%;
  display: inline-block;
}
.cmz-block.content-image.w-1200 {
  max-width: 1200px !important;
}
.cmz-block.content-image .flex-1 {
  flex: 1;
}
.cmz-block.content-image .w-500 {
  width: 500px;
}
.cmz-block.content-image .w-800 {
  width: 800px;
  max-width: 800px;
}
.cmz-block.content-image .w-850 {
  width: 850px;
  max-width: 100%;
}
.cmz-block.content-image .para-text {
  padding: 0;
}
@media screen and (max-width: 1460px) {
  .cmz-block.content-image {
    gap: 35px;
  }
  .cmz-block.content-image .title {
    font-size: clamp(3rem, 2.2571rem + 3.0476vw, 5rem);
  }
  .cmz-block.content-image figure img {
    border-radius: 30px;
  }
  .cmz-block.content-image ul {
    font-size: 20px;
  }
  .cmz-block.content-image .w-850 {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .cmz-block.content-image figure img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.content-image {
    gap: 20px;
  }
  .cmz-block.content-image .w-850,
  .cmz-block.content-image .w-800 {
    width: 100%;
  }
  .cmz-block.content-image ul li {
    padding-left: 10px;
  }
}
.cmz-block.cmz-activity-list {
  font-family: var(--font-ibm);
}
.cmz-block.cmz-activity-list h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.cmz-block.cmz-activity-list .circle-btn {
  margin-top: 10px;
}
.cmz-block.cmz-activity-list ul:not(.act-pagination-list),
.cmz-block.cmz-activity-list ol {
  padding-left: 22px;
  font-weight: 500;
}
.cmz-block.cmz-activity-list ul:not(.act-pagination-list) li:not(:last-child),
.cmz-block.cmz-activity-list ol li:not(:last-child) {
  margin-bottom: 20px;
}
.cmz-block.cmz-activity-list ol {
  list-style: decimal;
}
.cmz-block.cmz-activity-list ol li::marker {
  color: var(--color-simple-brown);
}
.cmz-block.cmz-activity-list ul:not(.act-pagination-list) li {
  position: relative;
}
.cmz-block.cmz-activity-list ul:not(.act-pagination-list) li:before {
  content: "";
  background-color: var(--color-simple-brown);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0.65em;
  left: -14px;
}
.cmz-block.cmz-activity-list .activity-pagination {
  transition: opacity 0.32s ease-in-out;
}
.cmz-block.cmz-activity-list .activity-pagination button.is-hidden {
  pointer-events: none;
}
.cmz-block.cmz-activity-list .activity-pagination .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  color: var(--color-def-brown);
  cursor: pointer;
  transition: all 0.32s ease-in-out;
}
.cmz-block.cmz-activity-list .activity-pagination .btn-arrow.is-hidden {
  opacity: 0.3;
  pointer-events: none;
}
@media (hover: hover) {
  .cmz-block.cmz-activity-list .activity-pagination .btn-arrow:hover:not(.is-hidden) {
    background-color: var(--color-def-brown);
    color: #fff;
  }
}
.cmz-block.cmz-activity-list .activity-pagination ul {
  padding: 0;
  display: flex;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cmz-block.cmz-activity-list .activity-pagination ul li {
  position: relative;
}
.cmz-block.cmz-activity-list .activity-pagination ul li:not(li:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: var(--color-def-brown);
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.cmz-block.cmz-activity-list .activity-pagination ul button {
  padding: 8px 20px;
  line-height: 160%;
  letter-spacing: 0;
  height: auto;
  width: auto;
  border-radius: 0;
  margin: 0;
}
.cmz-block.cmz-activity-list .activity-pagination ul button:not(.current) {
  cursor: pointer;
}
.cmz-block.cmz-activity-list .activity-pagination ul .ellipsis {
  position: relative;
  padding: 0 10px;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmz-block.cmz-activity-list .activity-pagination ul button {
    padding: 8px 12px;
  }
}
.cmz-block.cmz-activity-list [data-perpage] {
  transition: opacity 0.32s ease-in-out;
}
.cmz-block.image-banner.has-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay);
  pointer-events: none;
}
.cmz-block {
  /* PROJECT*/
}
.cmz-block.rounded-full-image {
  max-width: 1800px;
  width: calc(100% - 120px);
  margin: 0 auto;
}
.cmz-block.rounded-full-image img {
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .cmz-block.rounded-full-image {
    --side-padding: 15px;
    width: calc(100% - var(--side-padding) * 2);
  }
  .cmz-block.rounded-full-image img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.rounded-full-image img {
    border-radius: 10px;
  }
}
.cmz-block.simple-content {
  max-width: 1200px;
  margin: 0 auto 20px;
}
.cmz-block.simple-content .para-a {
  font-size: 32px !important;
  color: var(--color-def-brown);
}
.cmz-block.simple-content .para-text {
  font-weight: 400;
  padding: 0;
}
.cmz-block.simple-content .title {
  font-family: var(--font-italianno);
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0;
}
.cmz-block.simple-content .title.mb-10 {
  margin-bottom: 10px;
}
.cmz-block.simple-content .title.mb-20 {
  margin-bottom: 20px;
}
.cmz-block.simple-content ol li:not(:last-child),
.cmz-block.simple-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cmz-block.simple-content ol {
  font-size: 18px;
  list-style: decimal;
  list-style-position: inside;
}
.cmz-block.simple-content ol li::marker {
  color: var(--color-simple-brown);
}
.cmz-block.simple-content ul {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}
.cmz-block.simple-content ul li {
  position: relative;
  padding-left: 15px;
}
.cmz-block.simple-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  background-color: var(--color-simple-brown);
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 1460px) {
  .cmz-block.simple-content .title {
    font-size: clamp(3rem, 2.2571rem + 3.0476vw, 5rem);
  }
}
@media screen and (max-width: 1280px) {
  .cmz-block.simple-content {
    padding: 0 var(--side-padding);
  }
  .cmz-block.simple-content .title {
    margin-bottom: 0 !important;
  }
  .cmz-block.simple-content .para-a {
    font-size: 24px !important;
    margin-bottom: 0;
  }
  .cmz-block.simple-content ul li {
    padding-left: 10px;
  }
}
.cmz-block.content-image.is-simple {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.cmz-block.content-image.is-simple.align-right {
  justify-content: flex-end;
}
.cmz-block.content-image.is-simple figure {
  max-width: 930px;
}
.cmz-block.content-image.is-simple .image-content {
  max-width: 650px;
}
@media screen and (max-width: 1440px) {
  .cmz-block.content-image.is-simple {
    --side-padding: 15px;
    width: calc(100% - var(--side-padding) * 2);
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.content-image.is-simple {
    flex-direction: column;
    align-items: flex-start;
  }
  .cmz-block.content-image.is-simple.align-right {
    flex-direction: column-reverse;
  }
}
.cmz-block.content-image.is-full-width {
  width: 100%;
  margin: 0;
}
.cmz-block.content-image.is-full-width figure {
  width: 65%;
  max-width: 1210px;
}
.cmz-block.content-image.is-full-width figure img {
  border-radius: 0 20px 20px 0;
  min-height: 500px;
}
.cmz-block.content-image.is-full-width.align-right {
  justify-content: flex-end;
}
.cmz-block.content-image.is-full-width.align-right figure img {
  border-radius: 20px 0 0 20px;
}
.cmz-block.content-image.is-full-width .image-content {
  max-width: 400px;
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 1440px) {
  .cmz-block.content-image.is-full-width figure {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .cmz-block.content-image.is-full-width {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.content-image.is-full-width {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .cmz-block.content-image.is-full-width.align-right {
    flex-direction: column;
  }
  .cmz-block.content-image.is-full-width figure {
    width: 100%;
  }
  .cmz-block.content-image.is-full-width figure img {
    border-radius: 0 !important;
    min-height: auto;
  }
}
.cmz-block.content-image.is-full-width .para-a, .cmz-block.content-image.is-simple .para-a {
  font-size: 32px !important;
  color: var(--color-def-brown);
}
.cmz-block.content-image.is-full-width ul,
.cmz-block.content-image.is-full-width ol, .cmz-block.content-image.is-simple ul,
.cmz-block.content-image.is-simple ol {
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-gray-text);
}
.cmz-block.content-image.is-full-width ol, .cmz-block.content-image.is-simple ol {
  font-size: 18px;
  list-style: decimal;
  list-style-position: inside;
}
.cmz-block.content-image.is-full-width ol li::marker, .cmz-block.content-image.is-simple ol li::marker {
  color: var(--color-simple-brown);
}
.cmz-block.content-image.is-full-width ul, .cmz-block.content-image.is-simple ul {
  font-size: 20px;
}
.cmz-block.content-image.is-full-width ul li::before, .cmz-block.content-image.is-simple ul li::before {
  top: 0.7em;
}
@media screen and (max-width: 1280px) {
  .cmz-block.content-image.is-full-width .para-a, .cmz-block.content-image.is-simple .para-a {
    font-size: 24px !important;
  }
  .cmz-block.content-image.is-full-width ul,
  .cmz-block.content-image.is-full-width ol, .cmz-block.content-image.is-simple ul,
  .cmz-block.content-image.is-simple ol {
    font-size: 18px;
  }
}
.cmz-block.dropped-image {
  align-items: flex-start;
  gap: 100px;
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}
.cmz-block.dropped-image img {
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cmz-block.dropped-image figure:nth-child(even) {
  margin-top: 200px;
}
@media screen and (max-width: 1740px) {
  .cmz-block.dropped-image {
    --side-padding: 15px;
    padding: 0 var(--side-padding);
    gap: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .cmz-block.dropped-image {
    gap: 50px;
  }
  .cmz-block.dropped-image img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .cmz-block.dropped-image {
    gap: 20px;
  }
  .cmz-block.dropped-image img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.dropped-image {
    flex-direction: column;
    margin-top: 20px;
  }
  .cmz-block.dropped-image figure:nth-child(even) {
    margin-top: 0;
  }
  .cmz-block.dropped-image img {
    border-radius: 10px;
  }
}
.cmz-block.video-box {
  margin: 0 auto;
  max-width: 1400px;
}
.cmz-block.video-box iframe,
.cmz-block.video-box video {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .cmz-block.video-box {
    --side-padding: 15px;
    padding: 0 var(--side-padding);
  }
  .cmz-block.video-box iframe,
  .cmz-block.video-box video {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmz-block.video-box iframe,
  .cmz-block.video-box video {
    border-radius: 10px;
  }
}

/* RWD */
@media screen and (max-width: 1680px) {
  .home-main section.case-study .case-image__arrows.inner-arrows .splide__arrow--next {
    right: -84px;
  }
  .home-main section.case-study .case-image__arrows.inner-arrows .splide__arrow--prev {
    left: -84px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --side-padding: 15px;
  }
  .for-tablet {
    display: block;
  }
  .for-desktop__tablet {
    display: none;
  }
  footer .footer-contact-info {
    justify-content: flex-start;
  }
  .home-main section.property .property_items {
    flex-wrap: wrap;
  }
  .home-main section.property .property_items .item {
    min-height: 450px;
    width: calc(100% / var(--item-count) * 2);
  }
}
@media screen and (max-width: 1280px) and (hover: hover) {
  .home-main section.property .property_items .item:hover {
    width: calc(100% / var(--item-count) * 2);
  }
}
@media screen and (max-width: 1280px) and (hover: none) {
  .home-main section.property .property_items .item .hide-this {
    margin-bottom: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 1280px) {
  .home-main section.case-study .rounded-top {
    clip-path: inset(0 0 0 0 round 50px 50px 0 0);
  }
  .home-main section.case-study .case-image__arrows.inner-arrows .splide__arrow--next {
    right: 1.5em;
  }
  .home-main section.case-study .case-image__arrows.inner-arrows .splide__arrow--prev {
    left: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .parallax-bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home-main section.case-study .rounded-top {
    clip-path: unset;
  }
  .home-main section.case-study .splide__arrow {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    transform: unset;
  }
  .home-main section.property .property_items {
    flex-wrap: wrap;
  }
  .home-main section.property .property_items .item {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .home-main section.property .property_items .item:hover {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-contact-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  footer .footer-contact-info p::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .home-main section.case-study .deal-list .deal-item {
    max-width: 560px;
  }
  .home-main section.case-study .deal-list .deal-item .deal-item__icon {
    min-height: 88px;
    font-size: 48px;
  }
  .home-main section.case-study .deal-list .deal-item .deal-item__icon::before {
    width: 88px;
    height: 88px;
  }
}
