.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block-2 {
  color: #fff;
  background-color: #fafeff;
  border-radius: 0;
  padding: 24px;
}

.column-2 {
  text-align: center;
  padding-right: 0;
}

.link {
  color: #2d30fc;
}

.column {
  padding: 0;
}

.heading-6 {
  color: #031c52;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.submit-button {
  width: 100%;
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  background-color: #ffcd2d;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.feature-icon {
  margin-bottom: 12px;
}

.checkbox-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 0 10px;
}

.text-field {
  width: 100%;
  height: 45px;
  background-color: #e7e7e7;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  font-family: Inter, sans-serif;
}

.columns {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  margin: 10px 25px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.checkbox-label {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 47px;
  padding-right: 47px;
  display: block;
}

.container {
  max-width: 1301px;
  background-color: #fff;
}

.select-field {
  background-color: #fff;
  border-radius: 4px;
}

.feature {
  text-align: left;
}

.heading-4 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.small-features-row {
  margin: 0 0 30px;
  padding: 25px 30px;
}

.heading-5 {
  color: #202020;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.div-block-3 {
  height: auto;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
}

.heading-2 {
  color: #e62f29;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.textarea {
  margin-bottom: 0;
}

.text-block {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.paragraph {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.team-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.right-arrow {
  color: #505050;
  right: -13%;
}

.slider {
  height: auto;
  background-color: #fff;
  border-radius: 20px;
}

.left-arrow {
  top: 0%;
  bottom: 0%;
  left: -13%;
  right: auto;
}

.mask {
  border-radius: 0;
}

.image-1 {
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 64px 0;
  display: inline-block;
}

.icon {
  color: #505050;
}

.slide {
  padding-bottom: 0;
}

.slide-nav {
  background-color: #717479;
}

.slider-wrapper {
  width: 570px;
  background-color: #fff;
  margin: 35px auto;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: block;
}

.heading-7 {
  color: #0c4f7b;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.div-block-5 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3 {
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.div-block-6 {
  width: 50%;
  height: 650px;
  background-color: #f9f9f9;
  padding: 25px;
}

.list {
  font-family: Inter, sans-serif;
  font-size: 19px;
}

.itemlist {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.section {
  background-color: #353535;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.heading-8 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.heading-9 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.image-3 {
  margin: 90px auto 45px;
  display: block;
}

.bold-text {
  text-decoration: underline;
}

.image-4, .image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  color: #333;
  background-image: linear-gradient(292deg, #dfb882, #fbebc2);
  border-radius: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  bottom: 29px;
  left: 77px;
  right: auto;
}

.link-2, .link-3 {
  color: #4681e0;
}

.text-span {
  color: #1b86e8;
}

.field-label {
  color: #707070;
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  max-width: 1782px;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-funziona-section {
  max-width: 1350px;
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-9 {
  width: 1300px;
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-4, .paragraph-5 {
  font-family: Inter, sans-serif;
}

.button-2 {
  width: 75%;
  color: #fff;
  text-align: center;
  background-color: #37c290;
  border-radius: 4px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Droid Serif, serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.div-block-10 {
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.bold-text-2 {
  color: #1b86e8;
}

.container-4 {
  text-align: center;
}

.div-block-11 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-11 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-span-2 {
  font-weight: 400;
}

.paragraph-6 {
  font-family: Inter, sans-serif;
}

.paragraph-7 {
  text-align: center;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.div-block-16 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  width: 400px;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 450px;
  text-align: left;
  font-size: 14px;
}

.container-5 {
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-19 {
  max-width: 1350px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.heading-12, .heading-13, .heading-14 {
  font-size: 20px;
}

.div-block-20, .div-block-21 {
  width: 200px;
}

.list-2 {
  width: 200px;
  font-family: Inter, sans-serif;
}

.button-3 {
  color: #000;
  background-color: #ffcd2d;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.heading-15, .heading-16 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.list-3 {
  font-family: Inter, sans-serif;
}

.heading-17 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.list-4 {
  font-family: Inter, sans-serif;
}

.div-block-22 {
  text-align: center;
  margin-top: 45px;
}

.heading-18 {
  color: #ea3f2a;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.heading-19 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 44px;
}

.image-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.select-field-2 {
  background-color: #e6e6e6;
  border: 1px rgba(0, 0, 0, .09);
  border-radius: 20px;
  padding: 9px;
  font-family: Open Sans, sans-serif;
}

.text-span-3 {
  font-size: 11px;
}

.image-7, .image-8, .image-9 {
  border-radius: 12px;
}

.div-block-23 {
  justify-content: space-around;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 4px;
  display: flex;
}

.image-10 {
  margin-top: 0;
}

.div-block-24 {
  max-width: 450px;
  grid-column-gap: 24px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-20 {
  font-family: Inter, sans-serif;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.div-block-25 {
  background-color: #353535;
}

.paragraph-8 {
  color: #000;
  margin-top: 5px;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.heading-21 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.body {
  color: #000;
}

.text-field-copy {
  width: 100%;
  height: 45px;
  width: 135%;
  height: 45px;
  background-color: #e7e7e7;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  font-family: Inter, sans-serif;
}

.footer-container {
  text-align: center;
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    padding: 20px 14px;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
  }

  .image {
    height: auto;
    text-align: center;
  }

  .column-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 14px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-19 {
    flex-wrap: wrap;
    align-items: center;
  }

  .div-block-23 {
    flex-wrap: wrap;
  }

  .text-details-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .column-2 {
    padding-left: 0;
  }

  .column {
    padding-right: 0;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .column-7 {
    padding-bottom: 10px;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 20px;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .slider-wrapper {
    width: auto;
    padding-left: 55px;
    padding-right: 55px;
  }

  .div-block-7, .div-block-8 {
    justify-content: space-between;
  }

  .wrapper-funziona-section {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-9 {
    justify-content: flex-start;
  }

  .button-2 {
    width: 45%;
  }

  .div-block-12, .div-block-13, .div-block-14, .div-block-15 {
    width: 50%;
  }

  .div-block-23 {
    flex-wrap: wrap;
    margin-top: 29px;
  }

  .div-block-27 {
    text-align: left;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
    position: static;
  }

  .column {
    padding-right: 0;
  }

  .image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
    line-height: 25px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .slider {
    height: 150px;
  }

  .slider-wrapper {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
  }

  .div-block-11 {
    flex-wrap: wrap;
  }

  .div-block-19 {
    flex-wrap: wrap;
    padding-left: 27px;
    padding-right: 27px;
  }

  .heading-21 {
    font-size: 19px;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .paragraph-9 {
    text-align: center;
  }
}

#w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb7-c7365b36, #w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fbe-c7365b36, #w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fc5-c7365b36 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #telefono.w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb5-c7365b36, #email.w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb4-c7365b36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #telefono.w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb5-c7365b36, #email.w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb4-c7365b36 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #telefono.w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb5-c7365b36, #email.w-node-f602fe7b-470e-e7bd-3d12-d1f14a7c8fb4-c7365b36 {
    grid-column: span 2 / span 2;
  }
}


