.elementor-767 .elementor-element.elementor-element-65860d8{--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;}.elementor-767 .elementor-element.elementor-element-0f1ab0b{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-767 .elementor-element.elementor-element-0f1ab0b.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8a903f4 */: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-career-page,
.mp-career-page * {
  box-sizing: border-box;
}

.mp-career-page {
  width: 100vw;
  overflow: hidden;
  font-family: "Afacad Flux", sans-serif;
  background: #fff;
  color: #000;
}


/* HERO */

.mp-career-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-career-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://millepiani.com/wp-content/uploads/2026/05/lavora-con-noi.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-career-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.62) 48%, rgba(0,0,0,0.32) 100%),
    rgba(0,0,0,0.24);
}

.mp-career-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1080px);
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px 90px;
}

.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-career-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(58px, 8.8vw, 136px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-career-hero-content > p:not(.mp-kicker) {
  width: min(100%, 760px);
  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;
}

.mp-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,0.75);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  transition:
    background 400ms var(--mp-ease),
    color 400ms var(--mp-ease),
    border-color 400ms var(--mp-ease),
    transform 400ms var(--mp-ease);
}

.mp-outline-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-4px);
}

.mp-scroll-text {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
}

.mp-scroll-arrow {
  position: absolute;
  left: clamp(22px, 5vw, 86px);
  bottom: 0;
  z-index: 5;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  background: #050505;
  text-decoration: none;
}

.mp-scroll-arrow span {
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-4px);
  animation: mpArrowDown 1.5s infinite;
}

@keyframes mpArrowDown {
  0%, 100% {
    transform: rotate(45deg) translateY(-5px);
    opacity: 0.45;
  }

  50% {
    transform: rotate(45deg) translateY(4px);
    opacity: 1;
  }
}


/* CAREER HUB */

.mp-career-hub {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
  padding: clamp(66px, 8vw, 124px) clamp(20px, 5vw, 86px);
}

.mp-career-canvas,
.mp-career-bg,
.mp-career-grid-bg {
  position: absolute;
  inset: 0;
}

.mp-career-canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.62;
  pointer-events: none;
}

.mp-career-bg {
  z-index: 1;
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,0.13), transparent 34%),
    radial-gradient(circle at 78% 58%, rgba(255,255,255,0.10), transparent 38%),
    linear-gradient(135deg, #050505 0%, #121212 52%, #030303 100%);
}

.mp-career-grid-bg {
  z-index: 3;
  opacity: 0.42;
  pointer-events: none;
  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 86%);
}

.mp-career-inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1560px);
  margin: 0 auto;
}

.mp-career-heading {
  width: min(100%, 1080px);
}

.mp-career-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-career-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-career-heading span {
  display: block;
  margin-top: 26px;
  max-width: 920px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-career-layout {
  margin-top: clamp(42px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}

.mp-career-experience {
  display: grid;
  gap: clamp(24px, 3vw, 38px);
}

.mp-career-orbit {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.12), transparent 52%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.014)),
    rgba(0,0,0,0.28);
  overflow: hidden;
}

.mp-career-orbit::before,
.mp-career-orbit::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
}

.mp-career-orbit::after {
  width: 310px;
  height: 310px;
  border-style: dashed;
  animation: mpCareerRotate 44s linear infinite;
}

@keyframes mpCareerRotate {
  to {
    transform: rotate(360deg);
  }
}

.mp-career-orbit-core {
  position: relative;
  z-index: 2;
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.mp-career-orbit-core span {
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 900;
}

.mp-career-orbit-core strong {
  margin-top: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.mp-career-node {
  appearance: none;
  position: absolute;
  z-index: 4;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.34);
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 900;
  font-family: "Afacad Flux", sans-serif;
  transition:
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease),
    border-color 360ms var(--mp-ease),
    transform 360ms var(--mp-ease);
}

.mp-career-node span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.mp-career-node:nth-of-type(1) {
  top: 86px;
  left: 70px;
}

.mp-career-node:nth-of-type(2) {
  top: 86px;
  right: 70px;
}

.mp-career-node:nth-of-type(3) {
  bottom: 86px;
  right: 70px;
}

.mp-career-node:nth-of-type(4) {
  bottom: 86px;
  left: 70px;
}

.mp-career-node:hover,
.mp-career-node.is-active {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff;
  transform: translateY(-4px);
}

.mp-career-panel {
  position: relative;
  min-height: 360px;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 82% 22%, rgba(255,255,255,0.14), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.018)),
    rgba(0,0,0,0.28);
  overflow: hidden;
}

.mp-career-panel-number {
  position: absolute;
  right: clamp(22px, 3vw, 46px);
  top: clamp(20px, 3vw, 42px);
  color: rgba(255,255,255,0.10);
  font-size: clamp(66px, 7vw, 112px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 950;
}

.mp-career-panel > p {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 900;
}

.mp-career-panel h3 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-career-line {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  height: 1px;
  margin: 26px 0;
  background: rgba(255,255,255,0.74);
}

.mp-career-copy {
  position: relative;
  z-index: 2;
}

.mp-career-copy p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  font-weight: 350;
}

.mp-career-tags {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mp-career-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}


/* CAREER FORM */

.mp-career-form-card {
  background: #fff;
  color: #000;
  width: 100%;
  padding: clamp(38px, 4.6vw, 66px);
  box-shadow: 0 34px 110px rgba(0,0,0,0.38);
}

.mp-career-form-head p {
  margin: 0 0 14px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.mp-career-form-head h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(38px, 4vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-career-form-head span {
  display: block;
  margin-top: 22px;
  max-width: 680px;
  color: #555;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
  font-weight: 350;
}

.mp-career-form {
  margin-top: clamp(34px, 4vw, 54px);
}

.mp-career-status {
  display: none;
  margin-bottom: 24px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.45;
  border: 1px solid #000;
}

.mp-career-status.is-visible {
  display: block;
}

.mp-career-status.is-error {
  color: #9a1717;
  border-color: rgba(154,23,23,0.35);
  background: rgba(154,23,23,0.05);
}

.mp-career-status.is-success {
  color: #0f5f32;
  border-color: rgba(15,95,50,0.35);
  background: rgba(15,95,50,0.06);
}

.mp-career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
  row-gap: 28px;
}

.mp-career-field {
  position: relative;
  min-height: 44px;
}

.mp-career-field input,
.mp-career-field textarea,
.mp-career-field select {
  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-career-field select {
  appearance: none;
  cursor: pointer;
}

.mp-career-field textarea {
  resize: vertical;
  min-height: 90px;
}

.mp-career-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: 800;
  transition:
    transform 320ms var(--mp-ease),
    opacity 320ms var(--mp-ease);
}

.mp-career-field input:focus + label,
.mp-career-field input:not(:placeholder-shown) + label,
.mp-career-field textarea:focus + label,
.mp-career-field textarea:not(:placeholder-shown) + label,
.mp-career-field select:focus + label,
.mp-career-field select:valid + label,
.mp-career-field.is-filled label {
  transform: translateY(-18px) scale(0.82);
  opacity: 0.62;
}

.mp-career-full {
  margin-top: 28px;
}

.mp-career-upload-note {
  margin-top: 24px;
  color: #aaa;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}

.mp-career-upload {
  margin-top: 10px;
  min-height: 86px;
  border: 1px dashed rgba(0,0,0,0.22);
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 18px;
  cursor: pointer;
  color: #9d9d9d;
  text-align: center;
  transition:
    border-color 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease);
}

.mp-career-upload:hover {
  border-color: #000;
  color: #000;
  background: rgba(0,0,0,0.025);
}

.mp-career-upload input {
  display: none;
}

.mp-career-upload-icon {
  font-size: 24px;
  line-height: 1;
}

.mp-career-upload-text {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.mp-career-upload-file {
  display: block;
  max-width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  word-break: break-word;
}

.mp-career-consent {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
  cursor: pointer;
}

.mp-career-consent input {
  margin-top: 2px;
  accent-color: #000;
}

.mp-career-submit {
  width: 100%;
  height: 66px;
  margin-top: 34px;
  border: 0;
  background: #000;
  color: #fff;
  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;
  transition:
    background 400ms var(--mp-ease),
    transform 400ms var(--mp-ease),
    opacity 400ms var(--mp-ease);
}

.mp-career-submit:hover {
  background: #171717;
  transform: translateY(-4px);
}


/* 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=2400&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.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;
  text-decoration: none;
  width: fit-content;
}

.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-form-status {
  display: none;
  margin-bottom: 24px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.45;
  border: 1px solid #000;
}

.mp-form-status.is-visible {
  display: block;
}

.mp-form-status.is-error {
  color: #9a1717;
  border-color: rgba(154, 23, 23, 0.35);
  background: rgba(154, 23, 23, 0.05);
}

.mp-form-status.is-success {
  color: #0f5f32;
  border-color: rgba(15, 95, 50, 0.35);
  background: rgba(15, 95, 50, 0.06);
}

.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-field {
  position: relative;
  min-height: 42px;
}

.mp-field input,
.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-field textarea {
  resize: vertical;
  min-height: 54px;
}

.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-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-field-full {
  margin-top: 28px;
}

.mp-upload-note {
  margin-top: 20px;
  color: #aaa;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}

.mp-upload-box {
  margin-top: 10px;
  min-height: 70px;
  border: 1px dashed rgba(0,0,0,0.2);
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 16px;
  cursor: pointer;
  color: #9d9d9d;
  text-align: center;
  transition:
    border-color 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease);
}

.mp-upload-box:hover {
  border-color: #000;
  color: #000;
  background: rgba(0,0,0,0.025);
}

.mp-upload-box input {
  display: none;
}

.mp-upload-icon {
  font-size: 22px;
  line-height: 1;
}

.mp-upload-text {
  font-size: 12px;
  line-height: 1;
}

.mp-upload-filename {
  display: block;
  max-width: 100%;
  color: #000;
  font-size: 11px;
  line-height: 1.3;
  word-break: break-word;
}

.mp-submit-btn {
  width: 100%;
  height: 66px;
  margin-top: 34px;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-family: "Afacad Flux", sans-serif;
  transition:
    background 400ms var(--mp-ease),
    transform 400ms var(--mp-ease),
    opacity 400ms var(--mp-ease);
}

.mp-submit-btn:hover {
  background: #171717;
  transform: translateY(-4px);
}

.mp-submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}


/* REVEAL */

.mp-reveal {
  opacity: 1;
  transform: none;
}

.mp-js-ready .mp-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms var(--mp-ease),
    transform 760ms var(--mp-ease);
}

.mp-js-ready .mp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* RESPONSIVE */

@media (max-width: 1300px) {
  .mp-career-layout {
    grid-template-columns: 1fr;
  }

  .mp-career-form-card {
    max-width: 920px;
  }
}

@media (max-width: 1200px) {
  .mp-quote-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mp-quote-form-card {
    justify-self: start;
    max-width: 820px;
  }
}

@media (max-width: 900px) {
  .mp-career-hero {
    min-height: 72vh;
    min-height: 72svh;
  }

  .mp-scroll-arrow {
    width: 62px;
    height: 62px;
  }

  .mp-career-hub {
    padding: 70px 20px 82px;
  }

  .mp-career-heading h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .mp-career-heading span {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-career-orbit {
    min-height: auto;
    display: grid;
    gap: 14px;
    place-items: stretch;
    padding: 24px;
  }

  .mp-career-orbit::before,
  .mp-career-orbit::after,
  .mp-career-orbit-core {
    display: none;
  }

  .mp-career-node {
    position: relative;
    inset: auto !important;
    width: 100%;
    justify-content: flex-start;
  }

  .mp-career-grid {
    grid-template-columns: 1fr;
  }

  .mp-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mp-career-hero {
    min-height: 78vh;
    min-height: 78svh;
  }

  .mp-career-hero-content {
    width: 100%;
    padding: 70px 22px 96px;
  }

  .mp-career-hero h1 {
    font-size: clamp(50px, 16vw, 82px);
  }

  .mp-career-hero-content > p:not(.mp-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-outline-btn {
    min-width: 210px;
    min-height: 48px;
  }

  .mp-scroll-arrow {
    left: 0;
  }

  .mp-career-panel,
  .mp-career-form-card {
    padding: 34px 24px;
  }

  .mp-career-panel h3,
  .mp-career-form-head h3 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .mp-career-panel-number {
    font-size: 70px;
    right: 22px;
    top: 22px;
  }

  .mp-career-submit {
    height: 58px;
    font-size: 13px;
  }

  .mp-quote-section {
    min-height: auto;
  }

  .mp-quote-inner {
    min-height: auto;
    padding: 78px 20px;
  }

  .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;
  }

  .mp-submit-btn {
    height: 58px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .mp-kicker,
  .mp-quote-kicker,
  .mp-career-heading p,
  .mp-career-form-head p {
    letter-spacing: 0.28em;
  }

  .mp-product-options span {
    min-height: 32px;
    font-size: 10px;
    padding: 0 12px;
  }

  .mp-quote-form-card,
  .mp-career-form-card {
    padding: 30px 20px;
  }
}/* End custom CSS */