@font-face {
  font-family: Adelaide;
  src: url('../fonts/Adelaide-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Kaffe;
  src: url('../fonts/Kaffe-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1a1a1a;
  --white: white;
  --yellow: #ebc301;
  --orange: #c1522a;
  --blue: #1c6d89;
}

.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 {
  background-color: var(--black);
  font-family: Montserrat, sans-serif;
}

.intro-video {
  height: 100vh;
  padding: 20px;
  position: relative;
}

.card {
  border-radius: 4rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.card.bianco.top-right {
  align-items: center;
  width: 48%;
  height: 400px;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 0;
  left: 20px;
}

.card.yellow {
  background-color: var(--yellow);
}

.card.yellow.top-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 48%;
  height: 750px;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 0;
  right: 20px;
}

.card.yellow.relative {
  height: auto;
  margin-top: 20px;
  padding: 50px;
}

.card.yellow.relative.no-top {
  margin-top: 0;
}

.card.yellow.relative.ma-arancio-desktop {
  background-color: var(--orange);
  margin-top: 0;
  position: relative;
}

.card.orange {
  background-color: var(--orange);
}

.card.orange.bottom-right {
  flex-flow: column;
  justify-content: flex-end;
  width: 35%;
  height: 800px;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 420px;
  left: 20px;
}

.card.orange.relative {
  padding: 50px;
}

.card.orange.relative.yellowe-mobille {
  position: relative;
}

.card.blue {
  background-color: var(--blue);
}

.card.blue.bottom-left {
  align-items: center;
  width: 61%;
  height: 450px;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 770px;
  right: 20px;
}

.card.blue.relative {
  height: auto;
  padding: 50px;
}

.card.card-founder {
  background-image: url('../images/daniela-founder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
}

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

.card.white.relative {
  height: auto;
  padding: 50px;
  position: relative;
}

.card.white.relative.vision {
  padding-left: 200px;
}

.card.white.relative.titolo-servizi {
  height: 800px;
}

.card.sfondo-metodo {
  background-image: url('../images/metodo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card.card-cta {
  background-color: var(--yellow);
  padding: 50px;
  position: relative;
}

.card.sfondo-founder {
  background-image: url('../images/about-me.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card.sfondo-contatti {
  background-image: url('../images/contatti.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-sfondo {
  width: 100%;
  height: 100%;
}

.casuali {
  height: 1220px;
  padding: 0 20px 20px;
  position: relative;
}

.p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

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

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

.p.small {
  font-size: 14px;
  line-height: 18px;
}

.p.small.white.top-medio {
  margin-top: 20px;
}

.p.small.top-max {
  margin-top: 40px;
}

.p.small.top-medio {
  margin-top: 30px;
}

.p.small.black-desktop {
  color: var(--white);
}

.img-etico {
  width: 250px;
  margin-bottom: 50px;
}

.adelaide {
  color: #000;
  margin-bottom: 10px;
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

.kaffe {
  color: #000;
  margin-top: 0;
  font-family: Kaffe, Verdana, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
}

.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.me {
  color: #000;
  text-align: center;
  font-family: Kaffe, Verdana, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 100px;
}

.to {
  color: #000;
  text-align: center;
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 90px;
}

.flex-end {
  align-items: flex-end;
  display: flex;
}

.lente-absolute-1 {
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: -1069px;
  left: -281px;
}

.servizi {
  color: var(--white);
  font-family: Kaffe, Verdana, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

.list-servizi {
  color: var(--white);
}

.video-servizi {
  z-index: 1;
  opacity: .7;
  mix-blend-mode: lighten;
  object-fit: cover;
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.sezione {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sezione.solo-mobile {
  display: none;
}

.griglia-founder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  height: 100%;
}

.found {
  color: #fff;
  margin-top: 0;
  font-family: Kaffe, Verdana, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 100px;
}

.er {
  color: var(--white);
  margin-top: 0;
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 120px;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
}

.h3.piccolo-cta {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.footer {
  margin-top: 20px;
  padding: 20px;
}

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

.titolo-footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 15px;
}

.link-footer {
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
}

.p-footer {
  color: var(--white);
  font-size: 12px;
  line-height: 18px;
}

.footer-brand {
  width: 250px;
}

.copyright {
  color: var(--white);
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.link-brand-footer {
  width: 200px;
  margin-bottom: 90px;
}

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

.h2 {
  color: var(--black);
  margin-top: 0;
  font-family: Kaffe, Verdana, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

.h2.normal {
  font-family: Adelaide, Verdana, sans-serif;
}

.h2.normal.white.small {
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 65px;
  line-height: 50px;
}

.h2.normal.white.super-small {
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.h2.normal.small {
  font-family: Adelaide, Verdana, sans-serif;
}

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

.h2.white.small, .h2.small {
  font-size: 80px;
  line-height: 60px;
}

.h2.servizio-kaffe {
  color: var(--white);
  font-size: 50px;
  line-height: 40px;
}

.h2.servizio-kaffe.black.black-desktop {
  color: var(--white);
}

.h2.servizio-adelaide {
  color: var(--white);
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 40px;
  line-height: 30px;
}

.h2.servizio-adelaide.black.black-desktop {
  color: var(--white);
}

.h2.codice-kaffe {
  color: var(--white);
  font-size: 37px;
  line-height: 30px;
}

.h2.codice-adelaide {
  color: var(--white);
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.h4 {
  color: var(--black);
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.h4.m-top-max {
  margin-top: 80px;
}

.cta {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid.grid-alternato {
  grid-template-columns: .7fr 1fr;
  align-items: center;
}

.title-cta {
  color: var(--black);
  margin-top: 0;
  font-family: Adelaide, Verdana, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
}

.title-cta.kaff {
  font-family: Kaffe, Verdana, sans-serif;
}

.field {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20px;
}

.field.textarea {
  min-height: 100px;
}

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

.input-send {
  color: var(--black);
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.img-cta {
  width: 700px;
  height: 700px;
  position: absolute;
  top: -97px;
  left: -150px;
}

.img-cta.piccola {
  top: -349px;
  left: -197px;
}

.header {
  padding: 20px 20px 0;
}

.menu {
  background-color: var(--blue);
  border-radius: 20px;
  padding: 25px 150px 25px 20px;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.link-header {
  color: var(--white);
  text-decoration: none;
}

.link-header:hover, .link-header.w--current {
  font-weight: 700;
}

.brand-header {
  width: 200px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.social-header {
  background-color: var(--yellow);
  border-radius: 20px;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.griglia-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.digital-marketing {
  filter: brightness(0%);
  width: 90%;
}

.digital-marketing.white {
  filter: none;
  width: 100%;
}

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

.griglia-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.griglia-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.indirizzo {
  color: var(--black);
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.link-contatti {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.link-contatti.m-top {
  margin-top: 30px;
}

.menu-home {
  z-index: 20;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  top: 80px;
  left: 0;
}

.griglia-menu {
  grid-template-rows: auto;
}

.icona-menu {
  filter: invert();
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.icona-menu.in-page {
  display: none;
}

.flex-end-menu {
  justify-content: flex-end;
  display: flex;
}

.menu-open {
  background-color: var(--yellow);
  border-radius: 4rem;
  width: 400px;
  padding: 80px 150px 80px 40px;
  display: none;
  position: absolute;
  top: -60px;
  right: 20px;
}

.menu-open.open-page {
  display: none;
}

.link-open {
  color: var(--black);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-absolute {
  flex-flow: column;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
  display: flex;
}

.link-social, .link-social.linkein {
  width: 35px;
}

.codice {
  width: 280px;
  margin-bottom: 70px;
}

.label-privacy {
  font-size: 10px;
  line-height: 14px;
}

.link-ancora {
  width: 300px;
}

.block-ancore {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.scritta-2 {
  display: none;
}

.tabbing {
  margin-top: 30px;
}

.tab {
  margin-bottom: 20px;
}

.tab-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
}

.tab-body {
  display: none;
}

.icona-tab {
  width: 25px;
  height: 25px;
}

.titolo-tab {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.link-cta {
  color: var(--black);
  text-decoration: none;
}

.servizio {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
}

.servizio.attivo {
  display: block;
}

.tab-selettore {
  margin-top: 50px;
}

.icona-selettore {
  width: 25px;
  height: 25px;
}

.titolo-selettore {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.selettore {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
}

.social {
  padding: 50px 20px;
}

.slide-loghi {
  width: 12.5%;
}

.none {
  display: none;
}

.slider-social {
  background-color: #0000;
  height: 100%;
}

.icona-social {
  filter: invert();
  width: auto;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icona-social.google {
  height: 75px;
}

.icona-social.insta {
  filter: none;
  height: 75px;
}

.icona-social.yt {
  filter: none;
  height: 60px;
}

.icona-social.brevo {
  height: 85px;
}

.box-social {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.stellina {
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.stellina.left {
  left: 40px;
  right: auto;
}

.stellina.bianca {
  filter: invert();
}

.link-blocco-home {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.contatti-casuali {
  width: 150px;
  position: absolute;
  top: 40%;
  left: 39%;
}

.sintonizzati {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.lentina {
  filter: invert();
  width: 70px;
  height: 70px;
  margin-top: 10px;
}

.lente-azzurra {
  width: 700px;
  height: 700px;
  position: absolute;
  top: -240px;
  left: -392px;
}

.black-desktop {
  color: #fff;
}

.iubenda-nostyle.iubenda-noiframe.iubenda-embed {
  color: #fff;
  font-size: 12px;
}

.iubenda-nostyle.iubenda-noiframe.iubenda-embed.black {
  color: var(--black);
  font-size: 10px;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.music {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
}

.icona-musica {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spotify {
  z-index: 5;
  background-color: var(--black);
  border: 1px solid #0000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  bottom: 50px;
  left: 50px;
  overflow: hidden;
}

.icona-spotify {
  width: 105%;
  max-width: 105%;
  height: 105%;
  position: absolute;
  top: -4px;
  left: -2px;
}

.link-spotify {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}

html.w-mod-js [data-ix="pop"] {
  opacity: 0;
  transform: scale(.5);
}

@media screen and (min-width: 1280px) {
  .card.orange.bottom-right {
    padding-right: 100px;
  }

  .h2.codice-kaffe {
    font-size: 40px;
  }

  .img-cta {
    width: 800px;
    height: 800px;
    top: -188px;
    left: -187px;
  }

  .contatti-casuali {
    left: 39%;
  }

  .lente-azzurra {
    left: -426px;
  }
}

@media screen and (min-width: 1920px) {
  .card.bianco.top-right {
    width: 49%;
  }

  .card.orange.bottom-right {
    padding-right: 200px;
  }

  .card.blue.bottom-left {
    width: 62%;
  }

  .lente-absolute-1 {
    top: -1155px;
    left: -401px;
  }

  .h2.servizio-kaffe, .h2.servizio-adelaide {
    font-size: 75px;
    line-height: 55px;
  }

  .h2.codice-kaffe {
    font-size: 65px;
    line-height: 55px;
  }

  .h2.codice-adelaide {
    font-size: 65px;
    line-height: 50px;
  }

  .icona-social.brevo {
    height: 85px;
  }

  .sintonizzati {
    font-size: 22px;
    line-height: 24px;
  }

  .lente-azzurra {
    left: -474px;
  }
}

@media screen and (max-width: 991px) {
  .intro-video {
    height: 600px;
  }

  .card.bianco.top-right {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    left: 0;
  }

  .card.yellow.top-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    right: 0;
  }

  .card.yellow.relative {
    margin-top: 0;
  }

  .card.yellow.relative.ma-arancio-desktop {
    background-color: var(--yellow);
  }

  .card.orange.bottom-right {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
  }

  .card.orange.relative.yellowe-mobille {
    background-color: var(--yellow);
  }

  .card.blue.bottom-left {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .card.white.relative.titolo-servizi, .casuali {
    height: auto;
  }

  .p.small.white.top-medio.black-mobile, .p.small.white.black-marketing, .p.small.black-desktop {
    color: var(--black);
  }

  .middle, .flex-end {
    display: block;
  }

  .lente-absolute-1 {
    left: -485px;
  }

  .sezione.solo-mobile {
    display: block;
  }

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

  .h2.servizio-kaffe.black, .h2.servizio-kaffe.black.black-desktop, .h2.servizio-adelaide.black, .h2.servizio-adelaide.black.black-desktop, .h2.codice-kaffe.black, .h2.codice-kaffe.black-mobile, .h2.codice-adelaide.black, .h2.codice-adelaide.black-mobile {
    color: var(--black);
  }

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

  .grid.grid-alternato {
    grid-template-columns: .7fr;
  }

  .img-cta {
    width: 1200px;
    max-width: 1200px;
    height: 1200px;
    top: -720px;
    left: -306px;
  }

  .img-cta.piccola {
    width: 1000px;
    max-width: 1000px;
    height: 1000px;
    top: -546px;
    left: -157px;
  }

  .header {
    z-index: 10;
    position: relative;
  }

  .menu {
    padding-right: 20px;
  }

  .nav-menu, .social-header {
    display: none;
  }

  .digital-marketing.white {
    filter: invert();
  }

  .white.black-marketing {
    color: var(--black);
  }

  .griglia-6.colonna-1 {
    grid-template-columns: 1fr;
  }

  .cta-bottom {
    margin-bottom: 200px;
  }

  .icona-menu.in-page {
    display: block;
  }

  .menu-open.open-page {
    display: none;
    top: 20px;
  }

  .icona-chiudi {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .servizio.attivo.servizio-centralita, .servizio.attivo.servizio-digital {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .tab-selettore {
    display: none;
  }

  .slide-loghi {
    width: 33.33%;
  }

  .stellina.left {
    bottom: 20px;
    left: auto;
    right: 40px;
  }

  .contatti-casuali {
    display: none;
  }

  .black-desktop {
    color: var(--black);
  }

  .spotify {
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .intro-video {
    height: 500px;
  }

  .card, .card.bianco.top-right {
    border-radius: 1rem;
  }

  .card.yellow.top-left, .card.yellow.relative, .card.yellow.relative.no-top, .card.orange.bottom-right, .card.orange.relative, .card.blue.bottom-left, .card.blue.relative {
    border-radius: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.card-founder {
    border-radius: 1rem;
    height: 900px;
  }

  .card.white.relative {
    border-radius: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.white.relative.vision {
    padding-left: 20px;
  }

  .card.sfondo-metodo {
    border-radius: 1rem;
    height: 500px;
  }

  .card.sfondo-founder, .card.sfondo-contatti {
    border-radius: 1rem;
    height: 450px;
  }

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

  .lente-absolute-1 {
    top: -1033px;
    left: -351px;
  }

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

  .found, .er {
    font-size: 100px;
    line-height: 80px;
  }

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

  .titolo-footer {
    margin-top: 25px;
  }

  .link-brand-footer {
    margin-bottom: 20px;
  }

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

  .img-cta {
    width: 800px;
    max-width: 800px;
    height: 800px;
    top: -346px;
    left: -174px;
  }

  .img-cta.piccola {
    left: -355px;
  }

  .menu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .brand-header {
    width: 150px;
  }

  .social-header {
    width: 80px;
  }

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

  .digital-marketing.white {
    margin-bottom: 20px;
  }

  .griglia-5 {
    grid-template-columns: 1.5fr;
  }

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

  .menu-open {
    border-radius: 1rem;
    width: 350px;
  }

  .link-ancora {
    width: 100%;
  }

  .block-ancore {
    align-items: flex-start;
    margin-top: 200px;
  }

  .lente-azzurra {
    width: 900px;
    max-width: 900px;
    height: 900px;
    top: -574px;
    left: -235px;
  }
}

@media screen and (max-width: 479px) {
  .intro-video {
    height: 300px;
    padding: 10px;
  }

  .card {
    border-radius: 1rem;
  }

  .card.bianco.top-right {
    height: auto;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.yellow.top-left {
    margin-bottom: 10px;
  }

  .card.yellow.relative {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.yellow.relative.form-home {
    margin-top: 10px;
    padding: 20px;
  }

  .card.orange.bottom-right {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card.card-founder {
    height: 750px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.white.relative {
    border-radius: 1rem;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.sfondo-metodo {
    height: 400px;
  }

  .card.card-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.sfondo-founder, .card.sfondo-contatti {
    height: 400px;
  }

  .casuali {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p {
    font-size: 14px;
    line-height: 18px;
  }

  .img-etico {
    width: 200px;
    margin-bottom: 100px;
  }

  .adelaide {
    font-size: 70px;
    line-height: 50px;
  }

  .kaffe {
    font-size: 60px;
    line-height: 50px;
  }

  .me {
    text-align: left;
    font-size: 100px;
    line-height: 60px;
  }

  .to {
    text-align: left;
    font-size: 100px;
    line-height: 55px;
  }

  .to.to-bottom {
    margin-bottom: 120px;
  }

  .lente-absolute-1 {
    width: 600px;
    max-width: 600px;
    height: 600px;
    top: -218px;
    left: -230px;
  }

  .servizi {
    font-size: 60px;
    line-height: 40px;
  }

  .list-servizi {
    padding-left: 20px;
  }

  .sezione, .sezione.solo-mobile {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .griglia-founder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-brand {
    width: 200px;
  }

  .griglia-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2 {
    font-size: 55px;
    line-height: 45px;
  }

  .h2.normal.white.small, .h2.normal.white.super-small {
    font-size: 35px;
    line-height: 30px;
  }

  .h2.white.small {
    font-size: 45px;
    line-height: 40px;
  }

  .h2.small {
    font-size: 40px;
    line-height: 35px;
  }

  .h2.servizio-kaffe {
    font-size: 32px;
    line-height: 27px;
  }

  .h2.servizio-kaffe.black {
    font-size: 32px;
  }

  .h2.servizio-adelaide {
    font-size: 32px;
    line-height: 18px;
  }

  .h2.codice-kaffe, .h2.codice-adelaide {
    font-size: 30px;
    line-height: 25px;
  }

  .h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .cta {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-cta {
    width: 550px;
    max-width: 550px;
    height: 550px;
    top: -193px;
    left: -188px;
  }

  .img-cta.piccola {
    width: 600px;
    max-width: 600px;
    height: 600px;
    top: -263px;
    left: -221px;
  }

  .header {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu {
    padding: 10px;
  }

  .brand-header.w--current {
    width: 120px;
  }

  .social-header {
    width: 50px;
  }

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

  .white.list-white {
    padding-left: 20px;
  }

  .griglia-5, .griglia-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-bottom {
    margin-bottom: 100px;
  }

  .menu-home {
    padding-left: 20px;
    padding-right: 20px;
    top: 30px;
  }

  .icona-menu {
    width: 30px;
    height: 30px;
  }

  .menu-open {
    border-radius: 1rem;
    width: 88%;
    padding-right: 100px;
    top: -20px;
    right: 10px;
  }

  .codice {
    width: 180px;
  }

  .link-ancora {
    width: 80%;
  }

  .block-ancore {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 200px;
  }

  .titolo-tab {
    font-size: 18px;
  }

  .slide-loghi {
    width: 50%;
  }

  .list {
    padding-left: 20px;
  }

  .stellina {
    bottom: 20px;
    right: 20px;
  }

  .stellina.left {
    right: 20px;
  }

  .lente-azzurra {
    width: 700px;
    max-width: 700px;
    height: 700px;
    top: -414px;
    left: -137px;
  }

  .music {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 10px;
  }

  .spotify {
    width: 45px;
    height: 45px;
    bottom: 10px;
    left: 10px;
  }

  .icona-spotify {
    width: 110%;
    height: 110%;
    top: -2px;
  }

  .link-spotify {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61e2fa01-7d85-8382-8990-cd0beaf7fcef-eaf7fce8 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Adelaide';
  src: url('../fonts/Adelaide-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adelaide';
  src: url('../fonts/Adelaide-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaffe';
  src: url('../fonts/Kaffe-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}