/*
! tailwindcss v3.1.4 | 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: ;
  /* 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: ;
  /* 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 */
  font-weight: inherit;
  /* 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::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;
}

*, ::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-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:  ;
}

::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-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%;
}

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

@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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.left-\[50\%\] {
  left: 50%;
}

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

.top-\[2rem\] {
  top: 2rem;
}

.left-\[2rem\] {
  left: 2rem;
}

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

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

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

.mt-\[3rem\] {
  margin-top: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mb-\[3rem\] {
  margin-bottom: 3rem;
}

.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}

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

.mt-\[2\.6rem\] {
  margin-top: 2.6rem;
}

.mb-\[2\.6rem\] {
  margin-bottom: 2.6rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

.mb-\[5rem\] {
  margin-bottom: 5rem;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-auto {
  height: auto;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-auto {
  width: auto;
}

.w-7 {
  width: 1.75rem;
}

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

.w-\[6\.5rem\] {
  width: 6.5rem;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.translate-y-\[-50\%\] {
  --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-\[-50\%\] {
  --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));
}

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

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

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

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

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.\!border-2 {
  border-width: 2px !important;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#ffffff20\] {
  border-color: #ffffff20;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-SanLeonardo-nero {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.bg-SanLeonardo-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(192 166 128 / var(--tw-bg-opacity));
}

.bg-\[\#00000075\] {
  background-color: #00000075;
}

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

.\!bg-transparent {
  background-color: transparent !important;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[2px\] {
  padding: 2px;
}

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

.pt-\[5rem\] {
  padding-top: 5rem;
}

.pb-\[10rem\] {
  padding-bottom: 10rem;
}

.pr-\[2\.7vw\] {
  padding-right: 2.7vw;
}

.pl-\[2\.7vw\] {
  padding-left: 2.7vw;
}

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

.pr-\[1rem\] {
  padding-right: 1rem;
}

.pl-\[1rem\] {
  padding-left: 1rem;
}

.pr-\[5\%\] {
  padding-right: 5%;
}

.pt-\[1\.40rem\] {
  padding-top: 1.40rem;
}

.pb-\[1\.40rem\] {
  padding-bottom: 1.40rem;
}

.pr-\[8\.7rem\] {
  padding-right: 8.7rem;
}

.pl-\[8\.7rem\] {
  padding-left: 8.7rem;
}

.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}

.pl-\[3\.5rem\] {
  padding-left: 3.5rem;
}

.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}

.pr-\[3\.5rem\] {
  padding-right: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-\[9rem\] {
  padding-top: 9rem;
}

.pt-\[10rem\] {
  padding-top: 10rem;
}

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

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

.text-2xl {
  font-size: 1.45rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-5xl {
  font-size: 3.15rem;
  line-height: 1;
}

.text-xlg {
  font-size: 1.14rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-4xl {
  font-size: 2.14rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.2rem;
  line-height: 1.6666rem;
}

.font-normal {
  font-weight: 400;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!leading-\[1\.05\] {
  line-height: 1.05 !important;
}

.tracking-\[1\.4rem\] {
  letter-spacing: 1.4rem;
}

.tracking-\[0\.4rem\] {
  letter-spacing: 0.4rem;
}

.tracking-\[0\.15rem\] {
  letter-spacing: 0.15rem;
}

.tracking-\[0\.07rem\] {
  letter-spacing: 0.07rem;
}

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

.text-SanLeonardo-primary {
  --tw-text-opacity: 1;
  color: rgb(192 166 128 / var(--tw-text-opacity));
}

.text-\[\#d76565\] {
  --tw-text-opacity: 1;
  color: rgb(215 101 101 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.\!opacity-100 {
  opacity: 1 !important;
}

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

@font-face {
  font-family: 'silkserifitalic';

  src: url('./assets/fonts/3B0B2A_0_0.woff2') format('woff2'),url('./assets/fonts/3B0B2A_0_0.woff') format('woff');
}

@font-face {
  font-family: 'silkserif';

  src: url('./assets/fonts/SilkSerif-Regular.woff2') format('woff2'),url('./assets/fonts/SilkSerif-Regular.woff') format('woff')
}

html {
  scroll-behavior: smooth;
}

body, html{
  font-family: "silkserif";
  font-size: 14px;
  overflow-x: hidden;
}

@media (min-width: 1280px) {
  body, html{
    font-size: 13px;
  }
}

@media (min-width: 1536px) {
  body, html{
    font-size: 14px;
  }
}

@media (min-width: 1680px) {
  body, html{
    font-size: 16px;
  }
}

main, body {
  background-size: auto 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* */

.preload {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  height: 100%;
  width: 100%;
}

/* */

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

span.fake-checkbox{
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

[data-lastpass-icon-root] {
  display: none !important;
}

/* [type='checkbox']:checked ~ span.fake-checkbox {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22.056px' height='15.65px' viewBox='0 0 22.056 15.65' enable-background='new 0 0 22.056 15.65' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' points='0.354,8.183 7.113,14.943 21.702,0.354 '/%3E%3C/svg%3E");
    background-size: 50% !important;
    @apply bg-primary-400 !border-primary-400 transition-all
} */

.hide-scrollbar {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

@keyframes snake {
  0%   {
    left: 0%;
  }

  32%  {
    left: 100%;
  }

  34%  {
    left:0px;
    width:0%;
  }

  100% {
    width:100%
  }
}

b, strong{
  font-weight: 600
}

/* */

.glow{
  animation: 2.5s infinite glow;
}

@keyframes glow {
  0%{
    box-shadow: 0px 0px 0px 0px rgba(149, 178, 47, 0);
    opacity: 0;
  }

  5%{
    box-shadow: 0px 0px 0px 0px rgba(149, 178, 47, 1);
    opacity: 1;
  }

  50%{
    box-shadow: 0px 0px 0px 15px rgba(149, 178, 47, 1);
    opacity: 0;
  }

  70%{
    box-shadow: 0px 0px 0px 0px rgba(149, 178, 47, 0);
    opacity: 0;
  }
}

/* */

.c-scrollbar,.c-scrollbar_thumb{
  position:absolute;
  top:0;
  right:0
}

.has-scroll-smooth body,html.has-scroll-smooth{
  overflow:hidden
}

html.has-scroll-dragging{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.has-scroll-smooth [data-scroll-container]{
  min-height:100vh
}

[data-scroll-direction=horizontal] [data-scroll-container]{
  height:100vh;
  display:inline-block;
  white-space:nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section]{
  display:inline-block;
  vertical-align:top;
  white-space:nowrap;
  height:100%
}

.c-scrollbar{
  width:11px;
  height:100%;
  transform-origin:center right;
  transition:transform .3s,opacity .3s;
  opacity:0
}

.c-scrollbar:hover{
  transform:scaleX(1.45)
}

.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{
  opacity:1
}

[data-scroll-direction=horizontal] .c-scrollbar{
  width:100%;
  height:10px;
  top:auto;
  bottom:0;
  transform:scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover{
  transform:scaleY(1.3)
}

.c-scrollbar_thumb{
  background-color:#000;
  opacity:.5;
  width:7px;
  border-radius:10px;
  margin:2px;
  cursor:grab
}

.has-scroll-dragging .c-scrollbar_thumb{
  cursor:grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb{
  right:auto;
  bottom:0
}

[data-scroll-container]{
  perspective:1px
}

/* */

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
}

.CybotCookiebotDialogBodyLevelButtonSliderWrapper .checkbox-span{
  display:none
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
  border-color :#000000 !important
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
  border-bottom: 3px solid #000000 !important;
  color: #000000 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity:.85;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{
  color: #fe7077 !important;
  opacity:.85;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a{
  color: #000000 !important;
}

#CybotCookiebotDialogHeader{
  display: none !important
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  align-items: center;
  color: #000000 !important;
  display: flex;
  font-weight: 600;
  text-decoration: none;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #000000 !important;
  opacity:.85;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #000000 !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #e1e1e1;
  border-radius: 32px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .4s;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider{
  background-color: #d7d7d7 !important;
}

.form-submit a, button {
  position: relative;
}

.form-submit a .border-effect-one, button .border-effect-one {
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: calc(100% + 8px);
  max-width: unset;
}

.form-submit a .border-effect-one:before, button .border-effect-one:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c0a680;
  display: block;
}

.form-submit a .border-effect-one .top, button .border-effect-one .top {
  position: absolute;
  width: 0%;
  height: 1px;
  right: 0;
  top: 0;
  background: white;
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-one .right, button .border-effect-one .right {
  position: absolute;
  width: 1px;
  height: 0%;
  right: 0;
  top: 0;
  background: white;
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-one .bottom, button .border-effect-one .bottom {
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: white;
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-one .left, button .border-effect-one .left {
  position: absolute;
  width: 1px;
  height: 0%;
  left: 0;
  bottom: 0;
  background: white;
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-one.golden:before, button .border-effect-one.golden:before {
  border: 1px solid #c0a680;
}

.form-submit a .border-effect-one.golden .top, button .border-effect-one.golden .top, .form-submit a .border-effect-one.golden .right, button .border-effect-one.golden .right, .form-submit a .border-effect-one.golden .bottom, button .border-effect-one.golden .bottom, .form-submit a .border-effect-one.golden .left, button .border-effect-one.golden .left {
  background: #c0a680;
}

.form-submit a .border-effect-two, button .border-effect-two {
  position: absolute;
  left: -4px;
  top: 0;
  width: calc(100% + 8px);
  height: calc(100%);
  max-width: unset;
}

.form-submit a .border-effect-two:before, button .border-effect-two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c0a680;
  display: block;
}

.form-submit a .border-effect-two .top, button .border-effect-two .top {
  position: absolute;
  width: 0%;
  height: 1px;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.55);
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-two .right, button .border-effect-two .right {
  position: absolute;
  width: 1px;
  height: 0%;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.55);
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-two .bottom, button .border-effect-two .bottom {
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.55);
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-two .left, button .border-effect-two .left {
  position: absolute;
  width: 1px;
  height: 0%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.55);
  max-width: unset;
  transition: all 800ms;
}

.form-submit a .border-effect-two.golden:before, button .border-effect-two.golden:before {
  border: 1px solid rgba(192, 166, 128, 0.3);
}

.form-submit a .border-effect-two.golden .top, button .border-effect-two.golden .top, .form-submit a .border-effect-two.golden .right, button .border-effect-two.golden .right, .form-submit a .border-effect-two.golden .bottom, button .border-effect-two.golden .bottom, .form-submit a .border-effect-two.golden .left, button .border-effect-two.golden .left {
  background: rgba(192, 166, 128, 0.55);
}

.form-submit a:hover .border-effect-one .top, button:hover .border-effect-one .top {
  width: 100%;
  transition: all 800ms;
}

.form-submit a:hover .border-effect-one .right, button:hover .border-effect-one .right {
  height: 100%;
  transition: all 800ms;
}

.form-submit a:hover .border-effect-one .bottom, button:hover .border-effect-one .bottom {
  width: 100%;
  transition: all 800ms;
}

.form-submit a:hover .border-effect-one .left, button:hover .border-effect-one .left {
  height: 100%;
  transition: all 800ms;
}

.form-submit a:hover .border-effect-two .top, button:hover .border-effect-two .top {
  width: 100%;
  transition: all 700ms;
}

.form-submit a:hover .border-effect-two .right, button:hover .border-effect-two .right {
  height: 100%;
  transition: all 700ms;
}

.form-submit a:hover .border-effect-two .bottom, button:hover .border-effect-two .bottom {
  width: 100%;
  transition: all 700ms;
}

.form-submit a:hover .border-effect-two .left, button:hover .border-effect-two .left {
  height: 100%;
  transition: all 700ms;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #ffffff50;
  background-color: #1A1A1A;
}

input[type=checkbox]:checked:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #ffffff50;
  background-color: #fff;
}

.popup-bg {
  opacity: 0;
  transition: 0.3s all ease;
  pointer-events: none;
}

.popup-bg.open {
  opacity: 1;
  pointer-events: initial;
}

#chiudi {
  position: absolute;
  top: 1.42rem;
  right: 1.42rem;
  cursor: pointer;
}

#chiudi img {
  width: 2.14rem;
  height: 2.14rem;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:text-4\.5xl {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:p-\[4px\] {
    padding: 4px;
  }

  .md\:text-5xl {
    font-size: 3.15rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-\[25vw\] {
    width: 25vw;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

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

  .lg\:text-lg {
    font-size: 1.2rem;
    line-height: 1.6666rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xxs {
    font-size: 0.7rem;
    line-height: 1rem;
  }

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

@media (min-width: 1280px) {
  .xl\:h-\[100vh\] {
    height: 100vh;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-auto {
    width: auto;
  }

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

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

  .xl\:text-5\.5xl {
    font-size: 3.4rem;
    line-height: 1.2;
  }

  .xl\:text-2\.25xl {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .xl\:text-9xl {
    font-size: 7.6rem;
    line-height: 1;
  }

  .xl\:text-xsm {
    font-size: 0.835rem;
    line-height: 1.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1512px) {
  .\32xl\:w-\[45\%\] {
    width: 45%;
  }

  .\32xl\:w-\[55\%\] {
    width: 55%;
  }

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

  .\32xl\:w-\[50\%\] {
    width: 50%;
  }

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }
}