@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-XLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-XLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-UltraItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Ultra.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --royal-blue: #2467ff;
  --black: #1d1d1f;
  --white: white;
  --alice-blue: #edf3ff;
  --cornflower-blue: #7f9ffa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1d1d1f;
  background-color: #0000;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--royal-blue);
}

a:hover {
  text-decoration: none;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-nav-link {
  text-align: center;
  padding: 0;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.header-nav-link:hover {
  text-decoration: none;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item-middle {
  color: var(--black);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
}

.header-nav-list-item-middle:hover {
  color: var(--royal-blue);
  background-color: #f2f2f2;
}

.header-nav-list-item-middle.w--current {
  color: var(--royal-blue);
  font-weight: 500;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-link {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.header-logo-2 {
  max-width: 200px;
}

.header-logo-2.table {
  max-width: 150px;
  padding-top: 4px;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-2 {
  color: #211f54;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: #4a3aff;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.header-nav-menu-list-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hamburger-menu-wrapper2 {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper2:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper2.w--open {
  background-color: #0000;
}

.header-logo-link-left {
  padding-left: 0;
  padding-right: 40px;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.landing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---dropdown-toggle-2 {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---dropdown-card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---hamburger-menu-bar-top-2 {
  background-color: #211f54;
  border-radius: 20px;
  width: 32px;
  height: 3px;
  margin-bottom: 10px;
}

.header-wrapper-2 {
  background-color: var(--white);
  border-bottom: 1px solid #f0f0f0;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
  inset: 0% 0% auto;
}

.header-wrapper-2.static {
  position: static;
}

.header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-left-col {
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-bottom-2 {
  background-color: #211f54;
  border-radius: 20px;
  width: 32px;
  height: 3px;
  margin-bottom: 10px;
}

.btn-primary-small-2 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 48px;
  justify-content: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small-2:hover {
  opacity: .8;
}

.btn-primary-small-2.secondary {
  color: #2467ff;
  background-color: #fff;
}

.btn-primary-small-2.secondary.mt-32 {
  margin-top: 32px;
}

.btn-primary-small-2.secondary.mt-24, .btn-primary-small-2.mt-24 {
  margin-top: 24px;
}

.brix---dropdown-link-2 {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-default {
  margin-bottom: 0;
}

.paragraph-default.blue {
  color: var(--royal-blue);
  justify-content: center;
  align-items: flex-end;
  height: 40px;
  display: flex;
}

.paragraph-default.mb-32 {
  margin-bottom: 32px;
}

.paragraph-default.mt-24 {
  margin-top: 24px;
}

.paragraph-default.mt-16 {
  margin-top: 16px;
}

.paragraph-default._14px {
  font-size: 14px;
}

.paragraph-default.white {
  color: var(--white);
}

.paragraph-default.dark {
  color: var(--black);
}

.hero-bg-image-dark {
  background-image: linear-gradient(to right, #2467ff, #2467ff00);
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
  overflow: hidden;
}

.grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-row-left {
  margin-right: 24px;
}

.color-light-100 {
  color: #fff;
}

.bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image-full-width.professionisti {
  object-position: 100% 50%;
}

.bg-image-full-width.come-funziona {
  object-position: 50% 50%;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 64px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.container-default-3b {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-3b.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-default-3b.center.specialisti.matching {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.unbound---mg-bottom-24px {
  margin-bottom: 24px;
}

.color-neutral-800 {
  color: var(--royal-blue);
}

.color-neutral-800.specialista {
  min-width: 200px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

.section {
  background-color: var(--alice-blue);
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.white {
  background-color: var(--white);
}

.section.specialisti {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-stats {
  width: 40px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.display-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.display-2.mx-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.display-2.steps {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.display-2.steps.left {
  text-align: left;
}

.display-2.specialista {
  color: var(--black);
  text-align: left;
  min-width: 330px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4-columns.landing {
  margin-top: 80px;
}

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

.text-center.hidden {
  display: none;
}

.text-center.padding-steps {
  border-bottom: 1px solid var(--alice-blue);
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.text-center.padding-steps.last {
  border-bottom-style: none;
}

.text-center.padding-steps.specialista {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.color-neutral-600.pro {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 24px;
  display: block;
}

.brix---btn-icon-left {
  width: 10%;
  margin-right: 8px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---floating-image-hero-v1---2 {
  z-index: 1;
  max-width: 600px;
  position: absolute;
  inset: auto auto 8% 0;
}

.buttons-row-2 {
  align-items: center;
  display: flex;
}

.buttons-row-2.desktop-hidden {
  display: none;
}

.paragraph-default-2 {
  color: var(--black);
  margin-bottom: 0;
}

.paragraph-default-2.center {
  text-align: center;
}

.paragraph-default-2.mb-12px {
  margin-bottom: 12px;
}

.paragraph-default-2.highlight {
  color: var(--royal-blue);
}

.paragraph-default-2.grey {
  color: #b7bbd1;
}

.paragraph-default-2.left {
  text-align: left;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-4.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-default-4.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.container-default-4.timeline {
  z-index: 2;
  position: relative;
}

.brix---btn-download-app-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px #211f540f;
}

.brix---btn-download-app-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.brix---btn-download-app:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---opacity-10 {
  opacity: .1;
}

.grid-hero-v16 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-hero-v16.a {
  grid-template-columns: .8fr .9fr;
}

.grid-hero-v16.b {
  grid-template-columns: .9fr .9fr;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.section-hero-small {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-hero-small.invert {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section-hero-small.invert.alternate {
  background-color: var(--alice-blue);
}

.section-hero-small.invert.alternate.mockup {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-hero-small.alternate {
  background-color: var(--alice-blue);
}

.heading-h2 {
  color: var(--royal-blue);
  margin-bottom: 16px;
}

.heading-h2.center {
  text-align: center;
}

.heading-h2.up-margin-0px {
  margin-top: 0;
}

.heading-h2.timeline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  position: relative;
}

.heading-h2.left {
  text-align: left;
}

.heading-h2.left.mb-20 {
  margin-bottom: 20px;
}

.bg-icon {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  position: relative;
}

.div-block.come-funziona, .div-block.mockup {
  justify-content: center;
  display: flex;
}

.cit {
  color: var(--royal-blue);
  font-style: italic;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.color-neutral-802 {
  color: #fff;
}

.inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-secondary-white-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.cta-card {
  background-color: var(--royal-blue);
  border-radius: 24px;
  padding: 56px 40px;
  position: relative;
}

.cta-card.requisiti {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-card.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-card.center.white {
  grid-row-gap: 16px;
  background-color: #0000;
}

.cta-card.center.white.specialisti {
  padding: 0;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.heading-h2-size-2.mb-24 {
  margin-bottom: 24px;
}

.heading-h2-size-2.mb-24.mob-left.white, .heading-h2-size-2.mobile-left.white, .heading-h2-size-2.white {
  color: var(--white);
}

.heading-h2-size-2.white.matching {
  text-align: center;
  max-width: 500px;
}

.text-center-2 {
  text-align: center;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.image.professionisti-1 {
  width: 100%;
}

.image.professionisti-2 {
  width: 90%;
}

.image.come-funziona {
  width: 100%;
  max-width: 45%;
}

.image.come-funziona.over-right {
  max-width: 100%;
  margin-left: -50%;
}

.image.come-funziona.over-left {
  max-width: 100%;
  margin-right: -50%;
  position: relative;
}

.image.come-funziona.double {
  object-fit: contain;
  max-width: 49%;
}

.image.come-funziona.double.static {
  max-width: 75%;
}

.image.come-funziona.single {
  max-width: 100%;
}

.image.chi-siamo-1 {
  width: 80%;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._1row {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid._4 {
  grid-template-columns: 1fr 1fr;
}

.grid._3col {
  grid-template-rows: auto;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.image-2.icon-requisiti {
  width: 40px;
  height: 40px;
}

.paragraph-title {
  font-weight: 500;
}

.column {
  margin-top: 4px;
}

.unbound---accordion-title {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.unbound---accordion-title.dark {
  color: var(--black);
}

.unbound---accordion-title.white {
  color: var(--white);
}

.unbound---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.color-neutral-803 {
  color: #211f54;
}

.accordion-spacer {
  min-height: 16px;
}

.section-2 {
  background-color: var(--alice-blue);
  padding-top: 56px;
  padding-bottom: 56px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.color-neutral-804 {
  color: #6e7191;
}

.unbound---accordion-item-wrapper-v7 {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.unbound---accordion-item-wrapper-v7:hover {
  transform: scale3d(.99, .99, 1.01);
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.unbound---paragraph-default-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-container-900px-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-900px-center.left {
  text-align: left;
}

.inner-container-900px-center.more {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-container-900px-center.more.mb-48 {
  grid-column-gap: 40px;
  margin-bottom: 48px;
}

.unbound---mg-bottom-0 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.text-center-3 {
  text-align: center;
  flex: 1;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-item.hidden {
  display: none;
}

.text-200 {
  color: var(--royal-blue);
  font-weight: 500;
}

.footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 56px;
  padding-bottom: 32px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.mg-bottom-40px-3 {
  margin-bottom: 32px;
}

.unbound---color-neutral-600 {
  color: #6e7191;
}

.icon-square-36px {
  background-color: var(--alice-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.footer-logo {
  transition: transform .3s;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.big-icon-left {
  border-radius: 8px;
  margin-right: 16px;
}

.color-accent-2 {
  color: #4a3aff;
}

.footer-link {
  color: var(--alice-blue);
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  text-decoration: underline;
}

.unb---paragraph-default-2 {
  color: var(--alice-blue);
  margin-bottom: 0;
}

.unbound---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-wrapper {
  background-color: var(--royal-blue);
  border-top: 1px solid #eff0f6;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.footer-logo-wrapper {
  width: 200px;
}

.mg-bottom-0 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  margin-top: 32px;
}

.card-link-icon-wrapper {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 12px;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.99, .99, 1.01);
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.text-200-bold {
  color: var(--black);
}

.footer-col-title {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 40px;
  font-weight: 500;
}

.medium {
  font-weight: 500;
}

.menu-is-open {
  height: 100vh;
  overflow: hidden;
}

.link:hover {
  text-decoration: underline;
}

.image-3 {
  min-width: 100%;
}

.image-3.mockup {
  min-width: 160%;
  max-width: 160%;
}

.brix---btn-slider-arrow-right---top-right-2 {
  background-color: var(--alice-blue);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---link-wrapper-white-2 {
  color: #fff;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white-2:hover {
  color: #fff;
}

.brix---inner-container-547px-2 {
  max-width: 574px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default-5.center {
  justify-content: center;
  display: flex;
}

.brix---container-default-5.center.specialisti {
  flex-direction: column;
}

.brix---card-testimonial-color-5 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: red;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-5:hover {
  transform: scale3d(.94, .94, 1.01);
}

.section-overflow-hidden-2 {
  padding-top: 56px;
  padding-bottom: 56px;
  overflow: hidden;
}

.section-overflow-hidden-2.full-height {
  align-items: center;
  height: 80vh;
  display: flex;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---btn-slider-arrow-right---top-left-2 {
  background-color: var(--alice-blue);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.card-valori {
  background-color: var(--royal-blue);
  box-shadow: none;
  color: #fff;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  min-height: 230px;
  padding: 40px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card-valori:hover {
  color: #fff;
  transform: scale(.99);
}

.brix---card-testimonial-color-4 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4353ff;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-4:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg-2 {
  margin-right: 28px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---slider-mask-width-490px-2 {
  max-width: 400px;
  height: 100%;
  overflow: visible;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.form {
  margin-top: 16px;
}

.form.center {
  text-align: center;
}

.text-field {
  border: 2px solid #2467ff4d;
  border-radius: 10px;
  height: 44px;
}

.text-field:focus {
  border-color: var(--royal-blue);
  background-color: var(--white);
}

.div-block-2 {
  height: 16px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll {
  overflow: auto;
}

.html-embed {
  max-width: 100vw;
}

.body {
  padding: 0;
}

.image-4 {
  width: 32px;
  height: 32px;
}

.image-5 {
  width: 20px;
  height: 32px;
}

.columns-2 {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.columns-2.mid {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-2.mb20px {
  margin-bottom: 20px;
}

.column-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-title {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
}

.section-title.mb-0 {
  margin-bottom: 0;
}

.section-title.mb-0.desk-hidden {
  display: none;
}

.bold-text {
  color: var(--cornflower-blue);
  font-size: 16px;
}

.sticky-section-cta {
  display: none;
}

.mobile-sticky-button {
  margin-right: 24px;
}

.grid-hero {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-hero.a {
  grid-template-columns: .8fr .9fr;
}

.grid-hero.b {
  grid-template-columns: .9fr .9fr;
}

.h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
}

.h2.gold {
  color: #d6af4b;
}

.h2.gold.center.custom-margin {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

.h2.gold.center.custom-margin.abbonamenti {
  font-style: normal;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-timeline-heading-2 {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: var(--alice-blue);
  width: 3px;
  height: 100%;
  position: absolute;
}

.text-colour-lightgrey {
  color: #ffffffa6;
  margin-top: 20px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.body-2 {
  color: #f7f7f7;
  text-align: left;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.title-page {
  color: #191919;
  text-transform: uppercase;
  font-size: 50px;
}

.title-page.gold {
  color: #d6af4b;
  font-size: 50px;
}

.title-page.gold.center {
  color: #d6af4b;
  text-align: center;
}

.timeline_circle {
  background-color: var(--white);
  box-shadow: 0 0 0 8px var(--royal-blue);
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: relative;
  top: 20px;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.classic-section {
  background-color: #121212;
  padding: 150px;
}

.classic-section.storia {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.timeline-main_heading-wrapper-2 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_progress-bar {
  z-index: -2;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.padding-vertical-xlarge-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-20 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium-2 {
  margin-bottom: 32px;
}

.timeline_text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.section-timeline {
  z-index: -3;
  background-color: var(--white);
  position: relative;
}

.header-timeline {
  background-color: var(--white);
  padding-top: 56px;
  padding-bottom: 56px;
}

.div-block-5 {
  background-color: var(--white);
  padding-top: 28px;
  padding-bottom: 56px;
}

.top-bar-wrapper-2 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-flex-h-sb-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---top-bar-right-col-2 {
  margin-right: 24px;
}

.brix---text-left---t-center-2 {
  text-align: left;
}

.link-wrapper-4 {
  border-radius: 8px;
  align-items: center;
  margin-right: 8px;
  padding: 12px 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.link-wrapper-4:hover {
  background-color: var(--white);
}

.link-wrapper-4.white {
  color: var(--white);
}

.link-wrapper-4.white:hover {
  color: var(--alice-blue);
}

.link-wrapper-4.hidden {
  display: none;
}

.link-icon-right-4 {
  margin-top: 4px;
  margin-left: 6px;
  padding-top: 0;
}

.uui-banner04_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.banner04_button-wrapper {
  align-items: center;
  display: flex;
}

.uui-banner04_wrapper {
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-banner04_close-button {
  color: var(--royal-blue);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner04_close-button:hover {
  background-color: #fff3;
}

.uui-banner04_text {
  color: #fff;
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner04_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-button-secondary {
  grid-column-gap: .5rem;
  color: #6941c6;
  text-align: center;
  white-space: nowrap;
  background-color: #f9f5ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary:hover {
  background-color: #f4ebff;
}

.uui-button-secondary:focus {
  background-color: #f9f5ff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.banner04_component {
  z-index: 10;
  position: fixed;
  inset: 7% 0% auto;
  transform: translate(0, 12px);
}

.icon-featured-square-large {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner04_supporting-text {
  color: #f4ebff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner04_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-banner16_close-button {
  color: var(--cornflower-blue);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner16_close-button:hover {
  background-color: var(--white);
}

.chart-wrap {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.pricing-sticky-bg-wrap {
  border-top-right-radius: 5px;
  padding-top: 0;
}

.placeholder-spacer {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 65px;
}

.placeholder-spacer.center {
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.placeholder-spacer.center.first {
  background-color: #0000;
  padding-left: 0;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.sticky-grid-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.price-category-wrap {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.table-cell-title {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 20px;
  display: flex;
}

.table-cell-title.first {
  border-top-left-radius: 16px;
}

.blurb-txt {
  color: #000;
}

.blurb-txt.text-color {
  color: #434de7;
}

.blurb-txt.grey {
  color: #8a8d9e;
  font-weight: 500;
}

.pricing-title-wrap-sticky {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.middle {
  background-color: #fff;
  padding: 20px;
}

.pricing-title-wrap-sticky.highlight {
  background-color: #d5e0ff;
  border-radius: 16px 0 0;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.table-cell {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  color: var(--royal-blue);
  background-color: #d5e0ff;
}

.pricing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.outer-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f2f3ff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.paragraph {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.highlight {
  color: var(--royal-blue);
}

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

.avatar {
  object-fit: cover;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.info {
  color: #888;
  text-align: left;
}

.div-block-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.container-match-loading {
  z-index: 9999;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation.matching {
  height: 620px;
}

@media screen and (min-width: 1440px) {
  .grid-hero-v16 {
    grid-column-gap: 90px;
  }

  .image.come-funziona.over-right {
    margin-left: -240px;
  }

  .image.come-funziona.over-left {
    margin-right: -240px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .grid-hero {
    grid-column-gap: 90px;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .header-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    height: 100vh;
    padding: 40px 24px;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .header-nav-menu-list-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger-menu-wrapper2 {
    margin-right: 32px;
    padding-top: 10px;
  }

  .hamburger-menu-wrapper2:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .btn-primary-small-2.hidden {
    display: none;
  }

  .hero-bg-image-dark {
    background-image: linear-gradient(to right, #2467ff, #2467ff40);
  }

  .grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .color-light-100.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-image-full-width.professionisti._2a {
    object-position: 66% 50%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .container-default-3b.center.specialisti {
    max-width: 600px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .grid-4-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .buttons-row-2.mobile-hidden {
    display: none;
  }

  .buttons-row-2.desktop-hidden {
    display: flex;
  }

  .buttons-row-2.center {
    justify-content: center;
  }

  .brix---button-row-left-2 {
    margin-right: 0;
  }

  .container-default-4.grid {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-hero-v16 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-hero-v16.a, .grid-hero-v16.b {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .section-hero-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-hero-small.mb-56px {
    padding-bottom: 56px;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

  .div-block.candidatura {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .image {
    max-width: 70%;
  }

  .image.professionisti-2 {
    width: 70%;
  }

  .image.come-funziona {
    max-width: 32%;
  }

  .image.come-funziona.over-right {
    max-width: 70%;
    margin-left: -31%;
  }

  .image.come-funziona.over-left {
    max-width: 70%;
    margin-right: -31%;
  }

  .image.come-funziona.double.static {
    max-width: 50%;
  }

  .image.come-funziona.double.mob-left {
    max-width: 33%;
    margin-left: 17%;
  }

  .image.come-funziona.double.mob-right {
    max-width: 33%;
    margin-right: 17%;
  }

  .image.come-funziona.single {
    max-width: 70%;
  }

  .image.chi-siamo-1 {
    width: 70%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid._3col {
    grid-template-columns: 1fr;
  }

  .image-2 {
    margin-bottom: 8px;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .columns.specialisti {
    align-items: center;
  }

  .column-2.center {
    justify-content: center;
    display: flex;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .unbound---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-grid-left {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-col-title {
    margin-bottom: 24px;
  }

  .image-3.mockup {
    min-width: 130%;
    max-width: 130%;
  }

  .center {
    text-align: center;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    display: none;
    inset: auto 39.5% -90px auto;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .section-overflow-hidden-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-overflow-hidden-2.waitlist {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    display: none;
    inset: auto auto -90px 39.5%;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---slider-mask-width-490px-2 {
    position: static;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .html-embed {
    padding-left: 20px;
  }

  .grid-hero {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-hero.a, .grid-hero.b {
    grid-template-columns: 1fr;
  }

  .h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 41px;
  }

  .h2.gold {
    color: #d6af4b;
    align-items: flex-end;
    margin-bottom: 40px;
    display: block;
  }

  .body-2 {
    font-size: 16px;
  }

  .title-page.gold.center {
    line-height: 50px;
  }

  .classic-section {
    padding: 150px 20px;
    display: block;
  }

  .classic-section.storia {
    display: block;
  }

  .top-bar-wrapper-2 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-flex-h-sb-2 {
    flex-direction: column;
  }

  .brix---top-bar-right-col-2 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---text-left---t-center-2 {
    text-align: center;
  }

  .uui-banner04_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner04_wrapper {
    padding-left: 1.25rem;
  }

  .sticky-grid-pricing, .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lottie-animation.matching {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .header-logo-2 {
    max-width: 150px;
  }

  .header-nav-list-item-show-in-tablet, .btn-header-hidden-on-mbl-2, .header-right-col-2 {
    display: block;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .btn-primary-small-2.hidden {
    display: block;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .hero-bg-image-dark {
    background-image: linear-gradient(to right, #2467ff, #2467ff4d);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .button-row-left {
    margin-right: 16px;
  }

  .bg-image-full-width.professionisti._2a {
    object-position: 60% 50%;
  }

  .bg-image-full-width.come-funziona {
    object-position: 50% 50%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .display-2.specialista {
    min-width: 0;
    max-width: 200px;
  }

  .grid-4-columns._3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .color-neutral-600.pro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding: 20px 22px;
  }

  .grid-hero-v16 {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-hero-v16.a, .grid-hero-v16.b {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .section-hero-small {
    padding-bottom: 40px;
  }

  .bg-icon {
    max-width: 70%;
    left: auto;
    right: auto;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .cta-card {
    padding: 40px 24px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-h2-size-2.white.matching {
    top: auto;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .image {
    max-width: 60%;
  }

  .image.professionisti-1, .image.professionisti-2 {
    max-width: 80%;
  }

  .image.come-funziona {
    max-width: 30%;
  }

  .image.come-funziona.over-right {
    max-width: 60%;
    margin-left: -27%;
  }

  .image.come-funziona.over-left {
    max-width: 60%;
    margin-right: -27%;
  }

  .image.come-funziona.double {
    max-width: 28%;
  }

  .image.come-funziona.double.static {
    max-width: 50%;
  }

  .image.come-funziona.double.mob-left {
    margin-left: 12%;
  }

  .image.come-funziona.double.mob-right {
    margin-right: 12%;
  }

  .image.come-funziona.single {
    max-width: 60%;
  }

  .image.chi-siamo-1 {
    width: 60%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .unbound---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .unbound---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .footer-logo-wrapper {
    width: 150px;
  }

  .social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---card-testimonial-color-5 {
    padding: 48px 32px;
  }

  .section-overflow-hidden-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-overflow-hidden-2.waitlist {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-overflow-hidden-2.specialisti {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .card-valori, .brix---card-testimonial-color-4 {
    padding: 48px 32px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-title.mb-0.desk-hidden {
    margin-bottom: 24px;
    display: block;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-sticky-button {
    margin-right: 16px;
  }

  .grid-hero {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-hero.a, .grid-hero.b {
    grid-template-columns: 1fr;
  }

  .h2.gold.center.custom-margin.abbonamenti {
    font-size: 35px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .title-page.gold.center {
    font-size: 45px;
    line-height: 46px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .padding-vertical-xlarge-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_text {
    font-size: 20px;
  }

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

  .top-bar-wrapper-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---top-bar-flex-h-sb-2 {
    flex-direction: column;
  }

  .brix---top-bar-right-col-2 {
    margin-bottom: 12px;
  }

  .link-icon-right-4 {
    width: 20px;
    margin-left: 8px;
  }

  .uui-banner04_text-wrapper {
    align-items: flex-start;
    margin-right: 40px;
  }

  .uui-page-padding-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-banner04_wrapper {
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .uui-banner04_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner04_close-button:hover {
    background-color: #0000;
  }

  .uui-banner04_icon-wrapper {
    display: none;
  }

  .uui-button-secondary {
    font-size: 1rem;
  }

  .uui-button-secondary:hover {
    background-color: #f9f5ff;
  }

  .banner04_component {
    position: sticky;
    top: 61px;
    transform: none;
  }

  .uui-banner04_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-banner16_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner16_close-button:hover {
    background-color: #0000;
  }

  .placeholder-spacer, .placeholder-spacer.center.first {
    display: none;
  }

  .sticky-grid-pricing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .table-cell-title.first {
    border-radius: 0;
  }

  .table-cell {
    width: 49.9%;
  }

  .pricing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .lottie-animation.matching {
    height: 360px;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .header-logo-2.table {
    max-width: 100px;
  }

  .header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .header-logo-link-left {
    text-align: center;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-right-col-2 {
    display: none;
  }

  .btn-primary-small-2 {
    width: 100%;
  }

  .btn-primary-small-2.mobile-hidden {
    display: none;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-default.mb-32, .paragraph-default.mt-16.mobile-left {
    text-align: left;
  }

  .hero-bg-image-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .bg-image-full-width.professionisti._2a {
    object-position: 77% 50%;
  }

  .bg-image-full-width.come-funziona {
    object-position: 57% 50%;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-h1-size {
    margin-bottom: 10px;
  }

  .container-default-3b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .unbound---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .display-2.specialista {
    text-align: center;
  }

  .grid-4-columns, .grid-4-columns._3 {
    grid-template-columns: 1fr;
  }

  .text-center.padding-steps.specialista {
    flex-direction: column;
    align-items: center;
  }

  .brix---btn-icon-left {
    width: 10%;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-default-2.left.specialista {
    text-align: center;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app {
    text-align: left;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .grid-hero-v16 {
    grid-row-gap: 8px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .section-hero-small.invert.alternate {
    overflow: hidden;
  }

  .bg-icon {
    max-width: 100%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .cta-card {
    padding: 32px 24px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-h2-size-2.mb-24 {
    margin-bottom: 16px;
  }

  .heading-h2-size-2.mb-24.mob-left, .heading-h2-size-2.mobile-left, .heading-h2-size-2.white.left {
    text-align: left;
  }

  .heading-h2-size-2.white.specialisti {
    line-height: 32px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .image, .image.professionisti-1 {
    max-width: 100%;
  }

  .image.professionisti-2 {
    width: 100%;
    max-width: 100%;
  }

  .image.come-funziona {
    max-width: 50%;
  }

  .image.come-funziona.over-right {
    max-width: 100%;
    margin-left: -50%;
  }

  .image.come-funziona.over-left {
    max-width: 100%;
    margin-right: -50%;
  }

  .image.come-funziona.double.static {
    max-width: 80%;
  }

  .image.come-funziona.double.mob-left {
    max-width: 48%;
    margin-left: 22%;
  }

  .image.come-funziona.double.mob-right {
    max-width: 48%;
    margin-right: 22%;
  }

  .image.come-funziona.single {
    max-width: 100%;
  }

  .image.chi-siamo-1 {
    width: 100%;
  }

  .grid, .grid._4 {
    grid-template-columns: 1fr;
  }

  .unbound---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 15px;
  }

  .unbound---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-container-900px-center.more.mb-48 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-list-item {
    margin-bottom: 8px;
  }

  .text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .footer-top-border-bottom {
    padding-bottom: 80px;
  }

  .icon-square-36px {
    border-radius: 6px;
    font-size: 14px;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .unb---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .unbound---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-8px {
    margin-bottom: 6px;
  }

  .social-media-grid-left {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .image-3 {
    min-width: 180%;
    max-width: 180%;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    bottom: -72px;
    right: 26%;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-testimonial-color-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-overflow-hidden-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-overflow-hidden-2.chi-siamo {
    padding-top: 56px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    bottom: -72px;
    left: 26%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .card-valori {
    min-height: 290px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card-testimonial-color-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---slide-item-mg-2 {
    max-width: 280px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---slider-mask-width-490px-2 {
    max-width: 90%;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-3 {
    display: block;
  }

  .html-embed {
    padding-left: 15px;
  }

  .container {
    padding: 12px 20px;
  }

  .sticky-section-cta {
    z-index: 999;
    background-color: var(--white);
    border-top: 1px #1d1d1f24;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 11px 1px #1d1d1f26;
  }

  .mobile-sticky-button {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-hero {
    grid-row-gap: 8px;
  }

  .h2.gold {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .h2.gold.center.custom-margin.abbonamenti {
    text-align: left;
    font-size: 32px;
    line-height: 35px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .body-2 {
    text-align: center;
    font-size: 16px;
  }

  .title-page.gold {
    font-size: 45px;
  }

  .title-page.gold.center {
    text-align: center;
    line-height: 50px;
  }

  .classic-section {
    padding: 100px 20px;
  }

  .classic-section.storia {
    display: block;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 24px;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-wrapper-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-icon-right-4 {
    width: 18px;
  }

  .uui-banner04_text-wrapper {
    margin-right: 32px;
  }

  .banner04_component {
    top: 53px;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .placeholder-spacer.center.first {
    display: none;
  }

  .sticky-grid-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .h2-2 {
    font-size: 30px;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.middle, .pricing-title-wrap-sticky.highlight {
    padding-right: 15px;
  }

  .table-cell {
    width: 49.8%;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .info.specialista {
    text-align: center;
  }

  .lottie-animation.matching {
    height: 240px;
  }
}

#w-node-_15d5378a-110e-5e35-bb8d-8437134df927-6a0390a3, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb3fc-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb3fd-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb401-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb40c-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb40f-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb411-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb428-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb42b-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb42c-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb415-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb418-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb41a-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb41e-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb421-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb423-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb430-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb433-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb434-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb439-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb43c-a2ae1d00, #w-node-_5638325e-4c49-dbc0-e80e-c9db885cb43e-a2ae1d00, #w-node-_54130fe1-4909-a067-bdc6-fc3fccd80131-a2ae1d00, #w-node-_54130fe1-4909-a067-bdc6-fc3fccd80134-a2ae1d00, #w-node-_54130fe1-4909-a067-bdc6-fc3fccd80136-a2ae1d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0a2ccd3-7252-6bc3-5eee-38d10b20456f-0b20456b {
  justify-self: center;
}

#w-node-_4dd9eb41-2e0e-f91d-0863-d17290640fca-eae7ab44, #w-node-_60d06812-b19c-d296-7fba-07d8414cc0a9-eae7ab44, #w-node-_845403fc-73cf-7a7a-4f4d-3082e8e9ae72-eae7ab44, #w-node-_4dd9eb41-2e0e-f91d-0863-d17290640fca-95818d46, #w-node-_60d06812-b19c-d296-7fba-07d8414cc0a9-95818d46, #w-node-_845403fc-73cf-7a7a-4f4d-3082e8e9ae72-95818d46, #w-node-_4dd9eb41-2e0e-f91d-0863-d17290640fca-9bf603aa, #w-node-_60d06812-b19c-d296-7fba-07d8414cc0a9-9bf603aa, #w-node-_845403fc-73cf-7a7a-4f4d-3082e8e9ae72-9bf603aa, #w-node-_4dd9eb41-2e0e-f91d-0863-d17290640fca-304e36e8, #w-node-_60d06812-b19c-d296-7fba-07d8414cc0a9-304e36e8, #w-node-_845403fc-73cf-7a7a-4f4d-3082e8e9ae72-304e36e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e0890828-2a69-7a17-dfd8-ff45343907f8-6a0390a3, #w-node-f8092f55-4db6-f759-0c50-e9a39db74b58-6a0390a3 {
    order: -9999;
  }

  #w-node-e4bd7494-f173-ff85-95f2-07c0629c26e1-629c26dd, #w-node-e4bd7494-f173-ff85-95f2-07c0629c2722-629c26dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_108dd04e-1376-c108-8ba7-537b9ed4a2e1-a41ae514 {
    order: 9999;
  }

  #w-node-_108dd04e-1376-c108-8ba7-537b9ed4a2f0-a41ae514 {
    order: -9999;
  }

  #w-node-ea2056c1-a82d-fd52-3186-112154a69c45-a41ae514 {
    order: 9999;
  }

  #w-node-ea2056c1-a82d-fd52-3186-112154a69c54-a41ae514 {
    order: -9999;
  }

  #w-node-_6b79cb03-5c19-fcca-19b8-c74f75a545b2-a41ae514 {
    order: 9999;
  }

  #w-node-_6b79cb03-5c19-fcca-19b8-c74f75a545c1-a41ae514 {
    order: -9999;
  }

  #w-node-_94a57343-69e9-3016-ce82-1fbcbf1a5743-a2ae1d00 {
    order: 9999;
  }

  #w-node-_94a57343-69e9-3016-ce82-1fbcbf1a5752-a2ae1d00 {
    order: -9999;
  }

  #w-node-_5c193ba1-6746-8a2c-9bb8-b17e70152947-a2ae1d00 {
    order: 9999;
  }

  #w-node-_5c193ba1-6746-8a2c-9bb8-b17e70152956-a2ae1d00, #w-node-dda0ab1a-3c22-1d0a-576b-7b3838acf12d-a2ae1d00, #w-node-dda0ab1a-3c22-1d0a-576b-7b3838acf12b-a2ae1d00 {
    order: -9999;
  }

  #w-node-_94a57343-69e9-3016-ce82-1fbcbf1a5743-96bef997 {
    order: 9999;
  }

  #w-node-_94a57343-69e9-3016-ce82-1fbcbf1a5752-96bef997 {
    order: -9999;
  }

  #w-node-e7846cdb-883c-ce43-102c-beffbbf60631-bbf6062d, #w-node-e7846cdb-883c-ce43-102c-beffbbf60657-bbf6062d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e0890828-2a69-7a17-dfd8-ff45343907f8-eae7ab44, #w-node-_272c8504-ea08-c9d3-501d-21d49ad87ccf-eae7ab44 {
    order: -9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-eae7ab44 {
    order: 9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a11-eae7ab44, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5d5-eae7ab44 {
    order: -9999;
  }

  #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-eae7ab44, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-eae7ab44 {
    order: 9999;
  }

  #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84ac-eae7ab44, #w-node-e0890828-2a69-7a17-dfd8-ff45343907f8-95818d46, #w-node-_272c8504-ea08-c9d3-501d-21d49ad87ccf-95818d46 {
    order: -9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-95818d46 {
    order: 9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a11-95818d46, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5d5-95818d46 {
    order: -9999;
  }

  #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-95818d46, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-95818d46 {
    order: 9999;
  }

  #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84ac-95818d46, #w-node-e0890828-2a69-7a17-dfd8-ff45343907f8-9bf603aa, #w-node-_272c8504-ea08-c9d3-501d-21d49ad87ccf-9bf603aa {
    order: -9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-9bf603aa {
    order: 9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a11-9bf603aa, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5d5-9bf603aa {
    order: -9999;
  }

  #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-9bf603aa, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-9bf603aa {
    order: 9999;
  }

  #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84ac-9bf603aa, #w-node-e0890828-2a69-7a17-dfd8-ff45343907f8-304e36e8, #w-node-_272c8504-ea08-c9d3-501d-21d49ad87ccf-304e36e8 {
    order: -9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-304e36e8 {
    order: 9999;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a11-304e36e8, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5d5-304e36e8 {
    order: -9999;
  }

  #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-304e36e8, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-304e36e8 {
    order: 9999;
  }

  #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84ac-304e36e8, #w-node-f945a486-8e62-6483-82a9-fd99d0f0f0de-a63a4e61 {
    order: -9999;
  }

  #w-node-d26d1bd2-f988-a9b0-2039-d2649dfa94c4-a63a4e61 {
    order: 9999;
  }

  #w-node-d26d1bd2-f988-a9b0-2039-d2649dfa94d6-a63a4e61, #w-node-_272c8504-ea08-c9d3-501d-21d49ad87ccf-a63a4e61 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-6a0390a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4bd7494-f173-ff85-95f2-07c0629c26e1-629c26dd {
    grid-column: span 2 / span 2;
  }

  #w-node-e4bd7494-f173-ff85-95f2-07c0629c2722-629c26dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_108dd04e-1376-c108-8ba7-537b9ed4a2e1-a41ae514, #w-node-ea2056c1-a82d-fd52-3186-112154a69c45-a41ae514, #w-node-_6b79cb03-5c19-fcca-19b8-c74f75a545b2-a41ae514 {
    order: 9999;
  }

  #w-node-_1682bfea-8acc-8786-1281-6e21d340169f-d66648f3 {
    justify-self: start;
  }

  #w-node-_1682bfea-8acc-8786-1281-6e21d34016a2-d66648f3 {
    justify-self: end;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-d66648f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbec0-d66648f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbec3-d66648f3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbec5-d66648f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbeca-d66648f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbecd-d66648f3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbed4-d66648f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbed7-d66648f3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbede-d66648f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a081b90b-ced9-c873-bc57-5440737bbee1-d66648f3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e7846cdb-883c-ce43-102c-beffbbf60631-bbf6062d {
    grid-column: span 2 / span 2;
  }

  #w-node-e7846cdb-883c-ce43-102c-beffbbf60657-bbf6062d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_15eec475-07d7-1ddd-b598-12c91618798c-eae7ab44 {
    justify-self: start;
  }

  #w-node-_15eec475-07d7-1ddd-b598-12c91618798f-eae7ab44 {
    justify-self: end;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-eae7ab44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-eae7ab44, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-eae7ab44, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-eae7ab44 {
    order: 9999;
  }

  #w-node-_76d3f011-39ff-1ed8-cd41-d5eadede3843-95818d46 {
    justify-self: start;
  }

  #w-node-_76d3f011-39ff-1ed8-cd41-d5eadede3846-95818d46 {
    justify-self: end;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-95818d46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-95818d46, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-95818d46, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-95818d46 {
    order: 9999;
  }

  #w-node-_2e1fd3a0-7f03-3b43-12ac-382e2b36ac4f-9bf603aa {
    justify-self: start;
  }

  #w-node-_2e1fd3a0-7f03-3b43-12ac-382e2b36ac52-9bf603aa {
    justify-self: end;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-9bf603aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-9bf603aa, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-9bf603aa, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-9bf603aa {
    order: 9999;
  }

  #w-node-_505a473c-b4e2-758c-10b8-9e213cce3f83-304e36e8 {
    justify-self: start;
  }

  #w-node-_505a473c-b4e2-758c-10b8-9e213cce3f86-304e36e8 {
    justify-self: end;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-304e36e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12798dfe-a1c6-dbde-9ed8-3a7837480a07-304e36e8, #w-node-_1ba10556-8340-52e7-abd0-e20b3101a5cb-304e36e8, #w-node-db8a82fb-8bc6-0316-e9cf-00f03f5d84a4-304e36e8 {
    order: 9999;
  }

  #w-node-_76d3f011-39ff-1ed8-cd41-d5eadede3843-a63a4e61 {
    justify-self: start;
  }

  #w-node-_76d3f011-39ff-1ed8-cd41-d5eadede3846-a63a4e61 {
    justify-self: end;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-a63a4e61 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76d3f011-39ff-1ed8-cd41-d5eadede3843-a171a28f {
    justify-self: start;
  }

  #w-node-_76d3f011-39ff-1ed8-cd41-d5eadede3846-a171a28f {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-6a0390a3, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-6a0390a3, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-6a0390a3, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-6a0390a3, #w-node-fde41907-94fe-c7ad-5437-76723f6a11c8-6a0390a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4bd7494-f173-ff85-95f2-07c0629c2702-629c26dd, #w-node-e4bd7494-f173-ff85-95f2-07c0629c2712-629c26dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-d66648f3, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-d66648f3, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-d66648f3, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-d66648f3, #w-node-fde41907-94fe-c7ad-5437-76723f6a11c8-d66648f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7846cdb-883c-ce43-102c-beffbbf60647-bbf6062d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-eae7ab44, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-eae7ab44, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-eae7ab44, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-eae7ab44, #w-node-fde41907-94fe-c7ad-5437-76723f6a11c8-eae7ab44, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-95818d46, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-95818d46, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-95818d46, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-95818d46, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-9bf603aa, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-9bf603aa, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-9bf603aa, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-9bf603aa, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-304e36e8, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-304e36e8, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-304e36e8, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-304e36e8, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24bf-a63a4e61, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24cb-a63a4e61, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24d7-a63a4e61, #w-node-_26820888-18b4-8cab-2144-cbdf9eef24e3-a63a4e61, #w-node-_2cb6d140-a52d-c564-4c5e-8be4c7b76bc4-a63a4e61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}