/* Generated on: Wed Apr 13 2022 15:46:41 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type='checkbox'],input[type='radio']{box-sizing:border-box;padding:0}input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button{height:auto}input[type='search']{-webkit-appearance:none}input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */
   
   /* ==========================================================================
      Start of custom Webflow CSS
      ========================================================================== */
   .w-layout-grid {
     display: -ms-grid;
     display: grid;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
     grid-row-gap: 16px;
     grid-column-gap: 16px;
   }
   
   
   
   h1 {
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 38px;
     line-height: 44px;
     font-weight: 700;
   }
   
   h2 {
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 110px;
     line-height: 1;
     font-weight: 700;
   }
   
   li {
    list-style-type: none;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
   
   .heading {
    margin-bottom: 8px;
    color: #f5c744;
    font-size: 85px;
    text-align: center;
    font-weight: 550;
}
 
   
   .heading.followers {
     text-align: center;
   }
   
   .text-block-5 {
    display: inline-block;
    color: #fcfaf8;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}
   
   .column {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: auto;
     margin-right: 0px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }

   .column-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}
   
   .column.last {
     border: 1px none #000;
   }

   .align-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
  
   
   .text-span {
     margin-right: 2px;
   }
   
   .div-block-7 {
     position: static;
     left: auto;
     top: 0%;
     right: 0%;
     bottom: auto;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: auto;
     padding: 0px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }
   
   .image {
     height: auto;
     cursor: pointer;
   }
   
   ._4-columns {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._2-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: flex;
  flex-direction: row;
}
._2-columns-storia {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: flex;
  flex-direction: row;
  gap: 20px; 
  width: 100%;
  height: 100%;
}
._2-columns-contatti {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0; 
  grid-column-gap: 0px; 
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
._2-columns-revamping {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0; 
  grid-column-gap: 0px; 
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
._4-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  column-gap: 80px;
}
.display-box-viola {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.display-box-viola {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

._3-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: flex;
  flex-direction: row;
  gap: 20px; 
  width: 100%;
  height: 100%;
}
   
   .image-2 {
     height: 24px;
     margin-right: 12px;
   }
   
   .info-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-right: auto;
     margin-left: auto;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   .text-block-5 {
    font-size: 18px;
    margin-top: 20px;
}
.ico-social{
  width: 15%; 
  margin-bottom: 20px; 
  grid-column-gap: 20px;
}
   
   @media screen and (min-width: 1440px) {
     
   
     .footer-2.random {
       height: 12%;
       border-top-color: #161616;
     }
   
     .heading.tips {
       margin-bottom: 8px;
       font-size: 85px;
     }
   
     .heading.followers {
       font-size: 85px;
     }
   
     .heading.fatturato {
       font-size: 90px;
       text-align: center;
     }

     .heading.esperienza {
      font-size: 90px;
      text-align: center;
    }
   
     .text-block-5 {
       font-size: 18px;
     }
   
     
   }
   
   @media screen and (max-width: 991px) {
     .container {
       -webkit-box-align: start;
       -webkit-align-items: start;
       -ms-flex-align: start;
       align-items: start;
       -webkit-align-content: start;
       -ms-flex-line-pack: start;
       align-content: start;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .container.footer {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
   
     .container.footer {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
   
     .col._3-col {
       width: auto;
     }
   
     .col._3-col.middle {
       margin-bottom: 0px;
       -webkit-box-pack: end;
       -webkit-justify-content: flex-end;
       -ms-flex-pack: end;
       justify-content: flex-end;
     }
   
     .col._3-col.last {
       display: block;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .col._3-col.branding {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
     }
   
     .col._3-col.branding {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .col._3-col.middle {
       margin-bottom: 0px;
       -webkit-box-pack: end;
       -webkit-justify-content: flex-end;
       -ms-flex-pack: end;
       justify-content: flex-end;
       -webkit-box-ordinal-group: 2;
       -webkit-order: 1;
       -ms-flex-order: 1;
       order: 1;
     }
   
     .col._3-col.last {
       display: block;
     }
   
     .logo {
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
     }
   
     .button {
       margin-bottom: 0px;
       -webkit-align-self: flex-end;
       -ms-flex-item-align: end;
       align-self: flex-end;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .tip-control__name-2 {
       margin-right: 0px;
     }
   
     .progress-bar__content-4 {
       width: 14%;
     }
   
     .logo-2 {
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
     }
   
     .button-5 {
       margin-bottom: 0px;
       -webkit-align-self: flex-end;
       -ms-flex-item-align: end;
       align-self: flex-end;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .button-5.secondary {
       margin-right: 8px;
     }
   
     .warning-message-wrapper {
       padding: 8px;
       background-color: rgba(238, 224, 20, 0.96);
     }
   
     .warning-message {
       padding: 0px;
       background-color: transparent;
     }
   
     .text-block-6 {
       color: rgba(20, 20, 18, 0.96);
     }
   
     .div-block-7 {
       position: static;
       left: auto;
       top: 0%;
       right: 0%;
       bottom: auto;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       height: 100%;
       padding: 0px;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   }
   
   @media screen and (max-width: 767px) {
    
   
     .container {
       display: block;
       margin-right: 0px;
       margin-left: 0px!important;
       justify-items: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: 1fr 1fr auto auto;
       grid-template-rows: 1fr 1fr auto auto;
       padding-right: 0!important;
       padding-left: 0!important;
     }
   
     .container.footer {
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
   
     .container.footer {
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
   
     .col._3-col.middle {
       margin-bottom: 16px;
     }
   
     .col._3-col.last {
       width: 50%;
     }
   
     .col._3-col.branding {
       margin-bottom: 16px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .col._3-col.branding {
       margin-bottom: 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .col._3-col.middle {
       margin-bottom: 16px;
     }
   
     .col._3-col.branding {
       margin-bottom: 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .col._3-col.branding {
       margin-bottom: 16px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .col._3-col.middle {
       margin-bottom: 16px;
     }
   
     .col._3-col.last {
       width: 50%;
       margin-bottom: 16px;
     }
   
     .logo.main {
       margin-bottom: 16px;
     }
   
     .logo.main {
       display: none;
       margin-bottom: 16px;
     }
   
     .logo.mobile {
       display: block;
     }
   
     .logo.mobile {
       display: block;
     }
   
     .logo.main {
       display: none;
       margin-bottom: 16px;
     }
   
     .button {
       width: 100%;
       margin-bottom: 16px;
       -webkit-box-ordinal-group: 2;
       -webkit-order: 1;
       -ms-flex-order: 1;
       order: 1;
     }
   
     .progress {
       margin-bottom: 40px;
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .tip-control__name-2 {
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
   
     .tip-control-2 {
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
   
     .progress-4 {
       margin-bottom: 16px;
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .logo-2 {
       margin-right: 0px;
     }
   
     .logo-2.mobile {
       display: block;
     }
   
     .logo-2.main {
       display: none;
       margin-bottom: 16px;
     }
   
     .footer-2.random {
       height: 32%;
       border-bottom-color: #080808;
     }
   
     .button-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 0px;
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
   
     .button-5 {
       width: 100%;
       margin-bottom: 0px;
       -webkit-box-ordinal-group: 2;
       -webkit-order: 1;
       -ms-flex-order: 1;
       order: 1;
     }
   
     .button-5.secondary {
       margin-bottom: 0px;
     }
   
     .heading {
       font-size: 100px;
     }
   
     .heading.tips {
       font-size: 100px;
     }
   
     .column {
       height: 100%;
       padding-top: 16px;
       padding-bottom: 16px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       border-bottom: 1px solid #282729;
       border-right-style: none;
       background-image: none;
       background-position: 0px 0px;
     }
   
     .warning-message-wrapper {
       display: none;
     }
   
     .warning-message {
       display: block;
     }
   
     .text-block-6 {
       font-size: 12px;
       text-align: center;
     }
   
     ._4-columns {
      width: 100%;
      height: 100%;
      grid-column-gap: 0px;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      display: flex!important;
      flex-wrap: wrap!important;
      flex-direction: column!important;
      align-items: center!important;
    }
    .heading {
      font-size: 40px!important;
  }
  .text-block-5 {
    font-size: 16px!important;
}
.page-container {
  padding: 30px 40px!important;
}
.text-container {
  padding: 0!important; 
}
.border-clienti {
  border-bottom: solid 1px #C9C9C9;
  width: 50%!important;
}
.clienti {
  margin-left: 0!important;
  margin-right: 0!important;
  background-color: #fdfbf0;
  margin-top: 30px;
  width: 400px!important;
}
.title-clienti {
  padding-left: 40px!important;
}
.column {
  padding-top: 0!important;
  padding-bottom: 0!important;
  border-bottom: none!important;
}
.project-collection-item {
  margin: 20px 0.16%;
  padding: 0!important
}

.project-collection-item-second {
  margin: 0!important;
  padding: 0!important;
}
.section-header-yellowbg {
  font-size: 25px!important;
}
.column-footer {
  padding: 0!important;
  width: 100%!important;
}
._2-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto!important;
  grid-template-rows: auto!important;
  display: flex!important;
  flex-direction: column;
  flex-wrap: wrap;
}
._3-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.logo {
  display: flex!important;
  justify-content: center!important;
}
.w-nav-button {
  width: 100%;
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
  background-color: #5c0099;
}
[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
  color: #fdc503;
  float: right;
}
.project-collection-item-storia {
  width: 350px;
  margin: 0px 0.16%;
  padding: 10px 50px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 5%);
}
.project-collection-item-wrapper {
  padding-right: 0;
}
.project-collection-item-storia {
  width: 350px;
  margin: 0px 0.16%;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 5%);
}
.display-box-viola {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.mid-slide-header-container {
  margin-bottom: 10px;
  width: 280px;
}
.mid-slide-header {
  width: 250px;
}
.title-download {
  width: 350px;
}
.mid-slide-header-container-download {
  width: 350px !important;
}
.project-collection-item-incentivi {
  padding: 0;
}
.page-container-text {
  padding: 20px 20px;
}
.box-ico-certificazioni {
  background-color: #ffffff;
  width: 90%;
  margin-top: 20px;
  border-radius: 15px;
  justify-content: center;
}
.box-ico-sostenibilita {
  width: 100%;
}
.bg-incentivi {
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 500px;
}
.bg-manifesto {
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 500px;
}
.bg-greenlab {
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 500px;
}
.ico-social{
    width: 40px;
    margin-bottom: 40px;
    grid-column-gap: 20px;
    height: 40px;
}
.box-elite {
  width: 350px!important;
}
.text-container {
  padding: 20px!important;
}
.box-sostenibilita{
  margin-bottom: 20px;
  padding-left: 20px;
}
.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  color: #fdfbf0 !important;
  font-size: 15px;
}
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: 10px!important;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
.w-dropdown-link {
  color: #fdfbf0;
  padding: 10px 20px;
  display: block;
  font-size: 14px!important;
  line-height: 12px;
  margin-left: 20px!important;
}
   }
   
   @media screen and (max-width: 479px) {
     
   
     .container.footer {
       height: auto;
       margin-right: 0px;
       margin-left: 0px;
       padding: 16px 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
   
     .container.footer {
       position: fixed;
       width: 100%;
       height: auto;
       margin-right: 0px;
       margin-left: 0px;
       padding: 16px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-top-style: solid;
     }
   
     .col {
       width: 100%;
       text-align: center;
     }
   
     .col._3-col {
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .col._3-col.middle {
       display: block;
       overflow: visible;
       width: 100%;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: row-reverse;
       -ms-flex-direction: row-reverse;
       flex-direction: row-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       -ms-grid-row-align: auto;
       align-self: auto;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .col._3-col.last {
       width: 100%;
     }
   
     .col._3-col.branding {
       height: auto;
       max-width: none;
       margin-right: auto;
       margin-left: auto;
       padding-right: 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
       -webkit-align-self: stretch;
       -ms-flex-item-align: stretch;
       -ms-grid-row-align: stretch;
       align-self: stretch;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
       -webkit-box-flex: 0;
       -webkit-flex: 0 0 auto;
       -ms-flex: 0 0 auto;
       flex: 0 0 auto;
     }
   
     .col._3-col.branding {
       width: 70%;
     }
   
     .col._3-col.middle {
       width: 70%;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .col._3-col.branding {
       width: 70%;
       margin-bottom: 0px;
     }
   
     .col._3-col.branding {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       max-width: none;
       margin-right: auto;
       margin-left: auto;
       padding-right: 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-align-self: stretch;
       -ms-flex-item-align: stretch;
       align-self: stretch;
       -webkit-box-ordinal-group: 1;
       -webkit-order: 0;
       -ms-flex-order: 0;
       order: 0;
       -webkit-box-flex: 0;
       -webkit-flex: 0 0 auto;
       -ms-flex: 0 0 auto;
       flex: 0 0 auto;
     }
   
     .col._3-col.middle {
       display: block;
       overflow: visible;
       width: 100%;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: row-reverse;
       -ms-flex-direction: row-reverse;
       flex-direction: row-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       -ms-grid-row-align: auto;
       align-self: auto;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .col._3-col.last {
       width: 100%;
       margin-right: auto;
       margin-left: auto;
     }
   
     .logo {
       width: 100%;
       margin-bottom: 8px;
     }
   
     .logo.mobile {
       display: block;
     }
   
     .logo.main {
       display: none;
     }
   
     .logo.main {
       display: none;
     }
   
     .logo.mobile {
       display: block;
     }
   
     .logo.mobile {
       display: block;
     }
   
     .logo.main {
       display: none;
     }
   
     .paragraph {
       text-align: left;
     }
   
     .button {
       display: block;
       width: 100%;
       max-width: 230px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
   
     .progres-bar {
       width: 70%;
       margin-right: 4px;
     }
   
     .tip-control__name {
       margin-bottom: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   
     .progress {
       width: 100%;
       margin-bottom: 8px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   
     .tips-link {
       display: none;
     }
   
     .progres-bar-2 {
       width: 100%;
       margin-right: 8px;
     }
   
     .paragraph-3 {
       padding-right: 0px;
       text-align: left;
     }
   
     ._wf-tips-link {
       display: none;
     }
   
     .tip-control__name-2 {
       margin-bottom: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   
     .tip-control-2 {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
   
     .progress-bar__content-4 {
       width: 14%;
     }
   
     .round-button-2.right {
       display: block;
     }
   
     .progress-4 {
       width: 100%;
       max-width: 200px;
       margin-right: auto;
       margin-bottom: 16px;
       margin-left: auto;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   
     .logo-2 {
       width: auto;
       height: 20px;
       margin-right: 0px;
       margin-bottom: 0px;
       -webkit-align-self: auto;
       -ms-flex-item-align: auto;
       -ms-grid-row-align: auto;
       align-self: auto;
       text-align: left;
     }
   
     .logo-2.mobile {
       display: block;
       float: none;
       clear: none;
     }
   
     .logo-2.main {
       display: none;
     }
   
     .footer-2.random {
       position: static;
       overflow: visible;
       height: 20vh;
       border-top-style: solid;
     }
   
     .button-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-justify-content: space-around;
       -ms-flex-pack: distribute;
       justify-content: space-around;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .button-5 {
       display: block;
       width: 100%;
       max-width: 200px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
   
     .button-5.secondary {
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .heading {
       font-size: 80px;
     }
   
     .heading.tips {
       font-size: 80px;
     }
   
     .text-block-5 {
       font-size: 14px;
     }
   
     .column {
       background-image: none;
       background-position: 0px 0px;
       background-size: auto;
     }
   
     .warning-message-wrapper {
       display: none;
     }
   
     .text-block-6 {
       line-height: 1.5;
     }
   
     .image-2 {
       height: 16px;
       margin-right: 8px;
     }
   }
   