@import url(https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap);
@charset "UTF-8";
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
.\!container{
  width: 100% !important;
}
@media (min-width: 425px){
  .container{
    max-width: 425px;
  }
  .\!container{
    max-width: 425px !important;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
  .\!container{
    max-width: 640px !important;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
  .\!container{
    max-width: 768px !important;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
  .\!container{
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
  .\!container{
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
  .\!container{
    max-width: 1536px !important;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  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;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  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;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.\!sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-8{
  top: 2rem;
}
.right-0{
  right: 0px;
}
.-top-\[180px\]{
  top: -180px;
}
.bottom-\[20\%\]{
  bottom: 20%;
}
.bottom-28{
  bottom: 7rem;
}
.right-20{
  right: 5rem;
}
.top-\[80\%\]{
  top: 80%;
}
.right-4{
  right: 1rem;
}
.top-\[25rem\]{
  top: 25rem;
}
.bottom-48{
  bottom: 12rem;
}
.bottom-0{
  bottom: 0px;
}
.left-10{
  left: 2.5rem;
}
.top-16{
  top: 4rem;
}
.right-16{
  right: 4rem;
}
.left-\[-100\%\]{
  left: -100%;
}
.top-1\/2{
  top: 50%;
}
.-right-16{
  right: -4rem;
}
.top-4{
  top: 1rem;
}
.left-1\/2{
  left: 50%;
}
.left-\[46\%\]{
  left: 46%;
}
.bottom-8{
  bottom: 2rem;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-\[20\]{
  z-index: 20;
}
.z-0{
  z-index: 0;
}
.z-\[1\]{
  z-index: 1;
}
.z-50{
  z-index: 50;
}
.z-\[9\]{
  z-index: 9;
}
.order-last{
  order: 9999;
}
.order-first{
  order: -9999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[10rem\]{
  height: 10rem;
}
.h-full{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[\.5rem\]{
  height: .5rem;
}
.h-\[11\.75rem\]{
  height: 11.75rem;
}
.h-\[16\.75rem\]{
  height: 16.75rem;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[23\.438rem\]{
  height: 23.438rem;
}
.h-\[0\.5rem\]{
  height: 0.5rem;
}
.h-\[17\.188rem\]{
  height: 17.188rem;
}
.h-\[26\.5rem\]{
  height: 26.5rem;
}
.h-\[40\%\]{
  height: 40%;
}
.h-\[1\.75rem\]{
  height: 1.75rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[1\.5px\]{
  height: 1.5px;
}
.h-\[40rem\]{
  height: 40rem;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[44rem\]{
  height: 44rem;
}
.h-\[41\.813rem\]{
  height: 41.813rem;
}
.h-screen{
  height: 100vh;
}
.h-\[11\.188rem\]{
  height: 11.188rem;
}
.h-\[130\%\]{
  height: 130%;
}
.h-\[2rem\]{
  height: 2rem;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[24rem\]{
  height: 24rem;
}
.min-h-\[100svh\]{
  min-height: 100svh;
}
.w-full{
  width: 100%;
}
.w-\[11\.406rem\]{
  width: 11.406rem;
}
.w-\[0\.688rem\]{
  width: 0.688rem;
}
.w-3\/4{
  width: 75%;
}
.w-\[1\/5\]{
  width: 1 / 5;
}
.w-\[2rem\]{
  width: 2rem;
}
.w-\[9\.688rem\]{
  width: 9.688rem;
}
.w-\[6\.125rem\]{
  width: 6.125rem;
}
.w-\[20\.5rem\]{
  width: 20.5rem;
}
.w-\[19\.438rem\]{
  width: 19.438rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-\[1\.75rem\]{
  width: 1.75rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[23\.25rem\]{
  width: 23.25rem;
}
.w-\[4\.435rem\]{
  width: 4.435rem;
}
.w-auto{
  width: auto;
}
.w-\[130\%\]{
  width: 130%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[21rem\]{
  width: 21rem;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[4\.625rem\]{
  width: 4.625rem;
}
.w-\[2\.5rem\]{
  width: 2.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[1\.25rem\]{
  width: 1.25rem;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[5rem\]{
  width: 5rem;
}
.\!w-\[0\.688rem\]{
  width: 0.688rem !important;
}
.w-\[90\%\]{
  width: 90%;
}
.max-w-none{
  max-width: none;
}
.max-w-\[18\.25rem\]{
  max-width: 18.25rem;
}
.max-w-\[2rem\]{
  max-width: 2rem;
}
.max-w-full{
  max-width: 100%;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-80{
  --tw-translate-x: 20rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[110\%\]{
  --tw-translate-x: 110%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[100\%\]{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[14\%\]{
  --tw-translate-y: -14%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.95\]{
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-end{
  align-content: flex-end;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-8{
  gap: 2rem;
}
.gap-4{
  gap: 1rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-0{
  gap: 0px;
}
.gap-6{
  gap: 1.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.\!overflow-visible{
  overflow: visible !important;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-grigio{
  --tw-border-opacity: 1;
  border-color: rgb(235 233 233 / var(--tw-border-opacity));
}
.border-nero{
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
}
.border-rosso{
  --tw-border-opacity: 1;
  border-color: rgb(180 20 18 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.border-opacity-0{
  --tw-border-opacity: 0;
}
.bg-rosso{
  --tw-bg-opacity: 1;
  background-color: rgb(180 20 18 / var(--tw-bg-opacity));
}
.bg-verdescuro{
  --tw-bg-opacity: 1;
  background-color: rgb(6 36 18 / var(--tw-bg-opacity));
}
.bg-\[\#920707\]{
  --tw-bg-opacity: 1;
  background-color: rgb(146 7 7 / var(--tw-bg-opacity));
}
.bg-grigio{
  --tw-bg-opacity: 1;
  background-color: rgb(235 233 233 / var(--tw-bg-opacity));
}
.bg-\[\#E4F8E3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 248 227 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grigioscuro{
  --tw-bg-opacity: 1;
  background-color: rgb(164 167 174 / var(--tw-bg-opacity));
}
.bg-\[\#CD5555\]{
  --tw-bg-opacity: 1;
  background-color: rgb(205 85 85 / var(--tw-bg-opacity));
}
.bg-verdechiaro{
  --tw-bg-opacity: 1;
  background-color: rgb(59 170 53 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-current{
  background-color: currentColor;
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-none{
  background-image: none;
}
.bg-\[url\(\'\/wp-content\/uploads\/2025\/07\/AdobeStock_233378847-1\.png\'\)\]{
  background-image: url('/wp-content/uploads/2025/07/AdobeStock_233378847-1.png');
}
.bg-\[url\(\'\/wp-content\/uploads\/2025\/07\/AdobeStock_233378847-1-1\.png\'\)\]{
  background-image: url('/wp-content/uploads/2025/07/AdobeStock_233378847-1-1.png');
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-bottom{
  background-position: bottom;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.p-6{
  padding: 1.5rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pr-\[1\.5rem\]{
  padding-right: 1.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[5rem\]{
  font-size: 5rem;
}
.text-\[1\.938rem\]{
  font-size: 1.938rem;
}
.text-\[1\.563rem\]{
  font-size: 1.563rem;
}
.text-\[3\.063rem\]{
  font-size: 3.063rem;
}
.text-\[\.875rem\]{
  font-size: .875rem;
}
.text-\[2\.438rem\]{
  font-size: 2.438rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[3\.813rem\]{
  font-size: 3.813rem;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-\[0\.875rem\]{
  font-size: 0.875rem;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-\[39px\]{
  font-size: 39px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-\[1\.965rem\]{
  font-size: 1.965rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-\[700\]{
  font-weight: 700;
}
.font-\[500\]{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-bold{
  font-weight: 700;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[600\]{
  font-weight: 600;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[110\%\]{
  line-height: 110%;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[120\%\]{
  line-height: 120%;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-\[130\%\]{
  line-height: 130%;
}
.leading-\[140\%\]{
  line-height: 140%;
}
.tracking-\[0\.609rem\]{
  letter-spacing: 0.609rem;
}
.text-rosso{
  --tw-text-opacity: 1;
  color: rgb(180 20 18 / var(--tw-text-opacity));
}
.text-nero{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-verdechiaro{
  --tw-text-opacity: 1;
  color: rgb(59 170 53 / var(--tw-text-opacity));
}
.text-grigioscuro{
  --tw-text-opacity: 1;
  color: rgb(164 167 174 / var(--tw-text-opacity));
}
.text-verdescuro{
  --tw-text-opacity: 1;
  color: rgb(6 36 18 / var(--tw-text-opacity));
}
.text-grigio{
  --tw-text-opacity: 1;
  color: rgb(235 233 233 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-\[\#2C2F36\]{
  --tw-text-opacity: 1;
  color: rgb(44 47 54 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.opacity-0{
  opacity: 0;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-100{
  opacity: 1;
}
.blur-sm{
  --tw-blur: blur(4px);
  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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-100{
  transition-duration: 100ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
input {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #B41412;
}
input:is(:focus, :active) {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #B41412 !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#carouseldeposito {
  scroll-margin-top: 10rem;
}

@media screen and (max-width: 1023px) {
  #carouseldeposito {
    scroll-margin-top: 7.5rem;
  }
}

body {
  font-family: "Funnel Display", sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  overflow-x: hidden;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 1.25rem;
    line-height: 130%;
  }
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1rem;
    line-height: 120%;
  }
}

.direction-rtl {
  direction: rtl;
}

.logo-white, .logo-black, .openmenuwhite, .openmenured {
  transition: opacity 0.5s ease-in-out;
}

.closemenu {
  position: relative;
  width: 30px;
  height: 3px;
}

.closemenu .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

#breadcrumbs{
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  line-height: 87%;
  margin-top: 3rem;
}
#breadcrumbs span{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  line-height: 87%;
}
#breadcrumbs a:first-child{
  --tw-text-opacity: 1;
  color: rgb(164 167 174 / var(--tw-text-opacity));
}
#breadcrumbs a:first-child:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#breadcrumbs .breadcrumb_last{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.rzz-trasition{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wrap{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px){
  .wrap{
    max-width: 1600px;
  }
  .wrap{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pagination {
  font-size: 1.25rem;
}
.pagination .current {
  color: #B41412;
  border-top: solid 1px #B41412;
  padding: 0 0.5rem;
}

.li-hover-border {
  position: relative;
}

.li-hover-border::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -2rem;
  background-color: transparent;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, background-color 0.3s ease-out;
}

body.home li.li-hover-border:hover::after {
  background-color: white;
  transform: scaleX(1);
  opacity: 1;
}

body:not(.home) li.li-hover-border:hover::after {
  background-color: #B41412;
  transform: scaleX(1);
  opacity: 1;
}

.lihoversub {
  position: relative;
}

.lihoversub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -0.5rem;
  background-color: transparent;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, background-color 0.3s ease-out;
}

body.home li.lihoversub:hover::after {
  background-color: #EBE9E9;
  transform: scaleX(1);
  opacity: 1;
}

body:not(.home) li.lihoversub:hover::after {
  background-color: #B41412;
  transform: scaleX(1);
  opacity: 1;
}

.current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -2rem;
  background-color: #B41412;
  transform: scaleX(1);
  opacity: 1 !important;
}
@media screen and (max-width: 1023px) {
  .current-menu-item::after {
    bottom: -1rem;
  }
}

.submenu {
  position: relative;
}
.submenu::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2rem;
  width: 100%;
  z-index: 10;
}
.submenu .sub-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: 20rem;
  padding: 1rem;
  background-color: #fff;
  border: 2px solid #B41412;
  color: #000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 50;
}
.submenu .sub-menu li {
  display: inline-block;
  margin-bottom: 1rem;
}
.submenu .sub-menu li:last-child {
  margin-bottom: 0;
}
.submenu:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub-menu .current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -0.5rem;
  background-color: #B41412;
  transform: scaleX(1);
  opacity: 1 !important;
}

@media screen and (max-width: 1023px) {
  .contattimenu {
    display: none;
  }

  .sectionquattromarce .splide__slide, #carosello-azienda .splide__slide, #carouseldeposito .splide__slide {
    background: #EBE9E9;
    border: solid 1px #EBE9E9;
  }
  .sectionquattromarce .is-visible, #carosello-azienda .is-visible, #carouseldeposito .is-visible {
    background: #fff;
    border: solid 1px #B41412;
  }
  .sectionquattromarce .splide__pagination, #carosello-azienda .splide__pagination, #carouseldeposito .splide__pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0rem;
    margin-bottom: -3rem;
  }
  .sectionquattromarce .splide__pagination li, #carosello-azienda .splide__pagination li, #carouseldeposito .splide__pagination li {
    flex: 0 0 auto;
  }
  .sectionquattromarce .splide__pagination__page, #carosello-azienda .splide__pagination__page, #carouseldeposito .splide__pagination__page {
    width: 12px;
    height: 3px;
    background-color: #A4A7AE;
    /* grigio */
    border-radius: 0;
    transition: all 0.3s ease;
  }
  .sectionquattromarce .splide__pagination__page.is-active, #carosello-azienda .splide__pagination__page.is-active, #carouseldeposito .splide__pagination__page.is-active {
    width: 80px;
    height: 3px;
    background-color: #B41412;
    /* rosso */
    margin: 0 1rem;
  }
}
.center-card {
  background-image: url("/wp-content/uploads/2025/07/card-1920-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .center-card {
    background-size: 100%;
    width: 100%;
    padding: 4rem 0;
  }
}

.center-card:hover {
  background-image: url("/wp-content/uploads/2025/07/card-1920.png");
}

#flotta-section {
  background-attachment: fixed;
  /* fallback */
  background-position: center center;
  background-size: cover;
  will-change: background-position;
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: none !important;
  overflow: hidden;
}

/*.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  transform: scale(1);
  transition: transform 0.5s ease;
  z-index: 0;
}*/
.arrow-wrapper {
  position: relative;
  overflow: visible;
}

.arrow-body {
  transform-origin: left center;
  transform: scaleX(0);
}

/*#parallax-thumb {
  background-size: 120% auto;
}*/
.card:hover::before {
  transform: scale(1.05);
}

.arrow-animate {
  display: inline-block;
  will-change: transform;
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-120px, -30px);
}

#custom-cursor img {
  width: 100%;
  height: auto;
  display: block;
}

.splide.is-initialized {
  visibility: visible;
}

#carosello-azienda {
  visibility: visible !important;
}

#carosello-azienda.splide {
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
}

#carouselgreenhome,
.splidegreen {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.greencarouselsectionhome {
  padding-top: 5vh;
}
@media screen and (max-width: 1023px) {
  .greencarouselsectionhome {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .greencarouselsectionhome {
    padding-top: 10vh;
    min-height: 120vh;
    /* così hai spazio reale per vedere tutto */
  }
}
.parallax-img {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1024px) {
  .splide__slide.is-active .zoom-mobile {
    transform: scale(1.5);
  }
}
.bg-azienda {
  background-image: url("/wp-content/uploads/2025/07/AdobeStock_233378847-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .bg-azienda {
    background-image: url("/wp-content/uploads/2025/07/Mask-group.png");
  }
}
.bg-azienda-cta {
  background-image: url("/wp-content/uploads/2025/07/AdobeStock_233378847-1.png");
  /* mobile */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .bg-azienda-cta {
    background-image: url("/wp-content/uploads/2025/07/Mask-group-1.png");
    /* xl */
  }
}
.page-template-tpl-contatti #mainform {
  margin-top: 5.5rem;
}

.news-excerpt-container p{
  font-size: 1.25rem;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* intro-lottie.css */
/* INTRO OVERLAY (desktop + mobile) */
.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 0.9;
  transition: opacity 0.35s ease;
  height: 100dvh;
  /* copre bene mobile */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  /* evita bounce */
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
}

.intro-overlay.intro--out {
  opacity: 0;
  pointer-events: none;
}

.intro-overlay .intro-inner {
  width: 100vw;
  max-width: 100vw;
}

/* Se il tuo <dotlottie-player> è dentro .intro-inner, garantisci dimensioni */
.intro-overlay .intro-inner dotlottie-player {
  width: 100%;
  height: auto;
  display: block;
}

/* Skip button (desktop) */
.intro-overlay .intro-skip {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background: #fff;
  color: #0b0b0b;
  cursor: pointer;
  opacity: 0.9;
}

.intro-overlay .intro-skip:hover {
  opacity: 1;
}

/* Blocca scroll durante l’intro */
html.intro-lock, body.intro-lock {
  overflow: hidden;
}

/* Stato pre-intro: elementi che devono entrare dopo */
.intro-pre {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: transform, opacity;
}

.intro-pre--up {
  transform: translateY(-24px);
}

.intro-pre--down {
  transform: translateY(24px);
}

.intro-show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================= */
/*        BREAKPOINTS        */
/* ========================= */
/* Tablet */
@media (max-width: 1024px) {
  .intro-overlay .intro-inner {
    width: min(94vw, 640px);
    max-width: 94vw;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .intro-overlay {
    padding: 0;
    /* niente padding: full-bleed */
  }

  /* Fullscreen player su mobile (se lo vuoi edge-to-edge) */
  .intro-overlay .intro-inner {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .intro-overlay .intro-inner dotlottie-player {
    width: 100%;
    height: 100%;
    /* riempi tutta l’area disponibile */
  }

  /* Skip centrato sopra la safe-area, tap target più grande */
  .intro-overlay .intro-skip {
    left: 50%;
    right: auto;
    bottom: calc(env(safe-area-inset-bottom, 0) + 12px);
    transform: translateX(-50%);
    padding: 0.75rem 1rem;
    border-radius: 9999px;
    font-size: 1rem;
  }

  /* Entrate un filo più brevi su mobile (opzionale) */
  .intro-pre {
    transition-duration: 0.5s;
  }
}
/* Rispetto accessibilità: meno movimento per chi lo chiede */
@media (prefers-reduced-motion: reduce) {
  .intro-overlay,
.intro-pre {
    transition: none !important;
  }

  .intro-pre {
    transform: none !important;
    opacity: 1 !important;
  }
}
/* Slider logistica – reset vecchia card stack */
.card-stack .card {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  overflow: hidden;
}

.card-stack .slick-slide {
  height: auto;
}

/* Stato testi SX */
#card-stack-trigger-deposito-inverso .testimobili {
  opacity: 0.4;
  transition: opacity 0.3s ease;
  color: #1D1D1B;
}

#card-stack-trigger-deposito-inverso .testimobili.is-active {
  opacity: 1;
  color: #B41412;
}

/* Trattino */
#card-stack-trigger-deposito-inverso .trattomobile {
  transform-origin: left center;
  transform: scaleX(0.3);
  opacity: 0.4;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#card-stack-trigger-deposito-inverso .trattomobile.is-active {
  transform: scaleX(1);
  opacity: 1;
}

/* Stato testi SX */
#card-stack-trigger-deposito .testimobili {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}

#card-stack-trigger-deposito .testimobili.is-active {
  opacity: 1;
}

/* Trattino */
#card-stack-trigger-deposito .trattomobile {
  transform-origin: left center;
  transform: scaleX(0.4);
  opacity: 0.4;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#card-stack-trigger-deposito .trattomobile.is-active {
  transform: scaleX(1);
  opacity: 1;
}

/* Deposito inverso: neutralizza qualsiasi GSAP o trasformazione precedente */
#card-stack-trigger-deposito-inverso .js-deposito-slider .slick-slide,
#card-stack-trigger-deposito-inverso .js-deposito-slider .slick-slide > div,
#card-stack-trigger-deposito-inverso .carddepositoinverso {
  opacity: 1 !important;
  transform: none !important;
}

/* Stato testi */
#card-stack-trigger-deposito-inverso .testimobili {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

#card-stack-trigger-deposito-inverso .testimobili.is-active {
  opacity: 1;
}

/* Trattini */
#card-stack-trigger-deposito-inverso .trattomobile {
  transform-origin: left center;
  transform: scaleX(0.4);
  opacity: 0.4;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#card-stack-trigger-deposito-inverso .trattomobile.is-active {
  transform: scaleX(1);
  opacity: 1;
}

/* Frecce Slick rosse */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 10;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #b41412;
  /* rosso brand */
  font-size: 24px;
  opacity: 1;
}

/* Dots Slick rossi */
.slick-slider .slick-dots li button:before {
  color: #b41412;
  opacity: 0.3;
  font-size: 10px;
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #b41412;
  opacity: 1;
}

/* RESET BASE FRECCE */
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  text-indent: -9999px;
  /* nasconde eventuale testo */
  overflow: hidden;
}

/* KILL ICONA DI DEFAULT SLICK */
.slick-prev::before,
.slick-next::before {
  content: "" !important;
  font-size: 0 !important;
}

/* FRECCIA SINISTRA - DEFAULT */
.slick-prev {
  background-image: url("/wp-content/uploads/2025/12/i-arrow-sx.svg") !important;
}

/* FRECCIA DESTRA - DEFAULT */
.slick-next {
  background-image: url("/wp-content/uploads/2025/12/i-arrow-dx.svg") !important;
}

/* HOVER + FOCUS */
.slick-prev:hover,
.slick-prev:focus {
  background-image: url("/wp-content/uploads/2025/12/i-arrow-sx-hover.svg") !important;
}

.slick-next:hover,
.slick-next:focus {
  background-image: url("/wp-content/uploads/2025/12/i-arrow-dx-hover.svg") !important;
}

/* STATO DISABILITATO (opzionale) */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}
.hover\:border-rosso:hover{
  --tw-border-opacity: 1;
  border-color: rgb(180 20 18 / var(--tw-border-opacity));
}
.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-verdescuro:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 36 18 / var(--tw-bg-opacity));
}
.hover\:\!bg-rosso:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 20 18 / var(--tw-bg-opacity)) !important;
}
.hover\:text-rosso:hover{
  --tw-text-opacity: 1;
  color: rgb(180 20 18 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.5\]{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-rosso{
  --tw-bg-opacity: 1;
  background-color: rgb(180 20 18 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.group:hover .group-hover\:text-verdechiaro{
  --tw-text-opacity: 1;
  color: rgb(59 170 53 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.peer:checked ~ .peer-checked\:bg-rosso{
  --tw-bg-opacity: 1;
  background-color: rgb(180 20 18 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:h-\[40vh\]{
    height: 40vh;
  }
  .lg\:w-\[13\.375rem\]{
    width: 13.375rem;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:bg-cover{
    background-size: cover;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:left-0{
    left: 0px;
  }
  .xl\:bottom-28{
    bottom: 7rem;
  }
  .xl\:left-4{
    left: 1rem;
  }
  .xl\:bottom-10{
    bottom: 2.5rem;
  }
  .xl\:order-first{
    order: -9999;
  }
  .xl\:order-last{
    order: 9999;
  }
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:mt-12{
    margin-top: 3rem;
  }
  .xl\:mb-28{
    margin-bottom: 7rem;
  }
  .xl\:mt-6{
    margin-top: 1.5rem;
  }
  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xl\:mb-auto{
    margin-bottom: auto;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mb-4{
    margin-bottom: 1rem;
  }
  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }
  .xl\:mt-8{
    margin-top: 2rem;
  }
  .xl\:mt-20{
    margin-top: 5rem;
  }
  .xl\:mb-\[20rem\]{
    margin-bottom: 20rem;
  }
  .xl\:mb-20{
    margin-bottom: 5rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mt-16{
    margin-top: 4rem;
  }
  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }
  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }
  .xl\:mt-4{
    margin-top: 1rem;
  }
  .xl\:-mt-6{
    margin-top: -1.5rem;
  }
  .xl\:-mt-\[24rem\]{
    margin-top: -24rem;
  }
  .xl\:mt-auto{
    margin-top: auto;
  }
  .xl\:mt-\[7rem\]{
    margin-top: 7rem;
  }
  .xl\:mb-16{
    margin-bottom: 4rem;
  }
  .xl\:mt-3{
    margin-top: 0.75rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[21\.022rem\]{
    height: 21.022rem;
  }
  .xl\:h-\[33\.75rem\]{
    height: 33.75rem;
  }
  .xl\:h-\[31\.25rem\]{
    height: 31.25rem;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:h-\[60\%\]{
    height: 60%;
  }
  .xl\:h-\[19rem\]{
    height: 19rem;
  }
  .xl\:h-\[17\.188rem\]{
    height: 17.188rem;
  }
  .xl\:h-\[26\.5rem\]{
    height: 26.5rem;
  }
  .xl\:h-\[12\.25rem\]{
    height: 12.25rem;
  }
  .xl\:h-\[37\.75rem\]{
    height: 37.75rem;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:h-\[32\.75rem\]{
    height: 32.75rem;
  }
  .xl\:h-\[36\.125rem\]{
    height: 36.125rem;
  }
  .xl\:h-\[19\.438rem\]{
    height: 19.438rem;
  }
  .xl\:h-\[58\.5rem\]{
    height: 58.5rem;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:h-\[30\.688rem\]{
    height: 30.688rem;
  }
  .xl\:h-\[23\.5rem\]{
    height: 23.5rem;
  }
  .xl\:min-h-\[19rem\]{
    min-height: 19rem;
  }
  .xl\:min-h-\[49rem\]{
    min-height: 49rem;
  }
  .xl\:min-h-max{
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-4\/5{
    width: 80%;
  }
  .xl\:w-\[6\.25rem\]{
    width: 6.25rem;
  }
  .xl\:w-\[1\/4\]{
    width: 1 / 4;
  }
  .xl\:w-\[15\.313rem\]{
    width: 15.313rem;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-\[67\.5rem\]{
    width: 67.5rem;
  }
  .xl\:w-\[72\%\]{
    width: 72%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-\[60rem\]{
    width: 60rem;
  }
  .xl\:w-\[22\.688rem\]{
    width: 22.688rem;
  }
  .xl\:w-\[21\.813rem\]{
    width: 21.813rem;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-\[22\.875rem\]{
    width: 22.875rem;
  }
  .xl\:w-2\/4{
    width: 50%;
  }
  .xl\:w-\[31rem\]{
    width: 31rem;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:w-\[50\%\]{
    width: 50%;
  }
  .xl\:w-\[calc\(50\%-0\.5rem\)\]{
    width: calc(50% - 0.5rem);
  }
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:w-\[24\%\]{
    width: 24%;
  }
  .xl\:w-\[60\%\]{
    width: 60%;
  }
  .xl\:w-\[17\.75rem\]{
    width: 17.75rem;
  }
  .xl\:w-\[9\.222rem\]{
    width: 9.222rem;
  }
  .xl\:w-\[31\.25rem\]{
    width: 31.25rem;
  }
  .xl\:w-\[23\.5rem\]{
    width: 23.5rem;
  }
  .xl\:min-w-\[21\.813rem\]{
    min-width: 21.813rem;
  }
  .xl\:min-w-\[9rem\]{
    min-width: 9rem;
  }
  .xl\:min-w-\[11rem\]{
    min-width: 11rem;
  }
  .xl\:min-w-\[22rem\]{
    min-width: 22rem;
  }
  .xl\:min-w-\[68\.75rem\]{
    min-width: 68.75rem;
  }
  .xl\:min-w-\[37rem\]{
    min-width: 37rem;
  }
  .xl\:max-w-\[720px\]{
    max-width: 720px;
  }
  .xl\:max-w-\[16\.938rem\]{
    max-width: 16.938rem;
  }
  .xl\:max-w-\[32\.5rem\]{
    max-width: 32.5rem;
  }
  .xl\:max-w-\[69\.75rem\]{
    max-width: 69.75rem;
  }
  .xl\:max-w-\[37rem\]{
    max-width: 37rem;
  }
  .xl\:flex-grow{
    flex-grow: 1;
  }
  .xl\:-translate-y-\[24\%\]{
    --tw-translate-y: -24%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:items-end{
    align-items: flex-end;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:gap-36{
    gap: 9rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-28{
    gap: 7rem;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:overflow-hidden{
    overflow: hidden;
  }
  .xl\:border{
    border-width: 1px;
  }
  .xl\:bg-grigio{
    --tw-bg-opacity: 1;
    background-color: rgb(235 233 233 / var(--tw-bg-opacity));
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .xl\:bg-\[url\(\'\/wp-content\/uploads\/2025\/07\/Mask-group\.png\'\)\]{
    background-image: url('/wp-content/uploads/2025/07/Mask-group.png');
  }
  .xl\:bg-\[url\(\'\/wp-content\/uploads\/2025\/07\/Mask-group-1\.png\'\)\]{
    background-image: url('/wp-content/uploads/2025/07/Mask-group-1.png');
  }
  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:p-6{
    padding: 1.5rem;
  }
  .xl\:p-12{
    padding: 3rem;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl\:pt-44{
    padding-top: 11rem;
  }
  .xl\:pt-8{
    padding-top: 2rem;
  }
  .xl\:pb-20{
    padding-bottom: 5rem;
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pt-20{
    padding-top: 5rem;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:pt-10{
    padding-top: 2.5rem;
  }
  .xl\:pt-2{
    padding-top: 0.5rem;
  }
  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xl\:pt-24{
    padding-top: 6rem;
  }
  .xl\:\!pt-\[4rem\]{
    padding-top: 4rem !important;
  }
  .xl\:pr-8{
    padding-right: 2rem;
  }
  .xl\:pr-28{
    padding-right: 7rem;
  }
  .xl\:pt-12{
    padding-top: 3rem;
  }
  .xl\:pt-16{
    padding-top: 4rem;
  }
  .xl\:pb-28{
    padding-bottom: 7rem;
  }
  .xl\:pr-4{
    padding-right: 1rem;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:text-center{
    text-align: center;
  }
  .xl\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .xl\:text-\[5rem\]{
    font-size: 5rem;
  }
  .xl\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
  .xl\:text-\[3\.063rem\]{
    font-size: 3.063rem;
  }
  .xl\:text-\[2\.438rem\]{
    font-size: 2.438rem;
  }
  .xl\:text-\[1\.563rem\]{
    font-size: 1.563rem;
  }
  .xl\:text-\[\.75rem\]{
    font-size: .75rem;
  }
  .xl\:text-\[1rem\]{
    font-size: 1rem;
  }
  .xl\:text-\[5\.5rem\]{
    font-size: 5.5rem;
  }
  .xl\:text-\[1\.938rem\]{
    font-size: 1.938rem;
  }
  .xl\:text-\[1\.875rem\]{
    font-size: 1.875rem;
  }
  .xl\:text-\[1\.313rem\]{
    font-size: 1.313rem;
  }
  .xl\:text-\[39px\]{
    font-size: 39px;
  }
  .xl\:text-\[49px\]{
    font-size: 49px;
  }
  .xl\:text-\[20px\]{
    font-size: 20px;
  }
  .xl\:text-\[3\.813rem\]{
    font-size: 3.813rem;
  }
  .xl\:font-\[700\]{
    font-weight: 700;
  }
  .xl\:leading-\[130\%\]{
    line-height: 130%;
  }
  .xl\:leading-\[160\%\]{
    line-height: 160%;
  }
  .xl\:text-nero{
    --tw-text-opacity: 1;
    color: rgb(29 29 27 / var(--tw-text-opacity));
  }
  .group:hover .group-hover\:xl\:w-full{
    width: 100%;
  }
}
