/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: pernigotti
Theme URI: https://becreatives.com
Description: A custom theme based on _tw
Version: 0.1.0
Author: Francesco Rho
Author URI: https://becreatives.com
Text Domain: pernigotti
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pernigotti is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "ABC Social Condensed", ui-sans-serif, system-ui, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --breakpoint-2xl: 96rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --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-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --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;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --text-8xl: 6rem;
  --text-8xl--line-height: 1;
  --text-9xl: 8rem;
  --text-9xl--line-height: 1;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --tracking-tight: -0.025em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-sm: 0.25rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --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-grey: var(--wp--preset--color--grey);
  --color-orange: var(--wp--preset--color--orange);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-secondary: var(--wp--preset--color--secondary);
  --color-tertiary: var(--wp--preset--color--tertiary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 700;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@font-face {
  font-family: "ABC Social Condensed";
  src: url("fonts/ABCSocialCondensedVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*, ::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)) {
    ::placeholder {
      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;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-primary);
}
span.svg svg {
  height: 100%;
  width: 100%;
}
.cards-swiper {
  overflow: hidden;
}
.cards-swiper-wrap {
  overflow: hidden;
}
.cards-brand-logo {
  width: 150px;
  max-width: 150px;
  height: auto;
}
.locations-map .poi-detail-desc,
.locations-map-panel__desc {
  font-size: calc(var(--text-base) + 2px);
  line-height: 1.55;
}
.locations-map-visual {
  position: relative;
  width: 100%;
  max-width: 42.75rem;
  aspect-ratio: 684 / 512.634;
  margin-inline: auto;
}
.locations-map-visual__photo {
  position: absolute;
  top: 5.3617%;
  left: 39.4737%;
  z-index: 1;
  display: block;
  width: 60.5263%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.locations-map-visual__map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 62.7193%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.locations-map--made-in-italy .locations-map-visual--single-image {
  aspect-ratio: auto;
  max-width: 100%;
}
.locations-map--made-in-italy .locations-map-visual--single-image .locations-map-visual__map {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 684 / 512.634;
  object-fit: contain;
}
.made-in-italy img[src*="italy.png"] {
  opacity: 1;
}
.locations-map--chi-siamo .locations-map-visual {
  aspect-ratio: auto;
  max-width: 41.5625rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.locations-map--chi-siamo .locations-map-visual__photo {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  max-width: 41.5625rem;
  aspect-ratio: 665 / 400;
  height: auto;
  object-fit: cover;
}
.locations-map--chi-siamo .locations-map-visual .locations-map-logos-wrap {
  margin-top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.locations-map--chi-siamo .locations-map-visual .locations-map-logos {
  justify-content: center;
}
.locations-map--chi-siamo .locations-map-visual .locations-map-logo {
  object-position: center center;
}
.locations-map-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .locations-map-main {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .locations-map-panel {
    display: contents;
  }
  .locations-map-pickers {
    order: 1;
  }
  .locations-map-visual {
    order: 2;
  }
  .locations-map-capacity {
    order: 3;
  }
  .locations-map-panel .poi-detail {
    order: 4;
  }
}
.locations-map-capacity {
  margin: 0;
  transition: opacity 0.25s ease;
}
.locations-map-capacity__value {
  font-weight: 700;
}
.locations-map-capacity__sep {
  font-weight: 400;
}
.locations-map-pickers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
.locations-map-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  opacity: 0.2;
  transition: opacity 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}
.locations-map-picker.is-active {
  opacity: 1;
}
.locations-map-picker__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.5588rem;
  height: 1.5rem;
  border: 2px solid #B76329;
  border-radius: 9999px;
}
.locations-map-picker.is-active .locations-map-picker__icon {
  border-color: #B76329;
  background-color: #B76329;
}
.locations-map-picker.is-active .locations-map-picker__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.locations-map-picker__label {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
  text-transform: uppercase;
}
.locations-map-logos-wrap {
  margin-top: 1.75rem;
}
.locations-map-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
}
.locations-map-logo {
  display: block;
  width: auto;
  height: 75px;
  max-width: 100px;
  object-fit: contain;
  object-position: left center;
}
.locations-map-products-wrap {
  margin-top: 1.75rem;
}
.locations-map-products {
  margin-top: 0;
}
.locations-map-products__title {
  margin: 0 0 0.875rem;
  color: var(--color-primary);
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.locations-map-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations-map-products__item {
  margin: 0;
}
.locations-map-products__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  height: 2.5rem;
  padding: 0 0.5rem 0 0.75rem;
  border-radius: 0.75rem;
  background: #B76329;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.locations-map-products__pill > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.locations-map-products__chevron {
  flex: 0 0 auto;
  display: block;
}
.locations-map-products__pill--label {
  cursor: default;
  pointer-events: none;
  padding-inline: 0.75rem;
}
.locations-map-products__pill--link:hover,
.locations-map-products__pill--link:focus-visible {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.05);
}
@media (max-width: 1023px) {
  .locations-map-products__item {
    max-width: 100%;
  }
  .locations-map-products__pill {
    box-sizing: border-box;
    max-width: 100%;
    width: max-content;
    min-height: calc(2.5rem * 0.87);
    height: auto;
    padding: calc(0.625rem * 0.87) calc(0.5rem * 0.87) calc(0.625rem * 0.87) calc(0.75rem * 0.87);
    border-radius: calc(0.75rem * 0.87);
    gap: calc(0.375rem * 0.87);
    font-size: calc(1.25rem * 0.87);
    line-height: 1.15;
    align-items: center;
    white-space: normal;
  }
  .locations-map-products__pill > span {
    min-width: 0;
    flex: 1 1 auto;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.15;
  }
  .locations-map-products__chevron {
    width: calc(16px * 0.87);
    height: calc(16px * 0.87);
    flex-shrink: 0;
  }
}
:root {
  --site-curve-separator-width: 1344px;
  --site-curve-separator-rise: 10px;
  --site-curve-separator-stroke: 1.5px;
  --site-curve-separator-bleed: 1px;
  --site-curve-separator-box: calc(var(--site-curve-separator-rise) + var(--site-curve-separator-stroke) + var(--site-curve-separator-bleed));
  --site-curve-separator-color: #B76329;
  --site-curve-separator-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 0 1346 12.5' preserveAspectRatio='none'%3E%3Cpath d='M0 10.75 Q672 0.75 1344 10.75' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
  --site-curve-separator-width-sm: 648px;
  --site-curve-separator-rise-sm: 3.919594px;
  --site-curve-separator-box-sm: calc(var(--site-curve-separator-rise-sm) + var(--site-curve-separator-stroke) + var(--site-curve-separator-bleed));
  --site-curve-separator-mask-sm: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 0 651 6.419594' preserveAspectRatio='none'%3E%3Cpath d='M0 4.669594 Q324 0.75 648 4.669594' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.site-curve-separator--sm,
.values-grid__item--row-divider,
.faq-item,
.career-job-item,
.certification-item {
  --site-curve-separator-width: var(--site-curve-separator-width-sm);
  --site-curve-separator-rise: var(--site-curve-separator-rise-sm);
  --site-curve-separator-mask: var(--site-curve-separator-mask-sm);
  --site-curve-separator-box: var(--site-curve-separator-box-sm);
}
.site-curve-separator--sm svg {
  height: var(--site-curve-separator-box-sm);
}
.site-curve-separator--sm {
  max-width: none;
  width: 100%;
  height: var(--site-curve-separator-box-sm);
}
.site-curve-separator {
  display: block;
  width: 100%;
  max-width: var(--site-curve-separator-width);
  height: var(--site-curve-separator-box);
  margin-inline: auto;
  border: 0;
  padding: 0;
  color: var(--site-curve-separator-color);
  overflow: visible;
}
.site-curve-separator svg {
  display: block;
  width: 100%;
  height: var(--site-curve-separator-box);
  overflow: visible;
}
.site-curve-separator path {
  stroke: currentColor;
  stroke-width: var(--site-curve-separator-stroke);
}
.site-curve-separator-line {
  display: block;
  width: 100%;
  max-width: var(--site-curve-separator-width);
  height: var(--site-curve-separator-box);
  margin-inline: auto;
  border: 0;
  background-color: var(--site-curve-separator-color);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.locations-map-divider {
  margin: 2.5rem 0;
}
.locations-map-stats--row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.locations-map-stats__item {
  text-align: center;
}
.locations-map .poi-stat-label {
  font-size: calc(var(--text-base) + 2px);
}
.locations-map .poi-stat-value {
  font-size: calc(var(--text-6xl) + 2px);
}
@media (max-width: 1023px) {
  .locations-map .poi-stat-value {
    font-size: calc((var(--text-6xl) + 2px) * 1.3);
  }
}
@media (min-width: 640px) {
  .locations-map-picker__label {
    font-size: 1.75rem;
  }
  .locations-map-stats--row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .locations-map-stats__item + .locations-map-stats__item {
    border-left: 1px solid color-mix(in srgb, var(--color-primary) 12%, transparent);
  }
}
@media (min-width: 1024px) {
  .locations-map-visual {
    margin-inline: 0;
  }
  .locations-map .poi-detail-desc,
  .locations-map-panel__desc {
    font-size: calc(var(--text-xl) + 2px);
  }
  .locations-map .poi-stat-value {
    font-size: calc(var(--text-8xl) + 2px);
  }
  .locations-map-divider {
    margin: 3rem 0;
  }
}
@media (min-width: 1280px) {
  .locations-map .poi-stat-value {
    font-size: calc(var(--text-9xl) + 2px);
  }
}
.image-cards .image-card-label {
  font-size: calc(var(--text-xs) + 2px);
}
.image-cards .image-card-stat-number {
  font-size: calc(var(--text-8xl) + 2px);
  line-height: 1;
}
.image-cards .image-card-stat-unit {
  font-size: calc(var(--text-2xl) + 2px);
}
.image-cards .image-card-title {
  font-size: calc(var(--text-base) + 2px);
}
.image-cards .image-card-desc {
  font-size: calc(var(--text-sm) + 2px);
}
.made-in-italy .made-in-italy-stat-label {
  font-size: calc(var(--text-base) + 2px);
}
.made-in-italy .made-in-italy-stat-value {
  font-size: calc(var(--text-6xl) + 2px);
  line-height: 1;
}
@media (max-width: 1023px) {
  .made-in-italy .made-in-italy-stat-value {
    font-size: calc((var(--text-6xl) + 2px) * 1.3);
  }
}
@media (min-width: 1024px) {
  .made-in-italy .made-in-italy-stat-value {
    font-size: calc(var(--text-8xl) + 2px);
  }
}
@media (min-width: 1280px) {
  .made-in-italy .made-in-italy-stat-value {
    font-size: calc(var(--text-9xl) + 2px);
  }
}
.news-hero .news-hero-slide-overlay {
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.1) 60%, transparent 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 45%, transparent 75%);
}
.news-hero h2 {
  font-size: calc(var(--text-4xl) - 7px);
}
@media (min-width: 1024px) {
  .news-hero h2 {
    font-size: calc(var(--text-5xl) - 7px);
  }
}
#slider-homepage {
  scroll-margin-top: 100px;
}
.latest-news {
  overflow-x: clip;
}
.latest-news .news-card-title {
  font-size: calc(var(--text-base) + 2px);
}
.latest-news .news-latest-swiper .swiper-wrapper {
  align-items: stretch;
}
.latest-news .news-latest-swiper .swiper-slide {
  display: flex;
  height: auto;
}
.latest-news .news-card {
  width: 100%;
}
.hero-block .hero-title p {
  margin: 0;
}
.certifications-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .certifications-logos {
    justify-content: flex-end;
  }
}
.certifications-logo {
  display: block;
  width: 7rem;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1024px) {
  .certifications-logo {
    width: 8.5rem;
  }
}
.cta-banner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: calc(1.75rem - 30px);
}
@media (max-width: 1023px) {
  .cta-banner > .max-w-screen-2xl {
    padding-top: 3rem;
  }
  .cta-banner .cta-banner-title {
    margin-top: 1.5rem;
  }
}
.banner-panel {
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-panel:hover {
  transform: scale(1.02);
}
@media (prefers-reduced-motion: reduce) {
  .banner-panel {
    transition: none;
  }
  .banner-panel:hover {
    transform: none;
  }
}
.cta-banner-logo {
  display: block;
  width: 7rem;
  height: auto;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 1024px) {
  .cta-banner-logo {
    width: 8.5rem;
  }
}
.content-images {
  background-color: #fff;
}
.content-images-title-prefix,
.content-images-title-line1,
.content-images-title-line2 {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.content-images-title-prefix,
.content-images-title-line1 {
  margin-bottom: 0.35rem;
}
.content-images-title-line2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .content-images-title-prefix,
  .content-images-title-line1,
  .content-images-title-line2 {
    font-size: 3.75rem;
  }
  .content-images-title-prefix,
  .content-images-title-line1 {
    margin-bottom: 0.5rem;
  }
}
.content-images-desc {
  font-size: calc(var(--text-base) + 2px);
  line-height: 1.65;
  max-width: none;
}
.content-images-desc > :first-child {
  margin-top: 0;
}
.content-images-desc > :last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .content-images-desc {
    font-size: calc(var(--text-base) + 2px);
  }
}
.news-card-title {
  font-size: calc(var(--text-base) + 2px);
}
.article-content > h1 {
  font-size: calc(var(--text-3xl) + 2px);
}
.article-content .prose {
  font-size: calc(var(--text-base) + 2px);
}
@media (min-width: 1024px) {
  .article-content > h1 {
    font-size: calc(var(--text-4xl) + 2px);
  }
}
.content-images-copy .btn-cta {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  color: var(--color-primary);
}
.content-images-copy .btn-cta::before,
.content-images-copy .btn-cta::after {
  background-color: var(--color-orange);
}
.content-images-visual {
  position: relative;
  width: 100%;
  max-width: 36.25rem;
  margin-inline: auto;
  aspect-ratio: 580 / 570;
}
@media (min-width: 1024px) {
  .content-images-visual {
    max-width: 36.25rem;
    margin-inline: 0;
  }
}
.content-images-photo {
  position: absolute;
  overflow: hidden;
  width: 57.4138%;
  aspect-ratio: 333 / 414;
}
.content-images-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-images-photo--first {
  top: 0;
  left: 0;
  z-index: 1;
}
.content-images-photo--second {
  top: 27.3684%;
  left: 42.5862%;
  z-index: 2;
}
.content-images-badge {
  position: absolute;
  left: 8%;
  bottom: 6%;
  z-index: 3;
  width: 7.5rem;
  transform: rotate(-12deg);
}
@media (min-width: 1024px) {
  .content-images-badge {
    left: -6%;
    bottom: 12%;
    width: 9.5rem;
  }
}
.content-images-badge-img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-legal {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow: clip;
}
.contact-legal-grid {
  align-items: stretch;
  min-width: 0;
  overflow: visible;
}
.contact-legal-inner {
  min-width: 0;
  overflow: visible;
}
.contact-legal-left,
.contact-legal-right {
  min-width: 0;
}
.contact-legal-right {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: visible;
}
.contact-legal-slider {
  --contact-gap: 0.75rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 14rem;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
  background: transparent;
}
.contact-legal-slider:active {
  cursor: grabbing;
}
.contact-legal-slider:not(.contact-legal-slider--multiple) {
  cursor: default;
}
.contact-legal-slides {
  display: flex;
  align-items: center;
  height: 100%;
  gap: var(--contact-gap);
  will-change: transform;
}
.contact-legal-slide {
  position: relative;
  flex: 0 0 86%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.contact-legal-slider:not(.contact-legal-slider--multiple) .contact-legal-slide {
  flex-basis: 100%;
}
.contact-legal-slider--multiple .contact-legal-slide {
  transform: scale(0.84);
  transform-origin: left center;
  filter: brightness(1.45);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 42%, transparent 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 42%, transparent 100%);
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.contact-legal-slider.is-jumping .contact-legal-slides,
.contact-legal-slider.is-jumping .contact-legal-slide {
  transition: none !important;
}
.contact-legal-slider--multiple .contact-legal-slide.is-active {
  transform: scale(1);
  filter: brightness(1);
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
}
.contact-legal-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}
.contact-legal-pagination {
  position: absolute;
  left: 0;
  width: 86%;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
  pointer-events: none;
}
.contact-legal-pager,
.contact-legal-bullet {
  pointer-events: auto;
}
.contact-legal-slider:not(.contact-legal-slider--multiple) .contact-legal-pagination {
  width: 100%;
}
.contact-legal-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.contact-legal-slide-number {
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact-legal-slide-number.is-active {
  opacity: 1;
}
.contact-legal-bullet {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 0.25rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: width 0.3s ease;
}
.contact-legal-bullet.is-active {
  width: 2.5rem;
  cursor: default;
}
.contact-legal-bullet-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}
.contact-legal-bullet.is-active .contact-legal-bullet-fill {
  animation: contact-legal-progress 5s linear forwards;
}
.contact-legal-slider.is-paused .contact-legal-bullet.is-active .contact-legal-bullet-fill {
  animation-play-state: paused;
}
@keyframes contact-legal-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.contact-legal-copy--after-slider {
  order: -1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .contact-legal-slider {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .contact-legal-slider {
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  .contact-legal-slider {
    --contact-gap: 1rem;
    height: 400px;
    overflow: visible;
  }
  .contact-legal-slider--multiple {
    clip-path: inset(-2rem -100vw -2rem 0);
  }
  .contact-legal-slider--multiple .contact-legal-slide,
  .contact-legal-slider:not(.contact-legal-slider--multiple) .contact-legal-slide {
    flex-basis: 100%;
  }
  .contact-legal-pagination {
    width: 100%;
  }
  .contact-legal-copy--after-slider {
    order: 0;
    margin-top: auto;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
.contact-legal-left .prose > *:last-child,
.contact-legal-copy .prose > *:last-child {
  margin-bottom: 0;
}
.differenziata-heading {
  max-width: 56rem;
}
.differenziata-title-line {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.differenziata-title-highlight {
  color: var(--color-orange);
}
@media (min-width: 1024px) {
  .differenziata-title-line {
    font-size: 3.75rem;
  }
}
.differenziata-desc {
  font-size: calc(var(--text-base) + 2px);
  line-height: 1.65;
  max-width: none;
}
@media (min-width: 1024px) {
  .differenziata-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.differenziata-copy .btn-cta {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  color: var(--color-primary);
}
.differenziata-copy .btn-cta::before,
.differenziata-copy .btn-cta::after {
  background-color: var(--color-orange);
}
.smaltimento-heading {
  max-width: 56rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  .smaltimento-heading {
    margin-bottom: 3rem;
  }
}
.smaltimento-tabs__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.smaltimento-tabs__tab {
  position: relative;
  margin: 0;
  padding: 0 0 0.875rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
  opacity: 0.35;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  transition: opacity 0.25s ease;
}
.smaltimento-tabs__tab.is-active {
  opacity: 1;
}
.smaltimento-tabs__tab.is-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 103px;
  height: var(--site-curve-separator-box-sm);
  opacity: 1;
  background-color: var(--color-primary);
  transform: translateX(-50%);
  mask-image: var(--site-curve-separator-mask-sm);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: var(--site-curve-separator-mask-sm);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  pointer-events: none;
}
.smaltimento-tabs__panel[data-smaltimento-panel="walcor"] {
  --smaltimento-accent: #A6093D;
}
.smaltimento-tabs__panel[hidden] {
  display: none;
}
.smaltimento-tabs__panel:not([hidden]) {
  animation: smaltimento-panel-in 0.5s cubic-bezier(0.76, 0, 0.24, 1) both;
}
@keyframes smaltimento-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.smaltimento-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}
@media (min-width: 640px) {
  .smaltimento-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .smaltimento-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}
@media (min-width: 1280px) {
  .smaltimento-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.smaltimento-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  color: inherit;
}
.smaltimento-card.is-interactive {
  cursor: pointer;
}
.smaltimento-card.is-interactive:focus-visible {
  outline: 2px solid var(--color-orange);
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.smaltimento-card__icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (min-width: 1024px) {
  .smaltimento-card__icon-wrap {
    width: 9.5rem;
    height: 9.5rem;
  }
}
.smaltimento-card__icon {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.smaltimento-card.is-interactive:hover .smaltimento-card__icon-wrap,
.smaltimento-card.is-interactive:focus-visible .smaltimento-card__icon-wrap {
  transform: translateY(-6px) scale(1.06);
}
.smaltimento-card__label {
  display: block;
  max-width: 100%;
  margin-top: 0.125rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-primary);
  transition: color 0.3s ease, transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.smaltimento-card.is-interactive:hover .smaltimento-card__label,
.smaltimento-card.is-interactive:focus-visible .smaltimento-card__label {
  color: var(--smaltimento-accent, var(--color-orange));
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .smaltimento-tabs__panel:not([hidden]) {
    animation: none;
  }
  .smaltimento-card__icon-wrap,
  .smaltimento-card__icon,
  .smaltimento-card__label {
    transition: none;
  }
  .smaltimento-card.is-interactive:hover .smaltimento-card__icon-wrap,
  .smaltimento-card.is-interactive:focus-visible .smaltimento-card__icon-wrap,
  .smaltimento-card.is-interactive:hover .smaltimento-card__label,
  .smaltimento-card.is-interactive:focus-visible .smaltimento-card__label {
    transform: none;
  }
}
@media (max-width: 1023px) {
  .smaltimento-grid:not(.is-expanded) .smaltimento-card--extra {
    display: none;
  }
}
.smaltimento-grid__toggle-wrap {
  display: none;
  justify-content: center;
  margin-top: 1.75rem;
}
@media (max-width: 1023px) {
  .smaltimento-grid-wrap.has-extra-cards .smaltimento-grid__toggle-wrap {
    display: flex;
  }
  .smaltimento-grid.is-expanded + .smaltimento-grid__toggle-wrap {
    display: none;
  }
}
.smaltimento-grid__toggle.btn-cta {
  color: var(--color-primary);
  cursor: pointer;
  appearance: none;
  border: 0;
  background: transparent;
}
.smaltimento-grid__toggle.btn-cta::before,
.smaltimento-grid__toggle.btn-cta::after {
  background-color: var(--color-orange);
}
@media (min-width: 1024px) {
  .smaltimento-card__label {
    font-size: 1.125rem;
  }
  .smaltimento-grid__toggle-wrap {
    display: none !important;
  }
}
.smaltimento-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background-color: rgba(33, 18, 7, 0.45);
}
.smaltimento-overlay[hidden] {
  display: none;
}
body.smaltimento-modal-open {
  overflow: hidden;
}
.smaltimento-modal {
  position: fixed;
  inset: 0;
  z-index: 81;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
}
.smaltimento-modal[hidden] {
  display: none;
}
.smaltimento-modal__inner {
  position: relative;
  width: min(100%, 56rem);
  max-height: calc(100vh - 3rem);
  overflow: auto;
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  box-shadow: 0 24px 64px rgba(33, 18, 7, 0.18);
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .smaltimento-modal__inner {
    padding: 2rem 2rem 2.25rem;
  }
}
.smaltimento-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.smaltimento-modal__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-primary);
}
.smaltimento-modal__close {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background-color: var(--color-primary);
  color: var(--color-white);
  cursor: pointer;
  appearance: none;
}
.smaltimento-modal__content {
  position: relative;
}
.smaltimento-modal__table-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  background-color: rgba(236, 119, 26, 0.14);
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-primary);
}
.smaltimento-modal__table-notice[hidden] {
  display: none;
}
.smaltimento-modal__table-notice-icon {
  flex-shrink: 0;
  color: var(--color-orange);
  animation: smaltimento-scroll-bounce-x 1.2s ease-in-out infinite;
}
@keyframes smaltimento-scroll-bounce-x {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@media (min-width: 768px) {
  .smaltimento-modal__table-notice {
    display: none !important;
  }
}
.smaltimento-modal__table-wrap {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.smaltimento-modal__table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--color-primary);
}
.smaltimento-modal__table thead th {
  padding: 0.75rem 0.625rem;
  border: 0;
  text-align: left;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--smaltimento-accent, var(--color-orange));
}
.smaltimento-modal.is-pernigotti {
  --smaltimento-accent: var(--color-orange);
}
.smaltimento-modal.is-walcor {
  --smaltimento-accent: #A6093D;
}
.smaltimento-modal__table tbody td {
  padding: 0.75rem 0.625rem;
  border-bottom: 1px solid rgba(33, 18, 7, 0.12);
  vertical-align: top;
}
.smaltimento-modal__table tbody tr:last-child td {
  border-bottom: 0;
}
.smaltimento-modal__note {
  margin: 1.25rem 0 0;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.4;
  color: #A6093D;
}
.imballaggi-heading {
  max-width: none;
}
.imballaggi-title-line {
  display: block;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.imballaggi-title-highlight {
  color: var(--color-orange);
}
.imballaggi--highlight-red .imballaggi-title-highlight {
  color: #A6093D;
}
@media (min-width: 1024px) {
  .imballaggi-title-line {
    font-size: 3.75rem;
  }
  .imballaggi--media-right .imballaggi-media {
    order: 2;
  }
  .imballaggi--media-right .imballaggi-copy {
    order: 1;
  }
}
.imballaggi-media--single {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}
.imballaggi-single-image-wrap {
  margin: 0;
  width: fit-content;
  max-width: 100%;
  max-height: 500px;
  line-height: 0;
}
.imballaggi-single-image {
  display: block;
  max-height: 300px;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .imballaggi-single-image {
    max-height: 500px;
  }
}
.imballaggi-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .imballaggi-items {
    gap: 2.5rem;
  }
}
.imballaggi-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 1rem 1.25rem;
}
@media (min-width: 1024px) {
  .imballaggi-item {
    gap: 1.25rem 1.5rem;
  }
}
.imballaggi-item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  opacity: 1;
}
.imballaggi-item__icon-img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 1;
}
.imballaggi-item__text,
.imballaggi-desc {
  margin: 0;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  .imballaggi-item__text,
  .imballaggi-desc {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.sprechi-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.sprechi-content {
  position: relative;
  max-width: 56rem;
  margin-inline: auto;
}
.sprechi-number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: clamp(5rem, 18vw, 270px);
  font-weight: 700;
  font-style: normal;
  line-height: 73px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FDFDFD17;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%);
}
.sprechi-title {
  position: relative;
  z-index: 1;
  margin: 0 0 1.5rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: clamp(2rem, 5vw, 78px);
  font-weight: 700;
  font-style: normal;
  line-height: 73px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.sprechi-desc {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin-inline: auto;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.sprechi-desc > :first-child {
  margin-top: 0;
}
.sprechi-desc > :last-child {
  margin-bottom: 0;
}
.sprechi-desc p + p {
  margin-top: 1.25rem;
}
.sprechi-desc strong,
.sprechi-desc b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .sprechi-title {
    line-height: 1.05;
  }
  .sprechi-desc {
    font-size: 1.125rem;
    line-height: 1.35;
  }
  .sprechi-number {
    line-height: 1;
  }
}
.media-text-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
}
.media-text-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left;
}
.media-text-logo-wrap--dual .media-text-logo {
  width: 200px;
}
.media-text__media-col {
  display: flex;
  flex-direction: column;
}
.media-text__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-primary);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.media-text__hint--mobile {
  display: none;
}
.media-text__hint.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.media-text__hint-icon {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.media-text__media-wrap {
  position: relative;
  overflow: visible;
}
.media-text__badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 2;
  width: 200px;
  max-width: none;
  height: auto;
  opacity: 0.55;
  pointer-events: none;
  transform: rotate(var(--media-text-badge-rotation, 0deg));
  transform-origin: center center;
  will-change: transform;
}
.media-text__zoom-zone {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  overflow: visible;
  cursor: default;
}
.media-text__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
}
.media-text__zoom-ui {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: visible;
  pointer-events: none;
}
.media-text__zoom-card {
  position: absolute;
  width: 315px;
  height: 180px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(65, 41, 34, 0.18);
  pointer-events: none;
}
.media-text__zoom-card-view {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: var(--color-background);
}
@media (max-width: 1023px) {
  .media-text__hint--desktop {
    display: none !important;
  }
  .media-text__hint--mobile {
    display: flex !important;
  }
  .media-text__zoom-zone {
    cursor: pointer;
    touch-action: manipulation;
  }
  .media-text__zoom-zone.is-active {
    cursor: grab;
    touch-action: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .media-text__badge {
    transform: none;
    will-change: auto;
  }
}
.values-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 3rem;
}
@media (min-width: 1024px) {
  .values-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 5rem;
  }
}
.values-grid__item {
  color: var(--color-primary);
}
.values-grid__item--row-divider {
  position: relative;
  padding-top: 2.5rem;
  border-top: 0;
}
.values-grid__item--row-divider::before {
  content: '';
  position: absolute;
  top: calc(var(--site-curve-separator-bleed) * -1);
  left: 0;
  right: 0;
  height: var(--site-curve-separator-box);
  background-color: var(--site-curve-separator-color);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center top;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .values-grid__item--row-divider {
    padding-top: 3rem;
  }
}
.values-grid__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.values-grid__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background-color: var(--color-orange);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  opacity: 1;
  padding: 0;
  padding-top: 0.15em;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .values-grid__head {
    gap: 0;
    transition: gap 0.12s ease-out;
  }
  .values-grid__item {
    transition: opacity 0.12s ease-out, color 0.12s ease-out;
    color: color-mix(in srgb, var(--color-primary) 55%, transparent);
  }
  .values-grid__number {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.12s ease-out, min-width 0.12s ease-out, opacity 0.12s ease-out;
  }
  .values-grid__grid:has(.values-grid__item:hover) .values-grid__item:not(:hover) {
    opacity: 0.4;
  }
  .values-grid__item:hover {
    opacity: 1;
    color: var(--color-primary);
  }
  .values-grid__item:hover .values-grid__head {
    gap: 0.75rem;
  }
  .values-grid__item:hover .values-grid__number {
    width: 1.75rem;
    min-width: 1.75rem;
    opacity: 1;
  }
}
.values-grid__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: inherit;
}
.values-grid__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  color: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .values-grid__item,
  .values-grid__number,
  .values-grid__head {
    transition: none;
  }
}
@media (max-width: 1023px) {
  .preserve-breaks-desktop br {
    display: none;
  }
}
.feature-tabs__nav-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
.feature-tabs__nav-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: linear-gradient(to right, transparent, var(--color-background));
}
.feature-tabs__nav-wrap.is-scrollable:not(.is-at-end)::after {
  opacity: 1;
  visibility: visible;
}
.feature-tabs__nav-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-right: 1.25rem;
  padding-bottom: 0.125rem;
  touch-action: pan-x;
}
.feature-tabs__nav-track::-webkit-scrollbar {
  display: none;
}
.feature-tabs__nav-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.feature-tabs__nav-track.is-dragging .feature-tabs__tab {
  pointer-events: none;
}
.feature-tabs__tab {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  opacity: 0.3;
  scroll-snap-align: start;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  transition: opacity 0.25s ease, color 0.25s ease;
}
.feature-tabs__tab.is-active {
  opacity: 1;
  color: #000;
}
.feature-tabs__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}
.feature-tabs__content-col {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-start;
}
.feature-tabs__copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
}
.feature-tabs__text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
  white-space: normal;
  transition: opacity 0.25s ease;
}
.feature-tabs__watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(3rem, 12vw, 7.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #B76329;
  opacity: 0.05;
  pointer-events: none;
  word-break: break-word;
  transition: opacity 0.25s ease;
}
.feature-tabs__media {
  position: relative;
  width: 100%;
  max-width: 41.5625rem;
  margin-inline: auto;
  aspect-ratio: 665 / 400;
  overflow: hidden;
}
.feature-tabs__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.feature-tabs__image.is-active {
  opacity: 1;
}
.feature-tabs__image-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(45deg, #ececec 25%, transparent 25%),
    linear-gradient(-45deg, #ececec 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ececec 75%),
    linear-gradient(-45deg, transparent 75%, #ececec 75%);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-color: #f5f5f5;
}
.feature-tabs.is-switching .feature-tabs__text,
.feature-tabs.is-switching .feature-tabs__watermark {
  opacity: 0;
}
@media (min-width: 640px) {
  .feature-tabs__tab {
    font-size: 2.25rem;
  }
  .feature-tabs__text {
    font-size: 1.375rem;
  }
  .feature-tabs__nav-track {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .feature-tabs__nav-wrap {
    margin-bottom: 3.5rem;
  }
  .feature-tabs__nav-wrap::after {
    right: 0;
    width: 3.5rem;
  }
  .feature-tabs__nav-track {
    gap: 2rem;
    padding-right: 1.25rem;
    cursor: grab;
  }
  .feature-tabs__tab {
    font-size: 2.75rem;
  }
  .feature-tabs__text {
    font-size: 1.625rem;
    white-space: pre-line;
  }
  .feature-tabs__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 41.5625rem);
    gap: 3rem;
  }
  .feature-tabs__content-col {
    min-height: 18.375rem;
    align-items: center;
  }
  .feature-tabs__media {
    margin-inline: 0 0;
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .feature-tabs__tab,
  .feature-tabs__text,
  .feature-tabs__watermark,
  .feature-tabs__image {
    transition: none;
  }
}
.split-tricolor-divider {
  display: flex;
  width: 100%;
  height: 10px;
  overflow: hidden;
}
.split-tricolor-divider > span {
  flex: 1 1 33.3333%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.7s cubic-bezier(0.34, 1.45, 0.64, 1);
  will-change: transform;
}
.split-tricolor-divider.is-revealed > .split-tricolor-divider__green {
  transform: translate3d(0, 0, 0);
  transition-delay: 0ms;
}
.split-tricolor-divider.is-revealed > .split-tricolor-divider__white {
  transform: translate3d(0, 0, 0);
  transition-delay: 90ms;
}
.split-tricolor-divider.is-revealed > .split-tricolor-divider__red {
  transform: translate3d(0, 0, 0);
  transition-delay: 180ms;
}
.split-tricolor-divider__green {
  background-color: #009246;
}
.split-tricolor-divider__white {
  background-color: #fff;
}
.split-tricolor-divider__red {
  background-color: #ce2b37;
}
.stats-row-value {
  font-size: calc(var(--text-6xl) + 2px);
  font-weight: 700;
  line-height: 1;
}
.stats-row-label {
  font-size: calc(var(--text-base) + 2px);
  line-height: 1.375;
}
@media (max-width: 1023px) {
  .stats-row-value {
    font-size: calc((var(--text-6xl) + 2px) * 1.3);
  }
}
@media (min-width: 1024px) {
  .stats-row-value {
    font-size: calc(var(--text-8xl) + 2px);
  }
}
@media (min-width: 1280px) {
  .stats-row-value {
    font-size: calc(var(--text-9xl) + 2px);
  }
}
.sezione-globale__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.sezione-globale__card {
  display: flex;
  width: 100%;
  max-width: 428px;
  min-height: 223px;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 480px) {
  .sezione-globale__card {
    width: 428px;
    height: 223px;
  }
}
.sezione-globale__card-label {
  margin-bottom: 12px;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.sezione-globale__card-stat {
  margin-bottom: auto;
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: clamp(72px, 23vw, 100px);
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 480px) {
  .sezione-globale__card-stat {
    font-size: 100px;
  }
}
.sezione-globale__card-stat-value {
  line-height: 100%;
}
.sezione-globale__card-description {
  margin-top: 12px;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .split-tricolor-divider > span {
    transform: none;
    transition: none;
  }
}
.made-in-italy-image-top {
  width: 300px;
  max-width: 100%;
}
.made-in-italy-image-link {
  display: block;
  cursor: zoom-in;
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.made-in-italy-image-link:hover {
  transform: scale(1.03);
}
.made-in-italy-image-link img {
  display: block;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .made-in-italy-image-link {
    transition: none;
  }
  .made-in-italy-image-link:hover {
    transform: none;
  }
}
.latest-news .news-latest-wrap {
  overflow: visible;
}
.heritage-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.heritage-intro-title {
  width: min(100%, 770px);
}
.heritage-intro-title--align-left {
  justify-self: start;
}
.heritage-intro-title--align-center {
  justify-self: center;
}
.heritage-intro-title--align-right {
  justify-self: end;
}
.heritage-intro-copy {
  justify-self: start;
  width: min(100%, 1080px);
  text-align: left;
}
@media (min-width: 1024px) {
  .heritage-intro {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.5rem;
  }
  .heritage-intro-title {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 900px);
  }
  .heritage-intro-copy {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 1080px);
    margin-top: 0;
  }
}
.heritage-col-left {
  margin-top: 0;
}
.heritage-col-right {
  margin-top: 0;
}
@media (min-width: 640px) {
  .heritage-col-left {
    margin-top: 1.875rem;
  }
  .heritage-col-right {
    margin-top: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .heritage-col-left {
    margin-top: 3.125rem;
  }
  .heritage-col-right {
    margin-top: -1.25rem;
  }
}
.heritage-layout--single .heritage-col-left,
.heritage-layout--single .heritage-col-right {
  margin-top: 0;
}
.heritage-layout--single .heritage-images--single {
  justify-items: stretch;
}
@media (min-width: 1024px) {
  .heritage-layout--single .heritage-image-card {
    aspect-ratio: 8 / 3;
  }
}
.heritage-image-card__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.08) 100%);
}
.heritage-image-card,
.heritage-image-card__img {
  border-radius: 0;
}
.heritage-image-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 1.25rem 1.5rem 1.5rem;
  color: #fff;
  pointer-events: none;
  transition:
    opacity 0.65s cubic-bezier(0.76, 0, 0.24, 1),
    transform 0.65s cubic-bezier(0.76, 0, 0.24, 1);
}
.heritage-image-card__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.heritage-image-card__excerpt {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.heritage-image-card__open {
  position: static;
  align-self: flex-start;
  z-index: 3;
  width: fit-content;
  opacity: 0;
  transform: none;
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.heritage-image-card__open-icon {
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}
.heritage-image-card:hover .heritage-image-card__open,
.heritage-image-card:focus-within .heritage-image-card__open {
  opacity: 1;
}
.heritage-image-card__open:hover .heritage-image-card__open-icon,
.heritage-image-card__open:focus-visible .heritage-image-card__open-icon {
  transform: scale(1.06);
}
@media (hover: none) {
  .heritage-image-card__open {
    opacity: 1;
  }
}
.heritage-image-card__desc-source {
  display: none;
}
@media (max-width: 1023px) {
  .heritage-image-card {
    aspect-ratio: auto !important;
    height: 400px;
  }
}
.glightbox-container.glightbox-heritage {
  font-family: var(--font-sans);
}
.glightbox-container.glightbox-heritage .gcontainer > .gclose {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: fixed !important;
  top: -9999px !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.glightbox-container.glightbox-heritage .gslide-inner-content {
  width: auto;
}
.glightbox-container.glightbox-heritage .ginner-container {
  position: relative;
  width: auto !important;
  height: auto !important;
  max-width: min(92vw, 1100px);
  flex-direction: column !important;
  background: transparent !important;
  box-shadow: none !important;
}
.glightbox-container.glightbox-heritage .gslide-media {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  box-shadow: none !important;
}
.glightbox-container.glightbox-heritage .gslide-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: min(92vw, 1100px);
  max-height: min(78vh, 820px) !important;
  border-radius: 0 !important;
  object-fit: cover;
}
.glightbox-container.glightbox-heritage .gslide-description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  flex: 0 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: min(42vh, 360px);
  margin: 0;
  padding: 3rem 1.5rem 1.5rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 48%, rgba(0, 0, 0, 0) 100%) !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.glightbox-container.glightbox-heritage .gdesc-more {
  display: none !important;
}
.glightbox-container.glightbox-heritage .gdesc-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 !important;
  background: transparent !important;
  color: #fff;
}
.glightbox-container.glightbox-heritage .gslide-title {
  margin: 0;
  color: #fff !important;
  font-family: var(--font-sans);
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.2;
}
.glightbox-container.glightbox-heritage .gslide-desc,
.glightbox-container.glightbox-heritage .heritage-image-card__desc-full,
.glightbox-container.glightbox-heritage .gslide-desc p,
.glightbox-container.glightbox-heritage .heritage-image-card__desc-full p {
  max-width: none;
  margin: 0;
  color: #fff !important;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: left;
}
.glightbox-container.glightbox-heritage .heritage-image-card__desc-full p {
  margin: 0;
}
.heritage-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 6;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
@media (max-width: 1023px) {
  .glightbox-container.glightbox-heritage .ginner-container {
    width: calc(100vw - 1.5rem) !important;
    max-width: calc(100vw - 1.5rem) !important;
    height: 600px !important;
    max-height: 600px !important;
  }
  .glightbox-container.glightbox-heritage .gslide-media {
    height: 100%;
    max-height: 600px;
  }
  .glightbox-container.glightbox-heritage .gslide-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 600px !important;
    object-fit: cover;
  }
  .glightbox-container.glightbox-heritage .gslide-description {
    max-height: min(46%, 240px);
    padding: 2.5rem 1.25rem 1.25rem;
  }
  .glightbox-container.glightbox-heritage .gslide-title {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .glightbox-container.glightbox-heritage .gslide-title {
    font-size: 1.5rem;
  }
  .glightbox-container.glightbox-heritage .gslide-desc,
  .glightbox-container.glightbox-heritage .heritage-image-card__desc-full,
  .glightbox-container.glightbox-heritage .gslide-desc p,
  .glightbox-container.glightbox-heritage .heritage-image-card__desc-full p {
    font-size: 1.25rem;
  }
}
.heritage-image-card__open--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.heritage-image-card:not(.heritage-image-card--expandable) .heritage-image-card__open {
  display: none;
}
.heritage-image-card:not(.heritage-image-card--expandable) .heritage-image-card__open--hidden {
  display: block;
}
.heritage-image-card__open--solo {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 3;
}
.heritage-layout {
  position: relative;
}
.heritage-layout--expandable {
  --heritage-motion-duration: 920ms;
  --heritage-motion-ease: cubic-bezier(0.76, 0, 0.24, 1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.heritage-layout--expandable .heritage-images,
.heritage-col-left,
.heritage-col-right {
  transition:
    gap var(--heritage-motion-duration) var(--heritage-motion-ease),
    margin-top var(--heritage-motion-duration) var(--heritage-motion-ease);
}
.heritage-grid-wrap {
  min-width: 0;
  transition:
    flex var(--heritage-motion-duration) var(--heritage-motion-ease),
    max-width var(--heritage-motion-duration) var(--heritage-motion-ease),
    transform var(--heritage-motion-duration) var(--heritage-motion-ease),
    opacity var(--heritage-motion-duration) var(--heritage-motion-ease);
  transform-origin: left center;
  backface-visibility: hidden;
}
.heritage-layout.is-panel-animating {
  isolation: isolate;
}
.heritage-layout.is-panel-animating .heritage-grid-wrap,
.heritage-layout.is-panel-animating .heritage-detail-panel {
  will-change: flex, max-width, transform, opacity;
}
.heritage-layout.is-panel-animating .heritage-image-card--expandable {
  will-change: transform, opacity, filter;
}
.heritage-layout.is-panel-open:not(.heritage-layout--expandable) {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.heritage-layout.heritage-layout--expandable.is-panel-open {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(0.75rem, 2vw, 2rem);
  transition: gap var(--heritage-motion-duration) var(--heritage-motion-ease);
}
.heritage-layout--expandable.is-panel-open--side .heritage-grid-wrap.is-compact {
  flex: 0 0 calc(50% - clamp(0.375rem, 1vw, 1rem));
  max-width: calc(50% - clamp(0.375rem, 1vw, 1rem));
  transform: scale(0.985);
}
.heritage-layout--expandable.is-panel-open--side .heritage-detail-panel.is-visible {
  flex: 0 0 calc(50% - clamp(0.375rem, 1vw, 1rem));
  width: calc(50% - clamp(0.375rem, 1vw, 1rem));
  max-width: calc(50% - clamp(0.375rem, 1vw, 1rem));
  transform: translate3d(0, 0, 0) scale(1);
}
.heritage-layout--expandable.is-panel-open--side .heritage-detail-panel {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  min-width: 0;
  position: sticky;
  top: 5rem;
  transform: translate3d(32px, 0, 0) scale(0.96);
  transform-origin: right center;
}
.heritage-layout--expandable.is-panel-open--side .heritage-detail-panel.is-closing {
  flex: 0 0 0;
  width: 0;
  max-width: 0;
  transform: translate3d(24px, 0, 0) scale(0.97);
}
.heritage-layout--expandable.is-panel-open--side .heritage-images {
  gap: 1rem;
}
.heritage-layout--expandable.is-panel-open--side .heritage-col-left {
  margin-top: 1.5rem;
}
.heritage-layout--expandable.is-panel-open--side .heritage-col-right {
  margin-top: -0.75rem;
}
.heritage-layout--expandable .heritage-grid-wrap {
  flex: 1 1 100%;
  max-width: 100%;
}
.heritage-layout--expandable .heritage-image-card--expandable {
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(0.985);
  transition:
    opacity var(--heritage-motion-duration) var(--heritage-motion-ease),
    transform var(--heritage-motion-duration) var(--heritage-motion-ease),
    filter var(--heritage-motion-duration) var(--heritage-motion-ease);
  transition-delay: calc(var(--heritage-card-index, 0) * 90ms);
  backface-visibility: hidden;
}
.heritage-layout--expandable.is-cards-revealed .heritage-image-card--expandable.is-card-revealed,
.heritage-layout--expandable .heritage-image-card--expandable.is-card-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
@media (min-width: 1024px) {
  .heritage-layout--expandable.is-panel-open--side {
    gap: clamp(1rem, 2vw, 2rem);
  }
  .heritage-layout--expandable.is-panel-open--side .heritage-grid-wrap.is-compact {
    flex: 0 0 calc(50% - clamp(0.5rem, 1vw, 1rem));
    max-width: calc(50% - clamp(0.5rem, 1vw, 1rem));
  }
  .heritage-layout--expandable.is-panel-open--side .heritage-detail-panel.is-visible {
    flex: 0 0 calc(50% - clamp(0.5rem, 1vw, 1rem));
    width: calc(50% - clamp(0.5rem, 1vw, 1rem));
    max-width: calc(50% - clamp(0.5rem, 1vw, 1rem));
  }
  .heritage-layout--expandable.is-panel-open--side .heritage-detail-panel {
    top: 6rem;
  }
}
.heritage-image-card:not(.heritage-image-card--expandable) {
  cursor: pointer;
}
.heritage-image-card--expandable {
  cursor: pointer;
}
.heritage-image-card--expandable .heritage-image-card__img {
  transition: transform var(--heritage-motion-duration) var(--heritage-motion-ease);
}
.heritage-image-card--expandable .heritage-image-card__overlay {
  transition: opacity 0.45s ease;
}
.heritage-image-card--expandable:hover .heritage-image-card__img {
  transform: scale(1.08);
}
.heritage-image-card--expandable:hover {
  transform: translate3d(0, -4px, 0) scale(1.012);
}
.heritage-image-card--expandable:hover .heritage-image-card__overlay {
  opacity: 0.92;
}
.heritage-layout.is-panel-open .heritage-image-card--expandable:not(.is-active) {
  opacity: 0.52;
  filter: saturate(0.75) brightness(0.9);
  transform: scale(0.93) translate3d(0, 8px, 0);
}
.heritage-layout.is-panel-open .heritage-image-card--expandable.is-active {
  opacity: 1;
  filter: none;
  transform: scale(1.02) translate3d(0, -3px, 0);
  z-index: 2;
}
.heritage-layout.is-panel-animating .heritage-image-card--expandable:not(.is-active) {
  transition-delay: calc(var(--heritage-card-index, 0) * 60ms);
}
.heritage-layout.is-panel-animating .heritage-image-card--expandable.is-active {
  transition-delay: 0ms;
}
.heritage-layout.is-panel-closing .heritage-image-card--expandable:not(.is-active) {
  transition-delay: calc((3 - min(var(--heritage-card-index, 0), 3)) * 40ms);
}
.heritage-image-card--expandable.is-active .heritage-image-card__img {
  transform: scale(1.04);
}
.heritage-layout.is-panel-open .heritage-image-card--expandable:not(.is-active) .heritage-image-card__img {
  transform: scale(1);
}
.heritage-layout.is-panel-open .heritage-image-card--expandable:not(.is-active) .heritage-image-card__content {
  opacity: 0.72;
  transform: translate3d(0, 6px, 0);
}
.heritage-image-card__open--static {
  position: static;
  align-self: flex-start;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-8px, 0, 0);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}
.heritage-image-card--expandable:hover .heritage-image-card__open--static,
.heritage-image-card--expandable.is-active .heritage-image-card__open--static,
.heritage-image-card--expandable:focus-visible .heritage-image-card__open--static {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.heritage-image-card--expandable.is-active .heritage-image-card__open-icon {
  animation: heritage-arrow-nudge 0.75s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: none) {
  .heritage-image-card__open--static {
    opacity: 1;
    transform: none;
  }
}
.heritage-detail-panel {
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition:
    flex var(--heritage-motion-duration) var(--heritage-motion-ease),
    max-width var(--heritage-motion-duration) var(--heritage-motion-ease),
    width var(--heritage-motion-duration) var(--heritage-motion-ease),
    opacity var(--heritage-motion-duration) var(--heritage-motion-ease),
    transform var(--heritage-motion-duration) var(--heritage-motion-ease);
  pointer-events: none;
  overflow: hidden;
  backface-visibility: hidden;
}
.heritage-detail-panel.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}
.heritage-detail-panel.is-closing {
  opacity: 0;
  pointer-events: none;
}
.heritage-layout--expandable.is-panel-open--side .heritage-detail-panel.is-closing {
  transform: translate3d(24px, 0, 0) scale(0.97);
}
.heritage-layout--expandable:not(.is-panel-open--side) .heritage-detail-panel.is-closing {
  transform: translate3d(0, 16px, 0) scale(0.99);
}
.heritage-detail-panel__inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(33, 18, 7, 0.14);
  transform: translate3d(0, 10px, 0);
  opacity: 0.96;
  min-width: min(100%, 36rem);
  transition:
    transform var(--heritage-motion-duration) var(--heritage-motion-ease),
    opacity var(--heritage-motion-duration) var(--heritage-motion-ease);
  backface-visibility: hidden;
}
.heritage-detail-panel.is-visible .heritage-detail-panel__inner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.heritage-detail-panel.is-switching .heritage-detail-panel__inner,
.heritage-detail-panel.is-closing .heritage-detail-panel__inner {
  transform: translate3d(0, 8px, 0) scale(0.985);
  opacity: 0.88;
}
@media (min-width: 1024px) {
  .heritage-detail-panel.is-visible .heritage-detail-panel__inner {
    animation: heritage-panel-inner-enter var(--heritage-motion-duration) var(--heritage-motion-ease) both;
  }
}
.heritage-detail-panel__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.heritage-detail-panel__close:hover,
.heritage-detail-panel__close:focus-visible {
  transform: scale(1.08) rotate(90deg);
}
.heritage-detail-panel__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #211207;
}
.heritage-detail-panel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  opacity: 0;
  transition:
    transform var(--heritage-motion-duration) var(--heritage-motion-ease),
    opacity calc(var(--heritage-motion-duration) * 0.72) var(--heritage-motion-ease);
  backface-visibility: hidden;
}
.heritage-detail-panel.is-visible .heritage-detail-panel__image {
  transform: scale(1);
  opacity: 1;
}
.heritage-detail-panel.is-switching .heritage-detail-panel__image {
  transform: scale(1.08);
  opacity: 0;
}
.heritage-detail-panel__body {
  padding: 1.5rem 1.75rem 1.75rem;
}
.heritage-detail-panel__title,
.heritage-detail-panel__text {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}
.heritage-detail-panel__inner.is-content-animating .heritage-detail-panel__title {
  animation: heritage-panel-rise calc(var(--heritage-motion-duration) * 0.72) var(--heritage-motion-ease) 0.12s forwards;
}
.heritage-detail-panel__inner.is-content-animating .heritage-detail-panel__text {
  animation: heritage-panel-rise calc(var(--heritage-motion-duration) * 0.72) var(--heritage-motion-ease) 0.24s forwards;
}
.heritage-detail-panel__title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
}
.heritage-detail-panel__text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--color-foreground);
}
@keyframes heritage-panel-inner-enter {
  from {
    opacity: 0.7;
    transform: translate3d(18px, 0, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes heritage-panel-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heritage-arrow-nudge {
  0% {
    transform: translate3d(0, 0, 0);
  }
  45% {
    transform: translate3d(4px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .heritage-layout--expandable {
    --heritage-motion-duration: 1ms;
  }
  .heritage-grid-wrap,
  .heritage-detail-panel,
  .heritage-detail-panel__inner,
  .heritage-detail-panel__image,
  .heritage-image-card--expandable,
  .heritage-image-card__content,
  .heritage-col-left,
  .heritage-col-right,
  .heritage-layout--expandable .heritage-images,
  .heritage-layout--expandable {
    transition: none;
  }
  .heritage-layout--expandable .heritage-image-card--expandable {
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }
  .heritage-image-card--expandable:hover,
  .heritage-image-card--expandable.is-active,
  .heritage-layout.is-panel-open .heritage-image-card--expandable:not(.is-active) {
    transform: none;
    filter: none;
  }
  .heritage-layout.is-panel-open .heritage-image-card--expandable:not(.is-active) .heritage-image-card__content {
    opacity: 1;
    transform: none;
  }
  .heritage-detail-panel__title,
  .heritage-detail-panel__text,
  .heritage-image-card--expandable.is-active .heritage-image-card__open-icon,
  .heritage-detail-panel.is-visible .heritage-detail-panel__inner {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .heritage-layout--expandable.is-panel-open--side .heritage-grid-wrap.is-compact,
  .heritage-layout--expandable.is-panel-open--side .heritage-detail-panel.is-visible {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    transform: none;
  }
  .heritage-layout.is-panel-animating .heritage-grid-wrap,
  .heritage-layout.is-panel-animating .heritage-detail-panel,
  .heritage-layout.is-panel-animating .heritage-image-card--expandable {
    will-change: auto;
  }
}
.catalogo-intro__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  margin-bottom: 2rem;
}
.catalogo-intro__heading {
  flex: 1 1 18rem;
  max-width: 46rem;
}
.catalogo-intro__cta {
  flex-shrink: 0;
  align-self: flex-start;
}
.catalogo-intro__description {
  max-width: 67.5rem;
}
.catalogo-download svg {
  transform: rotate(90deg);
}
.catalogo-download:hover svg {
  transform: rotate(90deg) translateY(4px);
}
.catalogo-item {
  height: 400px;
}
.catalogo-item__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.08) 100%);
}
.catalogo-item__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  max-width: 42rem;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem 1.5rem;
  color: #fff;
}
.catalogo-item__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.catalogo-item__text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .catalogo-intro__top {
    gap: 2rem 4rem;
    margin-bottom: 2.5rem;
  }
  .catalogo-item__content {
    gap: 1rem;
    padding: 1.75rem 2rem 2rem;
  }
  .catalogo-item__title {
    font-size: 1.75rem;
  }
  .catalogo-item__text {
    font-size: 1.25rem;
  }
}
.cards-swiper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.cards-swiper .swiper-slide.is-brand-active {
  opacity: 1;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.wp-block-separator,
hr.wp-block-separator {
  display: block;
  width: 100%;
  max-width: var(--site-curve-separator-width);
  height: var(--site-curve-separator-box);
  margin-block: calc(var(--spacing) * 8);
  margin-inline: auto;
  border: 0;
  background-color: var(--site-curve-separator-color);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  opacity: 1;
}
.wp-block-separator.is-style-default {
  padding-inline: calc(var(--spacing) * 6);
}
@media (width >= 64rem) {
  .wp-block-separator.is-style-default {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@keyframes cta-border-sweep {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.btn-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  color: var(--color-white);
  text-transform: uppercase;
}
.btn-cta::before, .btn-cta::after {
  content: "";
  position: absolute;
  left: calc(var(--spacing) * 0);
  width: 100%;
  height: 1px;
  background: currentColor;
}
.btn-cta::before {
  top: 0;
}
.btn-cta::after {
  bottom: 0;
}
.btn-cta:hover::before, .btn-cta:hover::after {
  animation: cta-border-sweep 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.btn-cta--orange::before, .btn-cta--orange::after {
  background-color: var(--color-orange);
}
.page-intro .btn-cta--orange {
  color: var(--color-orange);
}
.compliance-content__heading {
  text-wrap: balance;
}
.compliance-content__label {
  display: inline-block;
  margin-bottom: 1.5rem;
  background-color: var(--color-primary);
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-background);
}
@media (min-width: 64rem) {
  .compliance-content__label {
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
  }
}
.compliance-content__header .compliance-content__heading {
  margin-bottom: 0;
}
.compliance-content__principles li,
.compliance-content__documents li {
  text-wrap: pretty;
}
.compliance-content__documents a {
  text-decoration-thickness: 1px;
}
.btn-cta--primary {
  color: var(--color-primary);
}
.btn-cta img {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-cta:hover img {
  transform: translateX(6px);
}
.footer-nav-list {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  padding: calc(var(--spacing) * 0);
}
.footer-nav-list a {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  color: var(--color-background);
  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));
}
@media (hover: hover) {
  :is(.footer-nav-list a):hover {
    color: var(--color-background);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :is(.footer-nav-list a):hover {
      color: color-mix(in oklab, var(--color-background) 50%, transparent);
    }
  }
}
.header {
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header--dark {
  position: sticky;
  top: calc(var(--spacing) * 0);
  z-index: 50;
  background-color: var(--color-background);
  color: var(--color-primary);
}
.header--dark-absolute {
  position: absolute;
  inset-inline: calc(var(--spacing) * 0);
  top: calc(var(--spacing) * 0);
  z-index: 50;
  background-color: transparent;
  color: var(--color-primary);
}
.header--light {
  position: absolute;
  inset-inline: calc(var(--spacing) * 0);
  top: calc(var(--spacing) * 0);
  z-index: 50;
  background-color: transparent;
  color: var(--color-background);
}
.header.is-scrolled {
  background-color: var(--color-background);
  color: var(--color-primary);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--color-primary) 10%, transparent);
}
.header--light.is-scrolled,
.header--dark-absolute.is-scrolled {
  position: fixed;
  inset-inline: calc(var(--spacing) * 0);
  top: calc(var(--spacing) * 0);
  z-index: 50;
}
.header.is-scrolled .header-logo-light {
  display: none;
}
.header.is-scrolled .header-logo-dark {
  display: block;
}
.header.is-scrolled .current-menu-item::after {
  background-color: var(--color-primary);
}
.admin-bar .header--light.is-scrolled,
.admin-bar .header--dark-absolute.is-scrolled {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header--light.is-scrolled,
  .admin-bar .header--dark-absolute.is-scrolled {
    top: 46px;
  }
}
.header.menu-open {
  background-color: var(--color-background);
  color: var(--color-primary);
}
.header--dark .header-logo-light, .header--dark-absolute .header-logo-light {
  display: none;
}
.header--light .header-logo-dark {
  display: none;
}
.header.menu-open .header-logo-dark {
  display: block;
}
.header.menu-open .header-logo-light {
  display: none;
}
.admin-bar .header--light, .admin-bar .header--dark-absolute, .admin-bar .header--dark {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header--light,	.admin-bar .header--dark-absolute, .admin-bar .header--dark {
    top: 46px;
  }
}
header .current-menu-item {
  position: relative;
}
header .current-menu-item::after {
  position: absolute;
  bottom: calc(var(--spacing) * -1.5);
  left: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 0.75);
  width: 100%;
  border-radius: 0.25rem;
  background-color: var(--color-primary);
  content: "";
}
.header--light .current-menu-item::after {
  background-color: var(--color-background);
}
.breadcrumb-back {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
.breadcrumb--tone-primary .breadcrumb-back {
  border-color: color-mix(in srgb, var(--color-primary) 20%, transparent);
  color: var(--color-primary);
}
.breadcrumb--tone-primary .breadcrumb-back:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-background);
}
.breadcrumb--tone-background .breadcrumb-back {
  border-color: color-mix(in srgb, var(--color-background) 20%, transparent);
  color: var(--color-background);
}
.breadcrumb--tone-background .breadcrumb-back:hover {
  border-color: var(--color-background);
  background-color: var(--color-background);
  color: var(--color-primary);
}
#site-navigation li.menu-item-has-children {
  position: relative;
}
#site-navigation ul.sub-menu {
  position: absolute;
  top: calc(100% + calc(var(--spacing) * 2));
  left: calc(var(--spacing) * 0);
  z-index: 50;
  display: none;
  width: max-content;
  min-width: calc(100% + var(--spacing) * 2);
  flex-direction: column;
  gap: calc(var(--spacing) * 0.5);
  border-top-right-radius: var(--radius-2xl);
  border-bottom-right-radius: var(--radius-2xl);
  border-bottom-left-radius: var(--radius-2xl);
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 2.5);
  padding-inline: calc(var(--spacing) * 3);
  color: var(--color-primary);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#site-navigation li.menu-item-has-children::before {
  position: absolute;
  top: 100%;
  right: calc(var(--spacing) * 0);
  z-index: 51;
  display: none;
  height: var(--radius-2xl);
  width: var(--radius-2xl);
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 0 0, transparent var(--radius-2xl), var(--color-background) var(--radius-2xl));
}
#site-navigation li.menu-item-has-children:focus-within::before, #site-navigation li.menu-item-has-children:hover::before {
  display: block;
}
#site-navigation li.menu-item-has-children:focus-within::after,
#site-navigation li.menu-item-has-children:hover::after {
  position: absolute;
  top: 100%;
  left: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  z-index: 50;
  height: calc(var(--spacing) * 2);
  background-color: var(--color-white);
  pointer-events: auto;
  content: "";
}
#site-navigation > ul > li.menu-item {
  padding: calc(var(--spacing) * 2);
}
#site-navigation li.menu-item-has-children:hover, #site-navigation li.menu-item-has-children:focus-within {
  border-top-left-radius: var(--radius-2xl);
  border-top-right-radius: var(--radius-2xl);
  background-color: var(--color-background);
  color: var(--color-primary);
  margin-left: calc(var(--spacing) * -1);
  padding-inline: calc(var(--spacing) * 3) calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 2);
}
#site-navigation li.menu-item-has-children:hover ul.sub-menu, #site-navigation li.menu-item-has-children:focus-within ul.sub-menu {
  display: flex;
}
#site-navigation ul.sub-menu li a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding-block: calc(var(--spacing) * 1.25);
  padding-inline: calc(var(--spacing) * 0);
  text-align: left;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  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));
}
@media (hover: hover) {
  :is(#site-navigation ul.sub-menu li a):hover {
    background-color: var(--color-gray-50);
  }
}
@media (min-width: 1024px) {
  #archive-filters .archive-filters-control {
    width: 15rem;
    min-width: 15rem;
    max-width: 15rem;
  }
}
.search-results__title {
  line-height: 1.05;
}
.search-results__list {
  width: 100%;
}
.search-results .pagination,
.search-results .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin-top: 3rem;
}
.search-results .page-numbers {
  display: inline-flex;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-primary);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.search-results .page-numbers:hover,
.search-results .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color-background);
}
.search-results .page-numbers.dots {
  background: transparent;
  color: color-mix(in srgb, var(--color-primary) 50%, transparent);
}
.mobile-menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--color-background);
  color: var(--color-primary);
}
@media (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu-inner {
  overflow: hidden;
  min-height: 0;
}
.mobile-menu.is-open {
  grid-template-rows: 1fr;
}
#mobile-primary-menu > li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: currentcolor;
}
@supports (color: color-mix(in lab, red, red)) {
  #mobile-primary-menu > li {
    border-color: color-mix(in oklab, currentcolor 10%, transparent);
  }
}
#mobile-primary-menu li a {
  display: block;
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
#mobile-primary-menu li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#mobile-primary-menu li.menu-item-has-children > a {
  flex: 1;
}
#mobile-primary-menu ul.sub-menu {
  display: none;
  width: 100%;
  padding-top: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 3);
  padding-left: calc(var(--spacing) * 4);
}
#mobile-primary-menu ul.sub-menu.is-open {
  display: block;
}
.mobile-submenu-toggle svg {
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
@media (max-width: 1279px) {
  #mobile-primary-menu li a {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  #mobile-primary-menu ul.sub-menu li a {
    padding-block: calc(var(--spacing) * 2);
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  #mobile-primary-menu > li.current-menu-item,
  #mobile-primary-menu > li.current-menu-ancestor {
    border-bottom-color: transparent;
  }
  #mobile-primary-menu > li.current-menu-item::after,
  #mobile-primary-menu > li.current-menu-ancestor::after {
    bottom: 0;
    height: 2px;
  }
  #mobile-primary-menu li.menu-item-has-children > a {
    cursor: pointer;
  }
}
@media (max-width: 1023px) {
  .made-in-italy .made-in-italy-desc {
    font-size: 1.25rem;
    line-height: 1.625;
  }
  .product-list .product-sidebar .sidebar-category,
  .product-list .filter-gusto,
  .product-list .filter-dimensione,
  .product-list .filter-preferenza,
  .product-list .filter-search {
    font-size: 1.125rem;
  }
  .product-card .product-card-arrow {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .product-card .product-card-arrow {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.35s cubic-bezier(0.76, 0, 0.24, 1), transform 0.35s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .product-card:hover .product-card-arrow {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-search-input::placeholder,
.filter-search::placeholder,
.filter-field-input::placeholder {
  color: currentColor;
  opacity: 0.65;
}
.header-search-field {
  position: relative;
}
.header-search-menu.site-select-menu {
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  width: 100%;
  min-width: 12rem;
  z-index: 60;
}
.header-search-form {
  border-color: color-mix(in srgb, var(--color-primary) 18%, transparent);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.header--light .header-search-form,
.header--dark-absolute .header-search-form {
  border-color: color-mix(in srgb, var(--color-primary) 18%, transparent);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.header-social-nav {
  display: none;
}
@media (width >= 80rem) {
  .header-social-nav {
    display: block;
  }
}
#header-social-nav > ul > li.menu-item-has-children {
  position: relative;
}
#header-social-nav > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: calc(100% + calc(var(--spacing) * 2));
  left: calc(var(--spacing) * 0);
  z-index: 50;
  display: none;
  width: max-content;
  min-width: calc(100% + var(--spacing) * 2);
  flex-direction: column;
  gap: calc(var(--spacing) * 0.5);
  border-top-right-radius: var(--radius-2xl);
  border-bottom-right-radius: var(--radius-2xl);
  border-bottom-left-radius: var(--radius-2xl);
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 2.5);
  padding-inline: calc(var(--spacing) * 3);
  color: var(--color-primary);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#header-social-nav > ul > li.menu-item-has-children::before {
  position: absolute;
  top: 100%;
  right: calc(var(--spacing) * 0);
  z-index: 51;
  display: none;
  height: var(--radius-2xl);
  width: var(--radius-2xl);
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 0 0, transparent var(--radius-2xl), var(--color-background) var(--radius-2xl));
}
#header-social-nav > ul > li.menu-item-has-children:focus-within::before,
#header-social-nav > ul > li.menu-item-has-children:hover::before {
  display: block;
}
#header-social-nav > ul > li.menu-item-has-children:focus-within::after,
#header-social-nav > ul > li.menu-item-has-children:hover::after {
  position: absolute;
  top: 100%;
  left: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  z-index: 50;
  height: calc(var(--spacing) * 2);
  background-color: var(--color-white);
  pointer-events: auto;
  content: "";
}
#header-social-nav > ul > li.menu-item {
  padding: calc(var(--spacing) * 2);
}
#header-social-nav > ul > li.menu-item-has-children:focus-within,
#header-social-nav > ul > li.menu-item-has-children:hover {
  border-top-left-radius: var(--radius-2xl);
  border-top-right-radius: var(--radius-2xl);
  background-color: var(--color-background);
  color: var(--color-primary);
  margin-left: calc(var(--spacing) * -1);
  padding-inline: calc(var(--spacing) * 3) calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 2);
}
#header-social-nav > ul > li.menu-item-has-children:focus-within > .sub-menu,
#header-social-nav > ul > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
}
#header-social-nav ul.sub-menu > li.menu-item-has-children {
  position: relative;
}
#header-social-nav .header-social-brand-trigger,
#header-social-nav ul.sub-menu li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding-block: calc(var(--spacing) * 1.25);
  padding-inline: calc(var(--spacing) * 0);
  text-align: left;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wide);
  color: inherit;
  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));
}
#header-social-nav .header-social-brand-trigger {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  :is(#header-social-nav ul.sub-menu > li.menu-item-has-children .header-social-brand-trigger):hover {
    background-color: var(--color-gray-50);
  }
}
#header-social-nav ul.sub-menu ul.sub-menu--social-icons {
  position: absolute;
  top: 50%;
  left: calc(100% + calc(var(--spacing) * 1) + 3px);
  right: auto;
  z-index: 60;
  display: none;
  width: max-content;
  min-width: 0;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  margin: 0;
  padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2.5);
  border-radius: 9999px;
  transform: translateY(-50%);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#header-social-nav ul.sub-menu > li.menu-item-has-children:focus-within > ul.sub-menu--social-icons,
#header-social-nav ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu--social-icons {
  display: flex;
}
#header-social-nav ul.sub-menu--social-icons li a {
  display: inline-flex;
  width: auto;
  justify-content: center;
  padding: 0;
}
@media (hover: hover) {
  :is(#header-social-nav ul.sub-menu--social-icons li a):hover {
    background-color: transparent;
    opacity: 0.65;
  }
}
.header-social-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
#header-social-mobile-menu {
  margin-top: 1.5rem;
}
#header-social-mobile-menu > li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: currentcolor;
}
@supports (color: color-mix(in lab, red, red)) {
  #header-social-mobile-menu > li {
    border-color: color-mix(in oklab, currentcolor 10%, transparent);
  }
}
#header-social-mobile-menu li a {
  display: block;
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
#header-social-mobile-menu li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header-social-mobile-menu li.menu-item-has-children > a {
  flex: 1;
}
#header-social-mobile-menu ul.sub-menu {
  display: none;
  width: 100%;
  padding-top: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 3);
  padding-left: calc(var(--spacing) * 4);
}
#header-social-mobile-menu ul.sub-menu.is-open {
  display: block;
}
#header-social-mobile-menu ul.sub-menu--social-icons {
  display: none;
  padding-left: calc(var(--spacing) * 2);
}
#header-social-mobile-menu ul.sub-menu--social-icons.is-open {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 2);
}
#header-social-mobile-menu ul.sub-menu--social-icons li a {
  display: inline-flex;
  padding: 0;
}
@media (max-width: 1279px) {
  #header-social-mobile-menu li a {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  #header-social-mobile-menu ul.sub-menu li a {
    padding-block: calc(var(--spacing) * 2);
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  #header-social-mobile-menu li.menu-item-has-children > a {
    cursor: pointer;
  }
}
.media-slider {
  margin-bottom: 50px;
}
.contact-banner-overlay {
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.55) 100%);
}
.contact-banner-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .contact-banner-contacts {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
  }
}
.contact-banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  width: 100%;
  max-width: 18rem;
}
@media (min-width: 1024px) {
  .contact-banner-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.35rem;
    align-items: start;
    text-align: left;
    width: auto;
    max-width: 20rem;
  }
  .contact-banner-hotspot {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0.125rem;
  }
  .contact-banner-label {
    grid-column: 2;
    grid-row: 1;
  }
  .contact-banner-text {
    grid-column: 2;
    grid-row: 2;
  }
}
.faq-block > img {
  z-index: 0;
  pointer-events: none;
}
.faq-tabs__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.faq-tabs__tab {
  position: relative;
  margin: 0;
  padding: 0 0 0.875rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 31px;
  letter-spacing: 0;
  color: var(--color-primary);
  opacity: 0.35;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  transition: opacity 0.25s ease;
}
.faq-tabs__tab.is-active {
  opacity: 1;
}
.faq-tabs__tab.is-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 103px;
  height: var(--site-curve-separator-box-sm);
  opacity: 1;
  background-color: var(--color-primary);
  transform: translateX(-50%);
  mask-image: var(--site-curve-separator-mask-sm);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: var(--site-curve-separator-mask-sm);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  pointer-events: none;
}
.faq-tabs__panel[hidden] {
  display: none;
}
.faq-list:not(.is-expanded) .faq-item--extra {
  display: none;
}
.faq-list__toggle-wrap {
  display: none;
  justify-content: center;
  margin-top: 1.75rem;
}
.faq-list-wrap.has-extra-items .faq-list__toggle-wrap {
  display: flex;
}
.faq-list.is-expanded + .faq-list__toggle-wrap {
  display: none;
}
.faq-list__toggle.btn-cta {
  color: var(--color-primary);
  cursor: pointer;
  appearance: none;
  border: 0;
  background: transparent;
}
.faq-list__toggle.btn-cta::before,
.faq-list__toggle.btn-cta::after {
  background-color: var(--color-orange);
}
.faq-item {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  overflow: visible;
}
.faq-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--site-curve-separator-bleed) * -1);
  width: 100%;
  overflow: visible;
  height: var(--site-curve-separator-box);
  background-color: var(--site-curve-separator-color);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  pointer-events: none;
}
.idea-step {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 1.5rem 2rem;
  padding-block: 2.5rem;
}
@media (min-width: 64rem) {
  .idea-step {
    gap: 2rem 4rem;
    padding-block: 3rem;
  }
}
.idea-step + .idea-step {
  border-top: 1px solid color-mix(in srgb, var(--color-primary) 12%, transparent);
}
.idea-step__icon {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}
.idea-step__icon-img {
  display: block;
  width: 68px;
  height: 68px;
}
.idea-step__title {
  margin: 0 0 0.75rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: #211207;
}
.idea-step__text {
  margin: 0;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  color: #211207;
}
.idea-cta .btn-cta {
  color: var(--color-primary);
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500;
}
.idea-cta .btn-cta::before,
.idea-cta .btn-cta::after {
  background-color: var(--color-orange);
}
.hero-concorso-block {
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
}
.admin-bar .hero-concorso-block {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .hero-concorso-block {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}
.hero-concorso-block__overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.hero-concorso-block__title {
  margin: 0 0 1.25rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 400;
  font-size: 48px;
  line-height: 49px;
  letter-spacing: 0;
  color: var(--color-white);
  text-transform: uppercase;
}
.hero-concorso-block__desc {
  margin: 0 0 1.75rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0;
  color: var(--color-white);
}
.hero-concorso-block__desc > :last-child {
  margin-bottom: 0;
}
.hero-concorso-block__desc p {
  margin: 0 0 0.75rem;
}
.hero-concorso-block__desc p:last-child {
  margin-bottom: 0;
}
.hero-concorso-block__cta .btn-cta {
  color: var(--color-white);
}
.hero-concorso-block__logo {
  display: block;
  width: 127px;
  height: 127px;
  object-fit: contain;
}
@media (max-width: 63.999rem) {
  .hero-concorso-block__title {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.05;
  }
  .hero-concorso-block__desc {
    font-size: clamp(1.125rem, 4.5vw, 1.5rem);
    line-height: 1.35;
  }
  .hero-concorso-block__logo {
    width: 96px;
    height: 96px;
  }
}
.video-concorso-block__title {
  margin: 0 auto 1.5rem;
  max-width: 56rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 700;
  font-size: 78px;
  line-height: 73px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-primary);
}
.video-concorso-block__desc {
  margin: 0 auto 3rem;
  max-width: 42rem;
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-primary);
}
.video-concorso-block__player {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}
@media (min-width: 64rem) {
  .video-concorso-block__player {
    aspect-ratio: auto;
    height: 500px;
  }
}
.video-concorso-block__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.video-concorso-block__player.has-poster:not(.is-playing) .video-concorso-block__video {
  visibility: hidden;
}
.video-concorso-block__player.has-poster.is-playing {
  background-image: none !important;
}
.video-concorso-block__player.has-poster.is-playing .video-concorso-block__video {
  visibility: visible;
}
.video-concorso-block__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.video-concorso-block__player.has-poster.is-playing .video-concorso-block__play {
  display: none;
}
.video-concorso-block__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: #e30613;
  color: var(--color-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease;
}
.video-concorso-block__play:hover .video-concorso-block__play-icon,
.video-concorso-block__play:focus-visible .video-concorso-block__play-icon {
  transform: scale(1.06);
}
.video-concorso-block__play-icon svg {
  margin-left: 0.15rem;
}
@media (max-width: 63.999rem) {
  .video-concorso-block__title {
    font-size: clamp(2.25rem, 10vw, 4.875rem);
    line-height: 0.95;
  }
  .video-concorso-block__desc {
    font-size: clamp(1rem, 4vw, 1.25rem);
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.expandable-list-row {
  position: relative;
}
.expandable-list-row + .expandable-list-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--site-curve-separator-box);
  --site-curve-separator-color: var(--color-tertiary);
  background-color: var(--site-curve-separator-color);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  pointer-events: none;
}
.career-job-item,
.certification-item {
  position: relative;
  border-bottom: 0;
}
.career-job-item::after,
.certification-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--site-curve-separator-bleed) * -1);
  height: var(--site-curve-separator-box);
  --site-curve-separator-color: color-mix(in srgb, var(--color-foreground) 20%, transparent);
  background-color: var(--site-curve-separator-color);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  pointer-events: none;
  transition: background-color 0.2s ease;
}
.career-job-item:hover::after,
.certification-item:hover::after {
  --site-curve-separator-color: var(--color-orange);
  background-color: var(--site-curve-separator-color);
}
.made-in-italy-stats,
.compliance-content__documents {
  position: relative;
  border-top: 0;
}
.made-in-italy-stats::before,
.compliance-content__documents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--site-curve-separator-box);
  mask-image: var(--site-curve-separator-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--site-curve-separator-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  pointer-events: none;
}
.made-in-italy-stats::before {
  background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
}
.compliance-content__documents::before {
  background-color: var(--color-tertiary);
}
.faq-item .faq-trigger {
  -webkit-tap-highlight-color: transparent;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}
.faq-item.is-open .faq-answer {
  max-height: 32rem;
  opacity: 1;
}
.faq-answer-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-item.is-open .faq-answer-inner {
  padding-bottom: 1.5rem;
}
.faq-icon {
  transition: transform 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (prefers-reduced-motion: reduce) {
  .faq-answer {
    transition: none;
  }
  .faq-icon {
    transition: none;
  }
}
@media (max-width: 1023px) {
  .history-swiper,
  .history-swiper .swiper-wrapper {
    touch-action: pan-x;
  }
}
.history-year-viewport {
  font-size: calc(15vw + 6px);
  height: 1em;
  max-height: 1em;
  overflow: hidden;
}
.history-year-track {
  display: flex;
  flex-direction: column;
  font-size: inherit;
  transition: none;
}
.history-year-slot {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: max-content;
  height: 1em;
  overflow: hidden;
}
.history-year-item {
  display: block;
  flex-shrink: 0;
  line-height: 1;
  font-size: inherit;
  height: 1em;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .history-year-viewport {
    font-size: calc(11vw + 8px);
  }
}
.history-top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 2.5rem;
}
.history-year-viewport {
  grid-column: 1;
  grid-row: 1;
}
.history-nav {
  grid-column: 2;
  grid-row: 1;
}
.history-description {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
}
@media (min-width: 1024px) {
  .history-top {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto;
    column-gap: 1rem;
    row-gap: 0;
    align-items: start;
  }
  .history-year-viewport {
    grid-column: 1;
    grid-row: 1;
  }
  .history-description {
    grid-column: 2;
    grid-row: 1;
  }
  .history-nav {
    grid-column: 3;
    grid-row: 1;
  }
}
.history-timeline-inner {
  min-height: calc(20px + 0.5rem + 40px);
}
.history-timeline-track {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .history-timeline-track {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .history-timeline-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .history-timeline-inner::-webkit-scrollbar {
    display: none;
  }
  .history-timeline-track {
    width: max-content;
    min-width: 100%;
  }
  .history-timeline-segment {
    flex: 0 0 64px;
    width: 64px;
    justify-content: space-between;
    padding-inline: 1px;
  }
  .history-timeline-segment .history-timeline-tick:nth-child(n + 6) {
    display: none;
  }
  .history-timeline-year-label {
    font-size: 14px;
    white-space: nowrap;
  }
  .history-timeline-tick,
  .history-timeline-year-tick {
    width: 1px;
    border-radius: 0;
  }
  .history-timeline-year-tick {
    width: 2px;
  }
}
.history-timeline-year {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
.history-timeline-year-label {
  font-family: "ABC Social Condensed", var(--font-sans);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: rgb(255 255 255 / 0.4);
  transition: color 0.3s;
}
.history-timeline-tick,
.history-timeline-year-tick {
  display: block;
  width: 3px;
  border-radius: 20px;
  opacity: 1;
  background-color: rgb(255 255 255 / 0.35);
  flex-shrink: 0;
}
.history-timeline-tick {
  height: 20px;
}
.history-timeline-year-tick {
  height: 40px;
  transform: translateY(10px);
  transition: background-color 0.3s;
}
.history-timeline-year.is-active .history-timeline-year-label {
  color: rgb(255 255 255 / 1);
}
.history-timeline-year.is-active .history-timeline-year-tick {
  background-color: rgb(255 255 255 / 1);
}
.history-slider .history-timeline {
  bottom: 20px;
}
.history-slider-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  display: block;
  width: 100%;
  height: 10px;
  opacity: 1;
  transition: background-color 0.3s ease;
}
#menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
  --tw-translate-y: calc(var(--spacing) * 2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: 45deg;
}
#menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0%;
}
#menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
  --tw-translate-y: calc(var(--spacing) * -2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: calc(45deg * -1);
}
.product-category-scroll {
  display: none;
}
.product-category-scroll-wrap {
  position: relative;
}
.product-category-scroll-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.product-category-scroll-wrap.is-scrollable:not(.is-at-end)::after {
  opacity: 1;
  visibility: visible;
}
.product-list-light .product-category-scroll-wrap::after {
  background: linear-gradient(to right, transparent, var(--color-orange));
}
.product-list-dark .product-category-scroll-wrap::after {
  background: linear-gradient(to right, transparent, var(--color-primary));
}
.product-category-scroll-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-right: 2.75rem;
  padding-bottom: 0.25rem;
}
.product-category-scroll-track::-webkit-scrollbar {
  display: none;
}
.product-category-scroll-item {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.01em;
  font-size: 2rem;
  font-weight: 300;
  scroll-snap-align: start;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  transition: color 0.2s ease, font-weight 0.2s ease;
}
@media (min-width: 640px) {
  .product-category-scroll-item {
    font-size: 2.25rem;
  }
}
.product-list-light .product-category-scroll-item {
  color: var(--color-primary);
}
.product-list-dark .product-category-scroll-item {
  color: color-mix(in srgb, var(--color-white) 40%, transparent);
}
.product-list-light .product-category-scroll-item.active {
  font-weight: 500;
  color: var(--color-background) !important;
}
.product-list-dark .product-category-scroll-item.active {
  font-weight: 500;
  color: var(--color-white);
}
@media (max-width: 1023px) {
  .product-list .product-sidebar {
    display: none !important;
  }
  .product-list .product-category-scroll {
    display: block;
  }
  .product-list-layout {
    display: block;
  }
  .product-category-scroll-track {
    gap: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .product-list .product-category-scroll {
    display: none !important;
  }
}
.product-list-light .product-sidebar .sidebar-category.active {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-background) !important;
}
.product-list-dark .product-sidebar .sidebar-category.active {
  color: var(--color-white);
}
@media (min-width: 1024px) {
  .product-list .product-sidebar > .product-category-heading,
  .product-list .product-sidebar .product-sidebar__section > .product-category-heading {
    display: flex;
    align-items: center;
    min-height: calc(0.5rem * 2 + 1.5rem + 2px);
    margin-bottom: 1rem;
  }
  .product-list .product-sidebar .product-category-heading--collab {
    min-height: calc(0.5rem * 2 + 1.875rem + 2px);
  }
}
.product-category-heading--collab {
  font-size: 1.75rem;
  line-height: 1.1;
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.product-sidebar__brand-logo {
  margin: 0 0 1rem;
}
.product-sidebar__brand-logo img {
  display: block;
  width: auto;
  max-width: 8.5rem;
  max-height: 3.25rem;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 1024px) {
  .product-sidebar__brand-logo {
    margin-bottom: 1.25rem;
  }
  .product-sidebar__brand-logo img {
    max-width: 10.5rem;
    max-height: 4rem;
  }
}
.product-category-intro:not(.hidden) {
  position: relative;
  overflow: hidden;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  border-radius: 1.25rem;
  background: var(--color-tertiary);
  border: 1px solid color-mix(in srgb, var(--color-primary) 8%, transparent);
}
.product-category-intro:not(.hidden)::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--color-orange);
}
.product-category-intro__title {
  margin: 0 0 0.875rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.product-category-intro__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-category-intro__body p {
  margin: 0;
  max-width: 65ch;
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 400;
  color: color-mix(in srgb, var(--color-primary) 82%, transparent);
}
.product-list-dark .product-category-intro:not(.hidden) {
  box-shadow: 0 10px 28px color-mix(in srgb, var(--color-primary) 16%, transparent);
}
.product-list-light .product-category-intro:not(.hidden) {
  box-shadow: 0 4px 18px color-mix(in srgb, var(--color-primary) 8%, transparent);
}
.product-category-intro[data-slug^="disney"]:not(.hidden) {
  width: 100%;
  max-width: none;
  padding: 1.5rem 0 0.5rem;
  border-radius: 0;
  background: transparent;
  border: none;
  border-top: 1px solid color-mix(in srgb, var(--color-background) 30%, transparent);
  box-shadow: none;
  text-align: center;
}
.product-category-intro[data-slug^="disney"]:not(.hidden)::before {
  content: none;
}
.product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}
.product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body {
  width: 100%;
  align-items: stretch;
  gap: 0;
}
.product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body p {
  width: 100%;
  max-width: none;
  margin: 0;
}
.product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body p + p {
  margin-top: 0.5rem;
}
.product-list-light .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__title {
  color: var(--color-background);
}
.product-list-light .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: color-mix(in srgb, var(--color-background) 80%, transparent);
}
.product-list-dark .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__title {
  color: var(--color-white);
}
.product-list-dark .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: color-mix(in srgb, var(--color-white) 74%, transparent);
}
body.is-walcor-page .product-category-intro:not(.hidden) {
  background: #F2F1ED;
}
@media (min-width: 1024px) {
  .product-category-intro:not(.hidden) {
    padding: 2rem 2rem 2rem 2.25rem;
  }
  .product-category-intro__body p {
    font-size: 1.125rem;
  }
  .product-category-intro[data-slug^="disney"]:not(.hidden) {
    width: 100%;
    margin-left: 0;
    padding: 2rem 0 0.5rem;
  }
  .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__title {
    margin-bottom: 0.75rem;
  }
  .product-list-light .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body p,
  .product-list-dark .product-category-intro[data-slug^="disney"]:not(.hidden) .product-category-intro__body p {
    font-size: 1.3125rem;
  }
}
.product-filter-select {
  min-width: 130px;
}
.site-select-field {
  position: relative;
  width: 100%;
}
.site-select-wrap {
  position: relative;
  width: 100%;
}
.site-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.site-select-trigger {
  position: relative;
  width: 100%;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  transition: color 0.2s ease;
}
.site-select-trigger.is-placeholder {
  color: color-mix(in srgb, currentColor 65%, transparent);
}
.site-select-trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.9rem;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  opacity: 0.55;
}
.site-select-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 30;
  width: 100%;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border-radius: 1rem;
  background-color: var(--color-tertiary);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--color-primary) 18%, transparent);
  max-height: 14rem;
  overflow-y: auto;
}
.site-select-option {
  padding: 0.65rem 0.9rem;
  border-radius: 0.75rem;
  color: var(--color-primary);
  font-size: 0.95rem;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-select-option:hover,
.site-select-option.is-selected {
  background-color: var(--color-background);
  color: var(--color-primary);
}
.flavor-swatch-wrap {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.flavor-swatch-wrap:hover,
.flavor-swatch-wrap:focus-within {
  z-index: 100;
}
.flavor-swatch {
  background-color: var(--color-primary);
  cursor: pointer;
}
.flavor-swatch--bicolor {
  background: linear-gradient(135deg, var(--flavor-color) 0 50%, var(--flavor-color-2) 50% 100%);
}
.flavor-swatch--tricolor {
  background: conic-gradient(
    var(--flavor-color) 0deg 120deg,
    var(--flavor-color-2) 120deg 240deg,
    var(--flavor-color-3) 240deg 360deg
  );
}
.flavor-swatch--quad {
  background: conic-gradient(
    var(--flavor-color) 0deg 90deg,
    var(--flavor-color-2) 90deg 180deg,
    var(--flavor-color-3) 180deg 270deg,
    var(--flavor-color-4) 270deg 360deg
  );
}
.flavor-swatch-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.45rem);
  z-index: 101;
  transform: translateX(-50%);
  padding: 0.37rem 0.74rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #000;
  font-size: 0.7875rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--color-primary) 12%, transparent);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.flavor-swatch-wrap:hover .flavor-swatch-label,
.flavor-swatch-wrap:focus-within .flavor-swatch-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(2px);
}
.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card.overflow-hidden {
  overflow: visible;
}
.product-card:has(.flavor-swatch-wrap:hover),
.product-card:has(.flavor-swatch-wrap:focus-within) {
  z-index: 40;
}
.product-card > div:first-child {
  flex: 1;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 1;
}
.product-card > div:last-child {
  z-index: 10;
}
.product-card .product-card-arrow {
  z-index: 1;
}
@media (hover: hover) and (min-width: 1024px) {
  a.product-card {
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  a.product-card:hover {
    transform: translateY(-8px);
  }
  .product-card > div:first-child > img:not(.product-card-arrow),
  .product-card > div:first-child .product-image-swap__primary,
  .product-card__media > .product-image-swap__hover {
    transition: opacity 1s ease;
  }
  .product-card:has(.product-image-swap__hover):hover .product-image-swap__primary {
    opacity: 0;
  }
  .product-card:has(.product-image-swap__hover):hover .product-card__media > .product-image-swap__hover {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  a.product-card:hover {
    transform: none;
  }
  .product-card:hover > div:first-child > img:not(.product-card-arrow),
  .product-card:hover > div:first-child .product-image-swap__primary,
  .product-card:hover .product-card__media > .product-image-swap__hover {
    transform: none;
  }
  .product-card__novita {
    transition: none;
  }
  a.product-card:hover .product-card__novita {
    transform: none;
    box-shadow: none;
    filter: none;
  }
}
.business-units-logo--fixed {
  width: 110px;
  max-width: 110px;
}
.product-main-wrap {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.product-image-swap {
  position: relative;
}
.product-card .product-image-swap {
  display: block;
  height: 100%;
  width: 100%;
}
.product-image-swap .product-image-swap__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.product-card .product-image-swap__primary {
  transition: opacity 1s ease;
}
.product-card__novita {
  position: absolute;
  top: 0.75rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  pointer-events: none;
  transform: translateY(0) scale(1);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, filter 0.35s ease;
}
.product-card__novita--left {
  left: 0.75rem;
  transform-origin: left center;
}
.product-card__novita--right {
  right: 0.75rem;
  left: auto;
  transform-origin: right center;
}
.product-card__novita--pernigotti {
  background-color: rgba(183, 99, 41, 0.16);
  color: #B76329;
}
.product-card__novita--walcor {
  background-color: rgba(166, 9, 61, 0.14);
  color: #A6093D;
}
@media (hover: hover) {
  a.product-card:hover .product-card__novita {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.14);
    filter: saturate(1.08);
  }
}
.product-card__media > .product-image-swap__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.product-image-swap .product-image-swap__primary {
  transition: opacity 0.35s ease;
}
.product-image-swap:has(.product-image-swap__hover):hover .product-image-swap__primary,
.product-image-swap:has(.product-image-swap__hover):focus-within .product-image-swap__primary {
  opacity: 0;
}
.product-image-swap:has(.product-image-swap__hover):hover .product-image-swap__hover,
.product-image-swap:has(.product-image-swap__hover):focus-within .product-image-swap__hover {
  opacity: 1;
}
.product-main-wrap > .product-image-swap {
  width: 100%;
}
.product-main-wrap > .product-image-swap .product-image-swap__hover {
  margin: auto;
  width: 100%;
  height: auto;
  max-height: 24rem;
}
.product-main-wrap:has(.product-image-swap__hover):hover .product-image-swap__primary {
  opacity: 0;
}
.product-main-wrap:has(.product-image-swap__hover):hover .product-image-swap__hover {
  opacity: 1;
}
.product-thumb.is-active {
  --tw-ring-color: var(--color-primary);
}
.product-accordion__trigger[aria-expanded="true"] .product-accordion__icon {
  rotate: 180deg;
}
body.single-product,
body.single-product section.faq-block {
  background-color: var(--color-tertiary);
}
body.single-product header.header--dark:not(.is-scrolled) {
  background-color: var(--color-tertiary);
}
body.single-product header.header--dark.is-scrolled {
  background-color: var(--color-background);
}
body.is-walcor-page #page {
  background-color: #EFDBB2;
}
body.is-walcor-page .product-card {
  background-color: #F2F1ED;
}
body.is-walcor-page .header.is-scrolled,
body.is-walcor-page .header.menu-open {
  background-color: #EFDBB2;
}
body.is-walcor-page .product-list-light .product-sidebar .sidebar-category.active,
body.is-walcor-page .product-list-light .product-category-scroll-item.active {
  color: #A6093D !important;
  font-weight: 500;
}
body.is-walcor-page .product-show-more .btn-cta {
  color: #A6093D;
}
body.is-walcor-page .product-show-more .btn-cta::before,
body.is-walcor-page .product-show-more .btn-cta::after {
  background-color: #A6093D;
}
body.is-walcor-page .product-list .filter-gusto,
body.is-walcor-page .product-list .filter-dimensione,
body.is-walcor-page .product-list .filter-preferenza,
body.is-walcor-page .product-list .filter-search,
body.is-walcor-page .product-list .site-select-trigger {
  background-color: #F2F1ED !important;
  border-color: #F2F1ED !important;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode  > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
:is(.swiper-css-mode > .swiper-wrapper)::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered  > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
:is(.swiper-fade .swiper-slide) .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
:is(.swiper-fade .swiper-slide-active) .swiper-slide-active {
  pointer-events: auto;
}
.showcase-swiper .swiper-slide {
  width: 280px;
}
.content-showcase .showcase-images {
  opacity: 0.12;
}
.content-showcase .showcase-images::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, var(--color-tertiary) 0%, color-mix(in srgb, var(--color-tertiary) 75%, transparent) 45%, color-mix(in srgb, var(--color-tertiary) 35%, transparent) 100%);
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.content-showcase.is-showcase-active .showcase-images {
  opacity: 1;
}
.content-showcase.is-showcase-active .showcase-images::after {
  opacity: 0;
}
@media (min-width: 1024px) {
  .content-showcase:has(.showcase-toggle:hover) .showcase-images {
    opacity: 1;
  }
  .content-showcase:has(.showcase-toggle:hover) .showcase-images::after {
    opacity: 0;
  }
  .content-showcase:has(.showcase-toggle:hover) .showcase-body {
    opacity: 0;
  }
}
.content-showcase .showcase-body {
  transition: opacity 0.7s ease;
}
.content-showcase.is-showcase-active .showcase-body {
  opacity: 0.08;
}
@media (max-width: 1023px) {
  .content-showcase .showcase-body {
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.4s;
  }
  .content-showcase .showcase-images {
    transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
  }
  .content-showcase .showcase-images::after {
    transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
  }
  .content-showcase.is-showcase-active .showcase-body {
    opacity: 0.08;
    transition-delay: 0s;
  }
  .content-showcase.is-showcase-active .showcase-images {
    opacity: 1;
    transition-delay: 0.35s;
  }
  .content-showcase.is-showcase-active .showcase-images::after {
    opacity: 0;
    transition-delay: 0.35s;
  }
}
.showcase-toggle {
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .showcase-toggle:hover {
    transform: scale(1.08);
  }
}
@media (min-width: 1024px) {
  .showcase-swiper .swiper-slide {
    width: 360px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.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;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.-top-4 {
  top: calc(var(--spacing) * -4);
}
.-top-5 {
  top: calc(var(--spacing) * -5);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-1\/3 {
  top: calc(1 / 3 * 100%);
}
.top-24 {
  top: calc(var(--spacing) * 24);
}
.top-\[5\%\] {
  top: 5%;
}
.-right-3 {
  right: calc(var(--spacing) * -3);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-2 {
  right: calc(var(--spacing) * 2);
}
.right-2\.5 {
  right: calc(var(--spacing) * 2.5);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-2 {
  bottom: calc(var(--spacing) * 2);
}
.bottom-\[8\%\] {
  bottom: 8%;
}
.-left-3 {
  left: calc(var(--spacing) * -3);
}
.-left-8 {
  left: calc(var(--spacing) * -8);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-1\/12 {
  left: calc(1 / 12 * 100%);
}
.left-5 {
  left: calc(var(--spacing) * 5);
}
.left-\[10\%\] {
  left: 10%;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-16 {
  margin-top: calc(var(--spacing) * 16);
}
.mt-auto {
  margin-top: auto;
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.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-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.ml-3 {
  margin-left: calc(var(--spacing) * 3);
}
.ml-12 {
  margin-left: calc(var(--spacing) * 12);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-3\/4 {
  aspect-ratio: 3/4;
}
.aspect-4\/1 {
  aspect-ratio: 4/1;
}
.aspect-4\/3 {
  aspect-ratio: 4/3;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.h-0\.5 {
  height: calc(var(--spacing) * 0.5);
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-48 {
  height: calc(var(--spacing) * 48);
}
.h-72 {
  height: calc(var(--spacing) * 72);
}
.h-80 {
  height: calc(var(--spacing) * 80);
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-10 {
  max-height: calc(var(--spacing) * 10);
}
.max-h-96 {
  max-height: calc(var(--spacing) * 96);
}
.min-h-48 {
  min-height: calc(var(--spacing) * 48);
}
.min-h-72 {
  min-height: calc(var(--spacing) * 72);
}
.min-h-96 {
  min-height: calc(var(--spacing) * 96);
}
.min-h-110 {
  min-height: calc(var(--spacing) * 110);
}
.min-h-120 {
  min-height: calc(var(--spacing) * 120);
}
.min-h-\[55vh\] {
  min-height: 55vh;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-2\/5 {
  width: calc(2 / 5 * 100%);
}
.w-3 {
  width: calc(var(--spacing) * 3);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-4\/5 {
  width: calc(4 / 5 * 100%);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7 {
  width: calc(var(--spacing) * 7);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-10\/12 {
  width: calc(10 / 12 * 100%);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-36 {
  width: calc(var(--spacing) * 36);
}
.w-56 {
  width: calc(var(--spacing) * 56);
}
.w-72 {
  width: calc(var(--spacing) * 72);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-sm {
  width: var(--container-sm);
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-32 {
  max-width: calc(var(--spacing) * 32);
}
.max-w-80 {
  max-width: calc(var(--spacing) * 80);
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-none {
  max-width: none;
}
.max-w-screen-2xl {
  max-width: var(--breakpoint-2xl);
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-9 {
  min-width: calc(var(--spacing) * 9);
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 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);
}
.rotate-20 {
  rotate: 20deg;
}
.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-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[160px_1fr\] {
  grid-template-columns: 160px 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-baseline {
  align-items: baseline;
}
.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-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-x-16 {
  column-gap: calc(var(--spacing) * 16);
}
.gap-y-1 {
  row-gap: calc(var(--spacing) * 1);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.self-center {
  align-self: center;
}
.self-start {
  align-self: flex-start;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-3xl {
  border-radius: var(--radius-3xl);
}
.rounded-4xl {
  border-radius: var(--radius-4xl);
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#E2E2E2\] {
  border-color: #E2E2E2;
}
.border-background {
  border-color: var(--color-background);
}
.border-current {
  border-color: currentcolor;
}
.border-foreground\/10 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/10 {
    border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.border-foreground\/20 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/20 {
    border-color: color-mix(in oklab, var(--color-foreground) 20%, transparent);
  }
}
.border-orange {
  border-color: var(--color-orange);
}
.border-primary\/10 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/10 {
    border-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.border-primary\/16 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/16 {
    border-color: color-mix(in oklab, var(--color-primary) 16%, transparent);
  }
}
.border-primary\/20 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/20 {
    border-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
.border-tertiary {
  border-color: var(--color-tertiary);
}
.border-white\/40 {
  border-color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/40 {
    border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.bg-\[\#1E3529\] {
  background-color: #1E3529;
}
.bg-\[\#D7B036\] {
  background-color: #D7B036;
}
.bg-\[\#7A3030\] {
  background-color: #7A3030;
}
.bg-\[\#DDD9CC33\] {
  background-color: #DDD9CC33;
}
.bg-\[\#eeece6\] {
  background-color: #eeece6;
}
.bg-background {
  background-color: var(--color-background);
}
.bg-background\/20 {
  background-color: var(--color-background);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-background\/20 {
    background-color: color-mix(in oklab, var(--color-background) 20%, transparent);
  }
}
.bg-black\/20 {
  background-color: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/20 {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.bg-black\/30 {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-black\/50 {
  background-color: color-mix(in srgb, #000 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
}
.bg-black\/55 {
  background-color: color-mix(in srgb, #000 55%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/55 {
    background-color: color-mix(in oklab, var(--color-black) 55%, transparent);
  }
}
.bg-current {
  background-color: currentcolor;
}
.bg-foreground {
  background-color: var(--color-foreground);
}
.bg-grey {
  background-color: var(--color-grey);
}
.bg-orange {
  background-color: var(--color-orange);
}
.bg-orange\/10 {
  background-color: var(--color-orange);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-orange\/10 {
    background-color: color-mix(in oklab, var(--color-orange) 10%, transparent);
  }
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary\/10 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/10 {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.bg-primary\/20 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/20 {
    background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
.bg-primary\/30 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/30 {
    background-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
  }
}
.bg-primary\/40 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/40 {
    background-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
.bg-primary\/55 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/55 {
    background-color: color-mix(in oklab, var(--color-primary) 55%, transparent);
  }
}
.bg-primary\/60 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/60 {
    background-color: color-mix(in oklab, var(--color-primary) 60%, transparent);
  }
}
.bg-primary\/75 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/75 {
    background-color: color-mix(in oklab, var(--color-primary) 75%, transparent);
  }
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-tertiary {
  background-color: var(--color-tertiary);
}
.bg-tertiary\/20 {
  background-color: var(--color-tertiary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-tertiary\/20 {
    background-color: color-mix(in oklab, var(--color-tertiary) 20%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/\[0\.08\] {
  background-color: color-mix(in srgb, #fff 8%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/\[0\.08\] {
    background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
  }
}
.bg-linear-to-t {
  --tw-gradient-position: to top;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-t {
    --tw-gradient-position: to top in oklab;
  }
}
.bg-linear-to-t {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-black\/60 {
  --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/60 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.from-black\/60 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-black\/70 {
  --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/70 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.from-black\/70 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-black\/80 {
  --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/80 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
  }
}
.from-black\/80 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-black\/10 {
  --tw-gradient-via: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/10 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.via-black\/10 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-black\/20 {
  --tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/20 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.via-black\/20 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-black\/30 {
  --tw-gradient-via: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/30 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.via-black\/30 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-black\/55 {
  --tw-gradient-via: color-mix(in srgb, #000 55%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/55 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 55%, transparent);
  }
}
.via-black\/55 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-black\/20 {
  --tw-gradient-to: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-black\/20 {
    --tw-gradient-to: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.to-black\/20 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-7 {
  padding-inline: calc(var(--spacing) * 7);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-0\.5 {
  padding-block: calc(var(--spacing) * 0.5);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-14 {
  padding-block: calc(var(--spacing) * 14);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-24 {
  padding-block: calc(var(--spacing) * 24);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-24 {
  padding-top: calc(var(--spacing) * 24);
}
.pr-8 {
  padding-right: calc(var(--spacing) * 8);
}
.pr-9 {
  padding-right: calc(var(--spacing) * 9);
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-32 {
  padding-bottom: calc(var(--spacing) * 32);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: var(--font-sans);
}
.font-serif {
  font-family: var(--font-serif);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-6xl {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-8xl {
  font-size: var(--text-8xl);
  line-height: var(--tw-leading, var(--text-8xl--line-height));
}
.text-8xl\/0 {
  font-size: var(--text-8xl);
  line-height: calc(var(--spacing) * 0);
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--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));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[15vw\] {
  font-size: 15vw;
}
.text-\[20rem\] {
  font-size: 20rem;
}
.text-\[50vw\] {
  font-size: 50vw;
}
.leading-\[1\.05\] {
  --tw-leading: 1.05;
  line-height: 1.05;
}
.leading-\[1\.13\] {
  --tw-leading: 1.13;
  line-height: 1.13;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extralight {
  --tw-font-weight: var(--font-weight-extralight);
  font-weight: var(--font-weight-extralight);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#D7B036\] {
  color: #D7B036;
}
.text-\[\#DED9CD\] {
  color: #DED9CD;
}
.text-background {
  color: var(--color-background);
}
.text-background\/5 {
  color: var(--color-background);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-background\/5 {
    color: color-mix(in oklab, var(--color-background) 5%, transparent);
  }
}
.text-background\/60 {
  color: var(--color-background);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-background\/60 {
    color: color-mix(in oklab, var(--color-background) 60%, transparent);
  }
}
.text-background\/70 {
  color: var(--color-background);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-background\/70 {
    color: color-mix(in oklab, var(--color-background) 70%, transparent);
  }
}
.text-background\/80 {
  color: var(--color-background);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-background\/80 {
    color: color-mix(in oklab, var(--color-background) 80%, transparent);
  }
}
.text-foreground {
  color: var(--color-foreground);
}
.text-foreground\/10 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/10 {
    color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.text-foreground\/40 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/40 {
    color: color-mix(in oklab, var(--color-foreground) 40%, transparent);
  }
}
.text-foreground\/50 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/50 {
    color: color-mix(in oklab, var(--color-foreground) 50%, transparent);
  }
}
.text-foreground\/60 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/60 {
    color: color-mix(in oklab, var(--color-foreground) 60%, transparent);
  }
}
.text-grey {
  color: var(--color-grey);
}
.text-orange {
  color: var(--color-orange);
}
.text-primary {
  color: var(--color-primary);
}
.text-primary\/40 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/40 {
    color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
.text-primary\/50 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/50 {
    color: color-mix(in oklab, var(--color-primary) 50%, transparent);
  }
}
.text-primary\/60 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/60 {
    color: color-mix(in oklab, var(--color-primary) 60%, transparent);
  }
}
.text-primary\/70 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/70 {
    color: color-mix(in oklab, var(--color-primary) 70%, transparent);
  }
}
.text-primary\/80 {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-primary\/80 {
    color: color-mix(in oklab, var(--color-primary) 80%, transparent);
  }
}
.text-secondary {
  color: var(--color-secondary);
}
.text-tertiary {
  color: var(--color-tertiary);
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: var(--color-white);
}
.text-white\/40 {
  color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/40 {
    color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.text-white\/60 {
  color: color-mix(in srgb, #fff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/60 {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.text-white\/90 {
  color: color-mix(in srgb, #fff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/90 {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.accent-orange {
  accent-color: var(--color-orange);
}
.opacity-0 {
  opacity: 0%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.brightness-0 {
  --tw-brightness: brightness(0%);
  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,);
}
.invert {
  --tw-invert: invert(100%);
  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,);
}
.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-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  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));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
  transition-property: box-shadow;
  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-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.prose-pernigotti {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:bg-black\/45:is(:where(.group):hover *) {
    background-color: color-mix(in srgb, #000 45%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:bg-black\/45:is(:where(.group):hover *) {
      background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:text-orange:is(:where(.group):hover *) {
    color: var(--color-orange);
  }
}
@media (hover: hover) {
  .group-hover\:text-white:is(:where(.group):hover *) {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\:text-white\/80:is(:where(.group):hover *) {
    color: color-mix(in srgb, #fff 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:text-white\/80:is(:where(.group):hover *) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.placeholder\:text-current\/50::placeholder {
  color: currentcolor;
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-current\/50::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}
.placeholder\:text-foreground\/40::placeholder {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-foreground\/40::placeholder {
    color: color-mix(in oklab, var(--color-foreground) 40%, transparent);
  }
}
.placeholder\:text-primary::placeholder {
  color: var(--color-primary);
}
.placeholder\:text-primary\/40::placeholder {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-primary\/40::placeholder {
    color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
.placeholder\:text-white\/40::placeholder {
  color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-white\/40::placeholder {
    color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
@media (hover: hover) {
  .hover\:scale-110:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:border-orange:hover {
    border-color: var(--color-orange);
  }
}
@media (hover: hover) {
  .hover\:border-primary:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:border-white:hover {
    border-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:bg-background\/40:hover {
    background-color: var(--color-background);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-background\/40:hover {
      background-color: color-mix(in oklab, var(--color-background) 40%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-grey:hover {
    background-color: var(--color-grey);
  }
}
@media (hover: hover) {
  .hover\:bg-orange:hover {
    background-color: var(--color-orange);
  }
}
@media (hover: hover) {
  .hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:font-medium:hover {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
@media (hover: hover) {
  .hover\:text-background:hover {
    color: var(--color-background);
  }
}
@media (hover: hover) {
  .hover\:text-orange:hover {
    color: var(--color-orange);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:opacity-70:hover {
    opacity: 70%;
  }
}
@media (hover: hover) {
  .hover\:opacity-90:hover {
    opacity: 90%;
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:ring-primary:hover {
    --tw-ring-color: var(--color-primary);
  }
}
.focus\:border-orange:focus {
  border-color: var(--color-orange);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-primary:focus {
  --tw-ring-color: var(--color-primary);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.disabled\:opacity-30:disabled {
  opacity: 30%;
}
@media (width >= 40rem) {
  .sm\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:flex {
    display: flex;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[calc\(50\%-0\.75rem\)\] {
    width: calc(50% - 0.75rem);
  }
}
@media (width >= 40rem) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:text-\[40vw\] {
    font-size: 40vw;
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:ml-auto {
    margin-left: auto;
  }
}
@media (width >= 48rem) {
  .md\:w-52 {
    width: calc(var(--spacing) * 52);
  }
}
@media (width >= 48rem) {
  .md\:max-w-3\/4 {
    max-width: calc(3 / 4 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[55\%\] {
    max-width: 55%;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:text-\[380px\] {
    font-size: 380px;
  }
}
@media (width >= 64rem) {
  .lg\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (width >= 64rem) {
  .lg\:-right-5 {
    right: calc(var(--spacing) * -5);
  }
}
@media (width >= 64rem) {
  .lg\:-left-5 {
    left: calc(var(--spacing) * -5);
  }
}
@media (width >= 64rem) {
  .lg\:left-\[41\%\] {
    left: 41%;
  }
}
@media (width >= 64rem) {
  .lg\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:inline {
    display: inline;
  }
}
@media (width >= 64rem) {
  .lg\:h-20 {
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:h-150 {
    height: calc(var(--spacing) * 150);
  }
}
@media (width >= 64rem) {
  .lg\:min-h-130 {
    min-height: calc(var(--spacing) * 130);
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[60vh\] {
    min-height: 60vh;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-24 {
    width: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:w-150 {
    width: calc(var(--spacing) * 150);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[calc\(33\.333\%-1rem\)\] {
    width: calc(33.333% - 1rem);
  }
}
@media (width >= 64rem) {
  .lg\:flex-1 {
    flex: 1;
  }
}
@media (width >= 64rem) {
  .lg\:-translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * -8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 64rem) {
  .lg\:cursor-pointer {
    cursor: pointer;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[3fr_2fr\] {
    grid-template-columns: 3fr 2fr;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[40\%_1fr\] {
    grid-template-columns: 40% 1fr;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[55fr_45fr\] {
    grid-template-columns: 55fr 45fr;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[280px_1fr_180px\] {
    grid-template-columns: 280px 1fr 180px;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-24 {
    column-gap: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  :where(.lg\:divide-x > :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)));
  }
}
@media (width >= 64rem) {
  :where(.lg\:divide-white\/20 > :not(:last-child)) {
    border-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :where(.lg\:divide-white\/20 > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
}
@media (width >= 64rem) {
  .lg\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
}
@media (width >= 64rem) {
  .lg\:py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
}
@media (width >= 64rem) {
  .lg\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
}
@media (width >= 64rem) {
  .lg\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:leading-\[1\.13\] {
    --tw-leading: 1.13;
    line-height: 1.13;
  }
}
@media (width >= 64rem) {
  .lg\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[11vw\] {
    font-size: 11vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[28rem\] {
    font-size: 28rem;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[400px\] {
    font-size: 400px;
  }
}
@media (width >= 64rem) {
  .first\:lg\:pl-0:first-child {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .last\:lg\:pr-0:last-child {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:flex {
    display: flex;
  }
}
@media (width >= 80rem) {
  .xl\:hidden {
    display: none;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:leading-\[1\.13\] {
    --tw-leading: 1.13;
    line-height: 1.13;
  }
}
@media (width >= 80rem) {
  .xl\:text-7xl\/16 {
    font-size: var(--text-7xl);
    line-height: calc(var(--spacing) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_p\]\:mb-4 p {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_p\]\:mb-6 p {
  margin-bottom: calc(var(--spacing) * 6);
}
.\[\&_p\]\:leading-relaxed p {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.text-stroke {
  -webkit-text-stroke: 1px var(--wp--preset--color--orange);
  color: transparent;
}
.container-offset-pl {
  padding-left: max(1.5rem, calc((100vw - 96rem) / 2 + 1.5rem));
}
@media (min-width: 1024px) {
  .container-offset-pl {
    padding-left: max(3rem, calc((100vw - 96rem) / 2 + 3rem));
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-divide-x-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-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-border-style: solid;
      --tw-duration: initial;
      --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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-x-reverse: 0;
    }
  }
}
