.elementor-1457 .elementor-element.elementor-element-14658e8{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a04992b */:root {
  --mp-black: #050505;
  --mp-white: #ffffff;
  --mp-dark: #111111;
  --mp-muted: #777777;
  --mp-line: rgba(0, 0, 0, 0.16);
  --mp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.mp-report-page,
.mp-report-page * {
  box-sizing: border-box;
}

.mp-report-page {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: "Afacad Flux", sans-serif;
  background: #050505;
  color: #fff;
}

.mp-report-page a,
.mp-report-page a:hover,
.mp-report-page a:focus,
.mp-report-page a:visited,
.mp-report-page button,
.mp-report-page button:hover,
.mp-report-page button:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}


/* POPUP */

body.mp-consent-lock {
  overflow: hidden;
}

.mp-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-consent-popup.is-hidden {
  display: none;
}

.mp-consent-bg {
  position: absolute;
  inset: 0;
  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-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-consent-card {
  position: relative;
  z-index: 2;
  width: min(100%, 1220px);
  max-height: calc(100vh - 60px);
  display: grid;
  grid-template-rows: auto minmax(260px, 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-consent-header {
  padding: clamp(28px, 4vw, 56px) clamp(24px, 4vw, 58px) 26px;
  border-bottom: 1px solid rgba(255,255,255,0.11);
}

.mp-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-consent-header h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(46px, 6.4vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-consent-header p:not(.mp-kicker) {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.7;
  font-weight: 350;
}

.mp-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-consent-scroll::-webkit-scrollbar {
  width: 8px;
}

.mp-consent-scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.08);
}

.mp-consent-scroll::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.55);
}

.mp-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-consent-scroll h3,
.mp-consent-scroll h4 {
  margin: 34px 0 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  font-weight: 900;
}

.mp-consent-scroll h3 {
  font-size: clamp(18px, 1.6vw, 26px);
}

.mp-consent-scroll h4 {
  font-size: clamp(15px, 1.2vw, 18px);
}

.mp-consent-scroll p,
.mp-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-consent-scroll p {
  margin: 0 0 18px;
}

.mp-consent-scroll ul {
  margin: 0 0 24px;
  padding-left: 22px;
}

.mp-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-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-ease),
    color 400ms var(--mp-ease),
    border-color 400ms var(--mp-ease),
    transform 400ms var(--mp-ease);
}

.mp-consent-btn-secondary {
  border: 1px solid rgba(255,255,255,0.7) !important;
  background: transparent !important;
  color: #fff !important;
}

.mp-consent-btn-secondary:hover,
.mp-consent-btn-secondary:focus {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
  transform: translateY(-4px);
}

.mp-consent-btn-primary {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
}

.mp-consent-btn-primary:hover,
.mp-consent-btn-primary:focus {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  transform: translateY(-4px);
}

.mp-consent-accept-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.mp-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-report-hero {
  position: relative;
  width: 100%;
  min-height: 100vh !important;
  min-height: 100svh !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.mp-report-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-report-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-report-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1180px);
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px 90px;
}

.mp-report-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(50px, 7.4vw, 118px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-report-hero-content > p:not(.mp-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-report-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
  padding: clamp(66px, 8vw, 124px) clamp(20px, 5vw, 86px);
}

.mp-report-bg,
.mp-report-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mp-report-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-report-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-report-inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1420px);
  margin: 0 auto;
}

.mp-report-heading {
  width: min(100%, 1080px);
  margin-bottom: clamp(42px, 6vw, 82px);
}

.mp-report-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-report-heading h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(44px, 6vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.mp-report-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-report-form {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.mp-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-form-status.is-visible {
  display: block;
}

.mp-form-status.is-error {
  color: #ffb9b9;
  border-color: rgba(255, 120, 120, 0.38);
  background: rgba(154, 23, 23, 0.12);
}

.mp-form-status.is-success {
  color: #bfffd8;
  border-color: rgba(15, 95, 50, 0.45);
  background: rgba(15, 95, 50, 0.14);
}

.mp-report-card {
  position: relative;
  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: hidden;
}

.mp-report-card-heading {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.mp-report-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-report-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-report-card-heading h3 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 0 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: clamp(30px, 3.6vw, 66px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-report-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-report-group {
  position: relative;
  z-index: 2;
  margin-top: 34px;
}

.mp-report-group h4,
.mp-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-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mp-check-grid-full {
  position: relative;
  z-index: 2;
  margin-top: 34px;
}

.mp-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-ease),
    border-color 320ms var(--mp-ease),
    transform 320ms var(--mp-ease);
}

.mp-check-grid label:hover,
.mp-check-grid label:focus-within {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.34);
  transform: translateY(-3px);
}

.mp-check-grid input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: #fff;
  cursor: pointer;
}

.mp-check-grid span {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
}

.mp-anonymous-notice {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
  padding: 24px;
  border-left: 3px solid #fff;
  background: rgba(255,255,255,0.055);
}

.mp-anonymous-notice strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 900;
}

.mp-anonymous-notice p {
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 350;
}

.mp-field {
  position: relative;
  z-index: 2;
  min-height: 54px;
  margin-top: 32px;
}

.mp-field-full {
  width: 100%;
}

.mp-field input,
.mp-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-field textarea {
  min-height: 150px;
  resize: vertical;
}

.mp-field input:hover,
.mp-field input:focus,
.mp-field textarea:hover,
.mp-field textarea:focus {
  border-bottom-color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.mp-field input::placeholder,
.mp-field textarea::placeholder {
  color: transparent;
}

.mp-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-ease),
    opacity 320ms var(--mp-ease);
}

.mp-field input:focus + label,
.mp-field input:not(:placeholder-shown) + label,
.mp-field textarea:focus + label,
.mp-field textarea:not(:placeholder-shown) + label,
.mp-field.is-filled label {
  transform: translateY(-18px) scale(0.82);
  opacity: 0.62;
}

.mp-upload-field {
  position: relative;
  z-index: 2;
  margin-top: 38px;
}

.mp-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-ease),
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease),
    transform 320ms var(--mp-ease);
}

.mp-upload-box:hover,
.mp-upload-box:focus-within {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.07);
  transform: translateY(-3px);
}

.mp-upload-box input {
  display: none;
}

.mp-upload-icon {
  font-size: 34px;
  line-height: 1;
  opacity: 0.9;
}

.mp-upload-text {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

.mp-upload-note {
  color: rgba(255,255,255,0.54);
  font-size: 13px;
  line-height: 1.3;
}

.mp-upload-filename {
  display: block;
  max-width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word;
}

.mp-report-submit-area {
  display: grid;
  gap: 16px;
}

.mp-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-ease),
    color 400ms var(--mp-ease),
    transform 400ms var(--mp-ease),
    opacity 400ms var(--mp-ease);
}

.mp-submit-btn:hover,
.mp-submit-btn:focus {
  background: transparent !important;
  color: #fff !important;
  transform: translateY(-4px);
  box-shadow: none !important;
  outline: none !important;
}

.mp-submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.mp-report-submit-area p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
}


/* FORM UNIVERSALE */

.mp-quote-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
  color: #fff;
  isolation: isolate;
}

@media (min-width: 1025px) {
  .mp-quote-section {
    height: 100vh;
    height: 100svh;
  }
}

.mp-quote-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=75");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.mp-quote-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.63) 43%, rgba(0,0,0,0.32) 100%),
    rgba(0,0,0,0.24);
  pointer-events: none;
}

.mp-quote-inner {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  min-height: 100svh;
  width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(480px, 0.95fr);
  align-items: center;
  gap: clamp(54px, 8vw, 150px);
  padding: clamp(70px, 9vh, 110px) clamp(34px, 7vw, 118px);
}

.mp-quote-info {
  max-width: 560px;
}

.mp-quote-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.44em;
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1.4;
  font-weight: 500;
}

.mp-quote-title {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(46px, 4.3vw, 82px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.mp-quote-description {
  margin: 28px 0 0;
  max-width: 460px;
  color: rgba(255,255,255,0.84);
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-quote-contacts {
  margin-top: clamp(54px, 8vh, 94px);
  display: grid;
  gap: 34px;
}

.mp-quote-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff !important;
  text-decoration: none !important;
  width: fit-content;
}

.mp-quote-contact:hover,
.mp-quote-contact:focus,
.mp-quote-contact:visited {
  color: #fff !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mp-quote-contact-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-grid;
  place-items: center;
}

.mp-quote-contact-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-quote-contact span:last-child {
  display: grid;
  gap: 4px;
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.35;
}

.mp-quote-contact strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 800;
}

.mp-quote-form-card {
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 760px;
  justify-self: end;
  padding: clamp(46px, 5vw, 70px) clamp(42px, 5vw, 70px);
  box-shadow: 0 34px 80px rgba(0,0,0,0.32);
}

.mp-quote-form {
  position: relative;
  width: 100%;
}

.mp-product-group p {
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.mp-product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.mp-product-options label {
  cursor: pointer;
}

.mp-product-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mp-product-options span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(0,0,0,0.22);
  color: #9a9a9a;
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  transition:
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease),
    border-color 320ms var(--mp-ease);
}

.mp-product-options input:checked + span {
  background: #000;
  border-color: #000;
  color: #fff;
}

.mp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  column-gap: 22px;
  row-gap: 28px;
}

.mp-quote-form .mp-field {
  position: relative;
  min-height: 42px;
}

.mp-quote-form .mp-field input,
.mp-quote-form .mp-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--mp-line);
  border-radius: 0;
  background: transparent;
  padding: 18px 0 10px;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
  font-family: "Afacad Flux", sans-serif;
}

.mp-quote-form .mp-field input:hover,
.mp-quote-form .mp-field input:focus,
.mp-quote-form .mp-field textarea:hover,
.mp-quote-form .mp-field textarea:focus {
  border-bottom-color: #000;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.mp-quote-form .mp-field input::placeholder,
.mp-quote-form .mp-field textarea::placeholder {
  color: transparent;
}

.mp-quote-form .mp-field textarea {
  resize: vertical;
  min-height: 54px;
}

.mp-quote-form .mp-field label {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
  transform-origin: left top;
  font-weight: 700;
  transition:
    transform 320ms var(--mp-ease),
    opacity 320ms var(--mp-ease);
}

.mp-quote-form .mp-field input:focus + label,
.mp-quote-form .mp-field input:not(:placeholder-shown) + label,
.mp-quote-form .mp-field textarea:focus + label,
.mp-quote-form .mp-field textarea:not(:placeholder-shown) + label,
.mp-quote-form .mp-field.is-filled label {
  transform: translateY(-18px) scale(0.82);
  opacity: 0.62;
}

.mp-quote-form .mp-field-full {
  margin-top: 28px;
}

.mp-honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* REVEAL */

.mp-reveal {
  opacity: 1;
  transform: none;
}

.mp-js-ready .mp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 680ms var(--mp-ease),
    transform 680ms var(--mp-ease);
}

.mp-js-ready .mp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* RESPONSIVE */

@media (max-width: 1100px) {
  .mp-consent-actions {
    grid-template-columns: 1fr;
  }

  .mp-consent-accept-area {
    display: grid;
    justify-content: stretch;
  }

  .mp-consent-accept-area p {
    max-width: none;
    text-align: left;
  }

  .mp-consent-btn {
    width: 100%;
  }

  .mp-check-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .mp-report-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .mp-report-section {
    padding: 70px 20px 82px;
  }

  .mp-report-grid-bg {
    opacity: 0.18;
    background-size: 54px 54px;
  }

  .mp-report-heading h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .mp-report-heading span {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-report-card {
    padding: 32px 24px;
  }

  .mp-report-card-heading h3 {
    font-size: clamp(30px, 9vw, 46px);
  }

  .mp-report-card-heading > span {
    font-size: 76px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mp-consent-popup {
    padding: 0;
  }

  .mp-consent-card {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border: 0;
  }

  .mp-consent-header {
    padding: 30px 22px 22px;
  }

  .mp-consent-header h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .mp-consent-scroll {
    padding: 24px 22px;
  }

  .mp-consent-actions {
    padding: 18px 22px;
  }

  .mp-consent-accept-area p br {
    display: none;
  }

  .mp-report-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .mp-report-hero-content {
    width: 100%;
    padding: 70px 22px 96px;
  }

  .mp-report-hero h1 {
    font-size: clamp(44px, 14vw, 76px);
  }

  .mp-report-hero-content > p:not(.mp-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-report-card {
    padding: 28px 20px;
  }

  .mp-field label {
    font-size: 11px;
  }

  .mp-field textarea {
    min-height: 140px;
  }

  .mp-submit-btn {
    min-height: 60px;
    font-size: 13px;
  }

  .mp-quote-section {
    min-height: auto;
  }

  .mp-quote-inner {
    min-height: auto;
    padding: 78px 20px;
    grid-template-columns: 1fr;
  }

  .mp-quote-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .mp-quote-contacts {
    margin-top: 42px;
    gap: 26px;
  }

  .mp-quote-form-card {
    padding: 34px 24px;
  }

  .mp-product-options {
    margin-bottom: 38px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
}

@media (max-width: 420px) {
  .mp-kicker,
  .mp-report-heading p,
  .mp-report-card-heading p,
  .mp-quote-kicker {
    letter-spacing: 0.26em;
  }

  .mp-report-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mp-report-card {
    padding: 28px 18px;
  }

  .mp-product-options span {
    min-height: 32px;
    font-size: 10px;
    padding: 0 12px;
  }

  .mp-quote-form-card {
    padding: 30px 20px;
  }
}


/* FIX ANTI-CONFLITTO FORM SEGNALAZIONE */

.mp-report-page .mp-report-form .mp-field label,
.mp-report-page .mp-report-form .mp-report-group h4,
.mp-report-page .mp-report-form .mp-upload-field > p,
.mp-report-page .mp-report-form .mp-report-card-heading h3,
.mp-report-page .mp-report-form .mp-report-card-heading p,
.mp-report-page .mp-report-form .mp-anonymous-notice strong {
  color: #fff !important;
}

.mp-report-page .mp-report-form .mp-field input,
.mp-report-page .mp-report-form .mp-field textarea {
  color: #fff !important;
  background: transparent !important;
  border-bottom-color: rgba(255,255,255,0.22) !important;
}

.mp-report-page .mp-report-form .mp-field input:hover,
.mp-report-page .mp-report-form .mp-field input:focus,
.mp-report-page .mp-report-form .mp-field textarea:hover,
.mp-report-page .mp-report-form .mp-field textarea:focus {
  border-bottom-color: #fff !important;
}

.mp-report-page .mp-report-form .mp-field input::placeholder,
.mp-report-page .mp-report-form .mp-field textarea::placeholder {
  color: transparent !important;
}

.mp-report-page .mp-report-form .mp-upload-box {
  border-color: rgba(255,255,255,0.28) !important;
  color: rgba(255,255,255,0.68) !important;
  background: rgba(255,255,255,0.035) !important;
}

.mp-report-page .mp-report-form .mp-upload-box:hover,
.mp-report-page .mp-report-form .mp-upload-box:focus-within {
  border-color: #fff !important;
  color: #fff !important;
  background: rgba(255,255,255,0.07) !important;
}

.mp-report-page .mp-report-form .mp-upload-note {
  color: rgba(255,255,255,0.54) !important;
}

.mp-report-page .mp-report-form .mp-upload-filename {
  color: #fff !important;
}

.mp-report-page .mp-report-form .mp-check-grid span {
  color: rgba(255,255,255,0.78) !important;
}

.mp-report-page .mp-report-form .mp-submit-btn {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
}

.mp-report-page .mp-report-form .mp-submit-btn:hover,
.mp-report-page .mp-report-form .mp-submit-btn:focus {
  background: transparent !important;
  color: #fff !important;
}/* End custom CSS */