:root {
  --blue: #77c9df;
  --white: white;
  --black: black;
}

.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;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Avenir, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #1b3f47;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
}

h5 {
  color: #1b3f47;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  color: #67c2dc;
  font-weight: 900;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 1rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 6rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 6rem;
  display: flex;
}

.padding-huge.is-display-none {
  display: none;
}

.margin-large {
  margin: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 8rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xxlarge.is-xl {
  padding-top: 2rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small {
  margin: 0 0 3.3rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.is-central {
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

.margin-top.margin-xlarge.is-s {
  margin-top: 3rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-large {
  padding-bottom: 5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text {
  grid-row-gap: 1rem;
  color: #4e7580;
  flex-direction: column;
  display: flex;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: #456c77;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.is-l {
  max-width: 70rem;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.is-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .6rem;
  font-weight: 400;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_3-col.is-gap_4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.background-color-grey {
  margin-top: 2rem;
}

.container-large.logo-wapper {
  background-color: #fbfbfd;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.is-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-align-center.is-flex.is-pad-top {
  margin-top: 7rem;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #f14978;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/cerchio-fucsia.svg');
  background-position: 50% 140%;
  background-repeat: no-repeat;
  background-size: 100% 350%;
  border: 1px solid #f14978;
  border-radius: 20px;
  padding: .5rem 1.5rem;
  font-weight: 900;
  transition: color .2s, background-position .35s;
}

.button:hover {
  color: #fff;
  background-position: 50%;
  background-size: 100%;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-cookie {
  align-self: flex-end;
}

.button.is-fill {
  color: #fff;
  background-color: #f14978;
  background-image: none;
  transition: background-color .3s;
}

.button.is-fill:hover {
  background-color: #cc355f;
  background-image: none;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is-large {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is-display-none {
  display: none;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.25rem;
}

.spacer-small.is-xs {
  padding-top: .8rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.navbar1_component {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar1_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: #000;
  border-bottom: 1px solid #fff;
  padding: .5rem 0 0;
  text-decoration: none;
  transition: border-color .2s ease-in;
}

.navbar1_link:hover {
  border-bottom-color: #999;
}

.navbar1_link.w--current {
  color: #000;
  border-bottom: 1px solid #000;
}

.navbar1_link.is-contatti {
  color: #67c2dc;
  font-weight: 900;
}

.navbar1_link.is-contatti:hover {
  border-bottom-color: #8bd0e4;
}

.navbar1_link.is-contatti.w--current {
  border-bottom-color: var(--blue);
}

.navbar1_logo {
  width: 8rem;
}

.section_home-header {
  background-image: linear-gradient(#67c3dc, #67c3dc);
  justify-content: center;
  align-items: flex-start;
  height: 100svh;
  display: flex;
}

.section_home-header.webkit-fill {
  z-index: 999;
  position: relative;
  overflow: hidden;
}

.section_home-header.webkit-fill.is-background {
  background-image: linear-gradient(to right, #c9ced4, #fbfbfb);
  min-height: 800px;
}

.section_home-header.webkit-fill.is-background.is-down {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: linear-gradient(346deg, #e0e5eb, #fbfbfb);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_home-header.webkit-fill.is-background.is-thank {
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 70px;
}

.section.background-color-blue {
  position: relative;
}

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

.title_hero-home {
  color: #1b3f47;
  text-align: center;
}

.title_hero-home.is-small {
  font-size: 2rem;
}

.grid_home-gambit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.is-opacity-50 {
  opacity: .51;
}

.footer3_component {
  z-index: 1;
  background-image: linear-gradient(#1b3f47, #1b3f47);
  flex-direction: column;
  position: sticky;
  bottom: 0;
}

.line-divider_footer {
  background-color: #a0a0a080;
  width: 100%;
  height: 1px;
}

.home-header_bg-image-wrapper {
  z-index: 0;
  min-height: 850px;
  position: absolute;
  inset: 0%;
}

.home-header_bg-image-wrapper.is-comefunziona {
  background-image: url('../images/background_page_02x2.jpg');
}

.home-header_bg-image {
  object-fit: cover;
  background-image: url('../images/crare-comefunziona-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 130%;
  margin-bottom: -20%;
  overflow: hidden;
}

.home-header_bg-image.is-page {
  background-image: url('../images/background_page_02x2.jpg');
  background-position: 50% 100%;
}

.home-header_bg-image.is-gradient {
  background-image: none;
}

.home-header_flex-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
}

.home-header_wordmark-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c-featured-item {
  position: relative;
}

.featured-card_text-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.featured-item_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.featured-item_image-wrapper {
  width: 100%;
  height: 65vh;
}

.z-index-logo-card {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 5% 0% auto;
}

.gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, #0009, #fff0 46%);
  position: absolute;
  inset: 0%;
}

.subtitle-hero_home {
  color: #4e7580;
  font-size: 1.4rem;
}

.subtitle-hero_home.is-s {
  font-size: 1.2rem;
}

.section_views {
  z-index: 1;
  position: relative;
}

.views_flex-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid_background {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.text-card {
  font-size: 1.2rem;
}

.text-span {
  font-weight: 900;
}

.logo1_logo {
  max-height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.logo1_logo.intesa {
  max-height: 1.5rem;
}

.logo1_logo.unicredit {
  max-height: 1.8rem;
}

.logo1_logo.avvera {
  max-height: 2.5rem;
}

.logo1_logo.bper {
  max-height: 2.3rem;
}

.logo1_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.logo1_component.is-three {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 2rem;
}

.section_logo {
  margin-top: 4rem;
  position: relative;
}

.text-title_section {
  color: #1b3f47;
}

.text-title_section.is-s {
  font-size: 1.7rem;
  font-weight: 400;
}

.text-subtile_section {
  color: #4e7580;
  font-size: 1.2rem;
}

.views_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.views_image._50 {
  height: 50%;
}

.c-grid {
  color: #fff;
  background-color: #f14978;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 18rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.c-grid.background-image {
  background-image: url('../images/grid-home-05x2_new-copia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-grid_background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-blue {
  color: #67c2dc;
}

.display-none {
  display: none;
}

.footer1_credit-text {
  color: #b8ccd1;
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link-list.is-aling-right {
  align-items: flex-end;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  place-items: start end;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr auto;
  grid-auto-flow: column;
  align-items: start;
}

.text-weight-semibold {
  font-weight: 600;
}

.c-card-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.featured-steps_image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.current-steps-wrapper {
  grid-column-gap: 1rem;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.text-number {
  font-size: 1.4rem;
  font-weight: 900;
}

.wrap-icon-numer_steps {
  background-color: var(--blue);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.wrap-icon-numer_steps.is-small {
  width: 2rem;
  height: 2rem;
}

.background-color-blue {
  background-color: var(--blue);
  background-image: url('../images/background_paralax_blue.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-color-blue.is-background {
  background-color: var(--blue);
  background-image: linear-gradient(#77c9df, #6fb7ca);
  background-position: 0 0;
}

.section_paralax-color {
  height: 60vh;
}

.section_paralax-color.webkit-fill {
  z-index: 999;
  position: relative;
  overflow: hidden;
}

.page_bg-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.page_bg-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 120%;
  margin-bottom: -30%;
  overflow: hidden;
}

.opacity-50 {
  opacity: .5;
}

.text-title-color-white {
  color: #fff;
  font-size: 2.8rem;
}

.text-title-color-white.is-small {
  font-size: 2rem;
}

.page_bg_wordmark-wrapper {
  z-index: 2;
  position: relative;
}

.icon_image-wrapper {
  background-color: #ffce6d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  display: flex;
}

.c-flex-icon {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-creare {
  width: 100%;
  height: 100%;
}

.wrap_video {
  height: 80vh;
}

.line-divider {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
}

.icon-1x1-oam {
  width: 110px;
  height: 110px;
}

.text-title_certificato {
  color: #4e7580;
  font-size: 1.7rem;
  font-weight: 400;
}

.text-subtitle_certificato {
  color: #4e7580;
  font-size: .9rem;
}

.paragraph {
  color: #aeaeae;
}

.text_scrolldown {
  color: #4e7580;
}

.text-subtitle_colorwhite {
  color: #fff;
  font-size: 1rem;
}

.text-subtitle_colorwhite.is-bold {
  font-size: 25px;
  font-weight: 900;
}

.text-title_card {
  color: #1b3f47;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-steps {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}

.container-form {
  background-color: #fbfbfd;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-form.is-display-none {
  display: none;
}

.form_field {
  color: #fff;
  background-color: #ffffff1a;
  border-style: none none solid;
  border-width: 1px 1px .1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  margin-bottom: 0;
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  color: #000;
}

.form_field::placeholder {
  color: #ccc;
}

.form_field.is-message {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  min-height: 160px;
  margin-top: 1.5rem;
  display: block;
}

.contact_form_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  padding: 4rem 4rem 2rem;
  display: grid;
}

.contact_form_component {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.ceckbox-form {
  border-color: #67c2dc;
  border-radius: 4px;
  width: 10px;
  height: 10px;
}

.ceckbox-form.w--redirected-checked {
  background-color: #67c2dc;
  background-image: none;
}

.wrapp_logo-partner {
  border-bottom: 1px solid #d9d9d9;
  align-items: flex-start;
  padding: 2rem 1rem 2.5rem;
  display: flex;
}

.wrap-step {
  grid-column-gap: 1rem;
  align-items: center;
}

.heading-legal {
  color: #1b3f47;
  font-size: 1.1rem;
  font-weight: 900;
}

.wrap-policy {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 60px;
  display: flex;
}

.wrap-policy.is-display-none {
  display: none;
}

.text-grid_home {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}

.cookie-banner_close_txt {
  border-bottom: 1px solid #000;
}

.cookie-prefs_name {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.cookie-banner_link {
  color: #000;
}

.cookie-banner_title_wrap {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cookie-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cookie-prefs_checkbox-field {
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookie-prefs_checkbox-label {
  display: none;
}

.banner_title {
  font-size: 1.3rem;
}

.cookie-banner_container {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.cookie-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-bottom: 16px;
  position: relative;
}

.cookie-banner {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 14px 3px #0000001a;
}

.cookie-prefs_title {
  color: #383838;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-prefs_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  background-color: #4353ff;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #4353ff;
}

.cookie-prefs_checkbox.w--redirected-focus {
  box-shadow: none;
}

.cookie-prefs_description {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.cookie-prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}

.cookie-prefs_open-txt.is-first {
  top: 0;
}

.cookie-prefs_container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.cookie-banner_wrapper {
  z-index: 1000;
  background-color: #0000001a;
  flex-direction: column;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.button-3 {
  cursor: pointer;
  font-size: 14px;
}

.button-3.is-text {
  text-decoration: underline;
}

.button-3.is-secondary {
  color: #3898ec;
  background-color: #0000;
  border: 1px solid #3898ec;
}

.button-3.is-banner {
  align-self: flex-end;
}

/* .cookie-prefs_label {
  font-weight: 700;
}

.cookie-prefs_trigger, .cookie-prefs_nascondi {
  display: none;
}

.cookie-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.cookie-prefs_text {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.cookie-prefs_arrow {
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.cookie-prefs_wrapper {
  z-index: 1001;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.cookie-banner_trigger {
  display: none;
}

.cookie-banner_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.cookie-prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.cookie-prefs_buttons-wrapper.is-pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.cookie-banner_text {
  font-size: .6rem;
}

.cookie-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  margin-bottom: 16px;
  display: flex;
} */

.banner_close {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner_close.is-x {
  z-index: 3;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.manager_trigger {
  display: none;
}

.cookie_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.heading {
  color: #1b3f47;
  font-size: 2.1rem;
}

.text-number_small {
  font-size: 1.1rem;
  font-weight: 900;
}

.background-color-yellow {
  background-image: url('../images/background_paralax_yellow.jpg');
  background-position: 50%;
  background-size: cover;
}

.hide-desktop {
  display: none;
}

.background-video-mobile {
  width: 100%;
  height: 100%;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-absolute {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 1rem 0% auto;
}

.link-contacts {
  color: gray;
}

.text-block {
  color: #4e7580;
  font-size: 18px;
  font-weight: 400;
}

.is-yellow {
  color: #fdbb18;
}

.is-blue {
  color: #0a1f35;
}

.is-purple {
  color: #d8476b;
}

.form_input-2 {
  background-color: #eeeaf0;
  border: 1px solid #eee;
  border-radius: .7rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.form_input-2::placeholder {
  color: #222;
}

.if-lib-rangeslider_inputs {
  display: none;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.if-lib-rangeslider_handle {
  z-index: 1;
  background-color: #494759;
  border-radius: .9rem;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0%;
  box-shadow: 0 0 2rem #00000036;
}

.if-lib-rangeslider_handle:focus {
  outline-style: solid;
  outline-offset: .12rem !important;
  outline-width: .12rem !important;
  outline-color: var(--blue-gray) !important;
}

.hero_form-block {
  min-width: 250px;
}

.if-lib-rangeslider_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 260px;
  display: flex;
  position: relative;
}

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

.if-lib-rangeslider_track {
  cursor: pointer;
  background-color: #d9e8f9;
  border-radius: 1rem;
  justify-content: space-around;
  align-items: center;
  height: 7px;
  margin-top: .75rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.if-lib-rangeslider_display-value {
  color: #4e7580;
  padding-left: 16px;
  font-size: .8rem;
  font-weight: 900;
  line-height: .7;
}

.hero_heading {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 4rem;
  font-weight: 600;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(109deg, #c0f, #9000ff);
  border-radius: .7rem;
  padding: .9rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: 0 3px 11px #0003;
}

.hero_subtitle {
  color: #000000a3;
  font-size: 1.25rem;
}

.if-lib-rangeslider_trackfill {
  opacity: 1;
  background-color: #257fe9;
  border-radius: 1rem;
  position: absolute;
  inset: 0% 89% 0% 0%;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1rem;
}

.form_field-wrapper-2 {
  margin-bottom: 1rem;
}

.form_label-2 {
  color: #4e7580;
  text-align: center;
  font-size: 1rem;
}

.filter-container {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  display: flex;
}

.div-block-2 {
  border: 1px solid #cecece;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  padding: 28px 20px 16px;
  display: flex;
}

.if-lib-rangeslider_wrapper-2 {
  border-radius: .5rem;
  position: relative;
}

.if-lib-rangeslider_track-2 {
  cursor: pointer;
  background-color: #0000000d;
  border-radius: .2rem;
  justify-content: space-around;
  align-items: center;
  height: .75rem;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.if-lib-rangeslider_trackfill-2 {
  opacity: 1;
  background-color: #257fe9;
  border-radius: .2rem;
  position: absolute;
  inset: 0% 50% 0% 25%;
}

.if-lib-rangeslider_handle-2 {
  z-index: 1;
  background-color: #494759;
  border-radius: .2rem;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 25%;
  box-shadow: 0 0 2rem #00000036;
}

.if-lib-rangeslider_handle-2:focus {
  outline-style: solid;
  outline-offset: .12rem !important;
  outline-width: .12rem !important;
  outline-color: var(--blue-gray) !important;
}

.if-lib-rangeslider_display-value-2 {
  font-size: 1.125rem;
  font-weight: 500;
}

.label-form {
  color: #4e7580;
  padding-left: 6px;
  font-size: .8rem;
}

.label-form.is-nopad {
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  line-height: .9;
}

.text-field {
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 24px;
}

.form-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  padding: 72px 56px;
  display: flex;
}

.second-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.input-form {
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.select-form {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 24px;
}

.divider {
  color: #e1ebf5;
  background-color: #e1ebf5;
  width: 100%;
  height: 1px;
}

.a, .b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.first-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.radio-button-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed {
  display: none;
}

.form_checkbox_container {
  margin-top: 1rem;
}

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: #00000029;
  border: 1px solid #00000029;
  border-radius: 0 .5rem .5rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  display: none;
  position: relative;
}

.policy-flag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  font-size: .6rem;
  display: flex;
}

.form_link {
  font-size: .6rem;
  text-decoration: underline;
  transition: color .2s;
}

.form_link:hover {
  color: #c2afa7;
}

.blue-text {
  color: #2280ef;
}

.round {
  background-color: #dbdbdb;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
}

.round.is-blue {
  background-color: #7dc1d8;
}

.round.is-purple {
  background-color: #d8476b;
}

.round.is-yellow {
  background-color: #fdbb18;
}

.title-round {
  color: #4e7580;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}

.par-round {
  color: #4e7580;
  text-align: center;
  font-size: .8rem;
  line-height: 1.3;
}

.wrap-icon-numer_steps-2 {
  color: #fff;
  background-color: #77c9df;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.wrap-icon-numer_steps-2.is-small {
  width: 2rem;
  height: 2rem;
}

.is-pad-top {
  margin-top: 60px;
}

.embed_cookie {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 3rem 2rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fs-styleguide_3-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .container-large {
    max-width: 40rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    grid-column-gap: 3rem;
    grid-row-gap: 4.5rem;
    flex-direction: column;
    height: 50dvh;
    padding-top: 3rem;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home-header_bg-image {
    min-height: 145%;
  }

  .home-header_flex-wrapper {
    margin-top: 4rem;
  }

  .featured-item_image-wrapper {
    height: 50vh;
  }

  .logo1_component {
    width: 100%;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .c-card-steps {
    max-width: 40rem;
  }

  .c-flex-icon {
    width: 230px;
  }

  .form_field {
    line-height: 20px;
  }

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

  .wrapp_logo-partner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .2rem;
  }

  .c-link-home {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 10%;
    padding-right: 10%;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .fs-styleguide_4-col {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .logo1_component {
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .logo1_component.is-three {
    grid-template-columns: 1fr 1fr;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-flow: column;
    align-items: start;
    padding-bottom: 1rem;
  }

  .footer1_link-list.is-aling-right {
    align-items: flex-start;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
        place-items: start;
  }

  .footer1_top-wrapper {
    grid-auto-flow: row;
  }

  .contact_form_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cookie-banner_title_wrap {
    align-items: center;
  }

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: center;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .hide-desktop {
    display: none;
  }

  .spacer-medium-2 {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: .9rem;
  }

  .padding-huge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_4-col {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
    grid-auto-flow: row;
  }

  .fs-styleguide_3-col {
    grid-row-gap: 1rem;
  }

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

  .section_home-header.webkit-fill.is-background {
    background-image: linear-gradient(270deg, #c4c9cf, #e2e6e9);
  }

  .title_hero-home {
    font-size: 2rem;
  }

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

  .home-header_bg-image {
    background-position: 30% 100%;
    min-height: 120%;
  }

  .home-header_bg-image.is-page {
    background-image: url('../images/hero_page_cut.jpg');
    background-position: 35%;
    background-size: cover;
  }

  .featured-item_image-wrapper {
    height: 40vh;
  }

  .subtitle-hero_home {
    text-align: center;
    font-size: 1.2rem;
  }

  .logo1_logo.unicredit {
    max-height: 1.4rem;
  }

  .logo1_logo.avvera, .logo1_logo.bper {
    max-height: 2.2rem;
  }

  .logo1_logo.credit {
    max-height: 1.6rem;
  }

  .logo1_logo.ing {
    max-height: 1.7rem;
  }

  .logo1_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .logo1_component.is-three {
    grid-template-columns: 1fr;
  }

  .text-title_section {
    font-size: 1.8rem;
  }

  .text-subtile_section {
    font-size: 1.2rem;
  }

  .footer1_credit-text {
    color: #fff;
  }

  .footer1_social-link {
    padding-top: .25rem;
  }

  .footer1_link {
    padding-top: .25rem;
    padding-bottom: .5rem;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer1_top-wrapper {
    grid-row-gap: 1.25rem;
    grid-auto-flow: row;
  }

  .section_paralax-color {
    height: 48vh;
  }

  .text-title-color-white {
    font-size: 2.4rem;
  }

  .icon_image-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .c-flex-icon {
    grid-row-gap: 1rem;
    width: 130px;
  }

  .icon-1x1-oam {
    width: 2.5rem;
    height: 2.5rem;
  }

  .form_field {
    border-bottom-color: #6a6c6d;
  }

  .contact_form_container {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapp_logo-partner {
    height: 4.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapp_logo-partner.bper {
    padding-top: .5rem;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-banner {
    padding: 20px;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .hide-desktop {
    display: block;
  }

  .background-video-mobile {
    width: 100%;
    height: 100%;
  }

  .hero_heading {
    font-size: 2.5rem;
  }
}

#w-node-f4d70290-a4fc-14b7-b086-6f6388dbddee-8efb5f25, #w-node-_9bc1b66f-f49e-62a1-42ff-4be499fc733a-8efb5f25, #w-node-ef937969-2bba-9d94-6ad9-891f7f707afe-8efb5f25, #w-node-ef937969-2bba-9d94-6ad9-891f7f707b01-8efb5f25, #w-node-_03589d4c-eb1a-a4cf-00b4-ba86b72040fa-8efb5f25, #w-node-_03589d4c-eb1a-a4cf-00b4-ba86b72040fd-8efb5f25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7079dbcb-3806-20fd-b4c6-3fb9571c548f-8efb5f25 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_766a8f78-ec3d-999b-9def-6be08165f653-8efb5f25 {
  grid-area: 2 / 9 / 3 / 10;
}

#w-node-_7401e5ae-0b58-ae07-c169-bf2e91de3139-8efb5f25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6567a7e-6f3d-fff1-dc44-5c62cce729c3-8efb5f25, #w-node-ca604412-36ac-ded9-c64a-4f63fb9a6b36-8efb5f25, #w-node-f30ede76-6fe7-90ef-54a2-087fba332e49-8efb5f25 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a15136ac-a070-5983-bb30-1e2c403b5f51-8efb5f25, #w-node-_5f9315af-7516-b28d-ed10-c71560f26aa5-8efb5f25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1abc4a09-3d6c-df74-d714-f95e32160e4c-8efb5f25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_836ae1ce-c964-3345-1464-7b1298893132-8efb5f25 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bc116a35-658b-41d3-ee78-3cbac28e90b2-8efb5f25 {
  grid-area: 2 / 9 / 3 / 10;
}

#w-node-e46b76f1-ffe4-5d94-0839-225bfa61b215-fa61b212, #w-node-e46b76f1-ffe4-5d94-0839-225bfa61b217-fa61b212, #w-node-e46b76f1-ffe4-5d94-0839-225bfa61b21b-fa61b212, #w-node-e46b76f1-ffe4-5d94-0839-225bfa61b21d-fa61b212, #w-node-d9446130-8a9f-c9bc-8200-2ed7655ab0bd-fa61b212, #w-node-d9446130-8a9f-c9bc-8200-2ed7655ab0bf-fa61b212, #w-node-d9446130-8a9f-c9bc-8200-2ed7655ab0c1-fa61b212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-8efb5f28 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-8efb5f28 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-8efb5f28 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-8efb5f28 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-8efb5f28 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-8efb5f28, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-8efb5f28 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-8efb5f28 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-8efb5f28, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-8efb5f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-8efb5f28 {
  justify-self: start;
}

#w-node-a12efe52-6459-1643-4a0b-5b335898791d-d62f6c8c, #w-node-a12efe52-6459-1643-4a0b-5b335898792a-d62f6c8c, #w-node-a12efe52-6459-1643-4a0b-5b335898792c-d62f6c8c, #w-node-a12efe52-6459-1643-4a0b-5b3358987937-d62f6c8c, #w-node-a12efe52-6459-1643-4a0b-5b3358987939-d62f6c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12efe52-6459-1643-4a0b-5b3358987946-d62f6c8c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a12efe52-6459-1643-4a0b-5b3358987947-d62f6c8c {
  grid-area: 2 / 9 / 3 / 10;
}

#w-node-dfa0d78c-7103-69ea-b17f-1b859449b0b6-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0b8-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0bb-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0bd-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0c0-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0c2-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0c5-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0c7-d62f6c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6d55926-a992-cddf-12ba-41725380cc22-d62f6c8c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a6d55926-a992-cddf-12ba-41725380cc23-d62f6c8c {
  grid-area: 2 / 9 / 3 / 10;
}

#Richiesta.w-node-_4cbd054d-6039-0309-8001-de250d69f5ba-ed17978c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cbd054d-6039-0309-8001-de250d69f5bb-ed17978c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_4cbd054d-6039-0309-8001-de250d69f5bc-ed17978c, #w-node-_4cbd054d-6039-0309-8001-de250d69f5ca-ed17978c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a12efe52-6459-1643-4a0b-5b3358987946-ed17978c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a12efe52-6459-1643-4a0b-5b3358987947-ed17978c {
  grid-area: 2 / 9 / 3 / 10;
}

#w-node-a12efe52-6459-1643-4a0b-5b335898791d-5eecb622, #w-node-f8b12b50-997c-3baf-d535-7d3ac356ad77-5eecb622, #w-node-_811e6614-2167-e0dc-badf-c2d75c8393d1-5eecb622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12efe52-6459-1643-4a0b-5b3358987946-5eecb622 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a12efe52-6459-1643-4a0b-5b3358987947-5eecb622 {
  grid-area: 2 / 9 / 3 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0b6-d62f6c8c {
    justify-self: end;
  }

  #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0bb-d62f6c8c {
    align-self: start;
  }

  #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0c0-d62f6c8c {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7401e5ae-0b58-ae07-c169-bf2e91de3139-8efb5f25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6567a7e-6f3d-fff1-dc44-5c62cce729c3-8efb5f25, #w-node-f30ede76-6fe7-90ef-54a2-087fba332e49-8efb5f25 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a15136ac-a070-5983-bb30-1e2c403b5f51-8efb5f25, #w-node-_5f9315af-7516-b28d-ed10-c71560f26aa5-8efb5f25, #w-node-_1abc4a09-3d6c-df74-d714-f95e32160e4c-8efb5f25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0b6-d62f6c8c, #w-node-dfa0d78c-7103-69ea-b17f-1b859449b0c0-d62f6c8c {
    justify-self: end;
  }

  #nome-field.w-node-_4cbd054d-6039-0309-8001-de250d69f5b6-ed17978c, #cognome-field.w-node-_4cbd054d-6039-0309-8001-de250d69f5b7-ed17978c, #email-field.w-node-_4cbd054d-6039-0309-8001-de250d69f5b8-ed17978c, #telefono-field.w-node-_4cbd054d-6039-0309-8001-de250d69f5b9-ed17978c, #Richiesta.w-node-_4cbd054d-6039-0309-8001-de250d69f5ba-ed17978c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}