@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Instrumentsans;
  src: url('../fonts/InstrumentSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-Bold.ttf') format("truetype"), url('../fonts/AlbertSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Instrumentsans;
  src: url('../fonts/InstrumentSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --blue: #0d0628;
  --ghost-white: #eeedf2;
  --pink: #f88cd4;
  --purple: #5c31ff;
  --overlay-images: #1c1c1c4d;
  --arancione: #f7a600;
  --blue-1: #003057;
  --grey: #1c1c1c;
  --blue-2: #5cabe2;
  --teddy-azzurro: #7ac5d4;
  --ccc: #ccc;
  --yellow: #c5e86c;
  --white: white;
  --image-bg: #080419;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--blue);
  color: var(--ghost-white);
  font-family: DM Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 10.4em;
  font-weight: 700;
  line-height: .85;
  display: inline-block;
}

h2 {
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 5.4em;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 15em;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35em;
  font-weight: 400;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
}

.container.is--nav {
  justify-content: space-between;
  align-items: stretch;
  height: 6em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 7.4em;
  display: flex;
  position: relative;
}

.container.calc {
  height: 200vh;
  padding-top: 8.3em;
  padding-bottom: 8.3em;
}

.container.is--text-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.container.is--alt {
  height: 200vh;
}

.container.is--sticky {
  padding-top: 0;
}

.container.is--letters {
  flex-direction: column;
  align-items: stretch;
  padding-top: 7.4em;
  display: block;
}

.container.is--footer {
  padding-bottom: 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section.is--nav {
  z-index: 2000;
  position: fixed;
  inset: 0% 0% auto;
}

.section.is--hero {
  z-index: 4;
}

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

.nav__logo-img {
  width: 7em;
  height: 1.7em;
}

.nav__menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.mav__right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 6.5em;
  margin-left: 4.9em;
  display: flex;
}

.nav__icon-line {
  background-color: var(--ghost-white);
  width: 100%;
  height: .2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.nav__link {
  color: var(--ghost-white);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Grifter, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav__link-text {
  font-size: 1.1em;
}

.hero__h-contain {
  position: relative;
}

.hero__icon {
  width: 7.3em;
  max-width: none;
  margin-top: .6em;
  margin-left: -1.2em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero__button {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
  overflow: hidden;
}

.hero__button-text {
  color: var(--pink);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-left: 2em;
  margin-right: 2em;
  font-family: Grifter, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.hero__button-text.is--pricing {
  color: var(--ghost-white);
}

.hero__button-icon {
  border: 1px solid var(--ghost-white);
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  height: 4.3em;
  display: flex;
}

.hero__button-icon.is--pricing {
  border-width: 2px;
  border-color: var(--purple);
  background-color: var(--purple);
}

.hero__button-arrow {
  width: 2.6em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.hero__button-arrow.is--pricing {
  filter: invert();
}

.hero__button-t-contain {
  border: 1px solid var(--ghost-white);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero__button-t-contain.is--pricing {
  border-width: 2px;
  border-color: var(--purple);
}

.hero__left {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__right {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40.7em;
  margin-right: 2.3em;
  display: flex;
  position: relative;
}

.fill {
  background-color: var(--purple);
  width: 0%;
  height: 100%;
}

.nav__line {
  background-color: var(--purple);
  width: 0;
  height: .2em;
  margin-bottom: 3.3em;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fade-up, .hero__p-contain {
  overflow: hidden;
}

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

.hero__video {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0d062800 72%, var(--blue)), linear-gradient(270deg, var(--blue), #0d062800 4%), linear-gradient(to right, var(--blue), #0d062800 4%), linear-gradient(to top, var(--blue), #0d062800 4%, #0d062800), linear-gradient(to bottom, var(--blue), #0d062800 4%, #0d062800);
  width: 100%;
  height: 42em;
  position: relative;
}

.hero__gradient {
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--purple), #5c31ff00 69%);
  opacity: .9;
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--other {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--pink), #f88cd400 69%);
  opacity: .73;
  width: 160em;
  height: 160em;
  margin-bottom: -133.7em;
  margin-right: -40.6em;
}

.hero__card-contain {
  z-index: 3;
  perspective: 2000em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__card {
  transform-style: preserve-3d;
  background-image: linear-gradient(144deg, #eeedf24d, #fff0 43%);
  border: 2px solid #eeedf257;
  border-top-color: #eeedf22e;
  border-radius: 2em;
  width: 38em;
  min-width: 38em;
  height: 24em;
  position: relative;
  transform: rotate(-9deg);
}

.hero__card-content {
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  display: flex;
  overflow: hidden;
}

.hero__card-top, .hero__card-bottom {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero__card-logo {
  width: 6.6em;
}

.hero__card-icon, .hero__card-bar {
  width: 3.5em;
}

.hero__card-text {
  color: var(--ghost-white);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Grifter, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.hero__card-shine {
  background-image: radial-gradient(circle, #1c1341de, #1c134100 61%);
  border-radius: 100vw;
  width: 60em;
  height: 60em;
  margin-top: -30.4em;
  margin-left: -25.7em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-2 {
  z-index: 3;
  width: 100%;
  position: relative;
}

.section-2.is--footer {
  z-index: 2;
  color: #1c1c1c;
  background-color: #eeedf2;
  overflow: hidden;
}

.calc__contain {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.1em;
  display: grid;
}

.concepts__button {
  color: #eeedf2;
  background-color: #1c1c1c;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4.8em;
  height: 100%;
  display: flex;
}

.switch {
  background-color: #1c1c1c;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 8em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .4em;
  display: flex;
}

.total {
  letter-spacing: 0;
}

.contain {
  color: #1c1c1c;
  text-align: center;
  background-color: #eeedf2;
  border: 1.2px solid #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 3.1em;
  padding: 4.8em 1.9em;
  display: flex;
}

.switch__circle {
  background-color: #def141;
  border-radius: 100vw;
  width: 4.3em;
  height: 100%;
}

.concepts__contain {
  background-color: #f88cd4;
  border: 1.2px solid #1c1c1c;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  width: 11em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .4em;
  display: flex;
}

.slider__contain {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 34em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.is--text {
  height: 1em;
}

.disabled {
  background-color: var(--ghost-white);
  color: var(--pink);
  cursor: not-allowed;
}

.pricing__button {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-gradient_img {
  z-index: 1;
  width: 68em;
  max-width: none;
  margin-bottom: -18.5em;
  margin-right: -11em;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.page-gradient_contain {
  z-index: -1;
  width: 100%;
  height: 100vh;
  font-size: 1vw;
  position: fixed;
  inset: 0%;
}

.hero_outline {
  color: var(--pink);
}

.side-text_wrap {
  white-space: nowrap;
  border-bottom: 1.4px solid #eeedf23d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.9em;
  padding-bottom: 1.9em;
  display: flex;
}

.side-text_wrap.is--alt {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.side-text_line {
  background-color: var(--ghost-white);
  width: 7em;
  min-width: 7em;
  height: 1px;
  margin-left: .8em;
  margin-right: .8em;
}

.grid {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sticky_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8em;
  display: flex;
}

.sticky_image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 54em;
  margin-top: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky_heading {
  padding-bottom: 1.7em;
}

.video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video_contain {
  z-index: 1;
  width: 100%;
  height: 150%;
  min-height: 150%;
}

.number {
  z-index: 1;
  border-bottom: 1.5px solid #eeedf230;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.2em 0;
  font-size: .8em;
  transition: font-size .5s, padding .5s linear, background-color .5s linear;
  display: flex;
  position: relative;
}

.number.focused-number {
  background-color: #5c31ff2e;
  padding: 4.4em 2.8em;
  font-size: 1em;
}

.number_text {
  z-index: 1;
  color: var(--pink);
  margin-bottom: .1em;
  margin-left: .4em;
  font-size: 2em;
  line-height: .8;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.number_content {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.number_bg {
  z-index: 1;
  background-image: linear-gradient(126deg, #08041947, #ffffff08);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.number_img {
  z-index: 3;
  object-fit: contain;
  width: 17em;
  height: 10em;
  transition: filter .5s linear;
  position: relative;
}

.number_heading {
  z-index: 2;
  font-size: 6em;
  position: relative;
}

.number_wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid_media {
  z-index: 1;
  cursor: move;
  width: 70%;
  height: 36em;
  margin-top: -7.3em;
  position: relative;
  overflow: hidden;
}

.grid_media.is--2 {
  width: 40%;
  height: 26em;
  margin-left: auto;
}

.grid_media.is--3 {
  width: 80%;
  height: 26em;
  margin-left: 10%;
}

.grid_media.is--4 {
  width: 40%;
  height: 26em;
  margin-top: -7.3em;
  margin-left: 0%;
}

.grid_media.is--1 {
  margin-top: 0;
}

.grid_video {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.footer_p {
  text-transform: uppercase;
}

.footer_contain {
  border-top: 1.5px solid #eeedf242;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  font-size: .8em;
  display: flex;
}

.footer_link {
  margin-left: 1.1em;
  position: relative;
}

.nav__line-2 {
  background-color: #5c31ff;
  width: 0;
  height: .2em;
  margin-bottom: 3.3em;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav_link {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Grifter, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav__left, .nav__right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav__menu-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav__link-2 {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Grifter, sans-serif;
  font-weight: 700;
  display: flex;
}

.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(to bottom, var(--overlay-images), var(--overlay-images)), url('../images/Hero.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading {
  font-family: Morganite, Impact, sans-serif;
}

.h1 {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: none;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .9;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--arancione);
}

.paragraph {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body {
  background-color: #fff;
}

.p {
  opacity: 0;
  color: var(--blue-1);
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.p.show-opacity {
  opacity: 1;
  width: 100%;
  position: relative;
}

.paragraph-big {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.p-big {
  opacity: 0;
  color: var(--blue-1);
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.p-big.show-opacity {
  opacity: 1;
}

.p-big.show-opacity.ending-quote {
  text-align: center;
}

.orange {
  color: var(--arancione);
  font-weight: 500;
}

.quote {
  padding: 100px 200px;
}

.div-block {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.div-block-2.show-opacity {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.div-block-3 {
  opacity: 0;
  width: 70%;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.div-block-3.show-opacity {
  opacity: 1;
}

.profile-pic {
  background-image: url('../images/a-bracci.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 175px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.profile-pic.show-opacity {
  opacity: 1;
}

.heading-2 {
  font-size: 2em;
}

.nome-ab {
  color: var(--blue-1);
  letter-spacing: 0;
  text-transform: none;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
}

.nome-ab.show-opacity {
  opacity: 1;
}

.titolo-ab {
  color: var(--blue-1);
  letter-spacing: 0;
  text-transform: none;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.titolo-ab.show-opacity {
  opacity: 1;
}

.text-span-4 {
  font-weight: 500;
}

.open-quote {
  background-image: url('../images/open-quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.quote-p {
  color: var(--blue-1);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: freight-big-pro, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.2;
}

.quote-p.show-opacity {
  opacity: 1;
}

.div-block-4 {
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-5 {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.infographic {
  background-color: var(--blue-1);
  opacity: 0;
  background-image: url('../images/Infographic-1---Desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.infographic.show-opacity {
  opacity: 1;
}

.infographic.infographic-1 {
  background-image: url('../images/Infographic-1---Desktop.png');
  background-position: 50%;
  background-size: contain;
}

.infographic.infographic-1.english {
  background-image: url('../images/Infographic-1---Desktop---EN.png');
}

.infographic.infographic-1.english.mobile {
  background-image: url('../images/Infographic-1---Mobile---EN.png');
}

.infographic.infographic-2 {
  background-color: var(--blue-2);
  background-image: url('../images/Infographic-2---Desktop.png');
  background-position: 50%;
  background-size: contain;
}

.infographic.infographic-2.english {
  background-image: url('../images/Infographic-2---Desktop---EN.png');
}

.p-bold {
  color: var(--arancione);
  font-weight: 500;
}

.img-full {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.image-1 {
  z-index: 1;
  border-radius: 20px;
  height: 80vh;
}

.chapter-section {
  flex-flow: column;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.heading-3 {
  letter-spacing: -4px;
  width: 100%;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 9em;
  line-height: 1;
  position: relative;
}

.title-orange {
  color: var(--arancione);
}

.heading-4 {
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--blue-1);
  flex-flow: column;
  padding: 30px 50px;
  display: flex;
}

.foto-sezione {
  background-image: url('../images/image-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
}

.foto-sezione.copertina-c {
  background-image: url('../images/image-15.jpg');
}

.foto-sezione.copertina-d {
  background-image: url('../images/image-16.jpg');
  background-position: 50% 0;
}

.foto-sezione.copertina-a {
  background-image: url('../images/Copertina-1_2x.webp');
}

.footer-teddy {
  background-color: var(--blue-1);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.row-logos {
  max-width: 1200px;
  padding-bottom: 40px;
}

.logo-teddy {
  position: relative;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-best {
  height: 50px;
  position: relative;
}

.image-2, .image-3 {
  height: 100%;
  position: relative;
}

.grid-links {
  max-width: 1200px;
}

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

.chi-siamo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: var(--teddy-azzurro);
  letter-spacing: 0;
  padding-bottom: 30px;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.link-footer {
  color: var(--ccc);
  font-family: freight-sans-pro, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.footer-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links.social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-links.footer-stuff, .footer-links.info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.brands-and-business, .media, .teddy-belong, .seguici-su, .governance {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-gree {
  color: var(--yellow);
}

.paragraph-video {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-2.destra {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-2.sinistra {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
}

.video-interview-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: var(--ccc);
  background-image: url('../images/Img-E.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 350px;
  height: 450px;
}

.div-block-9.img-d {
  background-image: url('../images/Img-D.jpg');
}

.caption-video {
  color: var(--blue-1);
  text-align: center;
  text-underline-offset: 4px;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.2em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.quote-dipendente {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.background-quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-1);
  z-index: 1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  padding: 100px;
  display: flex;
  position: relative;
}

.foto-dipendente {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-bottom: 100px;
  display: flex;
}

.testi-dipendente {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 80%;
  height: auto;
  display: flex;
}

.circular-profile-pic {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.citazione-dipendente {
  height: auto;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.titolo-citazione {
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  position: relative;
}

.citazione-arancione {
  color: var(--arancione);
}

.text-span-5 {
  font-weight: 600;
}

.paragraph-image {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.values {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.value {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.value.value-1 {
  background-color: var(--blue-1);
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.value.value-2 {
  background-color: var(--arancione);
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.value.value-3 {
  background-color: var(--blue-1);
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.value-heading {
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 3em;
}

.heading-value {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-value {
  color: var(--white);
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.video-middle {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-video-caption {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.container-video {
  border-radius: 20px;
}

.nome-caption {
  font-weight: 600;
}

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

.brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.brand.terranova {
  cursor: pointer;
  background-image: linear-gradient(#1c1c1c4d, #1c1c1c4d), url('../images/Terranova.jpg');
  background-position: 0 0, 50% 19%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brand.rinascimento {
  cursor: pointer;
  background-image: linear-gradient(#1c1c1c4d, #1c1c1c4d), url('../images/Rinascimento.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.brand.calliope {
  background-image: linear-gradient(to bottom, var(--overlay-images), var(--overlay-images)), url('../images/Calliope.jpg');
  cursor: pointer;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.brand.qb24 {
  cursor: pointer;
  background-image: linear-gradient(#1c1c1c4d, #1c1c1c4d), url('../images/qb24.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-info-brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.logo-brand {
  background-image: url('../images/Terranova-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 60px;
  position: relative;
}

.logo-brand.rinascimento {
  background-image: url('../images/Rinascimento-Logo.png');
}

.logo-brand.calliope {
  background-image: url('../images/Calliope-Logo.png');
}

.logo-brand.qb24 {
  background-image: url('../images/qb24-logo.png');
}

.descrizione-brand {
  text-align: center;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.4;
}

.claim-brand {
  color: var(--white);
  text-align: center;
  font-family: Instrumentsans, Arial, sans-serif;
  font-weight: 400;
}

.dress-to-belong {
  background-image: linear-gradient(to bottom, var(--overlay-images), var(--overlay-images)), url('../images/dress-to-belong.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 77vh;
  display: flex;
  position: relative;
}

.header-dtb {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 8em;
}

.social-media {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-2 {
  color: var(--blue-1);
  text-align: center;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 3em;
  position: relative;
}

.links {
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 118px;
  display: flex;
}

.instagram {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-name {
  color: var(--blue-1);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.facebook, .linkedin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-social {
  width: 30px;
  height: 30px;
}

.graphic-sphere {
  z-index: 0;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-60%);
}

.graphic-sphere.sphere-2 {
  left: 0%;
  transform: translate(-65%, 205px);
}

.graphic-sphere.sphere-3 {
  transform: translate(-60%, -196px);
}

.graphic-sphere.sphere-5 {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 40%);
}

.subtitle-hero {
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 2.7em;
}

.header-teddy-desktop {
  background-color: var(--blue-1);
  box-shadow: 0 20px 10px -16px var(--overlay-images);
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 70px;
  padding: 0 0 0 40px;
  display: flex;
  position: fixed;
}

.logo-teddy-header {
  background-image: url('../images/logo-white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 200px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.voci-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-toggle {
  cursor: pointer;
  background-image: url('../images/burger-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
}

.menu-toggle.voce-menu {
  background-image: none;
  width: 50px;
  height: 100%;
}

.menu-toggle.voce-menu.is-closed {
  background-image: url('../images/burger-icon.png');
  background-position: 50%;
  background-size: 20px 16px;
}

.menu-toggle.voce-menu.is-open {
  background-image: url('../images/close.png');
  background-position: 50%;
  background-size: 18px;
}

.voce-menu.scarica-report {
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.voce-menu.lingue {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: .8em;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: var(--blue-1);
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.it {
  cursor: pointer;
}

.it.current-lang {
  font-weight: 600;
}

.en {
  cursor: pointer;
}

.en.current-lang {
  font-weight: 600;
}

.menu-burger {
  background-color: var(--blue-1);
  z-index: 10;
  flex-flow: column;
  width: 100vw;
  margin-top: 70px;
  display: block;
  position: absolute;
}

.menu-burger.is-hidden {
  box-shadow: 0 20px 10px -15px var(--overlay-images);
}

.menu-burger.mobile.is-hidden {
  display: none;
}

.menu-item {
  border-bottom: 1px solid var(--ccc);
  background-color: var(--blue-1);
  width: 100%;
  padding: 14px 40px;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
}

.menu-item.languages, .menu-item.button-report {
  display: none;
}

.menu-item.last-item {
  border-bottom-style: none;
  border-bottom-width: 0;
}

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

.italian-link.current-lang {
  font-weight: 400;
}

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

.header-teddy-mobile {
  display: none;
}

.fa-icon {
  color: var(--ccc);
  cursor: pointer;
  font-size: 1.2em;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__card {
    transform: rotateX(20deg)rotateY(-3deg)rotateZ(-9deg);
  }

  .nav__menu-2 {
    display: none;
  }

  .paragraph {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p {
    font-size: 2em;
  }

  .paragraph-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-big {
    font-size: 4em;
    line-height: 1.1;
  }

  .quote {
    padding: 40px 40px 40px 30px;
  }

  .div-block-3 {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  }

  .div-block-3.show-opacity {
    opacity: 1;
  }

  .nome-ab {
    font-size: 2.4em;
  }

  .titolo-ab {
    font-size: 2em;
  }

  .quote-p {
    opacity: 1;
    font-size: 3em;
    transition-property: none;
    position: relative;
  }

  .div-block-4 {
    opacity: 1;
    padding-left: 40px;
    padding-right: 40px;
  }

  .infographic.infographic-1.mobile {
    background-image: url('../images/Infographic-1---Mobile.png');
  }

  .infographic.infographic-1.english {
    background-image: url('../images/Infographic-1---Mobile---EN.png');
  }

  .infographic.infographic-2.mobile {
    background-image: url('../images/Infographic-2---Mobile.png');
  }

  .infographic.infographic-2.english.mobile {
    background-image: url('../images/Infographic-2---Mobile---EN.png');
  }

  .image-1 {
    height: auto;
  }

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

  .footer-teddy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-logos {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-heading {
    font-size: 3em;
  }

  .link-footer {
    font-size: 1.8em;
  }

  .paragraph-video {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .caption-video {
    font-size: 1.8em;
  }

  .quote-dipendente.davide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .background-quote {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 70px 50px 50px;
  }

  .circular-profile-pic {
    width: 80px;
    height: 80px;
  }

  .citazione-dipendente {
    font-size: 2.4em;
    line-height: 1.2;
  }

  .titolo-citazione {
    font-size: 1.8em;
  }

  .value, .value.value-1, .value.value-2, .value.value-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .brand {
    height: 40vh;
  }

  .container-info-brand {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .descrizione-brand {
    font-size: 1.7em;
  }

  .claim-brand {
    font-size: 2em;
  }

  .header-teddy-desktop {
    padding-left: 20px;
    display: flex;
  }

  .paragraph-3 {
    font-size: 1.6em;
  }

  .it, .en, .paragraph-4 {
    font-size: 2.1em;
  }

  .fa-icon {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 2.4em;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container.is--nav {
    height: 7em;
  }

  .container.is--hero {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 26.4em;
  }

  .container.is--sticky {
    padding-top: 8em;
  }

  .nav__logo-img {
    width: 9em;
  }

  .nav__menu {
    display: none;
  }

  .nav__icon {
    margin-left: 0;
  }

  .hero__h-contain {
    font-size: .8em;
  }

  .hero__right {
    width: 42em;
    margin-top: 7.2em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero__card-shine {
    margin-top: -18.6em;
    margin-left: 26.2em;
  }

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

  .grid {
    display: block;
  }

  .sticky_content {
    padding-top: 0;
  }

  .sticky_image, .nav__menu-2 {
    display: none;
  }

  .paragraph {
    padding: 20px;
  }

  .p {
    font-size: 1.5em;
  }

  .paragraph-big {
    padding: 40px 20px;
  }

  .p-big {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .quote {
    padding-left: 40px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .nome-ab {
    text-align: center;
    font-size: 1.6em;
  }

  .titolo-ab {
    font-size: 1.2em;
  }

  .quote-p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.5em;
  }

  .img-full {
    padding: 40px;
  }

  .heading-3 {
    letter-spacing: -1px;
    font-size: 5em;
    line-height: 1.1;
  }

  .heading-4 {
    letter-spacing: 3px;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .paragraph-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .container-2.destra {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .container-2.sinistra {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .caption-video {
    font-size: 1.5em;
  }

  .background-quote {
    flex-flow: column;
    padding: 40px;
  }

  .foto-dipendente {
    margin-bottom: 0;
  }

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

  .citazione-dipendente {
    text-align: center;
    font-size: 1.7em;
  }

  .titolo-citazione {
    text-align: center;
    font-size: 1.4em;
  }

  .paragraph-image {
    padding: 40px 20px;
  }

  .values {
    flex-flow: column;
  }

  .value {
    min-height: 150px;
  }

  .heading-value {
    font-size: 2em;
  }

  .paragraph-value {
    text-align: center;
    font-size: 1.5em;
  }

  .video-middle {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .brand {
    height: 30vh;
  }

  .brand.terranova, .brand.rinascimento, .brand.calliope, .brand.qb24 {
    height: 50vh;
  }

  .logo-brand {
    width: 220px;
    height: 30px;
  }

  .logo-brand.qb24 {
    height: 50px;
  }

  .descrizione-brand {
    font-size: 1.2em;
  }

  .claim-brand {
    font-size: 1.5em;
  }

  .social-media {
    padding: 40px 20px;
  }

  .paragraph-2 {
    line-height: 1.1;
  }

  .links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .social-name {
    text-align: left;
    font-size: 1.8em;
  }

  .facebook, .linkedin {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .graphic-sphere.sphere-4 {
    transform: translate(-60%, 106px);
  }

  .graphic-sphere.sphere-1 {
    transform: translate(-35%);
  }

  .voce-menu.scarica-report, .voce-menu.lingue {
    display: none;
  }

  .menu-burger.mobile.is-hidden {
    display: block;
  }

  .menu-item {
    border-bottom: 1px solid var(--ccc);
  }

  .menu-item.languages {
    border-bottom-style: none;
    border-bottom-width: 0;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .menu-item.button-report {
    background-color: var(--arancione);
    display: block;
  }

  .header-teddy-mobile {
    background-color: var(--blue-1);
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 70px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
    position: fixed;
  }

  .button-ita {
    border-right: 1px solid var(--blue-1);
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-ita.selected-language {
    background-color: var(--blue-2);
  }

  .button-eng {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-eng.selected-lang {
    background-color: var(--blue-2);
  }

  .paragraph-5 {
    color: var(--blue-1);
    font-size: 1.5em;
    font-weight: 500;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    text-align: center;
    font-size: 1.5em;
  }

  .paragraph-11 {
    color: var(--blue-1);
    font-family: Instrumentsans, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
  }

  .paragraph-11.selected-lang {
    color: var(--white);
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 3.7em;
  }

  p {
    font-size: 12px;
  }

  .container.is--hero {
    padding-top: 36.5em;
  }

  .hero__button {
    font-size: 1.4em;
  }

  .hero__left {
    width: 91%;
  }

  .hero__right {
    width: 100%;
    margin-top: 8.4em;
  }

  .locomotive-scroll {
    overflow: hidden;
  }

  .hero__video {
    height: 55em;
  }

  .hero__card {
    font-size: 1.1em;
  }

  .calc__contain {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .contain {
    font-size: 1.9em;
  }

  .slider__contain {
    width: 100%;
  }

  .page-gradient_contain {
    font-size: 1em;
  }

  .side-text, .sticky_content {
    font-size: 1.4em;
  }

  .number.focused-number {
    font-size: .9em;
  }

  .numbers_contain {
    font-size: 1.1em;
  }

  .paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body {
    overflow: hidden;
  }

  .p {
    font-size: 2.3em;
    line-height: 1.4;
  }

  .paragraph-big {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.5vw;
  }

  .quote {
    padding: 20px 24px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .profile-pic {
    width: 70px;
    height: 70px;
  }

  .nome-ab {
    font-size: 2.4em;
  }

  .titolo-ab {
    font-size: 2.1em;
  }

  .open-quote {
    height: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-p {
    font-size: 3em;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 7.5em;
  }

  .heading-4 {
    font-size: 2em;
  }

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

  .logo-best {
    height: auto;
  }

  .chi-siamo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-heading {
    font-size: 3.3em;
  }

  .link-footer {
    font-size: 2.2em;
  }

  .brands-and-business, .media, .teddy-belong, .seguici-su, .governance {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-2.sinistra {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-9 {
    width: 280px;
    height: 400px;
  }

  .caption-video {
    font-size: 2.4em;
  }

  .quote-dipendente.davide {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-dipendente.andrea {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .background-quote {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .foto-dipendente {
    width: 100%;
    margin-bottom: 20px;
  }

  .testi-dipendente {
    width: 100%;
  }

  .citazione-dipendente {
    text-align: center;
    font-size: 2em;
  }

  .titolo-citazione {
    text-align: center;
    font-size: 1.9em;
    line-height: 1.3;
  }

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

  .paragraph-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-value {
    text-align: center;
    font-size: 3em;
  }

  .paragraph-value {
    text-align: center;
    font-size: 2.1em;
  }

  .container-info-brand {
    padding-left: 20px;
    padding-right: 20px;
  }

  .descrizione-brand {
    font-size: 1.8em;
  }

  .claim-brand {
    font-size: 2em;
  }

  .header-teddy-desktop {
    padding-left: 16px;
  }
}

#w-node-_0153ec1c-f37b-895c-30ca-5e6fc16b88c4-30cc466d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3e24091-e01d-e0a5-17f3-70dbccd2085a-30cc466d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e5d07d84-f7e2-d313-c4bc-ace04fb4af65-30cc466d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_58e2b321-7b80-a316-4963-55e5bf04d7e2-30cc466d {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-c0da5793-a5f9-9511-4584-5d468c00e90b-30cc466d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_61447b08-e13d-d752-ca44-035921bcfac4-30cc466d, #w-node-_0153ec1c-f37b-895c-30ca-5e6fc16b88c4-ca7f3e9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3e24091-e01d-e0a5-17f3-70dbccd2085a-ca7f3e9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e5d07d84-f7e2-d313-c4bc-ace04fb4af65-ca7f3e9e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_58e2b321-7b80-a316-4963-55e5bf04d7e2-ca7f3e9e {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-c0da5793-a5f9-9511-4584-5d468c00e90b-ca7f3e9e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_61447b08-e13d-d752-ca44-035921bcfac4-ca7f3e9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Bold.ttf') format('truetype'), url('../fonts/AlbertSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grifter';
  src: url('../images/') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}