:root {
  --_variable-collection---base--600: #0c284f;
  --_variable-collection---base--700: #06162c;
  --_variable-collection---base--900: #040d1a;
  --_variable-collection---base--300: #c6ddfe;
  --_variable-collection---base--500: #144385;
  --_variable-collection---base--400: #4282db;
  --_variable-collection---base--100: #eff4fc;
  --_variable-collection---accento: #ffcf21;
  --_variable-collection---rosso-alert: red;
  --_variable-collection---neutri--100: #eee8e8;
  --_variable-collection---neutri--200: #a8a7a7;
  --_variable-collection---neutri--500: #514444;
  --_variable-collection---neutri--600: #2b2424;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.is-align-center {
  text-align: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1e5ef3;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #5888f6;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #1e5ef3;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #1e5ef3;
}

.button.is-secondary {
  color: #e7e7e8;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #e7e7e8;
}

.button.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #e7e7e8;
}

.button.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #e7e7e8;
}

.benefici {
  color: #e7e7e8;
  background-color: #04060f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-ratio_1x1 {
  aspect-ratio: 1;
  border-radius: .75rem;
  min-height: 0;
  overflow: clip;
}

.image {
  object-fit: contain;
  width: 100%;
}

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

.heading_hero {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.04em;
}

.heading_hero.medium {
  font-size: 3.6rem;
}

.grid-item-manual {
  display: flex;
}

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

.content-block {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.grid_6-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.container.is-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.image-ratio_2x3 {
  aspect-ratio: 2 / 3;
  border-radius: .75rem;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.logo-gif {
  width: 140px;
}

.hero-video {
  background-color: #06162cb0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.overlay {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.position_relative {
  position: relative;
}

.heading_primary {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 4.21rem;
  font-weight: 700;
  line-height: 1.04em;
}

.overlay_opacity-subtle {
  z-index: 2;
  opacity: .2;
  pointer-events: none;
  background-color: #04060f;
  position: absolute;
  inset: 0%;
}

.heading_small {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.3em;
}

.hero_front {
  z-index: 2;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.height_100percent:hover {
  transform: translate(0, -2px);
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.hero-overlay {
  color: #e7e7e8;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: clip;
}

.max-width_xsmall {
  max-width: 25rem;
}

.hero-section {
  color: #e7e7e8;
  background-color: #04060f;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.card_body_small {
  z-index: 2;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_variable-collection---base--600), var(--_variable-collection---base--700));
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.subheading {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.icon {
  color: #3576ff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.card {
  color: #e7e7e8;
  background-color: #04060f;
  background-image: none;
  border: 0 solid #e7e7e833;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #e7e7e833, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.hero_back {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.margin_top-auto {
  margin-top: auto !important;
}

.icona {
  mix-blend-mode: screen;
  width: 40px;
}

.image-ratio_auto {
  border-radius: .75rem;
  width: 100%;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.section {
  color: #e7e7e8;
  background-color: #04060f;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.section.is-secondary {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0c0e17;
  background-image: linear-gradient(#00000080, #00000080), url('../images/highway-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading_primary-copy {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 4.21rem;
  font-weight: 700;
  line-height: 1.04em;
}

.h-3-pw {
  margin-top: 0;
  font-size: 32px;
}

.logo-pw {
  width: 200px;
}

.footer-dark {
  background-color: var(--_variable-collection---base--900);
  color: var(--_variable-collection---base--300);
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--_variable-collection---base--500);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.logo-footer {
  width: 80px;
}

@media screen and (max-width: 991px) {
  .heading_hero {
    font-size: 4rem;
  }

  .grid_6-col, .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 2rem;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    white-space: nowrap;
  }

  .heading_hero {
    font-size: 3.2rem;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .heading_primary {
    font-size: 3rem;
  }

  .logo-pw {
    width: 160px;
  }

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

#w-node-_81a787c4-01c0-e3f4-154f-80becee21ee9-cee21ee0.w-node-_77d603e3-3ace-67a7-6e46-05c6cabbce84-b3e6cbdc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_81a787c4-01c0-e3f4-154f-80becee21eec-cee21ee0.w-node-_77d603e3-3ace-67a7-6e46-05c6cabbce87-b3e6cbdc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81a787c4-01c0-e3f4-154f-80becee21eef-cee21ee0.w-node-_77d603e3-3ace-67a7-6e46-05c6cabbce8a-b3e6cbdc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_81a787c4-01c0-e3f4-154f-80becee21efd-cee21ee0.w-node-_77d603e3-3ace-67a7-6e46-05c6cabbce98-b3e6cbdc, #w-node-_81a787c4-01c0-e3f4-154f-80becee21efd-cee21ee0.w-node-_1040a47b-8d1c-536c-ea79-2a118529b64b-b3e6cbdc, #w-node-_81a787c4-01c0-e3f4-154f-80becee21efd-cee21ee0.w-node-_2a7b91ed-ba46-d451-6d26-1b4e1cff3c17-b3e6cbdc, #w-node-_81a787c4-01c0-e3f4-154f-80becee21efd-cee21ee0.w-node-cb1295ae-350e-663c-73ee-6bf2599e177e-b3e6cbdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_81a787c4-01c0-e3f4-154f-80becee21ee9-cee21ee0.w-node-_77d603e3-3ace-67a7-6e46-05c6cabbce84-b3e6cbdc {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81a787c4-01c0-e3f4-154f-80becee21ee9-cee21ee0.w-node-_77d603e3-3ace-67a7-6e46-05c6cabbce84-b3e6cbdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


