*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | 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: currentColor;
  /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type="button"]),
input:where([type="reset"]),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[17px\] {
  left: 17px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[13px\] {
  margin-top: 13px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-3\/4 {
  height: 75%;
}

.h-4\/5 {
  height: 80%;
}

.h-8 {
  height: 2rem;
}

.h-\[123px\] {
  height: 123px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[540px\] {
  height: 540px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-\[700px\] {
  height: 700px;
}

.h-\[auto\] {
  height: auto;
}

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3 {
  width: 0.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[108px\] {
  width: 108px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[270px\] {
  width: 270px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[700px\] {
  width: 700px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[80px\] {
  width: 80px;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[40px\] {
  max-width: 40px;
}

.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));
}

.columns-1 {
  -moz-columns: 1;
  columns: 1;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bg-arancione {
  --tw-bg-opacity: 1;
  background-color: rgb(185 102 24 / var(--tw-bg-opacity, 1));
}

.bg-bianco {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-grigio {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 242 / var(--tw-bg-opacity, 1));
}

.bg-marrone {
  --tw-bg-opacity: 1;
  background-color: rgb(76 48 23 / var(--tw-bg-opacity, 1));
}

.bg-rosa {
  --tw-bg-opacity: 1;
  background-color: rgb(223 202 186 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-verdedark {
  --tw-bg-opacity: 1;
  background-color: rgb(70 106 115 / var(--tw-bg-opacity, 1));
}

.bg-verdelight {
  --tw-bg-opacity: 1;
  background-color: rgb(171 182 164 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.\!text-right {
  text-align: right !important;
}

.text-start {
  text-align: start;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[90px\] {
  font-size: 90px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-\[700\] {
  font-weight: 700;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[40px\] {
  line-height: 40px;
}

.\!text-marrone {
  --tw-text-opacity: 1 !important;
  color: rgb(76 48 23 / var(--tw-text-opacity, 1)) !important;
}

.\!text-rosa {
  --tw-text-opacity: 1 !important;
  color: rgb(223 202 186 / var(--tw-text-opacity, 1)) !important;
}

.\!text-verdelight {
  --tw-text-opacity: 1 !important;
  color: rgb(171 182 164 / var(--tw-text-opacity, 1)) !important;
}

.text-arancione {
  --tw-text-opacity: 1;
  color: rgb(185 102 24 / var(--tw-text-opacity, 1));
}

.text-bianco {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-marrone {
  --tw-text-opacity: 1;
  color: rgb(76 48 23 / var(--tw-text-opacity, 1));
}

.text-rosa {
  --tw-text-opacity: 1;
  color: rgb(223 202 186 / var(--tw-text-opacity, 1));
}

.text-verdedark {
  --tw-text-opacity: 1;
  color: rgb(70 106 115 / var(--tw-text-opacity, 1));
}

.text-verdelight {
  --tw-text-opacity: 1;
  color: rgb(171 182 164 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

html,
body {
  height: 100% !important;
}

body {
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden;
}

h2 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

h3 {
  font-size: 35px;
  line-height: 35px;
}

h4 {
  font-size: 25px;
  line-height: 25px;
  font-weight: semibold;
}

.nav-up {
  top: -200px !important;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  background-color: white;
  padding: 8px;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  position: relative;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 16px;
  --tw-text-opacity: 1;
  color: rgb(76 48 23 / var(--tw-text-opacity, 1));
  font-size: 40px;
  cursor: pointer;
}

.close-button:hover {
  color: #1a202c;
}

.hidden {
  display: none;
}

.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 32px;
  height: 3px;
  background-color: #fff;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
  width: 16px;
}

.hamburger-icon {
  height: 60px;
  width: 60px;
  top: 25%;
  right: 0%;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.icon-1.a {
  transform: rotate(40deg);
  background-color: #fff;
}

.icon-3.b {
  transform: rotate(-40deg);
  width: 32px;
  background-color: #fff;
}

.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

.dark-marrone {
  position: fixed;
  top: 0;
  right: 0;
  background: #9ea793;
  height: 100%;
  width: 0%;
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
  transition-delay: 550ms;
  z-index: 1;
  opacity: 1;
}

.dark-marrone.slide {
  width: 100%;
  opacity: 1;
  transition-delay: 200ms;
}

.dark-sabbia {
  position: fixed;
  top: 0;
  right: 0;
  background: #365860;
  height: 100%;
  width: 0%;
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
  transition-delay: 470ms;
  z-index: 2;
  opacity: 1;
}

.dark-sabbia.slide {
  width: 100%;
  opacity: 1;
  transition-delay: 280ms;
}

#nav {
  background: #9ea793;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  z-index: 3;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
  transition-delay: 350ms;
}

#nav ul {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 0%;
  right: 0;
  text-align: center;
}

#nav ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  transition: margin 300ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
  text-transform: uppercase;
  line-height: 35px;
}

#nav.show {
  width: 100%;
  opacity: 1;
}

input[type="text"],
textarea,
select {
  width: 100%;
  background-color: transparent;
  color: #9ea793;
  border: 2px solid #fff;
  padding: 5px 7px;
  outline: none !important;
  transition: 0.3s all;
}

input[type="text"]:focus,
textarea:focus {
  border: 2px solid #ab500e;
  outline: none !important;
  box-shadow: none;
}

input[type="submit"] {
  background-color: #b96618;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s all;
}

input[type="submit"]:hover {
  background-color: #d8beab;
  color: #b96618;
}

textarea {
  padding: 12px 7px;
  outline: none;
}

label {
  color: #fff;
}

select {
  padding: 8px 4px;
}

.form-modal input[type="text"],
.form-modal textarea,
.form-modal select {
  width: 100%;
  background-color: transparent;
  color: #9ea793;
  border: 2px solid #b96618;
  padding: 5px 7px;
  outline: none;
  transition: 0.3s all;
}

/* HEADER */

nav ul li {
  margin: 0px 25px;
  font-size: 16px;
}

#bg_home {
  background-image: url("../img/bg/ingrosso-decorazioni.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_azienda {
  background-image: url("../img/bg/bianchi-dino.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_value_azienda {
  background-image: url("../img/assets/icone_sezione_azienda.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_articoli_natalizi {
  background-image: url("../img/bg/articoli-natalizi-ingrosso.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_ingrosso_fiori_artificiali {
  background-image: url("../img/bg/ingrosso-fiori-artificiali-e-piante-artificiali.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_fiori_secchi {
  background-image: url("../img/bg/fiori-secchi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_retevendita {
  background-image: url("../img/bg/rete-vendita.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_catalogo {
  background-image: url("../img/bg/catalogo-bianchidino.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_invio {
  background-image: url("../img/bg/bg_invio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#navbar {
  top: 0;
  transition: top 0.3s;
}

#header_1 {
  transition: display 0.3s;
}

#header_1 li {
  position: relative;
  transition: all 0.3s;
}

#header_1 li::after {
  transition: all 0.3s;
  width: 0%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

#header_1 li:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #3c2311;
  bottom: -5px;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s;
}

/* HERO */

.hero .pre-title {
  color: #9ea793;
  font-size: 25px;
  line-height: 25px;
}

.hero h1 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
}

.hero .desc {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.gen_button {
  padding: 12px 30px;
}

.pre-title {
  font-size: 25px;
}

#bg_pianteartificiali_home,
#bg_articolinatalizi_home,
#bg_fiorierami_home {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

#bg_pianteartificiali_home {
  background-image: url("../img/bg/piante-artificiali.jpg");
}

#bg_articolinatalizi_home {
  background-image: url("../img/bg/articoli-natalizi.jpg");
}

#bg_fiorierami_home {
  background-image: url("../img/bg/fiori-e-rami-secchi.jpg");
}

#bg_showroom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 30%), url("../img/bg/entra-nel-nostro-showroom.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#bg_cashecarry {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 30%), url("../img/bg/bg-cash&carry.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#bg_contatti {
  background-image: url("../img/bg/contatti.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#bg_cataloghi {
  background-image: url("../img/bg/cataloghi.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_catalogo_fiorisecchi {
  background-image: url("../img/page/catalogo-fiorisecchi.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_catalogo_natale {
  background-image: url("../img/page/Catalogo_Natale_2025_copertina.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_catalogo_piante_fiori {
  background-image: url("../img/page/catalogo-piantefiori.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_ceramic_glass {
  background-image: url("../img/page/ceramic-glass.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_ceramica_vetro {
  background-image: url("../img/page/ceramica-vetro.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_linea_mare {
  background-image: url("../img/page/linea-mare.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_primavera {
  background-image: url("../img/page/primavera.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_metal_wood {
  background-image: url("../img/page/metal-wood.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_outdoor {
  background-image: url("../img/page/outdoor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_oggettistica {
  background-image: url("../documenti/Catalogo-Oggettistica/copertina_cat_oggettistica.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_nataleincarta {
  background-image: url("../img/page/nataleincarta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_natalenew {
  background-image: url("../img/page/natalenew.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_shop_vertical {
  background-image: url("../img/bg/shop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#bg_tour_interattivo {
  background-image: url("../img/bg/tour-interattivo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#form_footer {
  background-image: url("../img/assets/bg_form.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60%;
}

#bg_ambiente {
  background-image: url("../img/page/banner-bianchidino-ambiente.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

.team {
  background-size: cover;
  background-position: center;
  height: 700px;
  background-repeat: no-repeat;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#dinobianchi {
  background-image: url("../img/page/dinobianchi.jpg");
}

#francobianchi {
  background-image: url("../img/page/franco-bianchi.jpg");
}

#frusettabianchi {
  background-image: url("../img/page/frusetta-bianchi.jpg");
}

#albertonatali {
  background-image: url("../img/page/alberto-natali.jpg");
}

#bg_ingrosso_decorazioni_natalizie {
  background-image: url("../img/bg/ingrosso-decorazioni-natalizie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90%;
}

#bg_ingrosso_fiori_e_piante_artificiali {
  background-image: url("../img/bg/ingrosso-fiori-e-piante-artificiali.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90%;
}

#bg_fiori_secchi_ingrosso {
  background-image: url("../img/bg/fiori-secchi-ingrosso.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90%;
}

@keyframes slide {
  0%,
  50% {
    opacity: 0;
    display: block !important;
  }

  100% {
    opacity: 1;
    display: block !important;
  }
}

.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 1200px;
  width: calc(100% - 100px);
  height: 700px;
}

@media screen and (max-width: 718px) {
  body .options {
    min-width: 520px;
  }

  body .options .option:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 638px) {
  body .options {
    min-width: 440px;
  }

  body .options .option:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 558px) {
  body .options {
    min-width: 360px;
  }

  body .options .option:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 478px) {
  body .options {
    min-width: 280px;
    width: 100%;
  }

  body .options .option:nth-child(2) {
    display: none;
  }
}

body .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 0px 7px;
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 900px;
  margin: 0px 7px;
  background-size: auto 100%;
  /*&:active {
       transform:scale(0.9);
    }*/
}

body .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

body .options .option.active .label {
  bottom: 20px;
  left: 20px;
}

body .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
  bottom: 26px;
}

body .options .option:not(.active) {
  flex-grow: 1;
}

body .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

body .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}

body .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}

body .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}

body .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

body .options .option .label .info .main {
  font-weight: semibold;
  font-size: 25px;
  line-height: 25px;
  color: #d8beab;
}

body .options .option .label .info .sub {
  transition-delay: 0.1s;
  margin-top: 5px;
}

.region {
  display: none;
}

#italy-map {
  width: 900px;
  height: 600px;
}

.carosello {
  display: none;
}

#card-natale {
  background-image: url("../img/page/tematica-natale.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

#card-piante {
  background-image: url("../img/page/tematica-fioriepiante.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

#card-mare {
  background-image: url("../img/page/tematica-mare.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

#card-fiori {
  background-image: url("../img/page/tematica-fiori.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

#card-complementi {
  background-image: url("../img/page/tematica-complementi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

#bg_cash_carry_1 {
  background-image: url("../img/page/cash-carry/bg_cash_carry_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_cash_carry_2 {
  background-image: url("../img/page/cash-carry/bg_cash_carry_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_cash_carry_3 {
  background-image: url("../img/page/cash-carry/bg_cash_carry_3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#bg_faq {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 30%), url("../img/page/faq/hero_faq.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Accordeon */

.accordion-item {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #3c2311;
  padding-bottom: 12px;
}

.accordion-header h5 {
  color: #4c3017;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-transform: uppercase;
}

.accordion-header.open h5 {
  color: #ab500e;
}

.symbol {
  /* font-size: 1.111vw; /* 16px */
  width: 24px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotate(-90deg);
}

.symbol.open {
  transform: rotate(0deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 35px;
    line-height: 35px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .hero .pre-title {
    font-size: 17px;
    line-height: 17px;
  }

  #bg_pianteartificiali_home,
  #bg_articolinatalizi_home,
  #bg_fiorierami_home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
  }

  #bg_cash_carry_1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 30%), url("../img/page/cash-carry/bg_cash_carry_1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #bg_cash_carry_2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 30%), url("../img/page/cash-carry/bg_cash_carry_2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #header_1 {
    display: none !important;
  }

  #bg_cataloghi {
    height: 400px;
  }

  #bg_catalogo_fiorisecchi {
    height: 400px;
  }

  #bg_shop_vertical {
    height: 400px;
  }

  #bg_catalogo_natale {
    height: 400px;
  }

  #bg_catalogo_piante_fiori {
    height: 400px;
  }

  #bg_ceramic_glass {
    height: 400px;
  }

  #bg_ceramica_vetro {
    height: 400px;
  }

  #bg_linea_mare {
    height: 400px;
  }

  #bg_primavera {
    height: 400px;
  }

  #bg_metal_wood {
    height: 400px;
  }

  #bg_ambiente {
    height: 400px;
  }

  .team {
    height: 400px;
  }

  #italy-map {
    width: 400px;
    height: 600px;
  }

  #bg_retevendita {
    background-position: left;
  }

  .carosello {
    display: block;
  }

  #bg_fiori_secchi_ingrosso {
    height: 800px;
  }

  #bg_ingrosso_fiori_e_piante_artificiali {
    height: 800px;
  }

  #bg_ingrosso_decorazioni_natalizie {
    height: 800px;
  }

  #bg_value_azienda {
    background-image: url("../img/bg/bg_fiori_small.svg");
  }

  .accordion-header h5 {
    width: 80%;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
}

.hover\:scale-105:hover {
  --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));
}

.hover\:bg-arancione:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 102 24 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rosa:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 202 186 / var(--tw-bg-opacity, 1));
}

.hover\:bg-verdedark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 106 115 / var(--tw-bg-opacity, 1));
}

.hover\:bg-verdelight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 182 164 / var(--tw-bg-opacity, 1));
}

.hover\:text-arancione:hover {
  --tw-text-opacity: 1;
  color: rgb(185 102 24 / var(--tw-text-opacity, 1));
}

.hover\:text-bianco:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-rosa:hover {
  --tw-text-opacity: 1;
  color: rgb(223 202 186 / var(--tw-text-opacity, 1));
}

.active\:scale-95:active {
  --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));
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-0 {
    left: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lg\:mb-\[600px\] {
    margin-bottom: 600px;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mr-\[32px\] {
    margin-right: 32px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-\[0\] {
    margin-top: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-\[160px\] {
    width: 160px;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[500\%\] {
    width: 500%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[70px\] {
    max-width: 70px;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
    columns: 2;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-\[0px\] {
    padding-top: 0px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-end {
    text-align: end;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:\!text-verdelight {
    --tw-text-opacity: 1 !important;
    color: rgb(171 182 164 / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-rosa {
    --tw-text-opacity: 1;
    color: rgb(223 202 186 / var(--tw-text-opacity, 1));
  }
}
