@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.title-l {
  font-size: 22px;
  line-height: 120%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .title-l {
    font-size: 28px;
  }
}

.title-md {
  font-size: 12px;
  line-height: 150%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .title-md {
    font-size: 18px;
  }
}

.title-s {
  font-size: 14px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.title-xs {
  font-size: 12px;
  line-height: 150%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.title-xxs {
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.title-xxs {
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.title-xxxs {
  font-size: 8px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.body-md {
  font-size: 14px;
  line-height: 140%;
  font-family: "aktiv-grotesk", sans-serif;
}
@media (min-width: 1024px) {
  .body-md {
    font-size: 18px;
  }
}

.body-s {
  font-size: 14px;
  line-height: 140%;
  font-family: "aktiv-grotesk", sans-serif;
}

.body-xs {
  font-size: 12px;
  line-height: 150%;
  font-family: "aktiv-grotesk", sans-serif;
}

.body-xxs {
  font-size: 12px;
  line-height: 140%;
  font-family: "aktiv-grotesk", sans-serif;
}

.display-xl {
  font-size: 32px;
  line-height: 100%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .display-xl {
    font-size: 58px;
  }
}

.display-l {
  font-size: 22px;
  line-height: 120%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .display-l {
    font-size: 44px;
  }
}

.display-md {
  font-size: 22px;
  line-height: 120%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .display-md {
    font-size: 32px;
  }
}

.display-s {
  font-size: 26px;
  line-height: 120%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.display-xs {
  font-size: 22px;
  line-height: 120%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", serif;
}
body.fixed {
  overflow: hidden;
  max-height: 100vh;
}

.cl-container {
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}
.cl-container--xs {
  max-width: 1000px;
  margin: 0 auto;
}

.new-lazy,
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  /* Regola la durata e l'effetto a tuo piacimento */
}

.wp-admin .fadeInUp,
.wp-admin .lazy {
  opacity: 1;
}

.lazy-loaded {
  opacity: 1;
}

.fadeIn,
.fadeInUp {
  opacity: 0;
  --animate-repeat: 2;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.btn-cl {
  border: 1px solid var(--Gold, #AD9967);
  color: #AD9967;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 8px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .btn-cl {
    font-size: 10px;
    padding: 15px;
  }
}
.btn-cl:hover {
  border: 1px solid #AD9967;
  box-shadow: inset 0 0 0 1px #AD9967;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-cl--download {
  padding-left: 45px;
  background-image: url(../assets/ico-download.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  font-size: 10px;
}

.btn-cl--noaccess {
  padding-left: 45px;
  background-image: url(../assets/ico-noaccess.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  font-size: 10px;
}

.pt-n {
  padding-top: 0;
}

.pt-s {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .pt-s {
    padding-top: 20px;
  }
}

.pt-m {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .pt-m {
    padding-top: 40px;
  }
}

.pt-l {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .pt-l {
    padding-top: 60px;
  }
}

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

.mt-s {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .mt-s {
    margin-top: 20px;
  }
}

.mt-m {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .mt-m {
    margin-top: 40px;
  }
}

.mt-l {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .mt-l {
    margin-top: 60px;
  }
}

.pb-n {
  padding-bottom: 0;
}

.pb-s {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .pb-s {
    padding-bottom: 20px;
  }
}

.pb-m {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .pb-m {
    padding-bottom: 40px;
  }
}

.pb-l {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .pb-l {
    padding-bottom: 60px;
  }
}

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

.mb-s {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .mb-s {
    margin-bottom: 20px;
  }
}

.mb-m {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .mb-m {
    margin-bottom: 40px;
  }
}

.mb-l {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .mb-l {
    margin-bottom: 60px;
  }
}

.btn-resize {
  background-color: #c00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  z-index: 1000;
  cursor: pointer;
}

.scenario-project,
.griglia-due-colonne-prod-title-img-text,
.due-colonne-grigio,
.row-images,
.due-colonne-dark,
.blocco-4-immagini,
.full-image-block,
.testo-immagine-2-colonne,
.grid-products-type {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.block-after-before {
  max-width: 1420px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.row-images.fondo_scuro {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.row-images.fondo_scuro .grid-images {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.row-images--titlecol {
  text-transform: uppercase;
  margin: 20px;
  padding: 20px 0;
  border-bottom: 2px solid #D3D3D3;
  position: relative;
}
.row-images--titlecol:before {
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 86px;
  content: "";
  display: inline-block;
  z-index: 10;
  background-color: #AD9967;
}
.row-images--titlecol.nopadding {
  margin: 20px 0;
}
.row-images .grid-images {
  column-gap: 40px;
  display: grid;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.row-images .grid-images.grid-1 {
  grid-template-columns: 1fr;
}
.row-images .grid-images.grid-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .row-images .grid-images.grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.row-images .grid-images.grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .row-images .grid-images.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.row-images .grid-images.grid-4 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .row-images .grid-images.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.row-images .grid-images .grid-item h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  margin: 30px 0 6px 0;
}
.row-images .grid-images .grid-item p {
  font-family: "Inter", serif;
}
.row-images .grid-images .grid-item img {
  display: block;
  width: 100%;
  height: auto;
}

.block-after-before {
  display: flex;
  gap: 30px;
  align-items: center;
  font-family: "Inter", serif;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .block-after-before {
    flex-wrap: nowrap;
  }
}
.block-after-before--text {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .block-after-before--text {
    max-width: 30%;
    margin-right: 10%;
  }
}
.block-after-before--imgsx {
  width: 100%;
  max-width: 44%;
}
@media (min-width: 768px) {
  .block-after-before--imgsx {
    max-width: 30%;
  }
}
.block-after-before--imgsx img {
  max-width: 100%;
  margin-bottom: 20px;
}
.block-after-before--imgdx {
  width: 100%;
  max-width: 44%;
}
@media (min-width: 768px) {
  .block-after-before--imgdx {
    max-width: 30%;
  }
}
.block-after-before--imgdx img {
  max-width: 100%;
  margin-bottom: 20px;
}
.block-after-before.borderbottom {
  border-bottom: 1px solid #AD9967;
}

.iscrizione-newsletter {
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .iscrizione-newsletter {
    margin: 20px;
  }
}
.iscrizione-newsletter--container {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .iscrizione-newsletter--container {
    flex-direction: row;
    padding: 70px 0;
  }
}
.iscrizione-newsletter--text {
  width: 100%;
}
@media (min-width: 768px) {
  .iscrizione-newsletter--text {
    max-width: 30%;
    padding-right: 10%;
  }
}
.iscrizione-newsletter--text h3 {
  font-size: 32px;
  font-weight: 300;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #AD9967;
  margin: 0 0 20px 0;
}
.iscrizione-newsletter--form {
  width: 100%;
}
@media (min-width: 768px) {
  .iscrizione-newsletter--form {
    max-width: 60%;
  }
}
.iscrizione-newsletter--form #mc-embedded-subscribe-form {
  margin: 0;
}
.iscrizione-newsletter--form label {
  font-size: 14px;
  line-height: 150%;
  color: #333;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
@media (min-width: 768px) {
  .iscrizione-newsletter--form #mc_embed_signup_scroll {
    grid-template-columns: repeat(2, 1fr);
  }
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=password],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=text],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=date],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=email],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=number],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=password],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=text],
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=url],
.iscrizione-newsletter--form #mc_embed_signup_scroll textarea {
  padding: 15px;
  border: 1px solid #D3D3D3;
  font-family: "Inter", serif;
  box-sizing: border-box;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll .asterisk {
  color: #333;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll .accettazione-privacy label {
  display: flex;
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .iscrizione-newsletter--form #mc_embed_signup_scroll .accettazione-privacy label {
    font-size: inherit;
    line-height: inherit;
  }
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=checkbox] + label {
  display: block;
  padding: 2px;
  margin: 2px 8px -2px 0;
  cursor: pointer;
  line-height: 22px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=checkbox] + label a {
  color: #141414;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 1px solid #D3D3D3;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=checkbox]:checked + label {
  color: #000;
  font-family: "Inter", serif;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll input[type=checkbox]:checked + label:before {
  background: #000;
  border-color: #000;
}
.iscrizione-newsletter--form #mc_embed_signup_scroll .button {
  display: flex;
  margin: 10px auto;
  border-radius: 0;
  background-color: #2E323A;
  font-size: 10px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  height: auto;
  padding: 6px 24px;
}
@media (min-width: 768px) {
  .iscrizione-newsletter--form #mc_embed_signup_scroll .button {
    margin: 0 0 0 auto;
  }
}

.hero-activities .hero-page-standard--img {
  background-size: 90%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero-activities .hero-page-standard--img {
    background-size: 65%;
  }
}

.hero-activities .hero-page-standard--img {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center bottom;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .hero-activities .hero-page-standard--img {
    background-position: center bottom;
    background-size: auto 70%;
    background-repeat: no-repeat;
    aspect-ratio: 6/3;
    width: 100%;
    height: 100%;
  }
}
.hero-activities.hero-page-standard.fullimage .hero-page-standard--overflow {
  margin: 0 0 0;
}

.hero-consultant .hero-page-standard--img {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .hero-consultant .hero-page-standard--img {
    background-size: cover;
    aspect-ratio: inherit;
    aspect-ratio: 6/3;
    width: 100%;
    height: 100%;
  }
}

.hero-masterlinecustom .hero-page-standard--img {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center bottom 15%;
}
@media (min-width: 768px) {
  .hero-masterlinecustom .hero-page-standard--img {
    background-size: 40%;
    background-repeat: no-repeat;
    aspect-ratio: 6/3;
    width: 100%;
    height: 100%;
  }
}
.hero-masterlinecustom.hero-page-standard.fullimage .hero-page-standard--overflow {
  margin: 0 0 0;
}

.cl-header #branding {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
@media (min-width: 1366px) {
  .cl-header #branding {
    flex-direction: row;
  }
}
.cl-header #branding #site-title {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1366px) {
  .cl-header #branding #site-title {
    margin: 30px auto;
  }
}
.cl-header #branding #site-title h1 {
  margin: 0;
}
.cl-header .ico {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}
.cl-header--topdx {
  margin: 14px 20px;
}
@media (min-width: 1366px) {
  .cl-header--topdx {
    margin: 30px;
  }
}
.cl-header--topdx ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 auto;
}
.cl-header--topdx .ico-user {
  background-image: url(../assets/ico-user.svg);
}
.cl-header--topdx .ico-search {
  background-image: url(../assets/ico-search.svg);
}
.cl-header--topsx {
  margin: 14px 20px;
  padding-left: 40px;
}
@media (min-width: 1366px) {
  .cl-header--topsx {
    margin: 30px;
    padding-left: 0;
  }
}
.cl-header--topsx ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 auto;
}
.cl-header--topsx .ico-in {
  background-image: url(../assets/ico-in.svg);
  display: none;
}
@media (min-width: 1366px) {
  .cl-header--topsx .ico-in {
    display: block;
  }
}
.cl-header--topsx .ico-envelope {
  background-image: url(../assets/ico-envelope.svg);
  display: none;
}
@media (min-width: 1366px) {
  .cl-header--topsx .ico-envelope {
    display: block;
  }
}
.cl-header--topsx .ico-burger {
  background-image: url(../assets/ico-burger.svg);
  display: block;
}
@media (min-width: 1366px) {
  .cl-header--topsx .ico-burger {
    display: none;
  }
}
.cl-header--logo {
  background-image: url(../assets/logo.svg);
  width: 115px;
  max-width: 100%;
  height: 30px;
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1366px) {
  .cl-header--logo {
    width: 218px;
    max-width: 100%;
    height: 58px;
  }
}
.cl-header--nav {
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  min-height: 100vh;
  overflow: scroll;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  z-index: 11;
}
@media (min-width: 1366px) {
  .cl-header--nav {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 0;
    min-height: auto;
    left: inherit;
    top: inherit;
    overflow: inherit;
  }
}
.cl-header--nav.fixed {
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cl-header--nav .container-nav {
  overflow: scroll;
  max-height: 90vh;
}
@media (min-width: 1366px) {
  .cl-header--nav .container-nav {
    overflow: inherit;
    max-height: initial;
  }
}
.cl-header--nav .closemenu {
  height: 80px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
}
.cl-header--nav .closemenu span {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  background-image: url(../assets/closemenu.svg);
}
@media (min-width: 1366px) {
  .cl-header--nav .closemenu {
    display: none;
  }
}
.cl-header--nav .menu-cl-main-menu-container {
  display: flex;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container {
    padding: 0;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #D3D3D3;
  height: fit-content;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu {
    border-top: none;
    flex-direction: row;
    width: inherit;
    align-items: center;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li {
  padding: 0 20px;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li {
    border-bottom: 6px solid #ffffff;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 0;
  display: flex;
  text-decoration: none;
  color: #333333;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li a {
    font-size: 10px;
    padding: 12px 0 6px 0;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li.disabled a {
  color: #D3D3D3 !important;
}
.cl-header--nav .menu-cl-main-menu-container .menu li.current_page_item {
  font-weight: 700;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li.current_page_item {
    border-bottom: 6px solid #AD9967;
    font-weight: initial;
  }
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li.current-menu-parent {
    border-bottom: 6px solid #AD9967;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li.current-menu-parent > a {
  font-weight: 700;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li.current-menu-parent > a {
    font-weight: initial;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li.menu-item-has-children {
  flex-direction: column;
  align-items: flex-start;
}
.cl-header--nav .menu-cl-main-menu-container .menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  width: 100%;
}
.cl-header--nav .menu-cl-main-menu-container .menu li.menu-item-has-children > a::after {
  content: "";
  height: 5px;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  background-image: url(../assets/chevron.svg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li.menu-item-has-children > a::after {
    display: none;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li.menu-item-has-children.active > a::after {
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu {
  position: static;
  display: none;
  top: calc(100% + 6px);
  left: 0;
  z-index: 10;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  min-width: max-content;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu {
    position: absolute;
    border: 1px solid #D3D3D3;
    z-index: 3;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu li {
  border-bottom: none;
  padding: 0;
}
.cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu li.current_page_item {
  font-weight: initial;
}
.cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu li a {
  padding: 5px 0 20px 0;
  font-size: 10px;
}
@media (min-width: 1366px) {
  .cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu li a {
    padding: 10px;
  }
}
.cl-header--nav .menu-cl-main-menu-container .menu li .sub-menu.active {
  display: block;
}
.cl-header--nav .menu-cl-main-menu-container .menu li:last-of-type .sub-menu {
  right: 5px;
  left: auto;
}
.cl-header--nav .social-header-mobile {
  display: block;
  margin: 20px 0 50px 0;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  .cl-header--nav .social-header-mobile {
    display: none;
  }
}
.cl-header--nav .social-header-mobile li {
  display: inline-block;
  margin-right: 8px;
}
.cl-header--nav .social-header-mobile li a {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}
.cl-header--nav .social-header-mobile .ico-in {
  background-image: url(../assets/ico-in.svg);
  display: block;
}
.cl-header--nav .social-header-mobile .ico-envelope {
  background-image: url(../assets/ico-envelope.svg);
  display: block;
}

#search {
  position: fixed;
  height: calc(100vh - 69px);
  width: 100%;
  background-color: #fff;
  z-index: 2;
  bottom: 0;
  top: 69px;
  left: 0;
  display: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ccc;
}
@media (min-width: 1366px) {
  #search {
    top: 165px;
    height: calc(100vh - 165px);
  }
}
@media (min-width: 1950px) {
  #search {
    top: 150px;
    height: calc(100vh - 150px);
  }
}
#search.show {
  display: flex;
}
#search form {
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}
@media (min-width: 1366px) {
  #search form {
    padding: 0;
    flex-direction: row;
  }
}
#search .search-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 26px;
  color: #333333;
  line-height: 42px;
  max-width: 100%;
  font-family: "Inter", serif;
}
#search .search-submit {
  border: none;
  background-color: #2E323A;
  color: #fff;
  text-transform: uppercase;
  line-height: 42px;
  padding: 0 40px;
  border-radius: 0;
  font-size: 10px;
  margin-top: 20px;
}
@media (min-width: 1366px) {
  #search .search-submit {
    margin-top: 0;
  }
}

.search-results-list {
  max-width: 970px;
  padding: 20px;
  margin: 0 auto;
}
.search-results-list h1 {
  font-size: 22px;
  line-height: 52px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 50px 0;
}
.search-results-list h1 span {
  font-size: 44px;
  line-height: 52px;
}
.search-results-list .products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 1366px) {
  .search-results-list .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.search-results-list .products-list .product-item {
  border: 1px solid #D3D3D3;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1366px) {
  .search-results-list .products-list .product-item {
    padding: 30px;
  }
}
.search-results-list .products-list .product-item h3 {
  text-align: center;
  color: #2E323A;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.search-results-list .products-list .product-item img {
  max-width: 100%;
  height: auto;
}
.search-results-list .products-list .product-item p {
  margin: 0;
}
.search-results-list .products-list .product-item p:last-of-type {
  margin-bottom: 30px;
}
.search-results-list .products-list .product-item a {
  text-align: center;
  color: #2E323A;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  margin-top: auto;
}
.search-results-list .title-search-product,
.search-results-list .title-search-more {
  text-transform: uppercase;
  border-bottom: 2px solid #D3D3D3;
  position: relative;
  font-family: "aktiv-grotesk-extended", sans-serif;
  margin: 40px 0 40px 0;
  padding: 0 0 12px 0;
  font-weight: 300;
}
.search-results-list .title-search-product:before,
.search-results-list .title-search-more:before {
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 86px;
  content: "";
  display: inline-block;
  z-index: 10;
  background-color: #AD9967;
}
.search-results-list .other-results .result-item {
  margin-bottom: 30px;
}
.search-results-list .other-results .result-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px 0;
}
.search-results-list .other-results .result-item h4 a {
  color: #333333;
}

.cl-footer {
  background-color: #181D25;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 50px 0 0 0;
}
.cl-footer--menulegal .menu {
  display: flex;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.cl-footer--menulegal .menu li {
  padding: 0 10px;
}
.cl-footer--menulegal .menu li a {
  font-size: 10px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
}
.cl-footer--images {
  padding: 30px 0;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .cl-footer--images {
    flex-direction: row;
  }
}
.cl-footer--images img {
  max-width: 100%;
}
.cl-footer--social {
  display: flex;
}
.cl-footer--social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 auto;
}
.cl-footer--social ul li {
  display: inline-flex;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .cl-footer--social ul li {
    padding: 0 10px;
  }
}
.cl-footer--social ul li a.ico {
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}
.cl-footer--social ul li a.ico.ico-fb {
  background-image: url(../assets/ico-fb-w.svg);
}
.cl-footer--social ul li a.ico.ico-ig {
  background-image: url(../assets/ico-ig-w.svg);
}
.cl-footer--social ul li a.ico.ico-yt {
  background-image: url(../assets/ico-yt-w.svg);
}
.cl-footer--social ul li a.ico.ico-in {
  background-image: url(../assets/ico-in-w.svg);
}
.cl-footer--legal {
  padding: 20px;
}
@media (min-width: 1024px) {
  .cl-footer--legal {
    padding: 20px 0 30px 0;
  }
}
.cl-footer--legal p {
  color: rgb(139, 147, 160);
  font-size: 12px;
  font-family: "aktiv-grotesk", sans-serif;
  text-align: center;
  line-height: 150%;
}
.cl-footer--legal p a {
  color: rgb(139, 147, 160);
}

.gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 1px solid #2E323A;
  border-radius: 50%;
  background-image: url(../assets/gotop.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}

.gotop {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.gotop.visible {
  opacity: 1;
  visibility: visible;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.product-template-default .woocommerce-breadcrumb {
  display: none;
}

.grid-products-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid-products-type {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .grid-products-type {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  .grid-products-type {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
  }
}
.grid-products-type.grid-double {
  padding: 0 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .grid-products-type.grid-double {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .grid-products-type.grid-double {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.grid-products-type.grid-double .item--overflow {
  color: #fff;
  text-decoration: none;
}
.grid-products-type.borderbottom {
  border-bottom: 1px solid #AD9967;
}
.grid-products-type .item {
  color: #fff;
  aspect-ratio: inherit;
  font-family: "aktiv-grotesk", sans-serif;
  background: var(--gradient_blu, linear-gradient(301deg, #404851 -6.77%, #181C25 47.05%));
  text-align: center;
  word-wrap: anywhere;
}
.grid-products-type .item--overflow {
  background-color: rgba(46, 50, 58, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  display: flex;
  flex-direction: column;
  aspect-ratio: inherit;
  height: 100%;
}
@media (min-width: 768px) {
  .grid-products-type .item--overflow {
    height: 100%;
    padding: 0;
  }
}
.grid-products-type .item--overflow:hover {
  background-color: rgb(46, 50, 58);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .grid-products-type .item--overflow {
    padding: 0;
    height: 100%;
  }
}
.grid-products-type .item.placeholder h4 {
  height: 20px;
  width: 60%;
  margin: 20px auto;
  opacity: 0.6;
}
.grid-products-type .item.placeholder .item--img {
  width: 100%;
  aspect-ratio: 4/2.5;
  max-width: 90%;
  margin: 20px;
  display: table;
  opacity: 0.6;
}
.grid-products-type .item.placeholder .item--info li {
  margin: 0 10px;
  height: 30px;
  opacity: 0.6;
}
.grid-products-type .item--img {
  width: 100%;
  aspect-ratio: 4/3;
  max-width: 100%;
  margin: auto;
}
.grid-products-type .item img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.grid-products-type .item h4.title-s {
  font-size: 10px;
  margin-top: 0;
  padding: 30px 15px 15px 15px;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .grid-products-type .item h4.title-s {
    padding: 40px 60px;
    font-size: 14px;
    font-weight: 400;
  }
}
.grid-products-type .item h4 span {
  position: absolute;
  right: 0;
  background-color: #AD9967;
  font-size: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 800;
  top: 0%;
  font-family: "aktiv-grotesk", sans-serif;
}
@media (min-width: 768px) {
  .grid-products-type .item h4 span {
    font-size: 14px;
    top: 50%;
    padding: 6px 10px;
    transform: translateY(-50%);
  }
}
.grid-products-type .item--info {
  margin: auto 0 0 0;
  list-style: none;
  display: flex;
  padding: 15px;
}
@media (min-width: 768px) {
  .grid-products-type .item--info {
    padding: 30px;
  }
}
.grid-products-type .item--info li {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .grid-products-type .item--info li {
    font-size: 14px;
  }
}
.grid-products-type .item--info li span {
  color: rgb(139, 147, 160);
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
}
.grid-products-type .item.infotype {
  background: transparent;
  color: #181D25;
  text-align: left;
  background-image: url(../assets/bg_title.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  aspect-ratio: inherit;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .grid-products-type .item.infotype {
    padding: 30px 0;
  }
}
.grid-products-type .item.infotype h3 {
  text-transform: uppercase;
  margin: 0 0 40px 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  font-family: "aktiv-grotesk-extended", sans-serif;
}
@media (min-width: 768px) {
  .grid-products-type .item.infotype h3 {
    padding: 0 30px;
    font-size: 28px;
  }
}
.grid-products-type .item.infotype p {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .grid-products-type .item.infotype p {
    padding: 0 30px;
  }
}
.grid-products-type .item.infotype .tot-prod {
  margin: auto 0 0 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .grid-products-type .item.infotype .tot-prod {
    padding: 0 30px;
  }
}

.cl-single-product {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
}
.cl-single-product .cl-product-detail {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-color: rgb(24, 29, 37);
  background-size: cover;
  background-position: center top;
  display: flex;
  padding: 50px 0;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .cl-single-product .cl-product-detail {
    flex-direction: row;
    padding: 0;
    height: calc(100vh - 200px);
    min-height: 700px;
  }
}
.cl-single-product .cl-product-detail .viewall-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  background-image: url(../assets/btn-grid-ico.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 30px;
  z-index: 2;
}
@media (min-width: 768px) {
  .cl-single-product .cl-product-detail .viewall-cat {
    top: 50px;
    left: 50px;
  }
}
.cl-single-product .cl-product-detail .woocommerce-product-gallery {
  width: inherit !important;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .cl-single-product .cl-product-detail .woocommerce-product-gallery {
    max-width: 70%;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.cl-single-product .cl-product-detail .woocommerce-product-gallery img {
  max-height: calc(100vh - 200px);
  width: max-content;
  height: auto;
  max-width: fit-content;
}
.cl-single-product .cl-product-detail .woocommerce-product-gallery .product-finiture-description {
  text-transform: none;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .cl-single-product .cl-product-detail .woocommerce-product-gallery .product-finiture-description {
    font-size: 16px;
    margin: -30px auto 0 auto;
  }
}
.cl-single-product .cl-product-detail .entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cl-single-product .cl-product-detail .entry-summary .product-types {
  text-transform: uppercase;
}
.cl-single-product .cl-product-detail .entry-summary .cl-short-description ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  margin-bottom: 30px;
}
.cl-single-product .cl-product-detail .entry-summary .cl-short-description ul li {
  padding: 4px 0;
}
.cl-single-product .cl-product-detail h1 {
  color: var(--Gold, #AD9967);
  font-size: 22px;
  line-height: 120%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .cl-single-product .cl-product-detail h1 {
    font-size: 44px;
  }
}
.cl-single-product .cl-product-detail .cl-detail-variant-product {
  display: flex;
  padding-bottom: 30px;
}
.cl-single-product .cl-product-detail #options-container {
  width: 100%;
  max-width: fit-content;
}
.cl-single-product .cl-product-detail #options-container h4 {
  color: rgb(139, 147, 160);
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.cl-single-product .cl-product-detail #options-container ul li {
  display: inline-block;
  margin-right: 6px;
}
.cl-single-product .cl-product-detail #options-container div {
  height: 20px;
  width: 20px;
  text-indent: -10000px;
  margin-left: 6px;
  border-radius: 2px;
  position: relative;
}
.cl-single-product .cl-product-detail #options-container div::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  border-radius: 2px;
}
.cl-single-product .cl-product-detail #options-container div.antique-bronze {
  background: linear-gradient(45deg, #A57F3C, #704A07);
}
.cl-single-product .cl-product-detail #options-container div.black {
  background: linear-gradient(45deg, #141414, #141414);
}
.cl-single-product .cl-product-detail #options-container div.chrome {
  background: linear-gradient(45deg, #E8E8E8, #A3A3A3);
}
.cl-single-product .cl-product-detail #options-container div.nickel {
  background: linear-gradient(45deg, #B5B6B5, #B5B6B5);
}
.cl-single-product .cl-product-detail #options-container div.stainless-steel {
  background: linear-gradient(45deg, #D6D6D6, #D6D6D6);
}
.cl-single-product .cl-product-detail #options-container div.white-ral9010 {
  background: linear-gradient(45deg, #FFFAF2, #FFFAF2);
}
.cl-single-product .cl-product-detail #options-container div.white-ral9010:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.cl-single-product .cl-product-detail #options-container div.anodized-black {
  background: linear-gradient(45deg, #797979, #000000);
}
.cl-single-product .cl-product-detail #options-container div.gold {
  background: linear-gradient(45deg, #F0DA73, #BBA53D);
}
.cl-single-product .cl-product-detail #options-container div.total-white {
  background: linear-gradient(45deg, #FFFAF2, #FFFAF2);
}
.cl-single-product .cl-product-detail #options-container div.total-white:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.cl-single-product .cl-product-detail #options-container div.chrome-black-leather {
  background-image: url(../assets/black_leather.webp);
  background-size: cover;
}
.cl-single-product .cl-product-detail #options-container div.chrome-white-leather {
  background-image: url(../assets/white_leather.webp);
  background-size: cover;
}
.cl-single-product .cl-product-detail #options-container div.chrome-beige-leather {
  background-image: url(../assets/beige_leather.webp);
  background-size: cover;
}
.cl-single-product .cl-product-detail #options-container div.satin-steel {
  background: linear-gradient(45deg, #D6D6D6, #D6D6D6);
}
.cl-single-product .cl-product-detail #options-container div.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -10px;
  display: block;
  background-color: #fff;
}
.cl-single-product .cl-product-detail #diameter-container {
  text-align: center;
  width: 100%;
  max-width: 120px;
}
.cl-single-product .cl-product-detail #diameter-container h4 {
  color: rgb(139, 147, 160);
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.cl-single-product .cl-product-detail #iprange-container {
  text-align: center;
  width: 100%;
  max-width: 120px;
}
.cl-single-product .cl-product-detail #iprange-container h4 {
  color: rgb(139, 147, 160);
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.cl-related-product {
  margin: 30px 0 120px 0;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .cl-related-product {
    padding: 0 30px;
  }
}
.cl-related-product--title {
  color: #2E323A;
  max-width: 1920px;
  margin-top: 130px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-transform: uppercase;
  margin: 20px 20px 40px 20px;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #D3D3D3;
  position: relative;
  font-size: 22px;
}
.cl-related-product--title:before {
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 86px;
  content: "";
  display: inline-block;
  z-index: 10;
  background-color: #AD9967;
}
.cl-related-product--title.nopadding {
  margin: 20px 0;
}
.cl-related-product .grid-products-type {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce div.product div.summary {
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .woocommerce div.product div.summary {
    margin: 0;
  }
}
.woocommerce div.product div.summary #product-types-container {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce div.product div.summary #product-types-container {
    padding: 0;
  }
}

.dettaglio-prodotto-lista {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 20;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: flex;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--overflow {
  background-color: rgba(51, 51, 51, 0);
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: background-color 0s 0s;
  -moz-transition: background-color 0s 0s;
  -ms-transition: background-color 0s 0s;
  -o-transition: background-color 0s 0s;
  transition: background-color 0s 0s;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--content {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-color: #181D25;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 500px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 40px;
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
  overflow: auto;
  position: relative;
  position: fixed;
  max-width: fit-content;
}
@media (min-width: 1024px) {
  .dettaglio-prodotto-lista .dettaglio-prodotto-lista--content {
    padding: 50px 50px 100px 50px;
    height: calc(100vh - 150px);
    max-height: 100vh;
  }
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--content:after {
  content: "";
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  right: -100%;
  max-width: 600px;
  background-image: linear-gradient(rgba(24, 29, 37, 0), rgb(24, 29, 37));
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .dettaglio-prodotto-lista .dettaglio-prodotto-lista--content:after {
    height: 100px;
  }
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--content .dettaglio-prodotto-lista--close {
  background-image: url(../assets/close-circle.svg);
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  cursor: pointer;
}
.dettaglio-prodotto-lista.show {
  left: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.dettaglio-prodotto-lista.show .dettaglio-prodotto-lista--overflow {
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: background-color 0.2s 0.2s;
  -moz-transition: background-color 0.2s 0.2s;
  -ms-transition: background-color 0.2s 0.2s;
  -o-transition: background-color 0.2s 0.2s;
  transition: background-color 0.2s 0.2s;
}
.dettaglio-prodotto-lista.show .dettaglio-prodotto-lista--content {
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dettaglio-prodotto-lista.show .dettaglio-prodotto-lista--content:after {
  content: "";
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-types {
  font-size: 12px;
  line-height: 150%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec #product-link-title-img {
  text-decoration: none;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product_title {
  color: var(--Gold, #AD9967);
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  padding-right: 80px;
  font-family: "aktiv-grotesk-extended", sans-serif;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product_title span {
  position: absolute;
  right: 0;
  background-color: #AD9967;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  padding: 6px 10px;
  line-height: initial;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .cl-short-description {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  padding-bottom: 30px;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .cl-short-description ul {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  list-style-position: inside;
  margin-bottom: 30px;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .cl-short-description ul li {
  padding: 4px 0;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-img {
  max-width: 500px;
  margin-bottom: 30px;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-img img {
  max-width: 100%;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-img img.active {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .cl-variant-selected {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 50px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .cl-variant-selected {
    font-size: 16px;
  }
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-link {
  padding-bottom: 30px;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-link a {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  color: #fff;
  display: flex;
  padding: 4px 0;
}
.dettaglio-prodotto-lista .dettaglio-prodotto-lista--spec .product-datasheet-download {
  display: flex;
}
.dettaglio-prodotto-lista #options-container div.active::after {
  background-color: #ccc;
}
.cl-detail-variant-product {
  display: flex;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  padding-bottom: 30px;
}

#options-container {
  width: 100%;
  max-width: fit-content;
}
#options-container h4 {
  color: rgb(139, 147, 160);
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
#options-container ul li {
  display: inline-block;
  margin-right: 10px;
}
#options-container div {
  height: 18px;
  width: 18px;
  text-indent: -10000px;
  border-radius: 2px;
  position: relative;
}
#options-container div::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  border-radius: 2px;
}
#options-container div.antique-bronze {
  background: linear-gradient(45deg, #A57F3C, #704A07);
}
#options-container div.black {
  background: linear-gradient(45deg, #141414, #141414);
}
#options-container div.chrome {
  background: linear-gradient(45deg, #E8E8E8, #A3A3A3);
}
#options-container div.nickel {
  background: linear-gradient(45deg, #B5B6B5, #B5B6B5);
}
#options-container div.stainless-steel {
  background: linear-gradient(45deg, #D6D6D6, #D6D6D6);
}
#options-container div.white-ral9010 {
  background: linear-gradient(45deg, #FFFAF2, #FFFAF2);
}
#options-container div.white-ral9010::before {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#options-container div.anodized-black {
  background: linear-gradient(45deg, #797979, #000000);
}
#options-container div.gold {
  background: linear-gradient(45deg, #F0DA73, #BBA53D);
}
#options-container div.total-white {
  background: linear-gradient(45deg, #FFFAF2, #FFFAF2);
}
#options-container div.total-white::before {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#options-container div.chrome-black-leather {
  background-image: url(../assets/black_leather.webp);
  background-size: cover;
}
#options-container div.chrome-white-leather {
  background-image: url(../assets/white_leather.webp);
  background-size: cover;
}
#options-container div.chrome-beige-leather {
  background-image: url(../assets/beige_leather.webp);
  background-size: cover;
}
#options-container div.satin-steel {
  background: linear-gradient(45deg, #D6D6D6, #D6D6D6);
}
#options-container div.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -10px;
  display: block;
  background-color: #fff;
}

#diameter-container {
  text-align: center;
  width: 100%;
  max-width: 120px;
}
#diameter-container h4 {
  color: rgb(139, 147, 160);
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

#iprange-container {
  text-align: center;
  width: 100%;
  max-width: 120px;
}
#iprange-container h4 {
  color: rgb(139, 147, 160);
  font-size: 10px;
  line-height: 140%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.dynamic-menu-spacer {
  width: 100%;
  display: flex;
  position: relative;
}
.dynamic-menu-spacer::after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0));
  z-index: 2;
}

#dynamic-menu {
  padding: 0 0 0 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  overflow-x: auto;
  justify-content: start;
  position: absolute;
  z-index: 1;
}
#dynamic-menu:-webkit-scrollbar {
  display: none;
}
#dynamic-menu.fixed {
  position: fixed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#dynamic-menu.fixed::after {
  content: "";
  width: 40px;
  height: 71px;
  background-color: #f4f4f4;
  position: fixed;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0));
  z-index: 2;
}
#dynamic-menu .menu-item {
  background-color: rgb(229, 229, 229);
  color: #000000;
  padding: 15px;
  margin: 10px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-family: "aktiv-grotesk", sans-serif;
  border: 1px solid rgb(229, 229, 229);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  min-width: fit-content;
  font-size: 14px;
  line-height: 140%;
  font-family: "aktiv-grotesk", sans-serif;
}
#dynamic-menu .menu-item:first-of-type {
  margin-left: 10px;
}
#dynamic-menu .menu-item:hover {
  color: rgb(46, 50, 58);
  border: 1px solid rgb(46, 50, 58);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#dynamic-menu .menu-item.active {
  color: rgb(46, 50, 58);
  border: 1px solid rgb(46, 50, 58);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.new-detail-product {
  background-color: #AD9967;
  font-size: 14px;
  padding: 6px 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-flex;
  width: fit-content;
  font-weight: 800;
}

.product-list-serie--header {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .product-list-serie--header {
    flex-direction: row;
    max-width: 1920px;
    margin: 40px 0 0 0;
    border-top: 1px solid #ad9967;
  }
}
.product-list-serie--header-sx {
  max-width: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  display: none;
}
@media (min-width: 768px) {
  .product-list-serie--header-sx {
    display: flex;
  }
}
.product-list-serie--header-sx img {
  object-fit: cover;
  object-position: center;
  display: flex;
  max-width: 100%;
}
.product-list-serie--header-dx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .product-list-serie--header-dx {
    max-width: 30%;
    margin: 0 10%;
    padding: 0;
  }
}
.product-list-serie--header-dx img {
  margin: 0 auto;
  max-height: 300px;
  display: flex;
  max-width: 75%;
}
.product-list-serie--header-dx h2 {
  font-size: 22px;
  color: #333;
  font-family: "aktiv-grotesk-extended", sans-serif;
  margin: 30px 0 0 0;
  font-style: normal;
  font-weight: 300;
}
.product-list-serie--header-dx h2 strong {
  font-size: 44px;
  font-weight: 300;
}
.product-list-serie--header-dx h3 {
  color: var(--Gold, #ad9967);
  text-align: center;
  /* Title/Title - S */
  font-family: "Aktiv Grotesk Ex";
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.product-list-serie--header-dx p {
  color: var(--dark-grey, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media (min-width: 768px) {
  .product-list-serie--header-dx p {
    font-size: 18px;
  }
}
.product-list-serie--titletype {
  color: #2e323a;
  max-width: 100%;
  margin-top: 130px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-transform: uppercase;
  margin: 20px 20px 40px 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #d3d3d3;
  position: relative;
  font-size: 21px;
  font-weight: 300;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .product-list-serie--titletype {
    width: 100%;
    font-size: 26px;
    max-width: 1920px;
  }
}
.product-list-serie--titletype::before {
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 86px;
  content: "";
  display: inline-block;
  z-index: 10;
  background-color: #ad9967;
}
.product-list-serie .btn-cl.btn-cl--view {
  width: fit-content;
  margin: 20px auto 0 auto;
}
.product-list-serie--wrapper-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .product-list-serie--wrapper-flex {
    flex-direction: row;
  }
}
.product-list-serie#special .product-list-serie--header {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin: 130px 0 20px 0;
  justify-content: center;
}
.product-list-serie#special .product-list-serie--header-sx {
  display: none;
}
.product-list-serie#special .product-list-serie--header-dx h2 {
  color: #fff;
}
.product-list-serie#special .product-list-serie--header-dx p {
  color: #fff;
}

.serie-special {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .serie-special {
    flex-direction: row;
    padding: 0 20px;
  }
}
.serie-special .product-list-serie--header-sx {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .serie-special .product-list-serie--header-sx {
    max-width: 50%;
    aspect-ratio: 9/11;
  }
}
.serie-special .grid-products-type {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .serie-special .grid-products-type {
    max-width: 50%;
  }
}

#dynamic-menu.fixed {
  z-index: 19;
}

/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 5s;
}

.hero-page-standard {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
}
.hero-page-standard--img {
  background-position: center;
  background-size: cover;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero-page-standard--img {
    aspect-ratio: inherit;
    height: calc(100vh - 230px);
  }
}
.hero-page-standard--overflow {
  margin: auto 0 0 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 10% 20px 5% 20px;
}
.hero-page-standard--title {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .hero-page-standard--title {
    font-size: 44px;
  }
}
.hero-page-standard--subtitle {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
  font-size: 32px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .hero-page-standard--subtitle {
    margin: 0;
    padding: 80px 0 0 0;
  }
}
.hero-page-standard--text {
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 20px;
  font-family: "Inter", serif;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero-page-standard--text {
    padding: 50px 0;
  }
}
.hero-page-standard--text p {
  font-size: 18px;
  font-family: "Inter", serif;
  line-height: 26px;
}
.hero-page-standard--text p strong {
  font-weight: bold;
}
.hero-page-standard.hero-img-title {
  padding: 0;
}
.hero-page-standard.hero-img-title .here-standard--titleo-pag.display-xl {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .hero-page-standard.hero-img-title .here-standard--titleo-pag.display-xl {
    font-size: 44px;
  }
}
.hero-page-standard.fullimage {
  padding: 0;
}
.hero-page-standard.fullimage .hero-page-standard--overflow {
  margin: 50px 0 0 0;
  padding: 5% 20px 5% 20px;
  background: transparent;
}

.full-image-block {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.full-image-block.dark {
  background-color: #181D25;
}
.full-image-block img {
  width: 100%;
}

.blocco-4-immagini {
  padding: 20px;
  background-image: url(../assets/background_desktop_gradient.svg);
}
.blocco-4-immagini ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 1024px) {
  .blocco-4-immagini ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blocco-4-immagini ul li img {
  max-width: 100%;
  width: 100%;
  height: auto; /* Mantiene il rapporto dell'immagine */
}

.testo-immagine-2-colonne {
  display: flex;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne {
    flex-direction: row;
  }
}
.testo-immagine-2-colonne.borderbottom {
  border-bottom: 1px solid #AD9967;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne.inverti {
    flex-direction: row-reverse;
  }
}
.testo-immagine-2-colonne img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.testo-immagine-2-colonne--img {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne--img {
    max-width: 50%;
  }
}
.testo-immagine-2-colonne--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.testo-immagine-2-colonne--textwrap {
  max-width: 100%;
  margin-top: 5%;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne--textwrap {
    max-width: 60%;
    margin-top: 5%;
    margin-left: 5%;
  }
}
.testo-immagine-2-colonne--title {
  color: #AD9967;
  text-transform: uppercase;
}
.testo-immagine-2-colonne--text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne--text {
    max-width: 50%;
  }
}
.testo-immagine-2-colonne--text ul {
  margin-top: auto;
  display: flex;
  list-style: none;
  padding: 0;
  margin: auto 0 0 0;
  gap: 20px;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne--text ul {
    flex-direction: row;
    gap: 30px;
    justify-content: end;
  }
}
.testo-immagine-2-colonne--text ul li {
  display: flex;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne--text ul li {
    max-width: 50%;
  }
}
.testo-immagine-2-colonne--text ul li img {
  object-fit: cover;
  object-position: center;
}
.testo-immagine-2-colonne--text ul.double {
  flex-direction: row;
  gap: 20;
  justify-content: end;
}
.testo-immagine-2-colonne--text ul.double li {
  display: flex;
  max-width: 50%;
}
.testo-immagine-2-colonne--text.centra-vert {
  align-items: center;
  justify-content: center;
  align-content: center;
}
.testo-immagine-2-colonne--text.centra-vert .testo-immagine-2-colonne--textwrap {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .testo-immagine-2-colonne--text.centra-vert .testo-immagine-2-colonne--textwrap {
    max-width: 60%;
    max-width: 60%;
    margin-top: 5%;
    margin-left: 5%;
  }
}
.testo-immagine-2-colonne .btn-cl {
  margin-bottom: 20px;
}

.menu-collection--wrap {
  background-color: var(--Blu---dark, #181D25);
  display: flex;
  overflow: hidden;
  position: absolute;
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .menu-collection--wrap {
    display: block;
    overflow-x: inherit;
  }
}
.menu-collection--wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.menu-collection--spacer {
  position: relative;
  width: 100%;
  display: flex;
}

.menu-collection {
  margin: 30px auto;
  padding: 10px 0;
  list-style: none;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .menu-collection {
    display: block;
  }
}
.menu-collection__item {
  display: inline-block;
  padding: 0 20px;
  min-width: 30vw;
}
@media (min-width: 768px) {
  .menu-collection__item {
    min-width: 110px;
    padding: 0 10px;
  }
}
.menu-collection__item a {
  text-decoration: none;
  text-align: center;
  color: var(--Gold, #AD9967);
  text-transform: uppercase;
}
.menu-collection__item a h3 {
  margin: 0;
}
.menu-collection--wrapimg {
  display: flex;
  align-items: end;
  height: 120px;
  max-height: 80px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .menu-collection--wrapimg {
    max-height: inherit;
    height: 135px;
  }
}
.menu-collection--ico {
  margin: 0 auto;
  display: block;
  width: 30%;
}
@media (min-width: 768px) {
  .menu-collection--ico {
    margin: 0 auto 20px auto;
    width: inherit;
  }
}
.menu-collection .slick-dots {
  display: table;
  margin: 10px auto 20px auto;
  padding: 0;
  list-style: none;
}
.menu-collection .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #8B93A0;
  margin: 0 2px;
}
.menu-collection .slick-dots li button {
  width: 30px;
  height: 3px;
  background: transparent;
  background-color: #8B93A0;
  border: none;
  text-indent: -10000px;
  cursor: pointer;
}
.menu-collection .slick-dots li.slick-active button {
  background-color: #AD9967;
  cursor: default;
}
.menu-collection .slick-arrow {
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: transparent;
  text-indent: -10000px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.menu-collection .slick-arrow.slick-next {
  background-image: url(../assets/carousel_right.svg);
  right: -30px;
  top: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}
.menu-collection .slick-arrow.slick-prev {
  background-image: url(../assets/carousel_left.svg);
  left: -30px;
  top: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}
.menu-collection .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.carousel-finiture--wrap {
  background-color: var(--Blu---dark, #181D25);
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-finiture--wrap {
    padding-right: 20px;
  }
}
.carousel-finiture--wrap:before {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(24, 29, 37) 20%, rgba(24, 29, 37, 0));
  z-index: 2;
}
.carousel-finiture--wrap:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgb(24, 29, 37) 20%, rgba(24, 29, 37, 0));
  z-index: 2;
}
.carousel-finiture--wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel-finiture--wrap h3 {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--Gold, #AD9967);
  text-transform: uppercase;
  margin: 40px 0;
}

.carousel-finiture {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  display: block;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  overflow: scroll;
}
@media (min-width: 768px) {
  .carousel-finiture {
    display: block;
    overflow: visible;
  }
}
.carousel-finiture__item {
  display: inline-block;
  padding: 20px;
  min-width: 110px;
}
.carousel-finiture__item h4 {
  text-decoration: none;
  text-align: center;
  color: var(--Gold, #AD9967);
  text-transform: uppercase;
}
.carousel-finiture--wrapimg {
  display: flex;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.carousel-finiture--ico {
  margin: 0 auto 20px auto;
  display: block;
}
.carousel-finiture .slick-dots {
  display: table;
  margin: 20px auto;
  padding: 0;
  list-style: none;
}
.carousel-finiture .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #8B93A0;
  margin: 0 2px;
}
.carousel-finiture .slick-dots li button {
  width: 30px;
  height: 3px;
  background: transparent;
  background-color: #8B93A0;
  border: none;
  text-indent: -10000px;
  cursor: pointer;
}
.carousel-finiture .slick-dots li.slick-active button {
  background-color: #AD9967;
  cursor: default;
}
.carousel-finiture .slick-arrow {
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: transparent;
  text-indent: -10000px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.carousel-finiture .slick-arrow.slick-next {
  background-image: url(../assets/carousel_right.svg);
  right: -30px;
  top: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}
.carousel-finiture .slick-arrow.slick-prev {
  background-image: url(../assets/carousel_left.svg);
  left: -30px;
  top: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}
.carousel-finiture .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.outer-slider-simulation {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-simulation--title {
  text-align: center;
  max-width: 700px;
  color: #AD9967;
  margin: 0 auto 30px auto;
  font-size: 22px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .slider-simulation--title {
    font-size: 26px;
    padding: 0;
  }
}

.slider-simulation {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  display: block;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .slider-simulation {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-simulation p {
  color: #8B93A0;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .slider-simulation {
    display: block;
    overflow: visible;
  }
}
.slider-simulation__item {
  display: inline-block;
  padding: 20px;
  min-width: 110px;
}
.slider-simulation__item a {
  text-decoration: none;
  text-align: center;
  color: var(--Gold, #AD9967);
  text-transform: uppercase;
}
.slider-simulation--images {
  display: flex;
  width: 100px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slider-simulation--images {
    flex-direction: row;
    gap: 30px;
  }
}
.slider-simulation--images.imagefull .slider-simulation--thumbs {
  display: none;
}
.slider-simulation--images.imagefull .slider-simulation--render {
  width: 100%;
}
.slider-simulation--images.imagefull .slider-simulation--render .render--wrapimg {
  aspect-ratio: 19/9;
}
.slider-simulation--images {
  display: flex;
  width: 100%;
}
.slider-simulation--thumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (min-width: 768px) {
  .slider-simulation--thumbs {
    width: 35%;
    gap: 30px;
    flex-direction: column;
  }
}
.slider-simulation--thumbs .thumb--wrapimg {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .slider-simulation--thumbs .thumb--wrapimg {
    aspect-ratio: inherit;
    height: calc(50% - 15px);
  }
}
.slider-simulation--render {
  width: 100%;
}
@media (min-width: 768px) {
  .slider-simulation--render {
    width: 65%;
  }
}
.slider-simulation--render .render--wrapimg {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
.slider-simulation .slick-dots {
  display: table;
  margin: 20px auto;
  padding: 0;
  list-style: none;
}
.slider-simulation .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #8B93A0;
  margin: 0 2px;
}
.slider-simulation .slick-dots li button {
  width: 30px;
  height: 3px;
  background: transparent;
  background-color: #8B93A0;
  border: none;
  text-indent: -10000px;
  cursor: pointer;
}
.slider-simulation .slick-dots li.slick-active button {
  background-color: #AD9967;
  cursor: default;
}
.slider-simulation .slick-arrow {
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: transparent;
  text-indent: -10000px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.slider-simulation .slick-arrow.slick-next {
  background-image: url(../assets/carousel_right.svg);
  right: -60px;
  top: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}
.slider-simulation .slick-arrow.slick-prev {
  background-image: url(../assets/carousel_left.svg);
  left: -30px;
  top: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}
.slider-simulation .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .slider-simulation .body-md.pb-s {
    margin-left: 35%;
  }
}
.slider-simulation .body-md.pb-s.imagefull {
  margin-left: 0;
}

.due-colonne-dark {
  display: flex;
  gap: 30px;
  flex-direction: column;
  background-image: url(../assets/background_desktop_gradient.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .due-colonne-dark {
    flex-direction: row;
  }
}
.due-colonne-dark.borderbottom {
  border-bottom: 1px solid #AD9967;
}
.due-colonne-dark img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.due-colonne-dark--text {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px 20px 50px 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .due-colonne-dark--text {
    max-width: 50%;
    text-align: left;
    padding: 0;
  }
}
.due-colonne-dark--textwrap {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .due-colonne-dark--textwrap {
    max-width: 70%;
  }
}
.due-colonne-dark--textwrap p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-family: "Inter", serif;
}
.due-colonne-dark--img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
@media (min-width: 1024px) {
  .due-colonne-dark--img {
    max-width: 50%;
  }
}
.due-colonne-dark--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-width: 80%;
  margin: 0;
}
@media (min-width: 1024px) {
  .due-colonne-dark--img img {
    width: 80%;
    margin: 0;
  }
}
.due-colonne-dark--title {
  color: #AD9967;
}

.due-colonne-grigio {
  display: flex;
  gap: 30px;
  flex-direction: column;
  background-color: #F7F7F7;
}
@media (min-width: 1024px) {
  .due-colonne-grigio {
    flex-direction: row;
  }
}
.due-colonne-grigio.borderbottom {
  border-bottom: 1px solid #AD9967;
}
.due-colonne-grigio img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.due-colonne-grigio--text {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .due-colonne-grigio--text {
    max-width: 50%;
    text-align: left;
  }
}
.due-colonne-grigio--textwrap {
  margin: 0 auto;
  width: 100%;
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .due-colonne-grigio--textwrap {
    max-width: 70%;
    padding-left: 0;
  }
}
.due-colonne-grigio--textwrap h3 {
  text-transform: uppercase;
}
.due-colonne-grigio--textwrap h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: "Inter", serif;
}
.due-colonne-grigio--textwrap p {
  font-size: 14x;
  color: #333333;
  line-height: 26px;
  font-family: "Inter", serif;
}
.due-colonne-grigio--img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
@media (min-width: 1024px) {
  .due-colonne-grigio--img {
    max-width: 50%;
  }
}
.due-colonne-grigio--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .due-colonne-grigio--img img {
    width: 80%;
    margin: 0;
  }
}
.due-colonne-grigio--title {
  color: #AD9967;
}

.colonna-testo-singola h1 {
  font-size: 36px;
  line-height: 150%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}
.colonna-testo-singola a {
  color: #333333;
}
.colonna-testo-singola--textwrap {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
}
.colonna-testo-singola--textwrap ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-position: unset;
}
.colonna-testo-singola--textwrap ul li {
  margin-bottom: 20px;
}
.colonna-testo-singola--title {
  color: #AD9967;
  text-align: center;
}

.griglia-due-colonne-prod-title-img-text {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  max-width: 1520px;
  padding: 20px;
}
@media (min-width: 768px) {
  .griglia-due-colonne-prod-title-img-text {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
}
.griglia-due-colonne-prod-title-img-text--item {
  background: var(--gradient_blu, linear-gradient(301deg, #404851 -6.77%, #181C25 47.05%));
  text-align: center;
  padding: 50px;
}
.griglia-due-colonne-prod-title-img-text--item h4 {
  color: #AD9967;
  margin-bottom: 40px;
}
.griglia-due-colonne-prod-title-img-text--item img {
  max-width: 80%;
  margin: 40px auto;
}
.griglia-due-colonne-prod-title-img-text--item p {
  color: #fff;
  max-width: 80%;
  font-family: "Inter", serif;
  margin: 0 auto;
  font-size: 14px;
  line-height: 130%;
}

.scenario-project {
  max-width: 970px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .scenario-project {
    padding-left: 0;
    padding-right: 0;
  }
}
.scenario-project--title {
  text-align: center;
  color: #AD9967;
  text-transform: uppercase;
}
.scenario-project--frontal {
  max-width: 100%;
}
.scenario-project--plandesc {
  display: flex;
  margin: 40px 0;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .scenario-project--plandesc {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .scenario-project--desc {
    max-width: 30%;
  }
}
.scenario-project--desc p {
  font-family: "Inter", serif;
  line-height: 20px;
}
.scenario-project--plan {
  width: auto;
}
.scenario-project--plan img {
  max-width: 100%;
}
.scenario-project.borderbottom {
  border-bottom: 1px solid #AD9967;
}

.colonna-testo-fondonero {
  background-color: #181D25;
  color: #fffaf2;
}
.colonna-testo-fondonero--conteiner {
  max-width: 970px;
  margin: 0 auto;
  padding: 120px 0;
}
.colonna-testo-fondonero--text {
  font-size: 18px;
  line-height: 25px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .colonna-testo-fondonero--text {
    padding: 0;
  }
}
.colonna-testo-fondonero--textwrap {
  max-width: 100%;
  margin: 0 auto;
}
.colonna-testo-fondonero--title {
  color: var(--Gold, #AD9967);
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  padding: 20px 0;
}
.colonna-testo-fondonero--title::before {
  content: "";
  background: linear-gradient(270deg, #AD9967 0%, #2E323A 72%);
  height: 2px;
  width: 150px;
  margin-right: 30px;
  display: none;
}
@media (min-width: 1024px) {
  .colonna-testo-fondonero--title::before {
    display: flex;
  }
}
.colonna-testo-fondonero--title::after {
  content: "";
  background: linear-gradient(270deg, #2E323A 0%, #AD9967 72%);
  height: 2px;
  width: 150px;
  margin-left: 30px;
  display: none;
}
@media (min-width: 1024px) {
  .colonna-testo-fondonero--title::after {
    display: flex;
  }
}
.colonna-testo-fondonero--text {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}
.colonna-testo-fondonero--text h4 {
  font-size: 12px;
  line-height: 150%;
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #AD9967;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .colonna-testo-fondonero--text h4 {
    font-size: 18px;
  }
}
.colonna-testo-fondonero--text ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.colonna-testo-fondonero--text ul li {
  padding: 10px 0;
}
.colonna-testo-fondonero--textbox {
  border: 1px solid #2E323A;
  padding: 30px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .colonna-testo-fondonero--textbox {
    padding: 50px 130px;
  }
}

.login-register {
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding: 0 20px;
  margin: 50px 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .login-register {
    margin: 100px 0;
  }
}
.login-register a {
  color: #2E323A;
}
.login-register--title {
  color: #AD9967;
  text-align: center;
}
@media (min-width: 768px) {
  .login-register--title {
    margin-bottom: 100px;
  }
}
.login-register--form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .login-register--form {
    flex-direction: row;
    gap: 80px;
  }
}
.login-register--login {
  width: 100%;
}
@media (min-width: 768px) {
  .login-register--login {
    max-width: 50%;
  }
}
.login-register--login #wpmem_login {
  background-color: #F7F7F7;
  padding: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .login-register--login #wpmem_login {
    padding: 50px;
  }
}
.login-register--login #wpmem_login legend {
  text-transform: uppercase;
  color: #AD9967;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
.login-register--login #wpmem_login input[type=password], .login-register--login #wpmem_login input[type=text], .login-register--login #wpmem_reg input[type=date], .login-register--login #wpmem_reg input[type=email], .login-register--login #wpmem_reg input[type=number], .login-register--login #wpmem_reg input[type=password], .login-register--login #wpmem_reg input[type=text], .login-register--login #wpmem_reg input[type=url], .login-register--login #wpmem_reg textarea {
  padding: 15px;
  border: 1px solid #D3D3D3;
  font-family: "Inter", serif;
  box-sizing: border-box;
}
.login-register--login .link-text-register {
  display: none;
}
.login-register--login .button_div {
  display: flex;
  width: 100%;
}
.login-register--login .button_div .buttons {
  margin-left: auto !important;
  background-color: #2E323A;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 500;
}
.login-register--login label {
  margin-bottom: 10px;
  display: block !important;
  font-family: "Inter", serif;
}
.login-register--login input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.login-register--login input[type=checkbox] + label {
  display: inline-block;
  padding: 2px;
  margin: 2px 8px -2px 0;
  cursor: pointer;
  line-height: 22px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.login-register--login input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  border: 1px solid #D3D3D3;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.login-register--login input[type=checkbox]:checked + label {
  color: #000;
  font-family: "Inter", serif;
}
.login-register--login input[type=checkbox]:checked + label:before {
  background: #000;
  border-color: #000;
}
.login-register--register {
  width: 100%;
}
@media (min-width: 768px) {
  .login-register--register {
    max-width: 50%;
  }
}
.login-register--register #wpmem_login_form {
  display: none;
}
.login-register--register #wpmem_login input[type=password], .login-register--register #wpmem_login input[type=text], .login-register--register #wpmem_reg input[type=date], .login-register--register #wpmem_reg input[type=email], .login-register--register #wpmem_reg input[type=number], .login-register--register #wpmem_reg input[type=password], .login-register--register #wpmem_reg input[type=text], .login-register--register #wpmem_reg input[type=url], .login-register--register #wpmem_reg textarea {
  padding: 15px;
  border: 1px solid #D3D3D3;
  font-family: "Inter", serif;
  box-sizing: border-box;
}
.login-register--register #wpmem_reg select {
  padding: 15px;
  border: 1px solid #D3D3D3;
  font-family: "Inter", serif;
  box-sizing: border-box;
}
.login-register--register #wpmem_reg {
  padding: 50px 0 0 0;
  width: auto;
}
.login-register--register #wpmem_reg legend {
  text-transform: uppercase;
  color: #AD9967;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
.login-register--register #wpmem_reg .button_div {
  display: flex;
  width: 100%;
}
.login-register--register #wpmem_reg .button_div .buttons {
  margin-left: auto !important;
  background-color: #2E323A;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 500;
}
.login-register--register #wpmem_reg label {
  margin-bottom: 10px;
  display: block !important;
  font-family: "Inter", serif;
}
.login-register--register #wpmem_reg label .req {
  color: #000;
  font-family: "Inter", serif;
}

.reset-password .login-register--form {
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.page-template-contatti .cl-header {
  border-bottom: 1px solid #E7E7E7;
}

.contatti .hero-page-standard {
  background-image: none;
  background-color: #fff;
}
.contatti--content {
  display: flex;
  max-width: 1500px;
  padding: 20px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .contatti--content {
    flex-direction: row;
  }
}
.contatti--item {
  display: flex;
  width: 100%;
  gap: 50px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .contatti--item {
    flex-direction: row;
  }
}
.contatti--map {
  width: 100%;
}
@media (min-width: 1024px) {
  .contatti--map {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .contatti--text {
    max-width: 30%;
    padding: 0 10%;
  }
}
.contatti--info {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #AD9967;
}
.contatti--info h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #AD9967;
  text-transform: uppercase;
}
.contatti--info p {
  font-size: 14px;
  line-height: 140%;
}
.contatti--info p a {
  color: #000;
}
.contatti--other {
  padding: 30px 0 0 0;
}
.contatti--other p {
  font-size: 14px;
  line-height: 140%;
}
.contatti--other p a {
  color: #000;
}

.group {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #181D25;
  color: #fff;
}
.group--logo img {
  margin: 30px auto;
  max-height: 70px;
  display: flex;
}
@media (min-width: 1024px) {
  .group--logo img {
    margin: 70px auto;
    max-height: 140px;
  }
}
.group--container {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  padding: 20px;
  margin: 0 auto;
}
.group--intro {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #AD9967;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .group--intro {
    flex-direction: row;
    gap: 40px;
    padding: 40px 0;
  }
}
.group--introtitle {
  width: 100%;
}
@media (min-width: 1024px) {
  .group--introtitle {
    max-width: 40%;
  }
}
.group--introtitle h2 {
  font-size: 28px;
  line-height: 34px;
  color: #AD9967;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
}
.group--introtext {
  width: 100%;
}
@media (min-width: 1024px) {
  .group--introtext {
    max-width: 60%;
  }
}
.group--introtext p {
  line-height: 25px;
  font-size: 18px;
}
.group--staff {
  display: flex;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto 50px auto;
  border-bottom: 1px solid #AD9967;
  padding: 20px 0 40px 0;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .group--staff {
    flex-wrap: nowrap;
    padding: 80px 0;
  }
}
.group--staffitem {
  width: 100%;
  max-width: 47%;
}
@media (min-width: 1024px) {
  .group--staffitem {
    max-width: 25%;
  }
}
.group--staffitem img {
  max-width: 100%;
}
.group--staffnome {
  font-family: "aktiv-grotesk-extended", sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.group--staffnome::before {
  content: "";
  height: 1px;
  display: block;
  width: 60px;
  background-color: #AD9967;
  margin-bottom: 6px;
}
.group--staffruolo {
  font-family: "aktiv-grotesk-extended", sans-serif;
  color: #AD9967;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}
.group--sedi {
  display: flex;
  gap: 40px;
  padding: 0 0 80px 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .group--sedi {
    flex-direction: row;
  }
}
.group--itemsede {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .group--itemsede {
    max-width: 33.3333%;
  }
}
.group--slidersedi {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.group--slidersedi img {
  max-width: 100%;
}
.group--slidersedi .slick-prev {
  position: absolute;
  z-index: 10;
  right: 50px;
  height: 28px;
  width: 28px;
  text-indent: -10000px;
  bottom: 20px;
  border: 0;
  border-radius: 0;
  background-color: #D3D3D3;
  background-image: url(../assets/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.group--slidersedi .slick-next {
  position: absolute;
  z-index: 10;
  right: 10px;
  height: 28px;
  width: 28px;
  text-indent: -10000px;
  bottom: 20px;
  border: 0;
  border-radius: 0;
  background-color: #D3D3D3;
  background-image: url(../assets/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.group--slidersedi .slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.group--descsede {
  margin: 20px 0 0 0;
}
.group--imgcaption {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 9;
}
.group--logosede {
  max-height: 50px;
  margin: 20px auto;
  display: block;
}
.group--itemsince {
  text-align: center;
  margin: 20px 0;
  font-family: "aktiv-grotesk-extended", sans-serif;
}
.group--mission {
  max-width: 1500px;
  margin: 0 auto 0 auto;
  padding: 40px 20px;
  border-top: 1px solid #AD9967;
  text-align: center;
}
@media (min-width: 1024px) {
  .group--mission {
    padding: 80px;
  }
}
.group--mission h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #AD9967;
}
.group--mission p {
  font-size: 18px;
  line-height: 26px;
  max-width: 1000px;
  margin: 0 auto;
}

.linear-lights-section {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #AD9967;
  padding: 0 20px;
}
.linear-lights-section:last-of-type {
  border-bottom: 0;
}
.linear-lights-section--header {
  padding: 50px 0;
}
.linear-lights-section h2 {
  font-size: 32px;
  line-height: 40px;
  color: #AD9967;
  text-align: center;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.linear-lights-section--textintro {
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
}
.linear-lights-section .row-line-container .row-item--col {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .linear-lights-section .row-line-container .row-item--col {
    flex-direction: row;
    gap: 50px;
  }
}
.linear-lights-section .row-line-container .row-item--colsx {
  width: 100%;
}
@media (min-width: 768px) {
  .linear-lights-section .row-line-container .row-item--colsx {
    max-width: 30%;
    padding: 0 10%;
  }
}
.linear-lights-section .row-line-container .row-item--colsx h3 {
  font-size: 32px;
  line-height: 40px;
  color: #AD9967;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.linear-lights-section .row-line-container .row-item--colsx .row-text {
  font-size: 18px;
  line-height: 25px;
}
.linear-lights-section .row-line-container .row-item--coldx {
  width: 100%;
}
@media (min-width: 768px) {
  .linear-lights-section .row-line-container .row-item--coldx {
    max-width: 50%;
  }
}
.linear-lights-section .row-line-container .row-item--coldx img {
  max-width: 100%;
}
.linear-lights-section .row-line-container.doppiacolonna {
  display: flex;
  gap: 50px;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 768px) {
  .linear-lights-section .row-line-container.doppiacolonna {
    flex-direction: row;
  }
}
.linear-lights-section .row-line-container.doppiacolonna .row-line {
  width: 100%;
}
@media (min-width: 768px) {
  .linear-lights-section .row-line-container.doppiacolonna .row-line {
    max-width: 50%;
  }
}
.linear-lights-section .row-line-container.doppiacolonna .row-line .row-item .row-item--col {
  flex-direction: column-reverse;
}
.linear-lights-section .row-line-container.doppiacolonna .row-line .row-item .row-item--col .row-item--colsx {
  max-width: 100%;
}
.linear-lights-section .row-line-container.doppiacolonna .row-line .row-item .row-item--col .row-item--coldx {
  max-width: 100%;
}
.linear-lights-section .row-line-container.doppiacolonna .card-prodotti {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0;
}
.linear-lights-section .card-prodotti {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0;
}
@media (min-width: 1024px) {
  .linear-lights-section .card-prodotti {
    grid-template-columns: repeat(4, 1fr);
  }
}
.linear-lights-section .card-prodotti .card {
  padding: 10px;
  background: var(--gradient_blu, linear-gradient(301deg, #404851 -6.77%, #181C25 47.05%));
}
@media (min-width: 768px) {
  .linear-lights-section .card-prodotti .card {
    padding: 30px;
  }
}
.linear-lights-section .card-prodotti .card h4 {
  color: #fff;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 0;
  letter-spacing: 0.05em;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
  word-wrap: anywhere;
}
@media (min-width: 768px) {
  .linear-lights-section .card-prodotti .card h4 {
    font-weight: 400;
    font-size: 14px;
  }
}
.linear-lights-section .card-prodotti .card img {
  max-width: 100%;
}
.linear-lights-section .card-prodotti .card a {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
  justify-content: center;
}
.linear-lights-section .card-prodotti.card_bianche .card {
  background: #fff;
  border: 1px solid #D3D3D3;
}
.linear-lights-section .card-prodotti.card_bianche .card h4 {
  color: #2E323A;
}

.videohome .video-container {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
}
@media (min-width: 1024px) {
  .videohome .video-container {
    height: calc(100vh - 153px);
  }
}
.videohome .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.videohome .video-container .video-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  color: #fff;
  z-index: 2;
  top: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .videohome .video-container .video-text {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.videohome .video-container .video-text h1 {
  color: #fff;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1024px) {
  .videohome .video-container .video-text h1 {
    font-size: 44px;
  }
}
.videohome .video-container .video-text .playfull {
  margin: 0px 0 50px 0;
  line-height: 48px;
  padding: 0 40px;
  text-align: center;
  background-color: #ffffff;
  color: #2E323A;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 10px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .videohome .video-container .video-text .playfull {
    margin: 30px 0 50px 0;
  }
}
.videohome .video-container .video-text .playfull:hover {
  border: 2px solid #2E323A;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.videohome .video-container .controlvideo {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 48px;
  width: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/ico_control_play.svg);
  text-indent: -10000px;
  border: none;
  z-index: 3;
  background-color: transparent;
}
@media (min-width: 768px) {
  .videohome .video-container .controlvideo {
    right: 50px;
    bottom: 50px;
  }
}
.videohome .video-container .controlvideo.pause {
  background-image: url(../assets/ico_control_pause.svg);
}

.fullvideo {
  display: none;
  display: none;
  background-color: #2E323A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.fullvideo iframe {
  height: inherit;
  aspect-ratio: 16/9;
  max-width: 80%;
  max-height: 80%;
}
.fullvideo.show {
  display: flex;
}
.fullvideo .closevideo {
  background-image: url(../assets/close-circle.svg);
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}

.intro-text {
  background-image: url(../assets/background_desktop_gradient.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #181D25;
  color: #fff;
  overflow: hidden;
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .intro-text {
    padding: 100px 0;
  }
}
.intro-text p {
  max-width: 700px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 18px;
  margin: 0 auto 20px auto;
}
@media (min-width: 1024px) {
  .intro-text p {
    font-size: 22px;
  }
}

.page-template-news header.cl-header {
  border-bottom: 1px solid #ccc;
}

.post-template-default header.cl-header {
  border-bottom: 1px solid #ccc;
}
.post-template-default article {
  max-width: 970px;
  margin: 40px auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .post-template-default article {
    margin: 100px auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.post-template-default article h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .post-template-default article h1 {
    font-size: 44px;
  }
}
.post-template-default article h2 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .post-template-default article h2 {
    font-size: 26px;
  }
}
.post-template-default article h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .post-template-default article h3 {
    font-size: 22px;
  }
}
.post-template-default article h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .post-template-default article h4 {
    font-size: 20px;
  }
}
.post-template-default article p {
  font-size: 18px;
  line-height: 170%;
  margin: 10px 0 20px 0;
}
.post-template-default article img {
  max-width: 100%;
  margin: 20px 0;
  height: auto;
}
.post-template-default article a {
  color: #333333;
}
.post-template-default article ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-position: unset;
}
.post-template-default article ul li {
  margin-bottom: 20px;
  font-size: 18px;
}
.post-template-default .custom-post-navigation {
  max-width: 970px;
  margin: 40px auto 80px auto;
  display: flex;
  justify-content: space-between;
}
.post-template-default .custom-post-navigation .nav-previous {
  border-top: 1px solid #D3D3D3;
  padding: 30px 0 0 0;
  max-width: 220px;
  text-align: right;
}
.post-template-default .custom-post-navigation .nav-next {
  border-top: 1px solid #D3D3D3;
  padding: 30px 0 0 0;
  max-width: 220px;
}
.post-template-default .custom-post-navigation .label {
  margin-bottom: 10px;
}
.post-template-default .custom-post-navigation .title {
  font-weight: 400;
  text-transform: uppercase;
}
.post-template-default .custom-post-navigation .title a {
  text-decoration: none;
}
.post-template-default .viewall-news {
  top: 20px;
  left: 20px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  background-image: url(../assets/btn-grid-ico.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 30px;
  z-index: 2;
}
@media (min-width: 768px) {
  .post-template-default .viewall-news {
    top: 50px;
    left: 50px;
  }
}

.news-page .page-header {
  max-width: 970px;
  margin: 30px auto 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .news-page .page-header {
    margin: 50px auto 30px auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.news-page .page-header h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .news-page .page-header h1 {
    font-size: 44px;
  }
}

.news-list {
  max-width: 970px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
    padding-right: 0;
  }
}
.news-list article {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D3D3D3;
}
.news-list article .post-thumbnail a {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
.news-list article h3 {
  font-weight: normal;
  margin: 20px 0 40px 0;
}
.news-list article .btn-readmore {
  margin: 30px 0 50px 0;
  line-height: 48px;
  padding: 0 40px;
  text-align: center;
  background-color: #2E323A;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 10px;
  cursor: pointer;
  font-weight: 500;
  display: inline-flex;
  margin-top: auto;
  text-decoration: none;
}
.news-list article .cta-readmore {
  margin-top: auto;
}

.pagination-news {
  max-width: 970px;
  margin: 50px auto 100px auto;
}
.pagination-news--pager {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: fit-content;
}
.pagination-news--pager .page-numbers {
  text-align: center;
  color: #2E323A;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 12px;
  width: 38px;
  text-align: center;
  border-bottom: 5px solid #fff;
  background-color: #fff;
  padding: 0;
  line-height: 33px;
  margin: 0 4px;
}
.pagination-news--pager .page-numbers.prev {
  background-image: url(../assets/arrow-prev-news.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  text-align: center;
  background-color: #fff;
  padding: 0;
  height: 38px;
  border: 1px solid #8B93A0;
  display: inline-flex;
}
.pagination-news--pager .page-numbers.next {
  background-image: url(../assets/arrow-next-news.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  text-align: center;
  background-color: #fff;
  padding: 0;
  height: 38px;
  border: 1px solid #8B93A0;
  display: inline-flex;
}
.pagination-news--pager .page-numbers.current {
  position: relative;
  border-bottom: 5px solid #B28965;
}/*# sourceMappingURL=cantalupilighting.css.map */