:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4244e9b */:root {
  --mp-ac-black: #050505;
  --mp-ac-white: #ffffff;
  --mp-ac-dark: #111111;
  --mp-ac-muted: #777777;
  --mp-ac-line: rgba(255, 255, 255, 0.16);
  --mp-ac-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.mp-ac-page,
.mp-ac-page * {
  box-sizing: border-box;
}

.mp-ac-page {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100%;
  min-height: 100%;
  overflow: visible;
  font-family: "Afacad Flux", sans-serif;
  background: #050505;
  color: #fff;
  isolation: auto;
}

.mp-ac-page a,
.mp-ac-page a:hover,
.mp-ac-page a:focus,
.mp-ac-page a:visited,
.mp-ac-page button,
.mp-ac-page button:hover,
.mp-ac-page button:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

/* POPUP */

.mp-ac-consent-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 46px);
  background: #050505;
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
}

.mp-ac-consent-popup.is-hidden {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.mp-ac-consent-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.12), transparent 34%),
    radial-gradient(circle at 82% 64%, rgba(255,255,255,0.08), transparent 38%),
    linear-gradient(135deg, #050505 0%, #141414 52%, #030303 100%);
}

.mp-ac-consent-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 0%, #000 58%, transparent 88%);
}

.mp-ac-consent-card {
  position: relative;
  z-index: 2;
  width: min(100%, 1220px);
  max-height: calc(100vh - 60px);
  display: grid;
  grid-template-rows: auto minmax(220px, 1fr) auto;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,0.10), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)),
    rgba(0,0,0,0.58);
  box-shadow: 0 34px 120px rgba(0,0,0,0.52);
  overflow: hidden;
}

.mp-ac-consent-header {
  padding: clamp(28px, 4vw, 56px) clamp(24px, 4vw, 58px) 26px;
  border-bottom: 1px solid rgba(255,255,255,0.11);
}

.mp-ac-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: clamp(10px, 0.75vw, 13px);
  line-height: 1.5;
  font-weight: 500;
}

.mp-ac-consent-header h1,
.mp-ac-hero h1,
.mp-ac-heading h2,
.mp-ac-card-heading h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-ac-consent-header h1 {
  font-size: clamp(46px, 6.4vw, 104px);
  line-height: 0.88;
}

.mp-ac-consent-header p:not(.mp-ac-kicker) {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.80);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-ac-consent-scroll {
  overflow: auto;
  padding: clamp(24px, 4vw, 46px) clamp(24px, 4vw, 58px);
  scrollbar-width: thin;
  scrollbar-color: #fff rgba(255,255,255,0.12);
}

.mp-ac-consent-scroll::-webkit-scrollbar {
  width: 8px;
}

.mp-ac-consent-scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.08);
}

.mp-ac-consent-scroll::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.55);
}

.mp-ac-consent-scroll h2 {
  max-width: 980px;
  margin: 0 0 28px;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mp-ac-consent-scroll h3,
.mp-ac-consent-scroll h4 {
  margin: 34px 0 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  font-weight: 900;
}

.mp-ac-consent-scroll h3 {
  font-size: clamp(18px, 1.6vw, 26px);
}

.mp-ac-consent-scroll h4 {
  font-size: clamp(15px, 1.2vw, 18px);
}

.mp-ac-consent-scroll p,
.mp-ac-consent-scroll li {
  color: rgba(255,255,255,0.78);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.76;
  font-weight: 350;
}

.mp-ac-consent-scroll p {
  margin: 0 0 18px;
}

.mp-ac-consent-scroll ul {
  margin: 0 0 24px;
  padding-left: 22px;
}

.mp-ac-consent-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 22px clamp(24px, 4vw, 58px);
  border-top: 1px solid rgba(255,255,255,0.11);
  background: rgba(0,0,0,0.42);
}

.mp-ac-consent-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  font-family: "Afacad Flux", sans-serif;
  transition:
    background 400ms var(--mp-ac-ease),
    color 400ms var(--mp-ac-ease),
    border-color 400ms var(--mp-ac-ease),
    transform 400ms var(--mp-ac-ease);
}

.mp-ac-consent-btn-secondary {
  border: 1px solid rgba(255,255,255,0.7) !important;
  background: transparent !important;
  color: #fff !important;
}

.mp-ac-consent-btn-secondary:hover,
.mp-ac-consent-btn-secondary:focus {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
  transform: translateY(-4px);
}

.mp-ac-consent-btn-primary {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
}

.mp-ac-consent-btn-primary:hover,
.mp-ac-consent-btn-primary:focus {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  transform: translateY(-4px);
}

.mp-ac-consent-accept-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.mp-ac-consent-accept-area p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  text-align: right;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.45;
}

/* HERO */

.mp-ac-hero {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.mp-ac-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=75");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.mp-ac-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.64) 48%, rgba(0,0,0,0.34) 100%),
    rgba(0,0,0,0.24);
}

.mp-ac-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1180px);
  margin: 0 auto;
  text-align: center;
  padding: 120px 20px 110px;
}

.mp-ac-hero h1 {
  font-size: clamp(50px, 7.4vw, 118px);
  line-height: 0.88;
}

.mp-ac-hero-content > p:not(.mp-ac-kicker) {
  width: min(100%, 860px);
  margin: 28px auto 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}

/* FORM SECTION */

.mp-ac-section {
  position: relative;
  display: block;
  width: 100%;
  min-height: auto;
  overflow: visible;
  background: #050505;
  color: #fff;
  padding: clamp(66px, 8vw, 124px) clamp(20px, 5vw, 86px);
}

.mp-ac-bg,
.mp-ac-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mp-ac-bg {
  z-index: 1;
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,0.12), transparent 34%),
    radial-gradient(circle at 82% 64%, rgba(255,255,255,0.08), transparent 38%),
    linear-gradient(135deg, #050505 0%, #141414 52%, #030303 100%);
}

.mp-ac-grid-bg {
  z-index: 2;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 0%, #000 58%, transparent 88%);
}

.mp-ac-inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1420px);
  margin: 0 auto;
  overflow: visible;
}

.mp-ac-heading {
  width: min(100%, 1080px);
  margin-bottom: clamp(42px, 6vw, 82px);
}

.mp-ac-heading p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.mp-ac-heading h2 {
  font-size: clamp(44px, 6vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.mp-ac-heading span {
  display: block;
  margin-top: 26px;
  max-width: 940px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-ac-form {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  overflow: visible;
}

.mp-ac-form-status {
  display: none;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  background: rgba(255,255,255,0.055);
  font-size: 15px;
  line-height: 1.5;
}

.mp-ac-form-status.is-visible {
  display: block;
}

.mp-ac-form-status.is-error {
  color: #ffb9b9;
  border-color: rgba(255, 120, 120, 0.38);
  background: rgba(154, 23, 23, 0.12);
}

.mp-ac-form-status.is-success {
  color: #bfffd8;
  border-color: rgba(15, 95, 50, 0.45);
  background: rgba(15, 95, 50, 0.14);
}

.mp-ac-card {
  position: relative;
  display: block;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,0.10), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.085), rgba(255,255,255,0.018)),
    rgba(0,0,0,0.32);
  box-shadow: 0 26px 90px rgba(0,0,0,0.22);
  overflow: visible;
}

.mp-ac-card-heading {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.mp-ac-card-heading > span {
  position: absolute;
  right: 0;
  top: -8px;
  color: rgba(255,255,255,0.08);
  font-size: clamp(60px, 8vw, 126px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 950;
  pointer-events: none;
}

.mp-ac-card-heading p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.54);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 900;
}

.mp-ac-card-heading h3 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 0 20px;
  color: #fff !important;
  font-size: clamp(30px, 3.6vw, 66px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.mp-ac-card-heading small {
  display: block;
  max-width: 1080px;
  color: rgba(255,255,255,0.72);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.65;
  font-weight: 350;
}

.mp-ac-check-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mp-ac-check-grid label {
  min-height: 78px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.035);
  cursor: pointer;
  transition:
    background 320ms var(--mp-ac-ease),
    border-color 320ms var(--mp-ac-ease),
    transform 320ms var(--mp-ac-ease);
}

.mp-ac-check-grid label:hover,
.mp-ac-check-grid label:focus-within {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.34);
  transform: translateY(-3px);
}

.mp-ac-check-grid input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: #fff;
  cursor: pointer;
}

.mp-ac-check-grid span {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
}

.mp-ac-field {
  position: relative;
  z-index: 2;
  min-height: 54px;
  margin-top: 32px;
}

.mp-ac-field-full {
  width: 100%;
}

.mp-ac-field input,
.mp-ac-field textarea {
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 22px 0 12px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Afacad Flux", sans-serif;
}

.mp-ac-field textarea {
  min-height: 150px;
  resize: vertical;
}

.mp-ac-field input:hover,
.mp-ac-field input:focus,
.mp-ac-field textarea:hover,
.mp-ac-field textarea:focus {
  border-bottom-color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.mp-ac-field input::placeholder,
.mp-ac-field textarea::placeholder {
  color: transparent;
}

.mp-ac-field label {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  color: rgba(255,255,255,0.88);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  pointer-events: none;
  transform-origin: left top;
  font-weight: 850;
  letter-spacing: 0.06em;
  transition:
    transform 320ms var(--mp-ac-ease),
    opacity 320ms var(--mp-ac-ease);
}

.mp-ac-field input:focus + label,
.mp-ac-field input:not(:placeholder-shown) + label,
.mp-ac-field textarea:focus + label,
.mp-ac-field textarea:not(:placeholder-shown) + label,
.mp-ac-field.is-filled label {
  transform: translateY(-18px) scale(0.82);
  opacity: 0.62;
}

.mp-ac-upload-field {
  position: relative;
  z-index: 2;
  margin-top: 38px;
}

.mp-ac-upload-field p {
  margin: 0 0 18px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 900;
}

.mp-ac-upload-box {
  min-height: 150px;
  border: 1px dashed rgba(255,255,255,0.28);
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 24px;
  cursor: pointer;
  color: rgba(255,255,255,0.68);
  text-align: center;
  background: rgba(255,255,255,0.035);
  transition:
    border-color 320ms var(--mp-ac-ease),
    color 320ms var(--mp-ac-ease),
    background 320ms var(--mp-ac-ease),
    transform 320ms var(--mp-ac-ease);
}

.mp-ac-upload-box:hover,
.mp-ac-upload-box:focus-within {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.07);
  transform: translateY(-3px);
}

.mp-ac-upload-box input {
  display: none;
}

.mp-ac-upload-icon {
  font-size: 34px;
  line-height: 1;
  opacity: 0.9;
}

.mp-ac-upload-text {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

.mp-ac-upload-note {
  color: rgba(255,255,255,0.54);
  font-size: 13px;
  line-height: 1.3;
}

.mp-ac-upload-filename {
  display: block;
  max-width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word;
}

.mp-ac-submit-area {
  display: grid;
  gap: 16px;
}

.mp-ac-submit-btn {
  width: 100%;
  min-height: 68px;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 900;
  font-family: "Afacad Flux", sans-serif;
  box-shadow: none !important;
  outline: none !important;
  transition:
    background 400ms var(--mp-ac-ease),
    color 400ms var(--mp-ac-ease),
    transform 400ms var(--mp-ac-ease),
    opacity 400ms var(--mp-ac-ease);
}

.mp-ac-submit-btn:hover,
.mp-ac-submit-btn:focus {
  background: transparent !important;
  color: #fff !important;
  transform: translateY(-4px);
}

.mp-ac-submit-area p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
}

.mp-ac-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

/* REVEAL */

.mp-ac-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 900ms var(--mp-ac-ease),
    transform 900ms var(--mp-ac-ease);
}

.mp-ac-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* FIX WORDPRESS / ELEMENTOR SENZA USARE TAG HTML O BODY */

.mp-ac-page,
.mp-ac-page .mp-ac-hero,
.mp-ac-page .mp-ac-section,
.mp-ac-page .mp-ac-inner,
.mp-ac-page .mp-ac-form,
.mp-ac-page .mp-ac-card {
  height: auto;
  max-height: none;
}

.elementor .mp-ac-page,
.elementor-widget-html .mp-ac-page,
.elementor-widget-container .mp-ac-page {
  overflow: visible;
  height: auto;
  max-height: none;
}

@media (max-width: 900px) {
  .mp-ac-consent-actions {
    grid-template-columns: 1fr;
  }

  .mp-ac-consent-accept-area {
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
  }

  .mp-ac-consent-accept-area p {
    text-align: left;
  }

  .mp-ac-check-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mp-ac-consent-card {
    max-height: calc(100vh - 28px);
  }

  .mp-ac-card {
    padding: 28px 20px;
  }

  .mp-ac-consent-header,
  .mp-ac-consent-scroll,
  .mp-ac-consent-actions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mp-ac-kicker {
    letter-spacing: 0.24em;
  }

  .mp-ac-hero-content {
    padding: 100px 20px 90px;
  }
}

/* HERO SOTTO HEADER STICKY - MOBILE */
@media (max-width: 767px) {
  .mp-ac-page {
    margin-top: -72px !important;
  }

  .mp-ac-hero {
    min-height: 100svh !important;
  }

  .mp-ac-hero-content {
    padding-top: 150px !important;
  }
}/* End custom CSS */