﻿:root {
  --variable-collection-color-contrast: rgba(192, 214, 236, 1);
}

@font-face {
  font-family: "Belgro";
  src: url("/Content/frontend/fonts/Belgro/Belgro.ttf") format("truetype"), url("/Content/frontend/fonts/Belgro/Belgro.otf") format("opentype"); /* Fallback per Mac/iOS vecchi */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Impedisce che il testo sparisca mentre il font carica */
}
.button-mobile,
#quinoa-widget {
  display: none !important;
}

/*@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:800,600,500,400,700");*/ /* @FONTWARNING[{"type": "restricted", "family": "Belgro-Black", "weight": "900", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/*html,
body {
  margin: 0px;
  height: 100%;
}*/
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

/*a {
  text-decoration: none;
}*/
@font-face {
  font-family: "Belgro-Black";
  src: local("Belgro-Black");
}
.boxed-site {
  font-family: "Belgro-Black";
}

.ff-belgro {
  font-family: "Belgro";
}

.wrapper-max-content {
  max-width: 1430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.suptitle {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.macbook-pro {
  /*background-color: #ffffff;*/
  /*overflow: hidden;*/
  width: 100%;
  /*min-width: 1728px;*/
  /*min-height: 3828px;*/
  /*display: flex;*/
}
.macbook-pro .black-color {
  color: #000;
}
.macbook-pro .secondary-color {
  color: #B3EF00 !important;
}
.macbook-pro .m-rl-auto {
  margin-left: auto;
  margin-right: auto;
}
.macbook-pro .mt-20 {
  margin-top: 20px;
}
.macbook-pro .width-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.macbook-pro .hero-content {
  /*position: absolute;
  top: 0;*/
  padding-top: 120px;
}
.macbook-pro .hero-content .text {
  position: relative;
  align-self: stretch;
  font-family: "Belgro";
  font-weight: 900;
  color: #fff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 35px;
}
.macbook-pro .text-wrapper-2 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 50px;
}
.macbook-pro .flexcontainer-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
  /*bottom: 75px;*/
  /*position: absolute;*/
  /*padding-left: 130px;*/
}
.macbook-pro .text-wrapper-42 {
  font-family: Belgro;
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}
.macbook-pro .element-fascia-3 {
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
  background: #006DE4;
  border-radius: 18px;
  margin-top: 70px;
}
.macbook-pro .element-fascia-3 .text-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 25px;
  /*   font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;*/
}
.macbook-pro .hr-custom-divider {
  display: block;
  height: 4px;
  background: #97CCFF;
  margin-top: 100px;
  margin-bottom: 100px;
}
.macbook-pro .h-buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: max-content;
}
.macbook-pro .pulsante {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 100px;
  max-width: max-content;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #B3EF00;
  background-color: #B3EF00;
  /*display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 37px;
  background-color: #0073e0;
  border-radius: 100px;
  max-width: max-content;*/
}
.macbook-pro .pulsante a {
  color: #0073E0;
}
.macbook-pro .pulsante.inverted-colors {
  background-color: transparent;
}
.macbook-pro .pulsante.inverted-colors a {
  color: #B3EF00;
}
.macbook-pro .pulsante.pulsante2 {
  background-color: #0073E0;
  border-color: #0073E0;
}
.macbook-pro .pulsante.pulsante2 a {
  color: #fff;
}
.macbook-pro .bg-hero > .row {
  position: relative;
  height: 688px;
  background-image: url("/Content/frontend/img-html/landing-financing/bg-hero.jpg");
  background-size: cover;
  background-position: center center;
}
.macbook-pro .youmans-drive {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  background-color: #002141;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 38px;
  color: #C0D6EC;
  border-radius: 30px;
  width: 100%;
  max-width: max-content;
  padding: 0 20px;
  text-transform: uppercase;
}
.macbook-pro .mod-recesso-content .mod-recesso-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.macbook-pro .mod-recesso-content .mod-recesso-container.mod-recesso-container-top {
  padding-top: 100px;
}
.macbook-pro .mod-recesso-content .mod-recesso-container.mod-recesso-container-bottom {
  padding-bottom: 130px;
}
.macbook-pro .mod-recesso-content .download {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 130px;
}
.macbook-pro .mod-recesso-content .download .content .title {
  font-family: Belgro;
  font-weight: 900;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #0073E0;
  margin-bottom: 48px;
}
.macbook-pro .mod-recesso-content .download .content .desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  margin-bottom: 0;
}
.macbook-pro .mod-recesso-content .download .butn {
  border: 1.2px solid #0073E0;
  border-radius: 20px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  max-width: max-content;
  padding: 14px 39px;
}
.macbook-pro .mod-recesso-content .download .butn a {
  color: #0073E0;
}
.macbook-pro .mod-recesso-content .form-wrapper {
  padding-top: 50px;
}
.macbook-pro .mod-recesso-content .form-wrapper .content .title {
  font-family: Belgro;
  font-weight: 900;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #0073E0;
  margin-bottom: 40px;
}
.macbook-pro .mod-recesso-content .form-wrapper .content .desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.macbook-pro .mod-recesso-divider {
  display: block;
  background: #0073E0;
  height: 5px;
  max-width: 1496px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.macbook-pro .has-error .field-validation-error {
  font-family: Montserrat;
  color: red !important;
  text-align: left !important;
}
.macbook-pro .has-error .form-control {
  border-color: red !important;
}
.macbook-pro .has-error label {
  color: red !important;
}
.macbook-pro .alert-message {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  background: #FFE3E3;
  border: 1px solid red;
  border-radius: 5px;
  color: red;
  margin-top: 30px;
  padding: 22px 10px;
}
.macbook-pro .element-fascia-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.macbook-pro .how-to-wrapper {
  padding-top: 80px;
  padding-bottom: 20px;
}
.macbook-pro .how-to-wrapper .main-title {
  font-family: Belgro;
  font-weight: 900;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #0073E0;
  margin-top: 0;
  margin-bottom: 0;
}
.macbook-pro .how-to-wrapper .main-desc {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0%;
  margin-bottom: 45px;
}
.macbook-pro .how-to-wrapper .steps-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper {
  width: 25%;
  position: relative;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar {
  height: 4px;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar.bar-1, .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar.bar-2 {
  background: #B3EF00;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar.bar-3, .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar.bar-4 {
  background: #fff;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar span {
  border: 2px solid #B3EF00;
  height: 25px;
  width: 25px;
  position: absolute;
  border-radius: 50%;
  top: -12px;
  background: #fff;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar.bar-1 span {
  border-width: 8px;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .day-title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-top: 20px;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .desc {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  max-width: 240px;
}
.macbook-pro .faq-wrapper .main-title {
  font-family: Belgro;
  font-weight: 900;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #0073E0;
  margin-top: 0;
  margin-bottom: 0;
}
.macbook-pro .custom-faq .panel-default {
  background: transparent;
  border: none;
  border-bottom: 2px solid #B3EF00;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0 !important;
}
.macbook-pro .custom-faq .panel-heading {
  background: transparent;
  border: none;
  padding: 18px 0;
  box-shadow: none;
}
.macbook-pro .custom-faq .panel-title > a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0%;
  position: relative;
  display: block;
  padding-right: 30px;
  /*color: $faq-text-color;*/
  color: #0073E0;
  text-decoration: none;
}
.macbook-pro .custom-faq .panel-title > a:not(.collapsed) {
  color: #0073E0;
}
.macbook-pro .custom-faq .panel-title > a.collapsed::after {
  font-size: 32px;
  line-height: 38px;
}
.macbook-pro .custom-faq .panel-title > a::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #0073E0;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}
.macbook-pro .custom-faq .panel-title > a.collapsed::after {
  content: "+";
  color: #0073E0;
}
.macbook-pro .custom-faq .panel-body {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -1%;
  padding: 0 30px 18px 0;
  border: none !important;
  /*color: $faq-body-color;*/
  color: #0073E0;
  background: #fff;
}
.macbook-pro .requirements-and-documents-wrapper .main-title {
  font-family: Belgro;
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #fff;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 45px;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div {
  background-color: #003E82;
  border-radius: 18px;
  border: 0.5px solid;
  border-color: #0073e0;
  padding: 45px 80px;
  position: relative;
  width: 100%;
  max-width: 700px;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div .title {
  color: #fff;
  font-family: "Belgro";
  font-weight: 900;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div .subtitle {
  margin-bottom: 30px;
  line-height: 100%;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div ul li {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div ul li img {
  margin: 0;
  margin-top: 4px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .requirements-and-documents > div {
  background: #E9F4FF;
  border-color: #005BE3;
  padding: 50px 60px 75px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .requirements-and-documents > div .title {
  color: #0073E0;
  margin-top: 45px;
  margin-bottom: 0;
  min-height: 70px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .requirements-and-documents > div .desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  gap: 5px;
  position: relative;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart::before {
  content: "Rate mensili";
  left: 0;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart::after {
  content: "Maxi rata finale";
  right: 0;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart.with-same-heights {
  margin-top: 45px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart.with-same-heights::after {
  content: "Nessun saldo";
  right: 0;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart::before, .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart::after {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
  position: absolute;
  bottom: -30px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div {
  flex: 1;
  background: #0073E0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div.same-heights {
  height: 65px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div.different-heights {
  height: 46px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div.different-heights:last-child {
  height: 98px;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .badge-box {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding: 8px 19px;
  border-radius: 30px;
  max-width: max-content;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .badge-box.badge-classic {
  background: #B3EF00;
  color: #0073E0;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .badge-box.badge-maxi {
  background: #E7044F;
  color: #C0D6EC;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .suptitle {
  color: #002141;
}
.macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .main-title {
  color: #000;
}
.macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .suptitle {
  color: #fff;
  text-align: center;
}
.macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .main-title {
  color: #fff;
  text-align: center;
}
.macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .requirements-and-documents > div {
  background: #003E82;
  border-color: #003E82;
}
.macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .requirements-and-documents > div .title {
  margin-top: 25px;
  /*margin-bottom: 0px;*/
  color: #fff;
}
.macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .requirements-and-documents > div .desc {
  color: #fff;
}
.macbook-pro .installment-steps-wrapper {
  padding: 75px 0 100px;
}
.macbook-pro .installment-steps-wrapper .installment-texts {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.macbook-pro .installment-steps-wrapper .installment-texts p {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.macbook-pro .installment-steps-wrapper .installment-steps {
  display: flex;
  gap: 8px;
  margin-top: 45px;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div {
  flex: 1;
  box-sizing: border-box;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step {
  border-radius: 30px;
  padding: 29px 10px 29px 20px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1098039216);
}
.macbook-pro .installment-steps-wrapper .installment-steps > div .title, .macbook-pro .installment-steps-wrapper .installment-steps > div .desc {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 5%;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-1 {
  background: #002141;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-1 .title {
  color: #B3EF00;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-1 .desc {
  color: #FFF;
  margin-bottom: 0;
  font-weight: 500;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-2 {
  background: #0073E0;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-2 .title {
  color: #FFF;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-3 {
  background: #97CCFF;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-3 .title {
  color: #0073E0;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-4 {
  background: #EBF5FF;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-4 .title {
  color: #0073E0;
}
.macbook-pro .installment-steps-wrapper .installment-steps > div.step-4 .desc {
  color: #0073E0;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: right;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0;
}
.macbook-pro .info-content-wrapper {
  padding-bottom: 100px;
}
.macbook-pro .info-content-wrapper p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #000;
}
.macbook-pro .info-content-wrapper .title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #0073E0;
}
.macbook-pro .info-content-wrapper a {
  color: #0073E0;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}
.macbook-pro .tan-taeg-differences .suptitle {
  color: #000;
}
.macbook-pro .tan-taeg-differences .desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
  max-width: 615px;
}
.macbook-pro .text-wrapper-21 {
  font-family: "Belgro";
  font-weight: 900;
  color: #0073e0;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 35px;
}
.macbook-pro .tan-taeg-faqs-wrapper {
  display: flex;
  padding-bottom: 70px;
}
.macbook-pro .tan-taeg-faqs-wrapper > div {
  flex: 1;
}
.macbook-pro .change-idea-wrapper {
  background: #0073E0;
  border-radius: 18px;
  max-width: 615px;
  padding: 13px 30px;
  margin-top: 60px;
}
.macbook-pro .change-idea-wrapper .title {
  display: flex;
  gap: 8px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #fff;
  align-items: center;
}
.macbook-pro .change-idea-wrapper .title img {
  margin: 0;
}
.macbook-pro .change-idea-wrapper .desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}

form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal {
  margin-top: 35px;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .fields-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group.two-columns-width {
  margin: 0 !important;
  width: 820px !important;
  max-width: 100% !important;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group label {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group textarea {
  margin: 0px !important;
  border-radius: 5px;
  border-width: 1px;
  max-width: 100%;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group input:not([type=checkbox]):not([type=radio]) {
  width: 400px;
  max-width: 100%;
  height: 48px;
  border-radius: 8px;
  border-radius: 8px;
  border-width: 1px;
  padding-top: 14px;
  padding-right: 12px;
  padding-bottom: 14px;
  padding-left: 12px;
  margin-bottom: 0px !important;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group .checkbox-wrapper {
  display: flex;
  align-content: center;
  gap: 6px;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group .checkbox-wrapper input[type=checkbox] {
  width: auto;
  margin: 0 !important;
  text-align: left;
  height: auto;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group .checkbox-wrapper > div {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .radio-group-wrapper {
  width: 100%;
  text-align: left;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .radio-group-wrapper .radio-options-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .radio-group-wrapper .radio-options-container .radio-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 6px;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .radio-group-wrapper .radio-options-container .radio-wrapper input[type=radio] {
  height: auto;
  width: auto;
}
form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .radio-group-wrapper .radio-options-container .radio-wrapper label {
  width: 100%;
  margin-bottom: 0;
}

.macbook-pro .mrl-15 {
  /*margin-right: -15px;
      margin-left: -15px;*/
}

.macbook-pro .group {
  position: relative;
}

.macbook-pro .hero {
  position: relative;
  height: 688px;
  /*background-image: url('/Content/frontend/img-html/youmans-drive/immagine-desktop.jpg');
      background-size: cover;
      background-position: center center;*/
}

/*.macbook-pro .bg-hero > .row {
        position: relative;
        height: 688px;
        background-image: url('/Content/frontend/img-html/youmans-drive/immagine-desktop.jpg');
        background-size: cover;
        background-position: center center;
    }*/
.macbook-pro .bg-hero > .row::before {
  /*position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          mix-blend-mode: overlay;
          background: linear-gradient( 180deg, rgba(0, 115, 224, 0.05) 0%, rgba(0, 83, 162, 0.63) 31%, rgba(0, 63, 122, 1) 100% );*/
}

/*.macbook-pro .hero-content {
    position: absolute;
    top: 0;
    padding-left: 130px;
    padding-top: 120px;
}*/
.macbook-pro .div {
  /*position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: overlay;
      background: linear-gradient( 180deg, rgba(0, 115, 224, 0.05) 0%, rgba(0, 83, 162, 0.63) 31%, rgba(0, 63, 122, 1) 100% );*/
}

.macbook-pro .flexcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .span {
  color: #000000;
}

.macbook-pro .element-fascia {
  padding-top: 75px;
}

.macbook-pro .auto-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 129px;
  gap: 11px;
}

.macbook-pro .p {
  font-family: "Belgro";
  font-weight: 900;
  color: #1e1e1e;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
  align-self: stretch;
}

.macbook-pro .text-wrapper-3 {
  font-family: "Belgro";
  font-weight: 900;
  color: #1e1e1e;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 34px;
}

.macbook-pro .flexcontainer-4 {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .text-2 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 23px;
  position: relative;
  align-self: stretch;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.macbook-pro .text-wrapper-4 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 50px;
}

.macbook-pro .text-wrapper-5 {
  font-family: "Belgro";
  font-weight: 900;
  color: #0073e0;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 50px;
}

.macbook-pro .text-wrapper-6 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .element-fascia-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 50px;
}
.macbook-pro .element-fascia-flex > div {
  background-color: #dbedff;
  border-radius: 18px;
  padding: 30px 0 25px 30px;
  max-width: 450px;
  width: 100%;
}
.macbook-pro .element-fascia-flex > div .number-text {
  font-family: "Belgro";
  font-weight: 900;
  color: #0073e0;
  font-size: 131px;
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: 45px;
}
.macbook-pro .element-fascia-flex > div .title-text {
  font-family: "Belgro";
  font-weight: 900;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}
.macbook-pro .element-fascia-flex > div .desc-text {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .services-wrapper > .row {
  background-color: #0073e0;
}

.macbook-pro .slider-yd-services {
  padding-bottom: 45px;
}

.macbook-pro .slider-yd-services .swiper-slide {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0073e0;
}

.macbook-pro .swiper-pagination {
  padding-bottom: 0;
}

.macbook-pro .services-flex.services-desktop-inline {
  display: flex;
  background-color: #0073e0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.macbook-pro .services-flex.services-desktop-inline .service-flex {
  width: 33.3333%;
  justify-content: center;
  display: flex;
  gap: 10px;
}

.macbook-pro .services-flex .service-flex {
  justify-content: center;
  display: flex;
  gap: 10px;
}

.macbook-pro .services-flex .service-flex .service-content {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
  text-align: start;
}

.macbook-pro .rectangle-6 {
  background-color: #0073e0;
}

.macbook-pro .rectangle-7 {
  background-color: #0073e0;
}

.macbook-pro .rectangle-8 {
  background-color: #0073e0;
}

.macbook-pro .line {
  left: 574px;
  position: absolute;
  top: 16px;
  width: 2px;
  height: 113px;
}

.macbook-pro .img {
  left: 1151px;
  position: absolute;
  top: 16px;
  width: 2px;
  height: 113px;
}

.macbook-pro .group-6 {
  width: 69px;
  height: 69px;
  margin: 0;
}

.macbook-pro .flexcontainer-5 {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .text-3 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.macbook-pro .text-wrapper-13 {
  font-weight: 900;
  color: #b3ee00;
  letter-spacing: 0.2px;
}

.macbook-pro .text-wrapper-14 {
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.macbook-pro .group-5 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.macbook-pro .flexcontainer-6 {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .flexcontainer-7 {
  margin-top: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .div-wrapper-content {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 0 90px;
  padding: 80px 0;
  align-items: center;
}

.macbook-pro .div-wrapper {
  background-color: #002140;
}
.macbook-pro .div-wrapper .why-content-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.macbook-pro .div-wrapper .why-content-flex > div {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.macbook-pro .div-wrapper .why-content-flex > div img {
  margin: 0;
}
.macbook-pro .div-wrapper .why-content-flex > div p {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0;
}

.macbook-pro .icon-check {
  width: 21px;
  height: 21px;
}

.macbook-pro .icon-check-2 {
  width: 21px;
  height: 21px;
}

.macbook-pro .icon-check-3 {
  width: 21px;
  height: 21px;
}

.macbook-pro .icon-check-4 {
  width: 21px;
  height: 21px;
}

.macbook-pro .non-un-antifurto-una {
  font-family: "Belgro";
  font-weight: 900;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 35px;
}

.macbook-pro .cos-youmans-drive {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
}

.macbook-pro .una-piattaforma {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .text-wrapper-15 {
  font-weight: 900;
  color: #b3ee00;
}

.macbook-pro .text-wrapper-17 {
  font-weight: 500;
  color: #ffffff;
}

.macbook-pro .text-wrapper-18 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .dashboard-completa {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .text-wrapper-19 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .text-wrapper-20 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
}

.macbook-pro .flexcontainer-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
  margin-top: 35px;
}

.macbook-pro .tre-pilastri-flex {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.macbook-pro .tre-pilastri-flex > div {
  background-color: #fff;
  border-radius: 18px;
  border: 0.5px solid;
  border-color: #0073e0;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 47px;
  position: relative;
  max-width: 398px;
}
.macbook-pro .tre-pilastri-flex > div .title {
  /*margin-bottom: 0;*/
}
.macbook-pro .tre-pilastri-flex > div .subtitle {
  margin-bottom: 30px;
  line-height: 100%;
}
.macbook-pro .tre-pilastri-flex > div img {
  /*position: absolute;
      top: 22px;
      left: 22px;*/
  margin-bottom: 70px;
}

.macbook-pro .text-wrapper-22 {
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #002140;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}

.macbook-pro .flexcontainer-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.macbook-pro .text-4 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.macbook-pro .text-wrapper-23 {
  color: #0073e0;
}

.macbook-pro .text-wrapper-24 {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #0073e0;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 51px;
}

.macbook-pro .element-sicurezza {
  font-family: "Belgro";
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}

.macbook-pro .text-wrapper-25 {
  letter-spacing: 0.2px;
}

.macbook-pro .text-wrapper-26 {
  letter-spacing: 0;
}

.macbook-pro .group-10 {
  width: 44px;
  height: 44px;
}

.macbook-pro .element-gestione-wrapper {
  display: flex;
}

.macbook-pro .element-gestione {
  font-family: "Belgro";
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

/* .macbook-pro .modalit-isolamento {
        position: absolute;
        top: 29px;
        left: 35px;
        width: 44px;
        height: 44px;
    }*/
.macbook-pro .text-wrapper-28 {
  color: #0073e0;
  letter-spacing: 0;
}

.macbook-pro .text-wrapper-29 {
  color: #000000;
  letter-spacing: 0;
}

.macbook-pro .text-wrapper-30 {
  color: #0073e0;
  letter-spacing: -0.03px;
}

.macbook-pro .text-wrapper-31 {
  color: #000000;
  letter-spacing: -0.03px;
}

.macbook-pro .text-wrapper-32 {
  color: #0073e0;
  letter-spacing: -0.06px;
}

.macbook-pro .text-wrapper-33 {
  color: #000000;
  letter-spacing: -0.06px;
}

.macbook-pro .element-valore-futuro-wrapper {
  display: flex;
}

.macbook-pro .element-valore-futuro {
  font-family: "Belgro";
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}

.macbook-pro .rectangle-11 {
  height: 767px;
  background-color: #002140;
}

.macbook-pro .overlap-group {
  display: flex;
  gap: 15px;
}

.macbook-pro .flexcontainer-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .text-6 {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 51px;
  position: relative;
  align-self: stretch;
}

.macbook-pro .text-wrapper-34 {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 51px;
}

.macbook-pro .flexcontainer-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .text-7 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: 51px;
  position: relative;
  align-self: stretch;
}

.macbook-pro .text-wrapper-35 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 51px;
}

.macbook-pro .text-wrapper-36 {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 50px;
}

.macbook-pro .text-wrapper-37 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.macbook-pro .flexcontainer-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.macbook-pro .text-8 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  align-self: stretch;
  margin-top: 48px;
  margin-bottom: 43px;
}

.macbook-pro .text-wrapper-38 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.macbook-pro .group-12 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 7px;
}

.macbook-pro .yd-badge {
  border-radius: 5px;
  display: flex;
  gap: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: #0073E0;
  color: #fff;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  padding: 3px 6px;
  font-family: "Montserrat", Helvetica;
}

.macbook-pro .yd-badge img {
  margin: 0;
}

.macbook-pro .text-wrapper-39 {
  color: #ffffff;
  font-size: 70px;
  line-height: normal;
  font-family: "Belgro";
  font-weight: 900;
  letter-spacing: 0;
}

.macbook-pro .text-wrapper-40 {
  font-family: "Belgro";
  font-weight: 900;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.macbook-pro .text-wrapper-41 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #b3ee00;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  background: #002c00;
  max-width: max-content;
  padding: 8px 17px;
  border-radius: 40px;
}

.macbook-pro .mostra-auto {
  position: relative;
  width: fit-content;
  margin-top: -3px;
  margin-bottom: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  border: none;
  background-color: transparent;
}

.macbook-pro .group-14 {
  position: absolute;
  top: 44px;
  left: 49px;
  width: 92px;
  height: 22px;
}

.macbook-pro .rectangle-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 22px;
  background-color: #0073e0;
  border-radius: 5px;
}

.macbook-pro .group-15 {
  position: absolute;
  width: 19.41%;
  height: 85.9%;
  top: 9.17%;
  left: 4.35%;
}

.macbook-pro .vector {
  position: absolute;
  width: 92.99%;
  height: 92.88%;
  top: 7.12%;
  left: 7.01%;
}

.macbook-pro .vector-2 {
  position: absolute;
  width: 80.93%;
  height: 64.67%;
  top: 35.33%;
  left: 19.07%;
}

.macbook-pro .vector-3 {
  position: absolute;
  width: 51.99%;
  height: 64.63%;
  top: 35.37%;
  left: 48.01%;
}

.macbook-pro .box-economics {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.macbook-pro .box-economics > div:first-child {
  background: #003c71;
  padding: 45px 40px 70px 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  max-width: 450px;
}
.macbook-pro .box-economics > div:last-child {
  background: #003360;
  padding: 70px 65px 70px 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  max-width: 580px;
}

.macbook-pro .quanto-costa {
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 100%;
}

@media (max-width: 1023px) {
  .macbook-pro {
    /*.text-wrapper-42 {
        font-family: Belgro;
        font-weight: 900;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
    }*/
  }
  .macbook-pro .width-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .macbook-pro .how-to-wrapper .main-title {
    font-family: Belgro;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0%;
    margin-bottom: 20px;
  }
  .macbook-pro .how-to-wrapper .main-desc {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0%;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper {
    flex-direction: column;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 8px;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar span {
    top: -3px;
    left: -10px;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .bar.bar-4 {
    background: transparent;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .day-title {
    margin-top: 0px;
  }
  .macbook-pro .how-to-wrapper .steps-wrapper .step-wrapper .desc {
    max-width: 100%;
  }
  .macbook-pro .hero-content {
    padding-top: 85px;
  }
  .macbook-pro .hero-content .text {
    font-family: Belgro;
    font-weight: 900;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: 0%;
  }
  .macbook-pro .installment-steps-wrapper .installment-texts {
    flex-direction: column;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps {
    flex-wrap: wrap;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div {
    flex: 0 0 49%;
    max-width: 50%;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div.step {
    padding: 25px;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div.step-1 .desc {
    text-align: right;
  }
  .macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div {
    padding: 40px 15px;
    max-width: 356px;
  }
  .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .requirements-and-documents > div {
    padding: 40px 15px;
  }
  .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .requirements-and-documents > div .title {
    margin-top: 30px;
  }
  .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart {
    margin-top: 45px;
  }
  .macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .suptitle,
  .macbook-pro .requirements-and-documents-wrapper.insurances-wrapper .main-title {
    text-align: left;
  }
  .macbook-pro .hr-custom-divider {
    margin-top: 75px;
    margin-bottom: 20px;
  }
  .macbook-pro .faq-wrapper {
    margin-top: 35px;
  }
  .macbook-pro .tan-taeg-faqs-wrapper {
    flex-direction: column;
  }
  .macbook-pro .element-fascia-3 {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .macbook-pro .text-wrapper-2 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0%;
    margin-bottom: 25px;
  }
  .macbook-pro .h-buttons-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .macbook-pro .text-2 {
    text-align: left;
    margin-left: 0;
  }
  .macbook-pro .mod-recesso-content .download {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .macbook-pro .mod-recesso-content .mod-recesso-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .macbook-pro .mod-recesso-divider {
    max-width: 100%;
  }
  form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .fields-container {
    flex-direction: column;
    align-items: flex-start;
  }
  form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .fields-container > div {
    width: 100%;
  }
  form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group {
    width: 100%;
  }
  form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group.two-columns-width {
    width: 100% !important;
  }
  form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .form-group input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
  }
  form:not(#formFiltersHome):not(#contact-form):not(#formQuotazione).form-drawal .radio-group-wrapper .radio-options-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .boxed-site {
    margin-top: 191px;
  }
  .macbook-pro .bg-mobile-installment {
    background: #EBF5FF;
  }
  .macbook-pro .installment-steps-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .macbook-pro .installment-steps-wrapper .installment-texts p:last-child {
    text-align: right;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps {
    flex-direction: column;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div {
    max-width: 100%;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div.step {
    height: 121px;
    min-height: 121px;
    position: relative;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div.step .title span {
    position: absolute;
    right: 25px;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div.step-4 {
    box-shadow: none;
    background: transparent;
  }
  .macbook-pro .installment-steps-wrapper .installment-steps > div hr {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #0073E0 50%, rgba(255, 255, 255, 0) 50%);
    background-position: top;
    background-size: 24px 2px;
    background-repeat: repeat-x;
    margin: 30px 0 5px;
  }
  .macbook-pro .requirements-and-documents-wrapper .requirements-and-documents > div {
    max-width: 100%;
  }
  .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div.same-heights {
    height: 35px;
  }
  .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div.different-heights {
    height: 35px;
  }
  .macbook-pro .requirements-and-documents-wrapper.classic-or-maxi .high-chart > div.different-heights:last-child {
    height: 65px;
  }
  .macbook-pro .text-wrapper-3 {
    font-size: 28px;
    line-height: 30px;
  }
  .macbook-pro .text {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0%;
  }
  .macbook-pro .element-fascia-flex > div {
    padding: 50px 25px 40px;
  }
  .macbook-pro .element-fascia-flex > div .number-text {
    font-size: 80px;
    line-height: 64px;
  }
  .macbook-pro .div-wrapper-content {
    flex-direction: column-reverse;
    gap: 70px;
  }
  .macbook-pro .tre-pilastri-flex > div img {
    margin-bottom: 25px;
  }
  .macbook-pro .box-economics {
    flex-direction: column;
  }
  .macbook-pro .box-economics > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px 25px 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .macbook-pro .box-economics > div:last-child {
    border-radius: 0 0 25px 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .macbook-pro .overlap-group {
    justify-content: space-between;
  }
  .macbook-pro .text-8 {
    text-align: center;
  }
  .macbook-pro .group-5 {
    border: none;
  }
}
@media (max-width: 390px) {
  .macbook-pro .installment-steps-wrapper .installment-steps > div .title {
    font-size: 18px;
  }
}
