﻿: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";
}

.macbook-pro {
  /*background-color: #ffffff;*/
  /*overflow: hidden;*/
  width: 100%;
  /*min-width: 1728px;*/
  /*min-height: 3828px;*/
  /*display: flex;*/
}
.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 .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: 25px;
  line-height: 64px;
  letter-spacing: 0%;
  text-align: center;
}
.macbook-pro .element-fascia-3 {
  padding: 50px 0 80px;
  text-align: center;
  color: #fff;
}
.macbook-pro .element-fascia-3 .text-desc {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}
.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-drawal/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: 50px;
  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 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.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 .faq-wrapper .faq-content {
  margin-top: 30px;
}
.macbook-pro .custom-faq .panel-default {
  background: transparent;
  border: none;
  border-bottom: 2px solid #0073E0;
  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: 800;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0%;
  position: relative;
  display: block;
  padding-right: 30px;
  color: #000000;
  text-decoration: none;
}
.macbook-pro .custom-faq .panel-title > a:not(.collapsed) {
  color: #0073E0;
}
.macbook-pro .custom-faq .panel-title > a::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #0073E0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.macbook-pro .custom-faq .panel-title > a.collapsed::after {
  content: "+";
  color: #0073E0;
}
.macbook-pro .custom-faq .panel-body {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0%;
  padding: 0 30px 18px 0;
  border: none !important;
  color: #333333;
  background: #fff;
}

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 .text {
        position: relative;
        align-self: stretch;
        font-family: 'Belgro';
        font-weight: 900;
        color: transparent;
        font-size: 64px;
        letter-spacing: 0;
        line-height: 60px;
    }*/
/*.macbook-pro .text-wrapper {
        color: #ffffff;
    }*/
.macbook-pro .span {
  color: #000000;
}

/*.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 .span-wrapper {
    text-shadow: 0px 4px 15px #0000004c;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 31px;
    position: relative;
    align-self: stretch;
}*/
/*.macbook-pro .text-wrapper-2 {
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 31px;
}*/
/*
    .macbook-pro .youmans-drive {
        font-family: "Montserrat", Helvetica;
        font-weight: 500;
        color: var(--variable-collection-color-contrast);
        font-size: 18px;
        letter-spacing: 0.9px;
        line-height: 38px;
        background-color: #C0D6EC;
        border-radius: 30px;
        width: 100%;
        max-width: max-content;
        padding: 0 20px;
    }*/
.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 .text-wrapper-21 {
  font-family: "Belgro";
  font-weight: 900;
  color: #0073e0;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 44px;
}

.macbook-pro .flexcontainer-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.79px;
}

.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-wrapper {
  display: flex;
}

.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 .element-fascia-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}*/
/*.macbook-pro .element-fascia-3 {

        padding: 50px 0 80px;
    }*/
.macbook-pro .rectangle-11 {
  height: 767px;
  background-color: #002140;
}

/*.macbook-pro .rectangle-wrapper {
        display: flex;
        background-color: #ecf6ff;
        border-radius: 25px;
        border: 0.5px solid;
        border-color: #0073e0;
    }

    .macbook-pro .rectangle-12 {
        width: 579px;
        height: 518px;
        margin-left: 439px;
        background-color: #d9d9d9;
        background-color: #003c71;
        border-radius: 0px 25px 25px 0px;
        mix-blend-mode: multiply;
    }*/
.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 {
  /* position: absolute;
      width: 24.71%;
      height: 12.15%;
      top: 17.96%;
      left: 4.77%;*/
  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 .rectangle-13 {
        position: absolute;
        top: 0;
        left: 0;
        width: 292px;
        height: 37px;
        background-color: #b3ee00;
        border-radius: 40px;
    }*/
/*.macbook-pro .pulsante {
        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 .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 .text-wrapper-42 {
        font-family: 'Belgro';
        font-weight: 900;
        color: #0073e0;
        font-size: 35px;
        text-align: center;
        letter-spacing: 0;
        line-height: 44px;
    }*/
.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 .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 .youmans-drive {
    background-color: transparent;
    color: #002141;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 5%;
    text-transform: uppercase;
    padding: 0;
  }
  .macbook-pro .text {
    font-family: Belgro;
    font-weight: 900;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: 0%;
  }
  .macbook-pro .text-wrapper-2 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0%;
  }
  .macbook-pro .h-buttons-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .macbook-pro .text-wrapper-21 {
    font-family: Belgro;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: left;
  }
  .macbook-pro .text-2 {
    text-align: left;
    margin-left: 0;
  }
  .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 .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 .hero {
      height: 650px;        
  }*/
  /*.macbook-pro .bg-hero > .row {
      height: 650px;
      background-image: url('/Content/frontend/img-html/youmans-drive/immagine-mobile.jpg');
  }*/
  /*.macbook-pro .hero-content {
      padding-left: 15px;
      padding-top: 15px;
  }*/
  /* .macbook-pro .span-wrapper {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
  }*/
  /*.macbook-pro .youmans-drive {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 5%;
      padding: 6px 12px;
  }*/
  .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 .flexcontainer-2 {
      bottom: 30px;
      padding-left: 15px;
  }*/
  .macbook-pro .text-wrapper-2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
  }
  /*.macbook-pro .services-flex.services-desktop-inline {
      flex-direction: column;
  }*/
  .macbook-pro .services-flex .swiper-wrapper {
    /*padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0073e0;*/
  }
  .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 .text-wrapper-42 {
      font-size: 28px;
      line-height: 35px;
  }*/
  .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;
  }
}
