/*
! tailwindcss v3.4.1 | 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 */
  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;
}

/*
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] {
  display: none;
}

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

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.\!left-0 {
  left: 0px !important;
}

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

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

.-bottom-\[70px\] {
  bottom: -70px;
}

.-right-14 {
  right: -3.5rem;
}

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

.bottom-\[73px\] {
  bottom: 73px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[20\] {
  z-index: 20;
}

.z-\[60\] {
  z-index: 60;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

.mr-14 {
  margin-right: 3.5rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

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

.mr-auto {
  margin-right: 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-2 {
  margin-top: 0.5rem;
}

.mt-28 {
  margin-top: 7rem;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/2 {
  height: 50%;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[65\%\] {
  height: 65%;
}

.h-\[75\%\] {
  height: 75%;
}

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

.h-\[80\%\] {
  height: 80%;
}

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

.h-\[85\%\] {
  height: 85%;
}

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

.h-full {
  height: 100%;
}

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

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

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

.w-4\/12 {
  width: 33.333333%;
}

.w-48 {
  width: 12rem;
}

.w-6\/12 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-sm {
  max-width: 24rem;
}

.-translate-y-2\/4 {
  --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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  animation: marquee 25s linear infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

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

.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

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

.gap-y-\[37px\] {
  row-gap: 37px;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-bl-\[15px\] {
  border-bottom-left-radius: 15px;
}

.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}

.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}

.rounded-tr-\[15px\] {
  border-top-right-radius: 15px;
}

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

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

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

.border-b-nero {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(60 60 59 / var(--tw-border-opacity));
}

.border-l-grigiodark {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.bg-grigiodark {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.bg-grigiolight {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

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

.bg-verde {
  --tw-bg-opacity: 1;
  background-color: rgb(98 176 170 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#3c3b3b9e\] {
  --tw-gradient-from: #3c3b3b9e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(60 59 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#ffffff00\] {
  --tw-gradient-to: #ffffff00 var(--tw-gradient-to-position);
}

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

.p-32 {
  padding: 8rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.\!py-\[60px\] {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.\!pb-\[86px\] {
  padding-bottom: 86px !important;
}

.\!pl-\[330px\] {
  padding-left: 330px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-\[20px\] {
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-\[45px\] {
  font-size: 45px !important;
}

.\!text-\[50px\] {
  font-size: 50px !important;
}

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[45px\] {
  line-height: 45px !important;
}

.\!leading-\[50px\] {
  line-height: 50px !important;
}

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

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

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

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

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

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

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

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

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

.text-nero {
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* GENERAL */

body,
html {
  height: 100%;
}

body {
  font-family: "Libre Franklin", sans-serif;
  background-color: #f6f6f6;
  overflow-x: hidden;
}

h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

h2 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
}

h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

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

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

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

@media screen and (max-width: 1536px) and (min-width: 769px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}

@media screen and (max-width: 992px) {
  #myVideo {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

video::-webkit-media-controls {
  display: none !important;
}

input[type="text"],
textarea,
input[type="file"] {
  background-color: transparent;
  border-width: 0px;
  border-bottom: 1px solid #3c3c3b;
  padding: 4px 0px 6px 0px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 14px;
}

input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #3c3c3b;
  font-size: 16px;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: #3c3c3b;
  font-size: 16px;
}

input[type="text"]:focus,
textarea:focus {
  outline: none;
  border-bottom: 0px solid #3c3c3b;
  transition: 0.2s ease-in-out;
  transition-property: box-shadow;
  box-shadow: inset 0px -4px 0px 0px #3c3c3b;
}

input[type="submit"] {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  color: #3c3c3b;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 7px 0px 7px 15px;
  border-radius: 10px;
}

select {
  background-color: transparent !important;
  border-width: 0 !important;
  border-bottom: 1px solid #3c3c3b !important;
  padding: 4px 0px 6px 0px !important;
  width: 100% !important;
  background-image: url("../img/assets/icona-select.svg") !important;
  background-position: right center !important;
}

select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bg_cv {
  background-image: url("../img/assets/icona-cv.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
}

.big-text {
  font-size: 150px;
  line-height: 150px;
  font-weight: 900;
}

.big-text-stroke {
  font-size: 150px;
  line-height: 150px;
  font-weight: 900;
}

.gradient {
  background: rgb(98, 176, 170);
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
}

.gradient-mobile {
  background: rgb(98, 176, 170);
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
}

@media (max-width: 1280px) and (min-width: 768px) {
  .big-text {
    font-size: 90px;
    line-height: 95px;
  }

  .big-text-stroke {
    font-size: 90px;
    line-height: 95px;
  }
}

@media (max-width: 768px) {
  .big-text {
    font-size: 45px;
    line-height: 45px;
  }

  .big-text-stroke {
    font-size: 70px;
    line-height: 70px;
  }

  .gradient {
    background: linear-gradient(
      180deg,
      rgba(98, 176, 170, 1) 0%,
      rgba(236, 226, 0, 1) 100%
    );
  }
}

.stroke-text-grey {
  text-stroke: 2px #e3e3e3;
  -webkit-text-stroke: 2px #e3e3e3;
  color: transparent;
}

.stroke-text-grey a {
  text-stroke: 2px #e3e3e3;
  -webkit-text-stroke: 2px #e3e3e3;
  color: transparent;
}

.stroke-text-white {
  text-stroke: 2px #fff;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.stroke-text-grey span,
.stroke-text-white span {
  position: absolute;
  color: #3c3c3b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  left: 60px;
  top: 40%;
  text-stroke: 0px #fff;
  -webkit-text-stroke: 0px #fff;
}

@media (max-width: 768px) {
  .stroke-text-grey span,
  .stroke-text-white span {
    font-size: 14px;
    line-height: 14px;
    left: 25px;
    top: 5%;
  }
}

.text-gradient-hover:hover {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-stroke: 0px #fff;
  -webkit-text-stroke: 0px #fff;
}

.text-gradient {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-stroke: 0px #fff;
  -webkit-text-stroke: 0px #fff;
}

.ciao {
  color: red;
}

.but_gen_dark {
  background-color: #e3e3e3;
  color: #3c3c3b;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 10px;
  display: inline-block;
}

.but_gen_light {
  background-color: #f6f6f6;
  color: #3c3c3b;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .but_gen_dark {
    font-size: 16px;
    line-height: 20px;
  }

  .but_gen_light {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
}

.but_close_portfolio {
  background-color: rgba(60, 60, 60, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 38px;
  font-weight: 400;
  border-radius: 10px;
  display: inline-block;
  height: 40px;
}

.but_gen_dark svg,
.but_gen_light svg,
.but_close_portfolio svg,
.but_gen_dark img {
  display: inline-block;
  width: 14px;
  margin-left: 10px;
  transition: 0.2s transform ease-in;
}

.but_gen_dark:hover,
.but_gen_light:hover {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
}

.but_gen_dark:hover svg,
.but_gen_light:hover svg,
.but_gen_dark:hover img {
  transform: rotate(45deg);
}

.but_gen_dark:hover rect,
.but_gen_light:hover rect {
  fill: #3c3c3b;
}

/* HEADER */

#header {
  transition: 0.2s all ease-in-out;
}

.active-sticky,
.active-sticky-2 {
  background-color: #f6f6f6;
  padding: 20px 0px !important;
}

.logo-white {
  position: absolute;
  right: 0;
}

.logo-black {
  opacity: 0;
  right: 0;
  transition: 3s left ease-in-out;
}

.logo-black-2 {
  position: absolute;
  right: 0;
  transition: 3s left ease-in-out;
}

.active-sticky-2 .logo-black-2 {
  opacity: 1;
  position: absolute;
  left: 0;
  transition: 3s left ease-in-out;
}

.active-sticky .logo-white,
.active-sticky-js .logo-white {
  display: none;
  transition: 2s all ease-in-out;
}

.active-sticky .logo-black {
  opacity: 1;
  /* position: absolute; */
  left: 0;
  transition: 3s left ease-in-out;
}

.active-sticky-js .logo-black {
  right: 0;
  opacity: 1;
  position: absolute;
  width: 200px;
}

.titolo-hamburger {
  color: #f6f6f6;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  margin-left: 24px;
}

.head-2 .titolo-hamburger {
  color: #3c3c3b;
}

.active-sticky .titolo-hamburger,
.active-sticky-js .titolo-hamburger {
  color: #3c3c3b;
}

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

.head-2 .icon-1,
.head-2 .icon-2 {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
}

.active-sticky .icon-1,
.active-sticky .icon-2,
.active-sticky-js .icon-1,
.active-sticky-js .icon-2 {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
}

.icon-1 {
  transform: translateY(-3px);
  animation-delay: 100ms;
  width: 15px;
  right: 0%;
  left: auto;
}

.icon-2 {
  transform: translateY(3px);
  animation-delay: 250ms;
  width: 30px;
  right: 0;
  left: auto;
}

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

@media (max-width: 1536px) and (min-width: 1280px) {
  .active-sticky-2 img {
    width: 150px !important;
  }

  .active-sticky,
  .active-sticky-2 {
    background-color: #f6f6f6;
    padding: 30px 0px !important;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .active-sticky,
  .active-sticky-2 {
    background-color: #f6f6f6;
    padding: 25px 0px !important;
  }

  .hamburger-icon {
    position: relative;
    top: 0;
    right: 0;
  }

  .logo-black-2 {
    position: relative;
  }

  .active-sticky-2 .logo-black-2 {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .hamburger-icon {
    position: relative;
    top: 0;
    right: 0;
  }

  .logo-black-2 {
    position: relative;
  }

  .active-sticky-2 .logo-black-2 {
    position: relative;
  }
}

.icon-1.a {
  transform: rotate(40deg);
  width: 32px;
  right: 0%;
}

.icon-2.b {
  transform: rotate(-40deg);
  width: 32px;
}

.overflow-menu {
  overflow-y: hidden;
}

.clear {
  clear: both;
}

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

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

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

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

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

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

/* MENU */

#menu li {
  font-size: 100px;
  line-height: 130px;
}

#menu li a img {
  transition: all 300ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
}

#menu li a:hover {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-stroke: 0px #fff;
  -webkit-text-stroke: 0px #fff;
}

#menu li a:hover img {
  transform: rotate(45deg);
}

.menu-hover a {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-stroke: 0px #fff;
  -webkit-text-stroke: 0px #fff;
}

@media (max-width: 1535px) and (min-width: 1280px) {
  #menu li {
    font-size: 87px;
    line-height: 120px;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  #menu li {
    font-size: 75px;
    line-height: 80px;
  }
}

.img-hover {
  transform: rotate(45deg) !important;
}

.arrow-menu {
  position: absolute;
  right: 21%;
  transform: translate(0px, -50%);
  top: 50%;
  width: 25px;
}

@media (max-width: 1280px) and (min-width: 769px) {
  .arrow-menu {
    right: 10%;
  }
}

.subnav a {
  font-weight: 700;
  color: #3c3c3b;
  font-size: 50px;
}

@media (max-width: 1535px) and (min-width: 1280px) {
  .subnav a {
    font-size: 40px;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  .subnav a {
    font-size: 35px;
  }
}

/* HERO */

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
}

.hero .arrow-hero {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 90px;
}

@media (max-width: 768px) {
  .hero .arrow-hero {
    bottom: 20px;
  }
}

.hero-paralax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.hero-paralax .arrow-hero {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 90px;
}

@media screen and (max-width: 768px) {
  .hero-paralax .arrow-hero {
    margin: auto auto;
  }

  .hero-paralax {
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
  }
}

#bg_home {
  background-image: url("../img/bg/bg_home.webp");
}

#bg_chisiamo {
  background-image: url("../img/bg/bg_chisiamo.webp");
  height: 76%;
  margin: 0 auto;
}

#bg_careers {
  background-image: url("../img/bg/bg_careers.webp");
  height: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #bg_careers {
    background-image: url("../img/bg/bg_careers.webp");
    height: 90%;
    margin: 100px 20px;
  }
}

@media screen and (max-width: 1600px) {
  .titolo-hamburger {
    display: none;
  }
}

#bg_mission {
  background-image: url("../img/bg/bg_mission.webp");
}

#bg_certificazioni {
  background-image: url("../img/bg/bg_certificazioni.webp");
}

#bg_tendermanagement {
  background-image: url("../img/bg/bg_tendermanagement.webp");
}

#bg_progettazioneenergetica {
  background-image: url("../img/bg/bg_progettazioneenergetica.webp");
}

#bg_progettazionemep {
  background-image: url("../img/bg/bg_progettazionemep.webp");
}

#bg_incendi {
  background-image: url("../img/bg/bg_incendi.webp");
}

#bg_direzione {
  background-image: url("../img/bg/bg_direzionelavori.webp");
}

#bg_direzione_lavori {
  background-image: url("../img/page/direzione-lavori/direzione-lavori.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 85vh;
}

#bg_progettare_sostenibile {
  background-image: url("../img/page/mission/progettare-sostenibile.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 85vh;
}

#bg_progetta_il_futuro {
  background-image: url("../img/page/home/progetta-il-futuro.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
}

#bg_idea_realizzazione {
  background-image: url("../img/page/tender/idea-realizzazione.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
}

#bg_mep_page {
  background-image: url("../img/page/progettazione-mep/progettazione-impiantistica-bim.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
}

#bg_progettprogettazione_page {
  background-image: url("../img/page/progettazione-energetica/progettazione-energetica.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
}

#bg_edificiefuturo {
  background-image: url("../img/page/chi-siamo/edifici-futuro.webp");
}

#bg_section {
  background-image: url("../img/assets/logo-section.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 992px) {
  #bg_direzione {
    background-image: url("../img/bg/bg_direzionelavori_mobile.webp");
  }

  #bg_certificazioni {
    background-image: url("../img/bg/bg_certificazioni_mobile.webp");
  }
}

/* CAROSELLO HOME*/

.portfolio-slide-home {
  position: relative;
  overflow: hidden;
  height: 560px !important;
}

.portfolio-slide-home .img-progetto {
  transition: 0.5s all ease-in-out;
}

.portfolio-slide-home p {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 80px;
  font-weight: 700;
}

.portfolio-slide-home a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 45px;
  font-weight: 400;
  display: inline-block;
}

.portfolio-slide-home a img {
  display: inline-block;
}

/* .portfolio-slide-home p,
.portfolio-slide-home a {
  display: none;
} */

.portfolio-slide-home:hover .img-progetto {
  transform: scale(1.2);
}

.portfolio-slide-home:hover p,
.portfolio-slide-home:hover a {
  display: block;
  z-index: 11;
}

.overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 200px;
  background: linear-gradient(to bottom, rgba(245, 246, 252, 0), #000);
  transition: 0.5s all ease-in-out;
}

.portfolio-slide-home:hover .overlay {
  display: block;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .portfolio-slide-home {
    height: 350px !important;
  }

  /* .portfolio-slide-home a {
    display: none !important;
  } */

  .portfolio-slide-home p {
    display: block;
  }

  .portfolio-slide-home .overlay {
    display: block;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0),
      rgba(0, 0, 0, 0.5)
    );
  }

  .portfolio-slide-home p {
    font-size: 20px;
    line-height: 20px;
    text-align: start;
    bottom: 28px;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .portfolio-slide-home {
    height: 290px !important;
  }

  /* .portfolio-slide-home a {
    display: none;
  } */

  .portfolio-slide-home p {
    display: block;
  }

  .portfolio-slide-home .overlay {
    display: block;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0),
      rgba(0, 0, 0, 0.5)
    );
  }

  .portfolio-slide-home p {
    font-size: 20px;
    line-height: 20px;
    text-align: start;
    bottom: 28px;
    z-index: 5;
  }
}

.swiper-expertise .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

@media (max-width: 1536px) and (min-width: 769px) {
  .swiper-expertise .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }

  .swiper-expertise p {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .swiper-expertise .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .swiper-expertise .swiper-wrapper .swiper-slide {
    /* width: 100% !important; */
  }

  .swiper-expertise .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0px;
  }
}

.swiper-gallery .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

@media (max-width: 1024px) {
  .swiper-gallery .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

.swiper-mission p {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 20px;
}

.swiper-mission .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 50px 0px;
  border-radius: 15px;
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 25px 0px;
}

.swiper-mission .swiper-slide:hover {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
}

.swiper-mission .swiper-slide .on {
  display: none;
}

.swiper-slide:hover .off {
  display: none;
}

.swiper-slide:hover .on {
  display: block;
}

.swiper-mission .swiper-scrollbar-drag {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  width: 400px !important;
}

.swiper-mission > .swiper-scrollbar {
  height: 18px !important;
  background-color: #e3e3e3;
}

.swiper-mission .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

.swiper-mission .swiper-scrollbar {
  margin-left: 200px;
}

@media (max-width: 1536px) and (min-width: 769px) {
  .swiper-mission .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }

  .swiper-mission p {
    font-size: 35px;
    line-height: 40px;
  }

  .swiper-mission .swiper-scrollbar {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .swiper-mission p {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .swiper-mission .swiper-wrapper .swiper-slide:first-child {
    margin-left: 10px;
  }

  .swiper-mission .swiper-scrollbar {
    margin-left: 10px;
  }

  .swiper-mission .swiper-scrollbar-drag {
    width: 100px !important;
  }
}

@media (max-width: 768px) {
  .swiper-mission .swiper-scrollbar {
    margin-left: 0px;
  }

  .swiper-mission .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0px;
  }

  .swiper-mission .swiper-wrapper .swiper-slide {
  }

  .swiper-mission .swiper-slide {
    margin: 0;
  }

  .swiper-mission .swiper-scrollbar-drag {
    width: 50px !important;
  }

  #bg_section {
    background-size: contain;
  }
}

.swiper-orizzonti .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 0px 70px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px !important;
}

.swiper-orizzonti .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

@media (max-width: 1536px) and (min-width: 768px) {
  .swiper-orizzonti .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .swiper-orizzonti .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0px;
  }

  .swiper-orizzonti .swiper-slide {
    padding: 0px 12px;
    width: 100% !important;
  }
}

.swiper-tender .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 0px 70px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px !important;
}

.swiper-tender .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

@media (max-width: 1536px) {
  .swiper-tender .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .swiper-tender .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0px;
  }

  .swiper-tender .swiper-slide {
    padding: 0px 30px;
    width: 100% !important;
  }
}

.swiper-impiantistica .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 0px 70px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px !important;
}

.swiper-impiantistica .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

@media (max-width: 768px) {
  .swiper-impiantistica .swiper-slide {
    padding: 0px 30px;
    width: 100% !important;
  }

  .swiper-impiantistica .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0px;
  }
}

.swiper-bim .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 0px 70px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px !important;
}

.swiper-bim .swiper-wrapper .swiper-slide:first-child {
  margin-left: 200px;
}

@media (max-width: 768px) {
  .swiper-bim .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0px;
  }

  .swiper-bim .swiper-slide {
    padding: 0px 30px;
    width: 100% !important;
  }
}

.swiper-incendi .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 0px 54px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 492px !important;
}

.swiper-storia .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (max-width: 768px) {
  .swiper-incendi .swiper-slide {
    padding: 0px 30px;
    width: 100% !important;
  }
}

.swiper-direzione .swiper-slide {
  box-shadow: 0px 0px 10px 1px #00000017;
  padding: 0px 54px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 492px !important;
}

@media (max-width: 768px) {
  .swiper-direzione .swiper-slide {
    padding: 0px 30px;
    width: 100% !important;
  }
}

footer ul li {
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  footer ul li {
    font-size: 14px;
    line-height: 17px;
  }
}

.giuseppe-perillo {
  position: absolute;
  bottom: 0;
  width: 537px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* ACCORDION 1 */

.collapse {
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, width;
  will-change: opacity;
  visibility: visible !important;
  opacity: 1;
}

.collapse:not(.is-active) {
  width: 0;
  opacity: 0;
}

.accordion {
  width: 100%;
}

.accordion .card {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, border-right;
  width: 100px;
  height: 600px;
  margin-right: 15px;
}

.card {
  box-shadow: 0px 0px 10px 1px #00000017;
  border-radius: 15px;
}

.accordion .card.is-active {
  width: 100%;
  box-shadow: 0px 0px 10px 1px #00000017;
  border-radius: 15px;
}

.accordion .card .label-accordion {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: border-image, width, border-radius, opacity;
  transition-property: border-image, width, border-radius, opacity, -o-border-image;
}

.accordion .card.is-active .label-accordion {
  background: #f6f6f6;
  width: 60px;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background, width, border-image;
  transition-property: background, width, border-image, -o-border-image;
  border-right-width: 3px;
  border-right-style: solid;
  border-radius: 0px;
  -o-border-image: linear-gradient(to bottom, #62b0aa, #ece200) 1 100%;
     border-image: linear-gradient(to bottom, #62b0aa, #ece200) 1 100%;
}

.accordion .card.is-active + .card {
}

.accordion .card__title:hover {
  color: #0d0802;
}

.card a {
  display: contents;
}

.card.is-active a {
  display: flex;
}

.card__content p,
.card__content h3,
.card__content img {
  opacity: 0;
}

.collapse.is-active .card__content p,
.collapse.is-active .card__content h3 {
  opacity: 1;
  transition: 0.2s all ease-in;
  transition-delay: 250ms;
}

.collapse.is-active .card__content img {
  transition: 0.3s all ease-in;
  transition-delay: 350ms;
  opacity: 1;
}

.accordion .card__title.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}

.card {
  display: none;
}

.accordion .card:nth-child(1) {
  display: flex;
}

.accordion .card:nth-child(2) {
  display: flex;
}

.accordion .card:nth-child(3) {
  display: flex;
}

.accordion .card:nth-child(4) {
  display: flex;
}

/* ACCORDION 2 */

.collapse2 {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height, width;
  will-change: opacity, contents;
  visibility: visible;
}

.collapse2:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion2 {
  width: 100%;
}

.accordion2 .card2 {
  overflow: hidden;
  margin: -1px -1px 1px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #e3e3e3;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .accordion2 .card2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.accordion2 .card2.is-active {
  background-color: #f6f6f6;
  box-shadow: 0px 0px 10px 1px #00000017;
}

.label-accordion-2 {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: border-image, opacity, margin-top;
  transition-property: border-image, opacity, margin-top, -o-border-image;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #62b0aa, #ece200) 1 100%;
     border-image: linear-gradient(to right, #62b0aa, #ece200) 1 100%;
  border-image-slice: 1;
  width: 100%;
  opacity: 0;
  margin-top: 0;
}

.accordion2 .card2.is-active .label-accordion-2 {
  opacity: 1;
  margin-top: 10px;
}

.accordion2 .card__title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.5rem;
  margin: 0;
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 45px;
  font-weight: 700;
  color: #3c3c3b;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

@media (max-width: 768px) {
  .accordion2 .card__title2 {
    font-size: 20px;
  }
}

.accordion2 .card__title2:hover {
}

.accordion2 .card__title2:hover .icon {
  /* opacity: 0.8; */
}

/* ACCORDION 3 */

.collapse3 {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height, width;
  will-change: opacity, contents;
  visibility: visible;
}

.collapse3:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion3 {
  width: 100%;
}

.accordion3 .card3 {
  overflow: hidden;
  margin: -1px -1px 1px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.accordion3 .card3 img {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion3 .card3.is-active img {
  transform: rotate(45deg);
}

.accordion3 .card3.is-active a {
  color: #3c3c3b !important;
  -webkit-text-stroke: 0px !important;
}

.label-accordion-3 {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  opacity: 0;
  margin-top: 0;
}

.accordion3 .card3.is-active .label-accordion-3 {
  opacity: 1;
  margin-top: 10px;
}

.accordion3 .card__title3 {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

@media (max-width: 768px) {
  .accordion3 .card__title3 {
    font-size: 45px;
  }
}

.accordion3 .card__title3 .icon {
  width: 36px;
  height: 25px;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, width;
  margin-right: -0.25rem;
}

.accordion3 .card__content3 {
  padding: 1.25rem 0;
  color: #0d0802;
}

.card3 {
  display: none;
}

.accordion3 .card3:nth-child(1) {
  display: block;
}

.accordion3 .card3:nth-child(2) {
  display: block;
}

.accordion3 .card3:nth-child(3) {
  display: block;
}

.accordion3 .card3:nth-child(4) {
  display: block;
}

.accordion3 .card3:nth-child(5) {
  display: block;
}

/* Gare */

.gare {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 370px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gare {
    height: 220px;
  }
}

.gare .img-progetto {
  transition: 0.5s all ease-in-out;
}

.gare:hover .overlay {
  display: block;
}

.gare p {
  color: #fff;
  font-size: 31px;
  line-height: 25px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 80px;
  font-weight: 700;
}

.gare a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 45px;
  font-weight: 400;
  display: inline-block;
}

.gare a img {
  display: inline-block;
}

.gare p,
.gare a {
  display: none;
}

.gare:hover .img-progetto {
  transform: scale(1.2);
}

.gare:hover p,
.gare:hover a {
  display: block;
  z-index: 11;
}

@media (max-width: 1536px) {
  .gare p {
    font-size: 20px;
    line-height: 20px;
    bottom: 20px;
    display: block;
    z-index: 10;
  }

  .gare:hover a {
    display: none;
  }

  .overlay {
    display: block;
  }
}

.arrow {
  padding: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #3c3c3b;
  transition: 0.2s all ease-in-out;
}

.arrow:active {
  transform: scale(0.8);
}

.arrow:hover {
  opacity: 1;
  background-color: #fff;
}

.arrow-next {
  background-image: url("../img/assets/arrow-next.svg");
}

.arrow-prev {
  background-image: url("../img/assets/arrow-prev.svg");
}

/* Pagina Progetti */

.nav-progetti {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 992) {
  .nav-progetti {
    overflow: scroll;
  }
}

[id="senza-categoria"],
[id="gare"] {
  display: none !important;
}

.nav-progetti .active {
  background: linear-gradient(
    90deg,
    rgba(98, 176, 170, 1) 0%,
    rgba(236, 226, 0, 1) 100%
  );
  padding: 14px 30px;
  border-radius: 10px;
  display: inline-block;
}

.nav-progetti a {
  text-align: center;
}

@media (max-width: 1024px) {
  .nav-progetti a {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .nav-progetti a {
    width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1536px) {
  .nav-progetti {
    border-radius: 0px;
    padding: 20px 0px;
    overflow: scroll;
  }

  .nav-progetti .active {
    background: transparent !important;
  }

  .active-mobile {
    background: -webkit-linear-gradient(left, #62b0aa, #ece200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.progetti-card {
  position: relative;
  overflow: hidden;
}

.progetti-card .img-progetto {
  transition: 0.5s all ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}

.progetti-card .titolo-card {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 80px;
  font-weight: 700;
}

.progetti-card .vedi {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 45px;
  font-weight: 400;
  display: none !important;
  justify-content: center;
  gap: 10px;
}

.progetti-card:hover .vedi {
  display: flex !important;
}

@media (max-width: 1536px) {
  .progetti-card .titolo-card {
    font-size: 24px;
    line-height: 24px;
    display: block !important;
    z-index: 11;
    bottom: 40px !important;
  }

  .progetti-card .overlay {
    display: block;
  }

  .progetti-card .vedi {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .progetti-card .titolo-card {
    font-size: 20px;
    line-height: 20px;
  }

  .vip {
    display: none !important;
  }

  .progetti-card .vedi {
    z-index: 12;
    display: flex !important;
  }
}

.progetti-card a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 45px;
  font-weight: 400;
  display: inline-block;
}

.progetti-card a img {
  display: inline-block;
}

.progetti-card:hover .img-progetto {
  transform: scale(1.2);
}

.progetti-card:hover p,
.progetti-card:hover a {
  display: block;
  z-index: 11;
}

@media screen and (max-width: 1536px) {
  .progetti-card .vip {
    display: block;
  }
}

#progetti .progetti-card {
  height: 550px;
}

@media screen and (max-width: 1024px) {
  #progetti .progetti-card {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  #progetti .progetti-card {
    height: 220px;
  }

  /* #progetti .progetti-card:nth-child(1),
  #progetti .progetti-card:nth-child(5n + 1) {
    height: 450px;
  } */
}

.progetti-card:hover .overlay {
  display: block;
}

/* popupgare */

.modal-open {
  z-index: 99999;
}

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

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

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

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

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

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.group:hover .group-hover\:bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.group:hover .group-hover\:from-giallo {
  --tw-gradient-from: #ECE200 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 226 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-verde {
  --tw-gradient-to: #62B0AA var(--tw-gradient-to-position);
}

.group:hover .group-hover\:bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-stroke-none {
  text-stroke: 0;
  -webkit-text-stroke: 0;
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:\!pl-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:-right-14 {
    right: -3.5rem;
  }

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

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

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

  .lg\:mx-\[100px\] {
    margin-left: 100px;
    margin-right: 100px;
  }

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

  .lg\:my-\[150px\] {
    margin-top: 150px;
    margin-bottom: 150px;
  }

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

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-\[200px\] {
    margin-left: 200px;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-\[15px\] {
    border-radius: 15px;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

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

  .lg\:\!text-\[150px\] {
    font-size: 150px !important;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }

  .xl\:-bottom-\[70px\] {
    bottom: -70px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:right-\[100px\] {
    right: 100px;
  }

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

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

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .xl\:mx-\[100px\] {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .xl\:my-\[150px\] {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xl\:my-\[70px\] {
    margin-top: 70px;
    margin-bottom: 70px;
  }

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

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

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

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

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

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

  .xl\:mr-\[7\%\] {
    margin-right: 7%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:h-\[65\%\] {
    height: 65%;
  }

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

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

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

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

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

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

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

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

  .xl\:w-6\/12 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .xl\:-translate-y-2\/4 {
    --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));
  }

  .xl\:translate-y-\[0\%\] {
    --tw-translate-y: 0%;
    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\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-\[130px\] {
    gap: 130px;
  }

  .xl\:gap-\[75px\] {
    gap: 75px;
  }

  .xl\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

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

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

  .xl\:p-32 {
    padding: 8rem;
  }

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

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

  .xl\:pr-\[0px\] {
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:ml-\[200px\] {
    margin-left: 200px;
  }

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

  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

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

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

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

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-\[175px\] {
    width: 175px;
  }

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

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

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:pt-\[99px\] {
    padding-top: 99px;
  }
}
