.barra-superiore-wrapper {
  display: contents;
}
 
.barra-superiore-container {
  width: 100%;
  height: auto;
  display: flex;
  z-index: 2;
  position: fixed;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  border-color: #92bbf1;
  border-style: solid;
  border-width: 1px;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: space-between;
  background-color:#e6edf9;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.barra-superiore-image {
  width: 160px;
  object-fit: cover;
}
 
.barra-superiore-link {
  display: contents;
}
 
.barra-superiore-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  text-decoration: none;
}
 
.barra-superiore-button {
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #364153;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #364153;
}
 
.barra-superiore-action1 {
  font-family: "Helvetica";
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 

 
@media(max-width: 1000px) {
  .barra-superiore-container {
    align-items: center;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: row;
    justify-content: space-between;
    background-color: #e6edf9;
  }
  .barra-superiore-image {
    width: 160px;
  }
  .barra-superiore-button {
    border-color: #364153;
    background-color: #364153;
  }
}
 
@media(max-width: 752px) {
  .barra-superiore-container {
    padding-top: var(--dl-layout-space-halfunit);
    border-color: #92bbf1;
    border-style: solid;
    border-width: 3px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    flex-direction: row;
    padding-bottom: var(--dl-layout-space-halfunit);
    justify-content: space-between;
    background-color: #e6edf9;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
  .barra-superiore-image {
    width: 130px;
  }
  .barra-superiore-actions {
    width: 100%;
    align-self: center;
    flex-direction: row-reverse;
  }
  .barra-superiore-button {
    width: 180px;
    height: 40px;
    text-align: center;
    border-color: #364153;
    background-color: #364153;
  }
  .barra-superiore-action1 {
    font-size: 14px;
  }
}

.intestazione-wrapper {
  display: contents;
}
 
.intestazione-header78 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.intestazione-container1 {
  width: 792px;
  display: flex;
  margin-top: 140px;
  align-items: flex-start;
  margin-bottom: 300px;
  padding-right: 27px;
  flex-direction: column;
}
 
.intestazione-text1 {
  fill: #364153;
  color: #364153;
  opacity: 0;
  font-size: 60px;
  text-align: center;
  font-family: "Helvetica-Bold";
  animation-name: fadeInUp;
  padding-bottom: var(--dl-layout-space-twounits);
  animation-duration: 300ms;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
 
.intestazione-container2 {
  display: flex;
  opacity: 0;
  align-self: center;
  align-items: flex-start;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0.4s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
 
.intestazione-button {
  align-self: center;
  border-color: #364153;
  justify-content: center;
  text-decoration: none;
  background-color: #364153;
}
 
.intestazione-action1 {
  font-family: "Helvetica";
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: #364153;
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.intestazioneroot-class-name {
  height: auto;
}
 
@media(max-width: 1000px) {
  .intestazione-container1 {
    width: 540px;
    margin-top: var(--dl-layout-space-sixunits);
    align-items: flex-start;
    margin-left: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .intestazione-text1 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 3em;
    align-self: center;
    text-align: center;
    margin-bottom: var(--dl-layout-space-threeunits);
    padding-bottom: 0px;
    animation-fill-mode: forwards;
  }
  .intestazione-container2 {
    opacity: 0;
    align-self: center;
    animation-fill-mode: forwards;
  }
  .intestazione-button {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    height: 41px;
    align-self: center;
    padding-top: var(--dl-layout-space-halfunit);
    border-color: #364153;
    background-color: #364153;
  }
  .intestazione-action1 {
    font-family: Helvetica;
  }
}
 
@media(max-width: 752px) {
  .intestazione-header78 {
    height: auto;
    display: flex;
    align-items: center;
  }
  .intestazione-container1 {
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: 160px;
    padding-left: var(--dl-layout-space-unit);
    margin-bottom: var(--dl-layout-space-sixunits);
    padding-right: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .intestazione-text1 {
    color: #ffffff;
    width: auto;
    height: auto;
    opacity: 0;
    font-size: 40px;
    align-self: center;
    margin-top: 0px;
    text-align: center;
    font-family: Helvetica-Bold;
    padding-bottom: 0px;
    animation-fill-mode: forwards;
  }
  .intestazione-container2 {
    opacity: 0;
    animation-fill-mode: forwards;
  }
  .intestazione-button {
    width: 222px;
    height: 51px;
    align-self: center;
    border-color: #5f8aa3;
    margin-bottom: 0px;
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .home-text11 {
    color: rgb(54, 65, 83);
  }
}

.zona-immagini-wrapper {
  display: contents;
}
 
.zona-immagini-container1 {
  padding-top: 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
}
 
.zona-immagini-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
}
 
.zona-immagini-container2 {
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  min-width: auto;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: row;
}
 
.zona-immagini-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.zona-immagini-text10 {
  fill: #364153;
  color: #364153;
  opacity: 0;
  font-size: 60px;
  font-family: "Helvetica-Bold";
  animation-fill-mode: forwards;
}
 
.zona-immagini-text11 {
  fill: #364153;
  color: #364153;
  opacity: 0;
  font-size: 20px;
  max-width: 660px;
  font-family: "Helvetica";
  animation-fill-mode: forwards;
  text-align: justify;
}
 
.zona-immagini-container3 {
  display: flex;
  opacity: 0;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  animation-fill-mode: forwards;
}
 
.zona-immagini-button1 {
  align-self: flex-start;
  border-color: #364153;
  justify-content: center;
  text-decoration: none;
  background-color: #364153;
}
 
.zona-immagini-action11 {
  font-family: "Helvetica";
}
 
.zona-immagini-image1 {
  width: 550px;
  object-fit: cover;
}
 
.zona-immagini-container4 {
  width: auto;
  display: flex;
  max-width: auto;
  min-width: auto;
  flex-direction: row-reverse;
}
 
.zona-immagini-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.zona-immagini-text12 {
  fill: #364153;
  color: #364153;
  opacity: 0;
  font-size: 60px;
  font-family: "Helvetica-Bold";
  animation-fill-mode: forwards;
}
 
.zona-immagini-text13 {
  fill: #364153;
  color: #364153;
  opacity: 0;
  font-size: 20px;
  max-width: 660px;
  font-family: "Helvetica";
  animation-fill-mode: forwards;
  text-align: justify;
}
 
.zona-immagini-container5 {
  display: flex;
  opacity: 0;
  align-items: flex-start;
  flex-direction: column;
  animation-fill-mode: forwards;
}
 
.zona-immagini-link {
  display: contents;
}
 
.zona-immagini-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  text-decoration: none;
}
 
.zona-immagini-button2 {
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #364153;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #364153;
}
 
.zona-immagini-action12 {
  font-family: "Helvetica";
}
 
.zona-immagini-image2 {
  width: 550px;
  object-fit: cover;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
@media(max-width: 1000px) {
  .zona-immagini-container1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .zona-immagini-layout349 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .zona-immagini-container2 {
    flex-direction: row;
  }
  .zona-immagini-content1 {
    margin-left: var(--dl-layout-space-twounits);
  }
  .zona-immagini-text10 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 40px;
    font-family: Helvetica;
    animation-fill-mode: forwards;
  }
  .zona-immagini-text11 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 20px;
    font-family: Helvetica;
    animation-fill-mode: forwards;
  }
  .zona-immagini-container3 {
    opacity: 0;
    animation-fill-mode: forwards;
  }
  .zona-immagini-button1 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    height: 41px;
    align-self: center;
    padding-top: var(--dl-layout-space-halfunit);
    border-color: #364153;
    background-color: #364153;
  }
  .zona-immagini-action11 {
    font-family: Helvetica;
  }
  .zona-immagini-image1 {
    width: 350px;
  }
  .zona-immagini-container4 {
    flex-direction: row-reverse;
  }
  .zona-immagini-text12 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 40px;
    font-family: Helvetica;
    animation-fill-mode: forwards;
  }
  .zona-immagini-text13 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 20px;
    font-family: Helvetica;
    animation-fill-mode: forwards;
  }
  .zona-immagini-container5 {
    opacity: 0';
    animation-fill-mode: forwards;
  }
  .zona-immagini-button2 {
    border-color: #364153;
    background-color: #364153;
  }
  .zona-immagini-image2 {
    width: 350px;
  }
}
 
@media(max-width: 752px) {
  .zona-immagini-container1 {
    padding-top: var(--dl-layout-space-fiveunits);
    padding-bottom: var(--dl-layout-space-fiveunits);
  }
  .zona-immagini-layout349 {
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
  }
  .zona-immagini-container2 {
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .zona-immagini-content1 {
    align-items: center;
    margin-left: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .zona-immagini-text10 {
    color: #ffffff;
    width: auto;
    opacity: 0;
    font-size: 40px;
    align-self: center;
    text-align: center;
    font-family: Helvetica-Bold;
    line-height: 1.15;
    animation-fill-mode: forwards;
  }
  .zona-immagini-text11 {
    color: #ffffff;
    width: auto;
    opacity: 0;
    font-size: 20px;
    text-align: center;
    font-family: Helvetica;
    animation-fill-mode: forwards;
  }
  .zona-immagini-container3 {
    opacity: 0;
    align-self: center;
    animation-fill-mode: forwards;
  }
  .zona-immagini-button1 {
    width: 222px;
    height: 51px;
    align-self: center;
    border-color: #5f8aa3;
    margin-bottom: 0px;
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .zona-immagini-image1 {
    width: 350px;
  }
  .zona-immagini-container4 {
    margin-top: var(--dl-layout-space-fiveunits);
    margin-bottom: var(--dl-layout-space-unit);
    flex-direction: column;
  }
  .zona-immagini-content2 {
    align-self: center;
    align-items: center;
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
  }

  .zona-immagini-text12 {
    fill: #364153;
    color: #364153;
    width: auto;
    opacity: 0;
    font-size: 40px;
    align-self: center;
    text-align: center;
    font-family: Helvetica-Bold;
    line-height: 1.15;
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .zona-immagini-text13 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 20px;
    text-align: center;
    font-family: Helvetica;
    animation-name: fadeIn;
    animation-delay: 0ms;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .zona-immagini-container5 {
    opacity: 0;
    align-self: center;
    animation-fill-mode: forwards;
  }
  .zona-immagini-actions {
    width: 100%;
    flex-direction: column;
  }
  .zona-immagini-button2 {
    width: 243px;
    height: 47px;
    align-self: center;
    text-align: center;
    border-color: #364153;
    background-color: #364153;
  }
  .zona-immagini-image2 {
    width: 350px;
    align-self: center;
  }
  .home-text18 {
    color: rgb(54, 65, 83);
  }
  .home-text21 {
    color: #364153;
  }
}

.cubotti-wrapper {
  display: contents;
}
 
.cubotti-container1 {
  width: 100%;
  height: 793px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.cubotti-max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.cubotti-text10 {
  color: #ffffff;
  opacity: 0;
  font-size: 60px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-twounits);
  animation-name: fadeInUp;
  animation-delay: 2000ms;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
 
.cubotti-container2 {
  width: 100%;
}
 
.cubotti-card1 {
  color: var(--dl-color-theme-secondary1);
  height: 400px;
  display: flex;
  opacity: 0;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  border-color: #5e94ff;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  background-color: #e4ecfe;
  animation-fill-mode: forwards;
}
 
.cubotti-image1 {
  width: 80px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.cubotti-text11 {
  fill: #364153;
  color: #364153;
  font-size: 30px;
  font-style: normal;
  margin-top: -50px;
  font-family: "Helvetica-Bold";
  font-weight: 700;
}
 
.cubotti-text12 {
  fill: #364153;
  color: #364153;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 500;
}
 
.cubotti-card2 {
  color: var(--dl-color-theme-neutral-light);
  height: 400px;
  display: flex;
  opacity: 0;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  border-color: #5e94ff;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  background-color: #e4ecfe;
  animation-fill-mode: forwards;
}
 
.cubotti-image2 {
  width: 80px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.cubotti-text13 {
  fill: #364153;
  color: #364153;
  font-size: 30px;
  font-style: normal;
  margin-top: -30px;
  font-family: "Helvetica-Bold";
  font-weight: 700;
}
 
.cubotti-text14 {
  fill: #364153;
  color: #364153;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 500;
}
 
.cubotti-card3 {
  color: var(--dl-color-theme-neutral-light);
  height: 400px;
  display: flex;
  opacity: 0;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  border-color: #5e94ff;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  background-color: #e4ecfe;
  animation-fill-mode: forwards;
}
 
.cubotti-image3 {
  width: 80px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.cubotti-text15 {
  fill: #364153;
  color: #364153;
  font-size: 30px;
  align-self: center;
  font-style: normal;
  margin-top: -30px;
  font-family: "Helvetica-Bold";
  font-weight: 700;
  padding-top: 0px;
}
 
.cubotti-text16 {
  fill: #364153;
  color: #364153;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 500;
}
 
.cubotti-card4 {
  color: var(--dl-color-theme-neutral-light);
  height: 400px;
  display: flex;
  opacity: 0;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  border-color: #5e94ff;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  background-color: #e4ecfe;
  animation-fill-mode: forwards;
}
 
.cubotti-image4 {
  width: 80px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.cubotti-text17 {
  fill: #364153;
  color: #364153;
  font-size: 30px;
  align-self: center;
  font-style: normal;
  margin-top: -30px;
  font-family: "Helvetica-Bold";
  font-weight: 700;
  padding-top: 0px;
}
 
.cubotti-text18 {
  fill: #364153;
  color: #364153;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 500;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text23 {
  color: rgb(54, 65, 83);
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 700;
  text-transform: inherit;
}
 
@media(max-width: 1000px) {
  .cubotti-text10 {
    fill: #364153;
    color: #364153;
    opacity: 0;
    font-size: 40px;
    font-style: normal;
    text-align: center;
    font-family: Noto Sans;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: var(--dl-layout-space-twounits);
    animation-fill-mode: forwards;
  }
  .cubotti-card1 {
    width: 100%;
    height: 380px;
    opacity: 0;
    padding-top: var(--dl-layout-space-twounits);
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    padding-bottom: var(--dl-layout-space-twounits);
    justify-content: flex-start;
    background-color:  #e4ecfe;
    animation-fill-mode: forwards;
  }
  .cubotti-image1 {
    width: 80px;
    margin-top: 0px;
    margin-bottom: var(--dl-layout-space-halfunit);
  }
  .cubotti-text11 {
    fill: #364153;
    color: #364153;
    width: auto;
    height: auto;
    font-size: 30px;
    font-style: normal;
    margin-top: 0px;
    text-align: center;
    font-family: Helvetica-Bold;
    font-weight: 700;
    padding-bottom: 0t;
  }
  .cubotti-text12 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .cubotti-card2 {
    width: 100%;
    height: 380px;
    opacity: 0;
    padding-top: var(--dl-layout-space-twounits);
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    padding-bottom: mixed;
    justify-content: flex-start;
    background-color:  #e4ecfe;
    animation-fill-mode: forwards;
  }
  .cubotti-image2 {
    width: 80px;
    margin-bottom: var(--dl-layout-space-halfunit);
  }
  .cubotti-text13 {
    fill: #364153;
    color: #364153;
    font-size: 30px;
    font-style: normal;
    margin-top: 0px;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text14 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Helvetica;
    font-weight: 500;
  }
  .cubotti-card3 {
    width: 100%;
    height: 380px;
    opacity: 0;
    padding-top: var(--dl-layout-space-twounits);
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    padding-bottom: mixed;
    justify-content: flex-start;
    background-color:  #e4ecfe;
    animation-fill-mode: forwards;
  }
  .cubotti-image3 {
    width: 80px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .cubotti-text15 {
    fill: #364153;
    color: #364153;
    font-size: 30px;
    font-style: normal;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text16 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .cubotti-card4 {
    width: 100%;
    height: 380px;
    opacity: 0;
    padding-top: var(--dl-layout-space-twounits);
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    padding-bottom: mixed;
    justify-content: flex-start;
    background-color:  #e4ecfe;
    animation-fill-mode: forwards;
  }
  .cubotti-image4 {
    width: 80px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .cubotti-text17 {
    fill: #364153;
    color: #364153;
    font-size: 30px;
    font-style: normal;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text18 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .home-text23 {
    color: #364153;
    font-size: 40px;
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: inherit;
  }
}
 
@media(max-width: 752px) {
  .cubotti-container1 {
    height: auto;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .cubotti-max-width {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cubotti-text10 {
    color: #ffffff;
    height: auto;
    opacity: 0;
    font-size: 40px;
    font-style: normal;
    text-align: center;
    font-family: Helvetica-Bold;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: var(--dl-layout-space-twounits);
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .cubotti-card1 {
    height: auto;
    opacity: 0;
    min-height: auto;
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    justify-content: flex-start;
    background-color: #e4ecfe;
    animation-fill-mode: forwards;
  }
  .cubotti-text11 {
    fill: #364153;
    color: #364153;
    font-size: 30px;
    font-style: normal;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text12 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Helvetica;
    font-weight: 500;
  }
  .cubotti-card2 {
    height: auto;
    opacity: 0;
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    justify-content: flex-start;
    background-color: #E4ECFE;
    animation-fill-mode: forwards;
  }
  .cubotti-image2 {
    margin-bottom: 35px;
  }
  .cubotti-text13 {
    fill: #364153;
    color: #364153;
    width: auto;
    height: auto;
    font-size: 30px;
    align-self: center;
    font-style: normal;
    margin-top: -40px;
    text-align: center;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text14 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Helvetica;
    font-weight: 500;
  }
  .cubotti-card3 {
    height: auto;
    opacity: 0;
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    justify-content: flex-start;
    background-color: #E4ECFE;
    animation-fill-mode: forwards;
  }
  .cubotti-image3 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .cubotti-text15 {
    fill: #364153;
    color: #364153;
    width: auto;
    height: auto;
    font-size: 30px;
    align-self: center;
    font-style: normal;
    margin-top: -40px;
    text-align: center;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text16 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Helvetica;
    font-weight: 500;
  }
  .cubotti-card4 {
    height: auto;
    opacity: 0;
    border-color: #5e94ff;
    border-width: 1px;
    border-radius: var(--dl-layout-radius-inputradius);
    justify-content: flex-start;
    background-color: #E4ECFE;
    animation-fill-mode: forwards;
  }
  .cubotti-image4 {
    margin-top: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .cubotti-text17 {
    fill: #364153;
    color: #364153;
    width: auto;
    height: auto;
    font-size: 30px;
    align-self: center;
    font-style: normal;
    margin-top: -40px;
    text-align: center;
    font-family: Helvetica-Bold;
    font-weight: 700;
  }
  .cubotti-text18 {
    fill: #364153;
    color: #364153;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Helvetica;
    font-weight: 500;
  }
  .home-text23 {
    color: #364153;
    font-size: 40px;
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: inherit;
  }
}

.pie-di-pagina-wrapper {
  display: contents;
}
 
.pie-di-pagina-footer7 {
  width: 100%;
  height: 306px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
 
.pie-di-pagina-image {
  width: 200px;
  margin-top: var(--dl-layout-space-twounits);
  object-fit: cover;
}
 
.pie-di-pagina-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: center;
  margin-top: 10px;
  flex-direction: row;
}
 
.pie-di-pagina-text1 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
@media(max-width: 1000px) {
  .pie-di-pagina-footer7 {
    height: 382px;
    justify-content: flex-start;
  }
  .pie-di-pagina-credits {
    width: auto;
    height: 141px;
    align-self: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .pie-di-pagina-text2 {
    display: block;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .pie-di-pagina-text4 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
 
@media(max-width: 752px) {
  .pie-di-pagina-footer7 {
    padding-top: var(--dl-layout-space-sixunits);
  }
  .pie-di-pagina-divider {
    background-color: #364153;
  }
  .pie-di-pagina-image {
    margin-top: var(--dl-layout-space-unit);
  }
  .pie-di-pagina-credits {
    height: 141px;
    padding-bottom: 0px;
  }
  .pie-di-pagina-text1 {
    fill: #364153;
    color: #364153;
  }
  .pie-di-pagina-text2 {
    fill: #364153;
    color: #364153;
  }
  .pie-di-pagina-text3 {
    fill: #364153;
    color: #364153;
  }
  .pie-di-pagina-text4 {
    fill: #364153;
    color: #364153;
  }
}

.home-container1 {
  background-image: radial-gradient(circle at left, rgb(243, 240, 244) 49.00%,rgb(221, 233, 249) 97.00%);
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: #364153;
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text23 {
  color: rgb(54, 65, 83);
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 700;
  text-transform: inherit;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text36 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 1000px) {
  .home-container1 {
    background-image: radial-gradient(circle at left, rgb(243, 240, 244) 49.00%,rgb(221, 233, 249) 97.00%);
  }
  .home-text23 {
    color: #364153;
    font-size: 40px;
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: inherit;
  }
}
 
@media(max-width: 752px) {
  .home-container1 {
    background-image: radial-gradient(circle at left, rgb(243, 240, 244) 49.00%,rgb(221, 233, 249) 97.00%);
  }
  .home-text11 {
    color: rgb(54, 65, 83);
  }
  .home-text18 {
    color: rgb(54, 65, 83);
  }
  .home-text21 {
    color: #364153;
  }
  .home-text23 {
    color: #364153;
    font-size: 40px;
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: inherit;
  }
}
