/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--x-large);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: var(--wp--preset--font-size--3-x-large);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: var(--wp--preset--font-size--4-x-large);
    --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;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --aspect-video: 16 / 9;
    --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-primary: var(--wp--preset--color--primary);
    --color-secondary: var(--wp--preset--color--secondary);
  }
}
@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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-42 {
    margin-bottom: calc(var(--spacing) * 42);
  }
  .mb-50 {
    margin-bottom: calc(var(--spacing) * 50);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-160 {
    height: calc(var(--spacing) * 160);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-grabbing {
    cursor: grabbing;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .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;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-none {
    border-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-23 {
    padding-left: calc(var(--spacing) * 23);
  }
  .pl-27 {
    padding-left: calc(var(--spacing) * 27);
  }
  .text-center {
    text-align: center;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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-gray-500 {
    color: var(--color-gray-500);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .\!normal-case {
    text-transform: none !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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,);
  }
  .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, -webkit-backdrop-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .\[data-submenu\]\:visible {
    &:is(data-submenu) {
      visibility: visible;
    }
  }
}
@layer utilities {
  .mobile__nav__icon {
    --mobile-icon-height: 2px;
    --mobile-icon-spacing: -8px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background: none;
    &:focus {
      outline: none;
    }
    span {
      display: block;
      position: absolute;
      top: 12px;
      left: 0;
      width: 24px;
      right: 10px;
      height: var(--mobile-icon-height);
      background-color: var(--color-black);
      transition: background 0s 0.3s;
      border-radius: 2px;
      &:before, &:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: var(--mobile-icon-height);
        background-color: var(--color-black);
        content: "";
        border-radius: 2px;
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
      }
      &:before {
        top: var(--mobile-icon-spacing);
        transition-property: top, transform, background;
      }
      &:after {
        bottom: var(--mobile-icon-spacing);
        transition-property: bottom, transform, background;
      }
    }
    &.is-active {
      span {
        background: none !important;
        &:before, &:after {
          transition-delay: 0s, 0.3s;
        }
        &:before {
          top: 0;
          transform: rotate(45deg);
        }
        &:after {
          bottom: 0;
          transform: rotate(-45deg);
        }
      }
    }
  }
}
@layer utilities {
  .off-canvas {
    position: fixed;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    display: flex;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    padding: calc(var(--spacing) * 4);
    background-color: var(--wp--preset--color--primary-dark);
    z-index: 1000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
    justify-content: center;
    .off-canvas__nav {
      li {
        a {
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: calc(var(--spacing) * 2);
          padding-block: calc(var(--spacing) * 4);
        }
      }
    }
    .mobile__nav__icon {
      span,	&:before,	&:after {
        background-color: var(--color-white);
      }
    }
    &.off-canvas--open {
      visibility: visible;
      opacity: 1;
    }
    .off-canvas__icon {
      span, span:before, span:after {
        background-color: var(--color-white);
      }
    }
  }
  .admin-bar {
    .off-canvas {
      padding-top: calc( var(--admin-bar-offset) + 1rem );
    }
  }
}
@layer utilities {
  .button {
    display: inline-block;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-primary);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 2);
    text-align: center;
    color: var(--color-white);
    border-width: 0 !important;
  }
}
@layer utilities {
  :root {
    --header-height: 108px;
    --admin-bar-offset: 46px;
  }
  @media screen and (min-width: 783px) {
    :root {
      --header-height: 108px;
      --admin-bar-offset: 32px;
    }
  }
  .header__brand {
    display: block;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    background-image: var(--utrans-brand);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 983 / 240;
    text-indent: -9999px;
    width: 180px;
  }
  .header {
    background-color: var(--wp--preset--color--beige);
    .header__nav {
      text-transform: uppercase;
      .menu {
        .menu__item {
          position: relative;
          .menu__item--active {
            &:after {
              content: '';
              position: absolute;
              bottom: -3px;
              left: 0;
              width: 100%;
              height: 3px;
              background-color: var(--wp--preset--color--primary);
            }
            .current-menu-item>a {
              font-weight: 700;
              padding-left: 2.5rem;
              position: relative;
            }
          }
          a {
            display: flex;
            cursor: pointer;
            align-items: center;
            gap: calc(var(--spacing) * 2);
            padding-inline: calc(var(--spacing) * 4);
            padding-block: calc(var(--spacing) * 2);
            .icon {
              transition-property: transform, translate, scale, rotate;
              transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
              transition-duration: var(--tw-duration, var(--default-transition-duration));
            }
          }
          .sub-menu {
            position: absolute;
            top: 100%;
            left: 1rem;
            background-color: #fff;
            border: 1px solid #ccc;
            min-width: 200px;
            opacity: 0;
            pointer-events: none;
            transform: translateY(1rem);
            display: flex;
            flex-direction: column;
            border-radius: var(--radius-lg);
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
          }
          &:hover {
            >a .icon {
              transform: rotate(-180deg);
            }
            .sub-menu {
              opacity: 1;
              pointer-events: auto;
              transform: translateY(0);
            }
          }
        }
      }
    }
    .menu {
      display: flex;
      gap: calc(var(--spacing) * 4);
      ul {
        display: flex;
        gap: 1rem;
        padding: 0;
        margin: 0;
        list-style: none;
      }
    }
  }
  .header__search {
    position: absolute;
    top: -100%;
    right: 0;
    height: calc(var(--header-height) + 1px);
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
    display: flex;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-secondary);
    background-color: var(--color-white);
    form {
      flex-grow: 1;
    }
    button {
      aspect-ratio: 1 / 1;
      display: grid;
      place-items: center;
    }
    .search-field {
      background-color: transparent;
      border-width: 0;
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
      color: var(--color-secondary);
    }
  }
  .header__search--active {
    top: 0;
  }
  .admin-bar .header {
    top: var(--admin-bar-offset);
  }
  .admin-bar .header__search--active {
    top: calc(var(--admin-bar-offset));
  }
  .menu li.page_item.current_page_item>a {
    font-weight: 700;
    padding-left: 1.5rem;
    position: relative;
  }
  .menu li.page_item.current_page_item>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/kunstant/static/images/Punt.svg') no-repeat center / contain;
  }
}
@layer utilities {
  .footer {
    display: grid;
    margin-bottom: 15rem;
    @media (min-width: 1024px) {
      gap: 2rem;
      margin-top: 5rem;
      padding: 1rem 0;
      grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
      border-top: 1px solid #000;
    }
    .footer__brand {
      line-height: 1;
    }
    .footer__col {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    .footer__nav {
      display: flex;
      gap: 1rem;
      flex-direction: column;
      flex-grow: 1;
      p {
        font-size: var(--wp--preset--font-size--medium);
      }
      @media (min-width: 1024px) {
        flex-direction: row;
        justify-content: space-between;
        align-items: top;
        gap: 0;
      }
    }
    .text-lg {
      font-size: 1.5rem;
    }
    &__widgets {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
      gap: 2rem;
      margin-bottom: 3rem;
      border-top: 1px solid #000;
    }
  }
}
@layer utilities {
  .pagination {
    display: inline-flex;
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: var(--color-black);
    }
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    .page-numbers {
      display: grid;
      height: calc(var(--spacing) * 8);
      width: calc(var(--spacing) * 8);
      place-items: center;
      &.current {
        background-color: var(--color-black);
        color: var(--color-white);
      }
    }
  }
}
@layer utilities {
  .single-post {
    &__content {
      p, h2, h3, h4 {
        margin-bottom: calc(var(--spacing) * 4);
      }
      ol, ul {
        margin-bottom: calc(var(--spacing) * 4);
        margin-left: calc(var(--spacing) * 4);
      }
      ol {
        list-style-type: decimal;
      }
      ul {
        list-style-type: disc;
      }
      a {
        color: var(--wp--preset--color--primary);
        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
  .title-size {
    font-size: 2.5;
  }
  .categories {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.5s ease;
    &:hover {
      color: var(--wp--preset--color--gray-300);
    }
  }
  .title-size {
    font-size: 5.75rem !important;
    font-weight: 500;
  }
}
@layer utilities {
  .featured {
    display: block;
    background: url('/wp-content/themes/kunstant/static/images/Punt.svg') no-repeat;
    font-weight: 700;
    padding-left: 2rem;
    transition: color 0.5s ease;
    text-transform: uppercase;
    &:hover {
      color: var(--wp--preset--color--gray-300);
    }
  }
  .hand-replace {
    position: relative;
    display: inline-block;
    padding-right: 140px;
  }
  .hand-replace::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 80%;
    transform: translateY(-50%);
    background: url("../../static/images/Ratat.svg") left/contain no-repeat;
    pointer-events: none;
  }
  .hand-replace::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80%;
    height: 70%;
    transform: translateY(-50%);
    background: url("../../static/images/Col·lectiu.svg") center/contain no-repeat;
    pointer-events: none;
  }
  .hand-cirlce {
    position: relative;
    display: inline-block;
  }
  .hand-cirlce::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    background: url("../../static/images/Circle.svg") top/contain no-repeat;
    pointer-events: none;
  }
  .hand-underline {
    position: relative;
    display: inline-block;
  }
  .hand-underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../static/images/Linea.svg") bottom/contain no-repeat;
    pointer-events: none;
  }
  .hand-long-underline {
    position: relative;
    display: inline-block;
  }
  .hand-long-underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../static/images/Linea_Llarga.svg) bottom/contain no-repeat;
    pointer-events: none;
  }
  .hand-underline-header {
    position: relative;
    display: inline-block;
  }
  .hand-underline-header::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    transform: translateY(140%) translateX(-27%);
    background: url("../../static/images/Linea-2.svg") bottom/contain no-repeat;
    pointer-events: none;
  }
  .hand-underline-header-fitxa {
    position: relative;
    display: inline-block;
  }
  .hand-underline-header-fitxa::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(40%) translateX(0%);
    background: url("../../static/images/Linea-2.svg") bottom/contain no-repeat;
    pointer-events: none;
  }
  .hand-arrow {
    position: relative;
    display: inline-block;
  }
  .hand-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 0;
    transform: translateX(5%) translateY(-140px);
    width: 400px;
    height: 400px;
    background: url(../../static/images/Fletxa.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
  }
  .hand-asterisk {
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 20px;
  }
  .hand-asterisk::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-75%) translateY(-60%);
    width: 40px;
    height: 40px;
    background: url(../../static/images/Asterisc.svg) bottom/contain no-repeat;
    pointer-events: none;
  }
  .hand-asterisk-behind {
    position: relative;
    display: inline-block;
    align-items: center;
    padding-right: 20px;
  }
  .hand-asterisk-behind::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(40%) translateY(-100%);
    width: 40px;
    height: 40px;
    background: url(../../static/images/Asterisc.svg) top/contain no-repeat;
    pointer-events: none;
  }
  .hand-replace-recently {
    position: relative;
    display: inline-block;
    padding-right: 140px;
  }
  .hand-replace-recently::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(5%) translateY(-50%);
    background: url("../../static/images/Ratat-2.svg") left/contain no-repeat;
    pointer-events: none;
  }
  .hand-replace-recently::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80%;
    height: 70%;
    transform: translateX(-10%) translateY(-50%);
    background: url("../../static/images/Recents.svg") center/contain no-repeat;
    pointer-events: none;
  }
  .hand-border {
    position: relative;
    display: inline-block;
  }
  .hand-border::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    background: url("../../static/images/Borde.svg") center/contain no-repeat;
    pointer-events: none;
  }
  .hand-border-header {
    position: relative;
    display: inline-block;
  }
  .hand-border-header::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transform: translateX(-46.3%) translateY(-18%);
    background: url("../../static/images/Borde.svg") center/contain no-repeat;
    pointer-events: none;
  }
}
@layer utilities {
  .single-project__section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
    @media (min-width: 1024px) {
      gap: 2rem;
      grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }
  }
  .single-project__artist_section {
    display: grid;
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .project-grid__item {
    display: flex;
    flex-direction: column;
  }
  .pill {
    font-weight: 700;
    padding-left: 1.5rem;
    position: relative;
  }
  .pill::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/kunstant/static/images/Punt.svg') no-repeat center / contain;
  }
  .orange-background.is-long {
    color: #fff;
    font-size: 0.85rem;
    text-transform: uppercase;
    background: url('/wp-content/themes/kunstant/static/images/Resaltat-gran.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 120px;
    min-height: 50px;
    padding: 10px;
    font-weight: 500;
  }
  .orange-background.is-short {
    color: #fff;
    font-size: 0.85rem;
    text-transform: uppercase;
    background: url('/wp-content/themes/kunstant/static/images/Resaltat.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 80px;
    min-height: 60px;
    padding: 10px;
    font-weight: 500;
  }
  .orange-container {
    color: #fff;
    font-size: 0.85rem;
    background: url('/wp-content/themes/kunstant/static/images/icons/T-Q1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 80px;
    min-height: 60px;
    padding: 10px;
    font-weight: 500;
  }
  .custom-underline {
    text-decoration: underline solid 1.5px;
    text-underline-offset: 4px;
  }
  .custom-underline a {
    transition: color .3s ease;
  }
  .custom-underline:hover a {
    color: var(--wp--preset--color--gray-light) !important;
  }
  .underline-bold {
    font-weight: 600;
    text-decoration: underline solid 1.5px;
    text-underline-offset: 4px;
    text-transform: uppercase;
  }
  .villages-slider-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: .5rem;
    margin-bottom: 1.5rem;
  }
  .group:hover .projects-block__thumbnail {
    background-color: #F74501;
  }
  .project-image {
    opacity: 1;
    transition: opacity .3s ease, transform .3s ease;
  }
  .group:hover .project-image {
    opacity: .6;
  }
  .diagonal-icon {
    transition: transform .3s ease;
  }
  .group:hover .diagonal-icon {
    transform: translateX(.75rem);
  }
  .project-card__thumbnail {
    transition: background-color .3s ease;
  }
  .group:hover .project-card__thumbnail {
    background-color: #F74501;
  }
  .group:hover .aspect-\[4\/3\] {
    background-color: #F74501;
    transition: background-color .3s ease;
  }
  .single__thumbnail-orange {
    background-color: #F74501;
  }
  .single__thumbnail-orange .project-image {
    opacity: .6;
    display: block;
    width: 100%;
  }
}
@layer utilities {
  .single-hero {
    height: 1200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@layer utilities {
  .agenda-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .agenda-item {
    display: grid;
    gap: calc(var(--spacing) * 30);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-gray-300);
    padding-block: calc(var(--spacing) * 6);
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    transition: background-color .3s ease, padding .3s ease, color .3s ease;
  }
  .agenda-block .group:hover {
    background-color: #F74501;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .agenda-block .group:hover * {
    color: var(--wp--preset--color--white);
  }
  .agenda-block .group:hover img {
    filter: brightness(0) invert(1);
  }
  .agenda-block .group:hover .orange-background {
    color: #000;
  }
  .agenda-ticket {
    position: relative;
    color: #fff;
    z-index: 0;
  }
  .agenda-ticket::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/wp-content/themes/kunstant/static/images/Resaltat-gran.svg') center/contain no-repeat;
    z-index: -1;
    transition: filter .3s ease;
  }
  .agenda-block .group:hover .agenda-ticket {
    color: #000;
  }
  .agenda-block .group:hover .agenda-ticket::before {
    filter: brightness(0) invert(1);
  }
  .agenda-item__thumbnail {
    display: none;
  }
  .agenda-item__date-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--wp--preset--color--black);
    font-size: 52px;
  }
  .agenda-item__day {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--wp--preset--color--primary);
  }
  .agenda-item__month, .agenda-item__year {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
  }
  .agenda-item__body {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
  }
  .agenda-item__title {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    color: var(--wp--preset--color--black);
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .agenda-item__meta {
    display: flex;
    gap: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--wp--preset--color--gray-600, #4b5563);
  }
  .agenda-item__cta {
    display: none;
    @media (width >= 48rem) {
      display: block;
    }
  }
  .button--disabled {
    opacity: .5;
    cursor: not-allowed;
  }
  .single-agenda__meta {
    margin-bottom: calc(var(--spacing) * 6);
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .single-agenda__meta-item {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    color: var(--wp--preset--color--black);
    svg {
      color: var(--wp--preset--color--primary);
    }
  }
  .single-agenda__layout {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: flex-start;
    gap: calc(var(--spacing) * 8);
    @media (min-width: 1024px) {
      grid-template-columns: 1fr 300px;
    }
  }
  .single-agenda__tickets {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
    padding: calc(var(--spacing) * 6);
  }
  .single-agenda__tickets-title {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    color: var(--wp--preset--color--primary);
  }
  .agenda-item__location {
    display: flex;
    gap: .5rem;
  }
  .agenda-item__time {
    display: flex;
    gap: .5rem;
  }
  .single-agenda__tickets-details {
    margin-bottom: calc(var(--spacing) * 4);
    list-style-type: none;
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      --tw-border-style: dashed;
      border-style: dashed;
    }
    padding: calc(var(--spacing) * 0);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    border-color: var(--wp--preset--color--primary);
    li {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 2);
    }
    svg {
      color: var(--wp--preset--color--primary);
    }
  }
  .single-agenda-item__date {
    text-transform: uppercase;
    color: var(--wp--preset--color--black);
    font-size: 28px;
  }
  .single-agenda-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    @media (min-width: 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .agenda-btn {
    display: flex;
    gap: .5rem;
    margin-top: 1rem;
    align-items: center;
  }
  .single-agenda .header {
    margin-bottom: 0;
  }
  .single-agenda .footer {
    margin-top: 0;
  }
}
@layer utilities {
  .artist-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 15rem;
    @media (min-width: 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .artist-title {
    display: flex;
    flex-direction: column;
  }
}
@layer utilities {
  .audio-container {
    position: relative;
  }
  .audio-container .audio {
    height: 84px;
    position: relative;
    background: rgba(247, 69, 1, 0.15);
    overflow: hidden;
  }
  .audio-container .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: rgba(247, 69, 1, 1);
    z-index: 1;
    pointer-events: none;
  }
  .audio-container .audio canvas {
    position: relative;
    z-index: 2;
  }
  .button-position-audio {
    transform: translateX(460%);
  }
  .button-position-video {
    transform: translateX(420%);
  }
  .progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 999px;
  }
  .progress {
    position: relative;
    width: 0%;
    height: 100%;
    background: rgba(247, 69, 1, 1);
    border-radius: inherit;
  }
  .progress-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #f74501;
    border-radius: 50%;
    transform: translate(50%, -50%);
  }
}
@layer utilities {
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
  }
  @media (min-width: 640px) {
    .uagb-container-inner-blocks-wrap {
      max-width: calc(640px - 2rem) !important;
    }
  }
  @media (min-width: 768px) {
    .uagb-container-inner-blocks-wrap {
      max-width: calc(768px - 2rem) !important;
    }
  }
  @media (min-width: 1024px) {
    .uagb-container-inner-blocks-wrap {
      max-width: calc(1024px - 2rem) !important;
    }
  }
  @media (min-width: 1280px) {
    .uagb-container-inner-blocks-wrap {
      max-width: calc(1280px - 2rem) !important;
    }
  }
  @media (min-width: 1536px) {
    .uagb-container-inner-blocks-wrap {
      max-width: calc(1536px - 2rem) !important;
    }
  }
  .wp-block-image.aligncenter {
    img {
      margin-inline: auto;
    }
  }
  .wp-block-list {
    list-style-type: disc;
    padding-left: calc(var(--spacing) * 4);
  }
  .wp-embed-aspect-16-9 {
    .wp-block-embed__wrapper {
      position: relative;
      aspect-ratio: 16 / 9;
      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
  }
}
body {
  overflow-x: clip;
}
.page-header {
  margin-bottom: 2rem;
}
.projects-block__thumbnail {
  aspect-ratio: 68 / 46;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-duration: initial;
      --tw-divide-x-reverse: 0;
      --tw-tracking: initial;
      --tw-divide-y-reverse: 0;
    }
  }
}