#header-sf {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
#header-sf #mobile-menu {
  position: absolute;
  top: 22px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  #header-sf #mobile-menu {
    top: 15px;
    right: 16px;
  }
}
#header-sf #mobile-menu .mobile-open {
  width: 44px;
  height: 44px;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header-sf #mobile-menu .mobile-open span {
  height: 3px;
  width: 24px;
  background-color: #fff;
  margin-bottom: 4px;
}
#header-sf #mobile-menu .mobile-open span:last-child {
  margin-bottom: 0px;
}
#header-sf #navigation {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 30px;
}
@media screen and (max-width: 1023px) {
  #header-sf #navigation {
    padding: 22px 24px;
  }
}
@media screen and (max-width: 767px) {
  #header-sf #navigation {
    padding: 15px 16px;
  }
}
#header-sf .logo-wrap {
  position: relative;
  width: 111px;
  margin-left: 0;
  margin-right: auto;
}
#header-sf .logo-wrap img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header-sf .logo-wrap {
    width: 70px;
  }
}
#header-sf #navigation-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 6;
}
#header-sf #navigation-links a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: RoobertENEL;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  #header-sf #navigation-links {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #072662;
    transform: translateX(100%);
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    align-items: flex-start;
    transition: transform 0.5s ease-in-out;
  }
  #header-sf #navigation-links.open {
    transform: translateX(0%);
  }
  #header-sf #navigation-links li {
    width: 100%;
    margin-bottom: 20px;
  }
  #header-sf #navigation-links a {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding: 13px 0;
    display: block;
    text-align: left;
  }
  #header-sf #navigation-links .mobile-close_row {
    position: relative;
    background-color: #134DC4;
    height: 89px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 27px;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close {
    position: relative;
    height: 44px;
    width: 44px;
    appearance: none;
    outline: none;
    border: none;
    background-color: transparent;
    margin-right: 24px;
    padding: 0;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close span {
    position: absolute;
    background-color: #fff;
    width: 24px;
    height: 3px;
    display: block;
    transform-origin: 50%;
    left: 10px;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  #header-sf #navigation-links .mobile-close_row {
    height: 54px;
  }
  #header-sf #navigation-links .mobile-close_row #mobile-close {
    margin-right: 16px;
  }
}
#hero-sf .hero-content {
  position: relative;
  background-color: #D3135A;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero-sf .article-hero {
  color: #ffffff;
  width: 83.33%;
  text-align: center;
  margin: 0 auto;
  padding: 190px 0 20px;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero {
    width: 100%;
  }
}
#hero-sf .article-hero h1 {
  font-size: 70px;
  font-style: normal;
  font-family: 'Roobert Light';
  font-weight: 300;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
#hero-sf .article-hero p {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #hero-sf .article-hero p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #hero-sf .article-hero .cta-sf.cta-sf__white {
    width: 100%;
  }
}
#hero-sf .hero-lottie__wrap {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  background-color: #D3135A;
}
.section-conviene {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 160px;
  border-bottom: 1px solid #C2CDDD;
}
@media screen and (max-width: 1023px) {
  .section-conviene {
    flex-direction: column;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-conviene {
    flex-direction: column;
    padding: 0 0 60px;
  }
}
.section-conviene aside {
  width: 41.66666667%;
}
.section-conviene aside .tag-title {
  font-size: 18px;
  margin-bottom: 24px;
  font-family: 'Roobert Light';
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .section-conviene aside .tag-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.section-conviene aside h2 {
  font-size: 50px;
  font-style: normal;
  margin: 0 0 20px;
  font-family: 'Roobert Light';
  font-weight: 300;
  line-height: 100%;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .section-conviene aside h2 {
    font-size: 32px;
    font-style: normal;
    font-family: 'Roobert Light';
    font-weight: 300;
  }
}
@media screen and (max-width: 1023px) {
  .section-conviene aside {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 40px;
  }
}
.section-conviene aside .description {
  font-size: 22px;
  color: #0E141A;
  margin: 24px 0;
  line-height: 120%;
  font-family: 'Roobert Light';
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .section-conviene aside .description {
    font-size: 16px;
    margin: 24px 0;
  }
}
.section-conviene aside img {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.section-conviene .content-scroll {
  width: 50%;
  margin-left: 8.33%;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
.section-conviene .content-scroll .description {
  font-size: 18px;
  color: #0E141A;
  margin-bottom: 8px;
  line-height: 120%;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-conviene .content-scroll .description.with-margin {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll .description {
    font-size: 16px;
  }
}
.section-conviene .content-scroll .description svg {
  cursor: pointer;
}
.section-conviene .content-scroll .description-numbers {
  font-size: 28px;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #D3135A;
}
.section-conviene .content-scroll .description-numbers.big-font {
  font-size: 50px;
}
.section-conviene .content-scroll .description-numbers.no-margin {
  margin-bottom: 8px;
}
.section-conviene .content-scroll .description-numbers:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll .description-numbers.big-font {
    margin-bottom: 24px;
  }
}
.section-conviene .content-scroll .description-numbers .lined {
  color: #667790;
  text-decoration: line-through;
}
.section-conviene .content-scroll .description-numbers .smaller {
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .section-conviene .content-scroll .description-numbers .smaller {
    font-size: 20px;
  }
}
.section-conviene .content-scroll .note {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.section-conviene .content-scroll .note:not(:last-of-type) {
  margin-bottom: 16px;
}
.section-conviene .side-cta__wrapper {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.section-conviene .side-cta__wrapper .cta-sf {
  flex: 1 1 auto;
  align-self: stretch;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-conviene .side-cta__wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-conviene .side-cta__wrapper {
    flex: auto;
    width: 100%;
    flex-direction: column;
    column-gap: 0;
    row-gap: 24px;
  }
  .section-conviene .side-cta__wrapper .cta-sf {
    width: 100%;
    padding: 17px 0;
  }
}
.section-conviene .side-cta__wrapper .goto-slider {
  cursor: pointer;
}
#side-with-scroll-sf {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf {
    padding-top: 140px;
    display: block;
    text-align: center;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf .cta-sf {
    display: block !important;
  }
}
#side-with-scroll-sf .side-cta__wrapper {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  width: 100%;
}
#side-with-scroll-sf .side-cta__wrapper .cta-sf {
  flex: 1 1 auto;
  align-self: stretch;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf .side-cta__wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf .side-cta__wrapper {
    flex: auto;
    width: 100%;
    flex-direction: column;
    column-gap: 0;
    row-gap: 24px;
  }
  #side-with-scroll-sf .side-cta__wrapper .cta-sf {
    width: 100%;
    padding: 17px 0;
  }
}
#side-with-scroll-sf #aside-sticky {
  position: sticky;
  color: #222222;
  font-family: 'Roobert Light';
  font-weight: 300;
  top: 160px;
  width: 41.66666667%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #side-with-scroll-sf #aside-sticky {
    top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #aside-sticky {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #side-with-scroll-sf #aside-sticky .cta-sf {
    display: none !important;
  }
}
#side-with-scroll-sf #aside-sticky .tag-title {
  font-size: 18px;
  margin-bottom: 24px;
  font-family: 'Roobert Light';
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #aside-sticky .tag-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#side-with-scroll-sf #aside-sticky ul {
  margin-bottom: 40px;
}
#side-with-scroll-sf #aside-sticky ul li h2 {
  font-size: 50px;
  font-style: normal;
  margin: 0 0 20px;
  font-family: 'Roobert Light';
  font-weight: 300;
  line-height: 100%;
  color: #717F94;
  transition: color 0.5s ease-out;
}
#side-with-scroll-sf #aside-sticky ul li.selected h2 {
  color: #222;
}
#side-with-scroll-sf #content-scroll {
  width: 50%;
  margin-left: 8.33%;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #content-scroll {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
#side-with-scroll-sf #content-scroll .content-card {
  margin-bottom: 160px;
}
#side-with-scroll-sf #content-scroll .content-card a {
  color: #D3135A;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #content-scroll .content-card {
    margin-bottom: 100px;
  }
  #side-with-scroll-sf #content-scroll .content-card:last-of-type {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf #content-scroll .content-card {
    margin-bottom: 80px;
  }
  #side-with-scroll-sf #content-scroll .content-card:last-of-type {
    margin-bottom: 40px;
  }
}
#side-with-scroll-sf #content-scroll .content-card h2 {
  color: #222;
  font-size: 40px;
  margin-bottom: 24px;
  font-family: 'Roobert Light';
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #side-with-scroll-sf #content-scroll .content-card h2 {
    font-size: 32px;
  }
}
#side-with-scroll-sf #content-scroll .content-card p {
  font-size: 22px;
  color: #0E141A;
  margin-top: 24px;
  line-height: 120%;
  font-family: 'Roobert Light';
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  #side-with-scroll-sf #content-scroll .content-card p {
    font-size: 16px;
  }
}
#side-with-scroll-sf #content-scroll .content-card img {
  display: block;
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
}
#section-faq {
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  #section-faq {
    padding: 80px 0;
  }
}
#section-faq article.faq-article {
  width: 100%;
  margin: 0 auto;
}
#section-faq .note-finali {
  font-size: 12px;
  line-height: 16px;
  color: #717F94;
  margin-bottom: 100px;
}
#section-faq .note-finali a {
  color: #D3135A;
}
@media screen and (max-width: 1023px) {
  #section-faq .note-finali {
    margin-bottom: 80px;
  }
}
#section-faq h2 {
  font-size: 50px;
  font-family: 'Roobert Light';
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 40px;
  color: #0E141A;
}
@media screen and (max-width: 1023px) {
  #section-faq h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #section-faq h2 {
    font-size: 32px;
  }
}
#section-faq h2.with-padding {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  #section-faq h2.with-padding {
    padding-top: 40px;
  }
}
#section-faq .accordion-wrap {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
#section-faq .accordion-wrap button.accordion-btn {
  position: relative;
  width: 100%;
  appearance: none;
  outline: none;
  border: none;
  background-color: #F7F7F7;
  cursor: pointer;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section-faq .accordion-wrap button.accordion-btn {
    padding: 22px;
  }
}
#section-faq .accordion-wrap button.accordion-btn h3 {
  font-size: 24px;
  font-style: normal;
  font-family: 'Roobert Light';
  font-weight: 300;
  line-height: 100%;
  color: #0E141A;
  text-align: left;
  margin: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  #section-faq .accordion-wrap button.accordion-btn h3 {
    font-size: 18px;
  }
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon span {
  position: absolute;
  background-color: #D3135A;
  transition: transform 0.45s ease-in-out;
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon span:nth-child(1) {
  width: 4px;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#section-faq .accordion-wrap button.accordion-btn .accordion-icon span:nth-child(2) {
  height: 4px;
  width: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section-faq .accordion-wrap button.accordion-btn[aria-expanded='true'] .accordion-icon span:nth-child(1) {
  transform: translateX(-50%) rotate(-270deg);
}
#section-faq .accordion-wrap button.accordion-btn[aria-expanded='true'] .accordion-icon span:nth-child(2) {
  transform: translateY(-50%) rotate(-180deg);
}
#section-faq .accordion-wrap .accordion-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  background-color: #F7F7F7;
}
#section-faq .accordion-wrap .accordion-content p {
  padding: 30px 50px;
  margin: 0;
  font-size: 18px;
  line-height: 1.66667;
  font-family: 'Roobert Light';
  font-weight: 300;
  color: #0E141A;
}
#section-faq .accordion-wrap .accordion-content p a {
  color: #d3135a;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #section-faq .accordion-wrap .accordion-content p {
    padding: 24px;
  }
}
#section-faq .docu-row {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section-faq .docu-row p {
  flex: auto;
  padding: 30px 0 10px 0;
  font-size: 24px;
  font-style: normal;
  font-family: 'Roobert Light';
  font-weight: 300;
  line-height: 100%;
  color: #0E141A;
}
@media screen and (max-width: 1023px) {
  #section-faq .docu-row p {
    padding: 22px 0;
    font-size: 18px;
  }
}
#section-faq .docu-row p.docu-row__description {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  font-size: 16px;
  width: 100% !important;
}
#section-faq .docu-row a {
  flex: 0 0 auto;
  text-transform: uppercase;
  color: #D3135A;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  padding-left: 16px;
  text-decoration: none;
}
#footer-sf {
  background-color: #101419;
  padding: 40px 0;
}
#footer-sf .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #footer-sf .container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #footer-sf .container {
    flex-direction: column-reverse;
  }
}
#footer-sf .footer-legal {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
#footer-sf .footer-legal .footer-copy-rights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#footer-sf .footer-legal .footer-copy-rights p {
  margin: 0 12px 12px 0;
}
#footer-sf .footer-legal li {
  display: inline-block;
  margin: 0 40px 10px 0;
}
@media screen and (max-width: 1023px) {
  #footer-sf .footer-legal li {
    margin: 0 20px 10px 0;
  }
}
#footer-sf .footer-legal a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer-sf .footer-legal {
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
}
#footer-sf ul.footer-social-wrapper {
  flex: 0 0 350px;
}
#footer-sf ul.footer-social-wrapper .footer-social-item {
  margin-right: 20px;
  display: inline-block;
}
#footer-sf ul.footer-social-wrapper .footer-social-item a {
  align-items: center;
  border: 2px solid #eff2f7;
  display: flex;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 32px;
}
@media screen and (max-width: 1023px) {
  #footer-sf ul.footer-social-wrapper .footer-social-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #footer-sf ul.footer-social-wrapper {
    flex: 0 0 164px;
  }
}
@media screen and (max-width: 767px) {
  #footer-sf ul.footer-social-wrapper {
    flex: auto;
    padding-bottom: 40px;
  }
}
#footer-sf [class^="icon-"]:before,
#footer-sf [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
#footer-sf .icon-twitter:before {
  content: "\e904";
}
#footer-sf .icon-fb:before {
  content: "\e901";
}
#footer-sf .icon-youtube:before {
  content: "\e90a";
}
#footer-sf .icon-linkedin:before {
  content: "\e91e";
}
#footer-sf .icon-instagram:before {
  content: '\e94a';
}
#footer-sf .icon-telegram:before {
  content: '\e99b';
}
.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 100%;
  transition: top 0.5s ease-in-out 0.5s, background-color 0.5s ease-in-out;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pop-up.open {
  top: 0%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: top 0.5s ease-in-out, background-color 0.5s ease-in-out 0.5s;
}
.pop-up .pop-up__content {
  position: relative;
  padding: 56px 16px;
  background-color: #fff;
  width: 100%;
  max-height: 50%;
  overflow-y: scroll;
}
.pop-up .close-pop-up {
  position: absolute;
  right: 36px;
  top: 24px;
  cursor: pointer;
}
.pop-up h6 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #131416;
  margin-bottom: 16px;
}
.pop-up p {
  color: #0E141A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.banner-vantaggi {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 1023px) {
  .banner-vantaggi {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner-vantaggi {
    padding-bottom: 80px;
  }
}
.banner-vantaggi h2 {
  color: #0E141A;
  text-align: center;
  font-size: 40px;
  font-family: 'Roobert Light';
  font-weight: 300;
  line-height: 120%;
  margin: 60px auto 64px;
}
.banner-vantaggi .banner-vantaggi__cards-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .banner-vantaggi .banner-vantaggi__cards-wrap {
    flex-direction: column;
  }
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card {
  flex: 0 0 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card {
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card:last-child {
    margin-bottom: 0;
  }
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card img {
  display: block;
  width: 40px;
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  color: #0E141A;
}
.banner-vantaggi .banner-vantaggi__cards-wrap .banner-vantaggi__card p {
  color: #272C34;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.howto-section .howto-article {
  padding-bottom: 100px;
  border-bottom: 1px solid #C2CDDD;
}
@media screen and (max-width: 1023px) {
  .howto-section .howto-article {
    padding-bottom: 80px;
  }
}
.howto-section h3 {
  font-size: 40px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 24px;
  font-weight: 300;
  font-family: 'Roobert Light';
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .howto-section h3 {
    font-size: 32px;
    margin-bottom: 16px;
    width: 100%;
  }
}
.howto-section p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  font-family: 'Roobert Light';
}
.howto-section p.howto-desc {
  margin-bottom: 40px;
  width: 50%;
}
.howto-section p.howto-desc a {
  color: #D3135A;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .howto-section p.howto-desc {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .howto-section p {
    font-size: 16px;
    line-height: 24px;
  }
}
.howto-section .howto-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .howto-section .howto-grid {
    gap: 16px;
    flex-direction: column;
  }
}
.howto-section .howto-cell {
  flex: 1 1 45%;
}
.howto-section .howto-cell h4 {
  font-weight: 300;
  font-family: 'Roobert Light';
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .howto-section .howto-cell {
    flex: 1 1 100%;
  }
  .howto-section .howto-cell h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Light.eot);
  src: url(../fonts/RoobertENEL-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Light.woff2) format("woff2"), url(../fonts/RoobertENEL-Light.woff) format("woff");
  font-family: 'Roobert Light';
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Regular.eot);
  src: url(../fonts/RoobertENEL-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Regular.woff2) format("woff2"), url(../fonts/RoobertENEL-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Bold.eot);
  src: url(../fonts/RoobertENEL-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Bold.woff2) format("woff2"), url(../fonts/RoobertENEL-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RoobertENEL;
  src: url(../fonts/RoobertENEL-Black.eot);
  src: url(../fonts/RoobertENEL-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/RoobertENEL-Black.woff2) format("woff2"), url(../fonts/RoobertENEL-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon2.woff) format("woff");
  font-style: normal;
}
#main-sf {
  position: relative;
  width: 100%;
}
#main-sf ul,
#main-sf li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-sf .grid-sf_spacing {
  padding: 0 80px;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 1023px) {
  #main-sf .grid-sf_spacing {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #main-sf .grid-sf_spacing {
    padding: 0 16px;
  }
}
#main-sf .cta-sf {
  padding: 20px 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s ease-out, border-color 0.5s ease-out, background-color 0.5s ease-out;
  color: #fff;
  display: inline-block;
  appearance: none;
  background: inherit;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main-sf .cta-sf {
    padding: 17px 50px;
    display: inline-block;
  }
}
#main-sf .cta-sf.cta-sf__white {
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
}
#main-sf .cta-sf.cta-sf__white:hover {
  color: #D3135A;
  background-color: #fff;
}
#main-sf .cta-sf.cta-sf__full {
  background-color: #D3135A;
  border: 2px solid #D3135A;
}
#main-sf .cta-sf.cta-sf__full:hover {
  color: #D3135A;
  background-color: #fff;
}
#main-sf .cta-sf.cta-sf__magenta {
  border: 2px solid #D3135A;
  color: #D3135A;
}
#main-sf .cta-sf.cta-sf__magenta:hover {
  color: #fff;
  background-color: #D3135A;
}
#main-sf .hidden-desk {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  #main-sf .hidden-desk {
    display: none;
    visibility: hidden;
  }
}
#main-sf .hidden-mobile {
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  #main-sf .hidden-mobile {
    display: none;
    visibility: hidden;
  }
}
#main-sf .sm-mobile-show {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #main-sf .sm-mobile-show {
    display: inherit;
    visibility: visible;
  }
}
#main-sf .sm-mobile-hidden {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #main-sf .sm-mobile-hidden {
    display: none;
    visibility: hidden;
  }
}
#main-sf .info-paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #717F94;
  line-height: 120%;
}
#main-sf .info-paragraph__small {
  font-size: 12px;
}
#main-sf .info-paragraph a {
  color: #D3135A;
}
#main-sf .lottie-wrap {
  max-width: 612px;
  margin: 0 auto;
}
