:root {
  --primary-light: #0c6f40;
  --primary: #004225;
  --white: #f3f3f3;
  --clicked: #eaeaea;
  --black: #151515;
  --grey: #7c8a97;
}

.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: #333;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1;
}

.nav {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px;
}

.main {
  flex-direction: column;
  align-items: center;
  display: none;
  overflow: hidden;
}

.social {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.button_primary {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #7e2fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary:hover {
  background-color: #6f18fd;
}

.grid_nav {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav_logo {
  flex: none;
  width: 36px;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.menu_line {
  background-color: #ededed;
  width: 16px;
  height: 2px;
}

.bg_img {
  object-fit: contain;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_title {
  color: #888fa0;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #ededed;
}

.nav_title.hide-dasktop {
  display: none;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.nav_link {
  grid-column-gap: 8px;
  color: #ededed;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  background-color: #1a1d22e6;
  border-color: #1a1d22;
  box-shadow: 0 0 4px #ff168633;
}

.nav_link.w--current {
  color: #fff;
}

.social_link {
  opacity: .8;
  width: 20px;
  transition: opacity .2s;
}

.social_link:hover {
  opacity: 1;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1d22e6;
  border: 1px solid #555b62;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: relative;
}

.menu {
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #1a1d22;
  align-items: center;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1d22e6;
  border-radius: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  inset: auto 0% 70px;
}

.nav_row-link {
  color: #cacaca;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #fff;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-bar-desktop {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00bce600;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-wrapper.center {
  justify-content: center;
}

.uplift-logo {
  height: 160px;
}

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

.hero-text {
  color: #ffffffd9;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Synthetic Pleasures, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

._100vh-section-desktop {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.gradient-background {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._4 {
  z-index: 1;
  background-color: #038db7;
  width: 50vw;
  height: 20vw;
  inset: 0% 0% auto auto;
}

.bg-circle._1 {
  z-index: 1;
  opacity: 1;
  background-color: #00bce6;
  border-radius: 20%;
  width: 50vw;
  height: 20vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._3 {
  z-index: 1;
  background-color: #00bce6;
  width: 30vw;
  height: 30vw;
  margin-top: -12%;
  margin-left: 52%;
}

.image {
  margin-bottom: 40px;
}

.section-100vh {
  display: none;
}

.nav-bar-mobile {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00bce600;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.icon {
  color: #fff;
  max-width: 40px;
}

.language {
  color: #fff;
  font-family: Synthetic Pleasures, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  transition: all .2s;
}

.language:hover {
  opacity: .61;
}

.dropdown-list {
  background-color: #856f6f;
}

.dropdown-list.w--open {
  background-color: #00000078;
}

.div {
  display: none;
}

.h1 {
  color: #fffdf8;
  text-align: center;
  font-family: Synthetic Pleasures, Verdana, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.section100vh, .div-hero {
  display: none;
}

.text-size-medium {
  font-family: Synthetic Pleasures, Verdana, sans-serif;
  font-size: 1.125rem;
}

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

.cta {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.cta.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
  font-family: Synthetic Pleasures, Verdana, sans-serif;
}

.div-bg {
  display: none;
}

.icon-bottombar {
  color: #fff;
  max-width: 40px;
}

.link-terziario {
  font-family: Synthetic Pleasures, Verdana, sans-serif;
  font-size: 1.125rem;
}

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

@media screen and (max-width: 991px) {
  .main {
    display: none;
  }

  .bg_img {
    object-fit: fill;
    height: 100vh;
  }

  .nav-bar-desktop {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._100vh-section-desktop {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-circle._4 {
    width: 60vw;
    height: 60vw;
  }

  .bg-circle._1, .bg-circle._3 {
    margin-top: 0%;
    margin-left: 0%;
  }

  .nav-bar-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .icon {
    margin-right: 2px;
  }

  .language {
    font-size: 1.5rem;
  }

  .icon-bottombar {
    margin-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    display: block;
  }

  .main {
    display: none;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_title.hide-dasktop, .nav_link {
    display: block;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .uplift-logo {
    height: 140px;
  }

  ._100vh-section-desktop {
    padding-top: 40px;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .cta.big {
    padding: 1.5rem 1rem;
  }

  .link-terziario {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    min-width: 100%;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    bottom: 0;
  }

  .nav:active {
    opacity: 1;
    filter: brightness(86%);
  }

  .main {
    display: flex;
  }

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

  .bg_img {
    object-fit: cover;
  }

  .nav_title {
    color: #fff;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .nav_link {
    text-align: center;
    border-style: none;
    border-radius: 0;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav_link:hover {
    background-color: #01301b;
    border-style: none;
  }

  .nav_link:active {
    background-color: #011a0f;
    border-style: none;
  }

  .nav_inner {
    background-color: var(--primary-light);
    border-style: none;
    border-radius: 0;
    justify-content: space-between;
    min-width: 100%;
    min-height: 60px;
    padding-left: 10px;
  }

  .nav_inner.icon {
    justify-content: center;
    margin-right: 0;
  }

  .nav-bar-desktop {
    height: 80px;
    display: none;
  }

  .container {
    flex-flow: row;
  }

  .nav-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .nav-wrapper.right {
    justify-content: flex-end;
  }

  .uplift-logo {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
  }

  .hero-text {
    font-size: 14px;
  }

  ._100vh-section-desktop {
    display: none;
  }

  .bg-circle._4 {
    background-color: #038db7;
    width: 70vw;
    height: 80vw;
  }

  .bg-circle._3 {
    background-color: #00bce6;
  }

  .section-100vh {
    background-color: var(--white);
    min-height: 100vh;
    padding: 90px 1rem;
    display: block;
  }

  .section-100vh.no-padding {
    padding: 0 0;
  }

  .image-bottom-bar {
    max-width: 30px;
    margin-bottom: 0;
  }

  .text-bottom-bar {
    font-family: Synthetic Pleasures, Verdana, sans-serif;
    font-weight: 400;
  }

  .text-bottom-bar.aa {
    color: var(--white);
    letter-spacing: .6px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 100%;
    max-width: 100%;
  }

  .nav-bar-mobile {
    background-color: #f3f3f3;
    height: 80px;
    display: flex;
  }

  .nav-bar-mobile.back {
    background-color: var(--primary);
  }

  .dropdown-toggle-2 {
    color: #004226;
  }

  .icon, .language {
    color: var(--primary);
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .div {
    background-color: var(--white);
    min-height: auto;
    padding: 20px 0;
    display: block;
  }

  .div.no-padding {
    min-height: auto;
    padding: 0 0;
  }

  .div.padding-laterale {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div.padding-laterale.fixed {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div.padding-laterale.outline {
    border: 2px solid var(--primary);
    margin-left: 1em;
    margin-right: 1em;
  }

  .div.padding-laterale.outline.spacing-low {
    margin-bottom: 20px;
  }

  .div.padding-laterale.outline.spacing-low.min-height.centered {
    justify-content: center;
    align-items: center;
    min-height: 36vh;
    display: flex;
  }

  .div.padding-laterale.outline.min-height {
    min-height: 30vh;
  }

  .div.padding-laterale.outline.min-height.centered {
    justify-content: center;
    align-items: center;
    min-height: 36vh;
    display: flex;
  }

  .div.padding-laterale.outline.min-height.centered.space-low {
    margin-bottom: 40px;
  }

  .div.padding-laterale.outline.min-height.centered.space-low:active {
    background-color: var(--clicked);
  }

  .h1 {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
  }

  .h1.title-navbar {
    color: var(--white);
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
  }

  .h1.white {
    color: var(--white);
  }

  .section100vh {
    background-color: var(--white);
    min-height: 100vh;
    max-height: 100vh;
    padding: 20px 0;
    display: block;
  }

  .section100vh.no-padding {
    min-height: auto;
    padding: 0 0;
  }

  .div-hero {
    background-color: var(--white);
    min-height: auto;
    padding: 80px 0 0;
    display: block;
  }

  .div-hero.no-padding {
    min-height: auto;
    padding: 60px 0 0;
  }

  .div-hero.no-padding.white {
    background-color: #fff;
  }

  .text-size-medium {
    font-size: 16px;
    line-height: 140%;
  }

  .text-size-medium.centered {
    color: var(--grey);
    text-align: center;
    font-weight: 400;
  }

  .cta.big {
    background-color: var(--primary-light);
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    transition: all .2s;
  }

  .cta.big:hover {
    background-color: var(--primary-light);
  }

  .cta.big:active {
    background-color: var(--primary);
  }

  .image-2 {
    min-width: 32px;
    max-width: 32px;
  }

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

  .div-bg {
    background-color: var(--white);
    min-height: auto;
    padding: 20px 0;
    display: block;
  }

  .div-bg.no-padding {
    min-height: auto;
    padding: 0 0;
  }

  .div-bg.padding-laterale {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-bg.padding-laterale.fixed {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-bg.padding-laterale.outline {
    border: 2px solid var(--primary);
    margin-left: 1em;
    margin-right: 1em;
  }

  .div-bg.padding-laterale.outline.spacing-low {
    margin-bottom: 20px;
  }

  .div-bg.padding-laterale.outline.spacing-low.min-height.centered {
    justify-content: center;
    align-items: center;
    min-height: 36vh;
    display: flex;
  }

  .div-bg.padding-laterale.outline.min-height {
    min-height: 30vh;
  }

  .div-bg.padding-laterale.outline.min-height.centered {
    background-image: url('../images/2.png');
    background-position: 0 0;
    background-size: cover;
    border-style: none;
    justify-content: center;
    align-items: flex-end;
    min-height: 25vh;
    padding: 0 0;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .div-bg.padding-laterale.outline.min-height.centered:active {
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/2.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .div-bg.padding-laterale.outline.min-height.centered.space-low {
    margin-bottom: 40px;
  }

  .div-bg.padding-laterale.outline.min-height.centered.space-low:active {
    background-color: var(--clicked);
  }

  .div-bg.padding-laterale.outline.min-height.centered.space-low-2 {
    margin-bottom: 20px;
  }

  .div-bg.padding-laterale.outline.min-height.centered.space-low-2:active {
    background-color: var(--clicked);
  }

  .div-bg.padding-laterale.outline.min-height.centered.space-low-3 {
    margin-bottom: 100px;
  }

  .div-bg.padding-laterale.outline.min-height.centered.space-low-3:active {
    background-color: var(--clicked);
  }

  .div-block {
    background-image: linear-gradient(0deg, #000000bf, #00000003);
    min-width: 100%;
    text-decoration: none;
  }

  .square-icon {
    border: 2.24px solid var(--primary);
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    display: flex;
  }

  .icon-bottombar {
    color: var(--primary);
    margin-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: absolute;
    inset: -56% 0% auto;
  }

  .link-terziario {
    color: var(--primary);
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    transition: all .2s;
  }

  .link-terziario:active {
    color: var(--primary-light);
  }

  .link-terziario.centered {
    color: var(--grey);
    text-align: center;
    font-weight: 400;
  }

  .logo-mobile {
    max-height: 50px;
  }

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

  .close {
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .image-3 {
    object-fit: contain;
    min-width: 100%;
    max-height: 100vh;
  }

  #w-node-_5fea10c9-09c4-00bf-a3cb-402dd343753a-7952367a, #w-node-_5fea10c9-09c4-00bf-a3cb-402dd343753a-0c0f1558, #w-node-_73b98ce4-a01a-891a-b173-b68885965cc2-0c0f1558 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Kapakana Wght';
  src: url('../fonts/Kapakanawght.ttf') format('truetype');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic Pleasures';
  src: url('../fonts/Synthetic-Pleasures-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic Pleasures';
  src: url('../fonts/Synthetic-Pleasures.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}