:root {
  --black: #000;
  --color: #5dc0d4;
  --white-smoke: #f0f0f0;
  --blue: var(--color);
}

.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: Chivo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: var(--black);
  text-decoration: underline;
}

li {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.6;
}

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

strong {
  font-weight: bold;
}

blockquote {
  background-color: #fff;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.home-hero {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-image {
  background-image: url('../images/001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-container {
  z-index: 10;
  flex: 1;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 268px;
  display: none;
  position: relative;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 50px auto;
}

.container {
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.brand {
  float: none;
  width: 160px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  display: inline-block;
}

.nav-menu {
  float: none;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  min-width: 99px;
  font-size: 15px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: #fff;
}

.section {
  padding: 40px 50px;
}

.section.assets-hero {
  background-color: var(--color);
  color: #fff;
  padding-top: 100px;
}

.section.legal-hero {
  background-color: var(--black);
  color: #fff;
  padding-top: 170px;
}

.section.styleguide {
  padding-top: 40px;
}

.navbar-background {
  z-index: 0;
  background-color: #fff;
  height: 101%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
  box-shadow: 0 5px 8px -10px #000;
}

.footer {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/006.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-link {
  color: #ccc;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.intro-grid {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.section-title {
  background-color: var(--white-smoke);
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.section-title.instagram {
  text-align: center;
  margin-top: 40px;
}

.intro-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.button {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button.tutorial-link {
  background-color: var(--white-smoke);
  transition: background-color .2s, color .2s, padding .2s;
}

.button.tutorial-link:hover {
  color: var(--black);
  background-color: #ccc;
}

.button-background {
  background-color: var(--black);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-text {
  z-index: 10;
  font-size: 20px;
  position: relative;
}

.button-arrow {
  z-index: 10;
  color: #fff;
  width: 17px;
  margin-left: 10px;
  position: relative;
}

.button-arrow.flip {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 10px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.button-wrapper.invert {
  filter: invert();
}

.sign-up-section {
  color: #fff;
  text-align: center;
  padding: 100px 50px;
  position: relative;
}

.mini-container {
  z-index: 10;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign-up-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-cover {
  background-image: url('../images/026.jpg');
  background-position: 50% 0;
  background-size: 1290px;
  position: absolute;
  inset: 0%;
}

.form-block {
  margin-bottom: 0;
}

.form-block.sign-up {
  margin-top: 50px;
}

.scroll-down-hint {
  z-index: 10;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 20px;
}

.sign-up-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 0 #000;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 17px;
}

.text-field.placeholder {
  background-color: #f1f1f1;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.text-field.password {
  margin-top: 20px;
}

.features-grid {
  grid-column-gap: 150px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1fr;
}

.section-subtitle {
  margin-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.section-subtitle.features {
  margin-bottom: 15px;
  font-family: Chivo, sans-serif;
}

.section-subtitle.contact {
  margin-bottom: 40px;
}

.featured-row {
  align-items: center;
  margin-top: 7px;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
}

.featured-icon {
  width: 26px;
  margin-right: 25px;
}

.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 110px;
}

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

.divider-line {
  background-color: var(--white-smoke);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line.mini-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-line.footer-line {
  background-color: #f0f0f024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-image-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  padding-top: 20px;
}

.important-stuff-subtitle {
  margin-bottom: 5px;
  font-weight: 700;
}

.hosts-image {
  border-radius: 50%;
  width: 210px;
  margin-bottom: 40px;
  display: inline-block;
}

.signature {
  margin-top: 30px;
  transform: rotate(-7deg);
}

.patterned-texture {
  background-image: url('../images/073.jpg');
  background-position: 50% 79%;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture.hide-on-mobile {
  background-size: cover;
}

.quote-wrapper {
  background-color: #fff;
  padding: 30px 50px 40px;
}

.quote-name-row {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.quote-image {
  border-radius: 50%;
  width: 40px;
  margin-right: 12px;
}

.footer-copyright {
  margin-top: 60px;
  font-size: 11px;
}

.footer-logo {
  width: 140px;
}

.footer-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.booking-slide-out {
  z-index: 1001;
  background-color: #fff;
  max-width: 450px;
  height: 100vh;
  padding: 50px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: translate(130%);
  box-shadow: -2px 0 30px #00000030;
}

.booking-slide-out-subnote {
  margin-top: 10px;
  font-size: 11px;
}

.booking-placeholder {
  margin-top: 20px;
  position: relative;
}

.booking-placeholder-gradient {
  z-index: 10;
  background-image: linear-gradient(#0000, #fff);
  position: absolute;
  inset: 0%;
}

.booking-slide-closer {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

.submit-button {
  background-color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #2b2b2b;
}

.form-success-lottie {
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  color: var(--black);
  background-color: #fff;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px;
  font-size: 16px;
  line-height: 24px;
}

.success-message-title {
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.error-message {
  background-color: #ff0037;
}

.error-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.error-link:hover {
  color: #00000073;
}

.form-small-print {
  color: #ffffffe0;
  margin-top: 15px;
  font-size: 11px;
}

.footer-template-links {
  margin-top: 10px;
  font-size: 11px;
}

.footer-template-link {
  color: var(--white-smoke);
  transition: opacity .2s;
}

.footer-template-link:hover {
  opacity: .5;
}

.instagram-link {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
}

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

.instagram-lottie {
  width: 40px;
  position: absolute;
}

.instagram-feed-link-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.instagram-feed-link {
  color: #5a5a5a;
  background-image: url('../images/icons8_right_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 9px;
  padding-right: 13px;
  font-size: 10px;
  text-decoration: none;
}

.booking-slide-close-mobile, .mobile-nav-logo {
  display: none;
}

.hero-section-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.asset-wrapper {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.asset-lottie {
  background-color: var(--black);
  border: 1px solid #1f1f1f;
  width: 100px;
  margin-bottom: 20px;
  padding: 20px;
}

.asset-lottie.grey {
  background-color: var(--white-smoke);
}

.link-address-wrapper {
  color: #868686;
  text-transform: uppercase;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.margin-bottom-60 {
  margin-bottom: 50px;
}

.no-margin {
  margin: 0;
}

.asset-row {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.asset-link {
  color: var(--black);
  text-transform: none;
  margin-top: -3px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.asset-logo, .pexels-logo {
  width: 100px;
}

.lottie-asset {
  margin-top: 40px;
}

.image-asset {
  margin-top: 20px;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1fr .5fr;
  margin-top: 100px;
}

.contact-row {
  margin-bottom: 15px;
}

.contact-icon {
  width: 20px;
  margin-right: 20px;
}

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

.map {
  flex: 1;
}

.map-column {
  flex-direction: column;
  display: flex;
}

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

.styleguide-header {
  color: #b9b9b9;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}

.rich-text-block figure {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.utility-page-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap._404 {
  background-color: var(--black);
  color: #fff;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 360px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.utility-icon {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

._404-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 33px;
}

._404-paragraph {
  max-width: 290px;
}

.tutorial-logos-row {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tutorial-logo {
  max-height: 40px;
}

.tutorial-logo.webflow {
  max-height: 33px;
}

.tutorial-rich-text-field figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tutorial-rich-text-field h6 {
  color: #646464;
  margin-top: 20px;
}

.tutorial-rich-text-field.eviivo {
  max-width: 60ch;
}

.tutorial-sticky-link {
  color: #53505a;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}

.tutorial-sticky-link.w--current {
  color: #a58961;
}

.tutorial-sticky {
  z-index: 99;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  position: sticky;
  top: 80px;
}

.version-section {
  border: 1px solid #e2e2e2;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 40px;
}

.tutorial-x {
  opacity: .4;
  width: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.tutorial-link.button {
  margin-left: auto;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-2 {
  font-weight: 400;
}

.mobile-nav-logo-copy {
  display: none;
}

.link-block {
  color: #fff;
}

.link-block-2 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.button-copy {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, padding .2s;
  display: inline-block;
  position: relative;
}

.button-copy:hover {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.button-copy.tutorial-link {
  background-color: var(--white-smoke);
  transition: background-color .2s, color .2s, padding .2s;
}

.button-copy.tutorial-link:hover {
  color: var(--black);
  background-color: #ccc;
}

.button-text-copy {
  z-index: 10;
  color: #fff;
  width: 100px;
  display: inline;
  position: relative;
}

.button-arrow-copy {
  z-index: 10;
  width: 17px;
  margin-left: 10px;
  position: relative;
}

.button-arrow-copy.flip {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 10px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.italic-text, .bold-text {
  font-family: Chivo, sans-serif;
}

.nav-link-copy {
  color: #fff;
  text-align: center;
  min-width: 99px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link-copy:hover {
  opacity: .5;
}

.nav-link-copy.w--current {
  color: #fff;
}

.image-2 {
  display: none;
}

.background-video-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.patterned-texture-copy {
  background-image: url('../images/073.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-copy.hide-on-mobile {
  background-image: url('../images/013.jpg');
  background-size: cover;
}

.patterned-texture-new {
  background-image: url('../images/lyddawear-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-copy-copy.hide-on-mobile {
  background-image: url('../images/113.jpg');
  background-size: cover;
}

.patterned-texture-2 {
  background-image: url('../images/073.jpg');
  background-position: 50% 100%;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-2.hide-on-mobile {
  background-image: url('../images/102.jpg');
  background-size: cover;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-size: 20px;
  font-weight: 900;
}

.patterned-texture-copy {
  background-image: url('../images/073.jpg');
  background-position: 50% 79%;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-copy.hide-on-mobile {
  background-size: cover;
}

.patterned-texture-copy._3 {
  background-image: url('../images/027.jpg');
}

.patterned-texture-copy-copy {
  background-image: url('../images/002.jpg');
  background-position: 50%;
  background-size: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-copy-copy.hide-on-mobile {
  background-size: cover;
}

.patterned-texture-1 {
  background-image: url('../images/059.jpg');
  background-position: 50%;
  background-size: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-1.hide-on-mobile {
  background-size: cover;
}

.paragraph-3 {
  font-weight: 300;
}

.patterned-texture-new-copy-copy {
  background-image: url('../images/062.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.div-block-4 {
  text-align: center;
}

.patterned-texture-new-copy {
  background-image: url('../images/lyddawear-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-new-copy._2 {
  background-image: url('../images/Screenshot-2024-06-06-alle-13.22.01.png');
}

.patterned-texture-new-copy-3 {
  background-image: url('../images/shutterstock_104473691.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.div-block-5 {
  height: 100%;
}

.heading-3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-4 {
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.paragraph-5 {
  font-size: 20px;
}

.block-quote-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider-line-copy {
  background-color: var(--white-smoke);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line-copy.mini-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-line-copy.footer-line {
  background-color: #f0f0f024;
  margin-top: 20px;
  margin-bottom: 20px;
}

.patterned-texture-new-4 {
  background-image: url('../images/lyddawear-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.heading-4 {
  font-family: Chivo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.heading-5 {
  background-color: #0000;
  font-family: Chivo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-3 {
  color: #000;
  font-weight: 400;
}

.desk-nav-logo {
  max-width: 50%;
  display: block;
}

.nav-link-it-en {
  color: #000;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #fff;
  border-radius: 1px;
  min-width: 30px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link-it-en:hover {
  opacity: .5;
}

.nav-link-it-en.w--current {
  color: #fff;
}

.nav-link-it-en-no-select {
  border: 1px solid var(--white-smoke);
  color: #fff;
  text-align: center;
  border-radius: 1px;
  min-width: 30px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link-it-en-no-select:hover {
  opacity: .5;
}

.nav-link-it-en-no-select.w--current {
  color: #fff;
}

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

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

.none {
  display: none;
}

.patterned-texture-pdf {
  background-image: url('../images/Screenshot-2025-10-10-alle-12.07.24.png');
  background-position: 50%;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  display: flex;
}

.patterned-texture-pdf.hide-on-mobile {
  background-image: url('../images/Screenshot-2025-10-10-alle-12.07.24.png');
  background-size: cover;
  border: 1px solid #000;
  width: 110%;
  height: 100%;
}

.text-image-grid-color {
  grid-column-gap: 150px;
  background-image: linear-gradient(#e9f6ff, #e9f6ff);
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  padding: 40px;
}

.features-grid-copy {
  grid-column-gap: 150px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1fr;
}

@media screen and (min-width: 1280px) {
  .home-hero-image {
    background-image: linear-gradient(#0003, #0003), url('../images/001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-container {
    padding-bottom: 268px;
  }

  .container.nav {
    margin-bottom: 0;
  }

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

  .section-title {
    font-family: Chivo, sans-serif;
  }

  .button {
    justify-content: flex-start;
    display: flex;
  }

  .section-subtitle, .section-subtitle.features {
    font-family: Chivo, sans-serif;
  }

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

  .contact-row {
    margin-bottom: 20px;
    display: flex;
  }

  .text-block {
    text-align: center;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .heading {
    transform: translate(0);
  }

  .heading-2 {
    font-weight: 400;
  }

  .button-copy {
    color: #fff;
    align-items: center;
    width: 200px;
    display: inline-block;
  }

  .button-text-copy {
    color: #fff;
    display: inline;
  }

  .button-arrow-copy {
    color: #000;
  }

  .button-arrow-copy:hover {
    color: #fff;
  }

  .block-quote {
    font-size: 30px;
  }

  .italic-text {
    font-family: Chivo, sans-serif;
    font-size: 30px;
  }

  .nav-link-copy {
    font-weight: 700;
  }

  .patterned-texture-new {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .patterned-texture-copy-copy {
    background-image: url('../images/015.jpg');
  }

  .patterned-texture-new-copy-copy {
    background-image: url('../images/061.jpg');
    background-position: 50%;
    height: 120%;
  }

  .div-block-3 {
    height: 121%;
  }

  .patterned-texture-new-copy {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
  }

  .patterned-texture-new-copy-3 {
    background-image: url('../images/shutterstock_104473691.webp');
    background-position: 50%;
  }

  .patterned-texture-new-4 {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
  }

  .heading-6 {
    font-weight: 400;
  }

  .nav-link-it-en, .nav-link-it-en-no-select {
    font-weight: 700;
  }

  .patterned-texture-pdf {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .home-hero-image {
    background-image: linear-gradient(#0003, #0003), url('../images/001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-container {
    padding-bottom: 269px;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .section-title, .section-subtitle {
    font-family: Chivo, sans-serif;
  }

  .section-subtitle.features {
    font-family: Chivo, sans-serif;
    font-size: 40px;
  }

  .block-quote-2 {
    font-family: Chivo, sans-serif;
  }

  .patterned-texture-new {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .patterned-texture-new-copy-copy {
    background-image: url('../images/061.jpg');
    background-position: 50%;
  }

  .patterned-texture-new-copy {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
  }

  .patterned-texture-new-copy-3 {
    background-image: url('../images/shutterstock_104473691.webp');
    background-position: 50%;
  }

  .patterned-texture-new-4 {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-image {
    background-image: linear-gradient(#0003, #0003), url('../images/001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-container {
    padding-bottom: 316px;
  }

  .navbar {
    background-color: #fff0;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .section-title {
    font-family: Chivo, sans-serif;
  }

  .button {
    justify-content: flex-start;
    font-size: 24px;
  }

  .features-grid {
    grid-column-gap: 150px;
    grid-template-rows: 325px auto;
  }

  .section-subtitle, .section-subtitle.features {
    font-family: Chivo, sans-serif;
    font-size: 40px;
  }

  .divider-line {
    margin-top: 140px;
  }

  .text-image-grid {
    grid-column-gap: 150px;
    grid-row-gap: 16px;
  }

  .contact-link {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-weight: 400;
  }

  .button-copy {
    z-index: 24;
    font-size: 30px;
  }

  .button-text-copy {
    font-size: 24px;
  }

  .italic-text, .bold-text {
    font-family: Chivo, sans-serif;
  }

  .nav-link-copy {
    color: #fff;
    background-color: #0000;
    border-radius: 0;
    font-weight: 700;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .patterned-texture-new-copy-copy {
    background-image: url('../images/062.jpg');
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .divider-line-copy {
    margin-top: 60px;
  }

  .nav-link-it-en, .nav-link-it-en-no-select {
    color: #fff;
    background-color: #0000;
    border-radius: 0;
    font-weight: 700;
  }

  .patterned-texture-pdf.hide-on-mobile {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .text-image-grid-color {
    grid-column-gap: 150px;
    grid-row-gap: 16px;
  }

  .features-grid-copy {
    grid-column-gap: 150px;
    grid-template-rows: 325px auto;
  }
}

@media screen and (max-width: 991px) {
  .home-hero-image {
    background-image: linear-gradient(#0003, #0003), url('../images/001.jpg');
    background-position: 0 0, 59%;
    background-repeat: repeat, repeat-y;
    inset: auto 0% 0%;
  }

  .container.nav {
    margin-bottom: 0;
  }

  .brand {
    padding-left: 20px;
  }

  .footer {
    background-image: linear-gradient(#00000080, #00000080), url('../images/051.jpg');
    background-position: 0 0, 0%;
    background-size: auto, auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-grid {
    grid-column-gap: 50px;
  }

  .section-title {
    font-size: 32px;
  }

  .intro-image-grid {
    grid-template-rows: 200px auto 200px;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-column-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    height: auto;
  }

  .divider-line.mini-margin.hide-on-mobile {
    display: none;
  }

  .text-image-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  .patterned-texture {
    background-image: url('../images/059.jpg');
    background-position: 50% 65%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section-grid {
    grid-template-columns: .75fr .25fr;
  }

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

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

  .heading-2 {
    font-weight: 400;
  }

  .nav-link-copy {
    font-weight: 700;
  }

  .patterned-texture-copy.hide-on-mobile {
    background-image: url('../images/100.jpg');
  }

  .patterned-texture-new {
    background-image: url('../images/shutterstock_104473691.webp');
    background-position: 50%;
    width: auto;
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .patterned-texture-copy, .patterned-texture-copy-copy, .patterned-texture-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-new-copy {
    width: auto;
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .patterned-texture-copy {
    background-image: url('../images/027.jpg');
    background-position: 50% 65%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-copy-copy {
    background-image: url('../images/113.jpg');
    background-position: 50% 65%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-1 {
    background-image: url('../images/059.jpg');
    background-position: 50% 65%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-new-copy-copy {
    background-image: url('../images/062.jpg');
    background-position: 50%;
    width: auto;
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .patterned-texture-new-copy, .patterned-texture-new-copy-3 {
    background-image: url('../images/shutterstock_104473691.webp');
    background-position: 50%;
    width: auto;
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .divider-line-copy.mini-margin.hide-on-mobile {
    display: none;
  }

  .patterned-texture-new-4 {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
    width: auto;
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .nav-link-it-en, .nav-link-it-en-no-select {
    font-size: 12px;
    font-weight: 700;
  }

  .patterned-texture-pdf {
    width: 680px;
    height: 410px;
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .patterned-texture-pdf.hide-on-mobile {
    background-image: url('../images/100.jpg');
  }

  .text-image-grid-color {
    grid-column-gap: 50px;
    flex-flow: row;
    grid-template-columns: 1fr;
    display: flex;
  }

  .features-grid-copy {
    grid-column-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    width: 140%;
    height: auto;
  }
}

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

  h2 {
    font-size: 26px;
  }

  p {
    font-size: 16px;
  }

  .home-hero {
    background-color: #fff;
  }

  .home-hero-image {
    background-image: linear-gradient(#0003, #0003), url('../images/001.jpg');
    background-position: 0 0, 67%;
    background-size: auto, cover;
  }

  .hero-container {
    flex: none;
    padding: 220px 30px;
  }

  .navbar {
    display: block;
    left: 30px;
    right: 30px;
  }

  .brand {
    padding-left: 20px;
  }

  .nav-link {
    min-width: auto;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.assets-hero {
    padding-top: 130px;
  }

  .footer {
    padding: 40px 20px;
  }

  .intro-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .section-title {
    color: #000;
    font-family: Chivo, sans-serif;
    font-size: 35px;
  }

  .section-title.instagram {
    text-align: left;
    padding-left: 40px;
  }

  .sign-up-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-cover {
    background-image: url('../images/027.jpg');
    background-position: 910% 100%;
    background-size: cover;
  }

  .features-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-subtitle {
    font-family: Chivo, sans-serif;
    font-size: 35px;
  }

  .section-subtitle.features {
    font-family: Chivo, sans-serif;
  }

  .text-image-grid {
    grid-row-gap: 50px;
  }

  .patterned-texture {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture.hide-on-mobile {
    display: none;
  }

  .instagram-lottie {
    width: 30px;
    height: 30px;
  }

  .instagram-feed-link-wrapper {
    padding-top: 0;
  }

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

  .link-address-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .asset-link {
    margin-left: 0;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr .5fr;
  }

  .contact-row {
    text-align: left;
    padding-left: 40px;
  }

  .map {
    flex: none;
  }

  .tutorial-logos-row {
    flex-wrap: wrap;
  }

  .tutorial-logo {
    max-height: 33px;
  }

  .tutorial-logo.webflow {
    max-height: 28px;
  }

  .tutorial-link.button {
    margin-top: 15px;
    margin-left: 0;
  }

  .text-block {
    text-align: center;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
  }

  .heading-2 {
    font-weight: 400;
  }

  .image {
    text-align: center;
    display: block;
  }

  .bold-text {
    font-family: Chivo, sans-serif;
  }

  .nav-link-copy {
    min-width: auto;
    font-weight: 700;
  }

  .patterned-texture-new {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .patterned-texture-new.hide-on-mobile {
    display: none;
  }

  .patterned-texture-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-2.hide-on-mobile {
    display: none;
  }

  .div-block-2 {
    text-align: left;
  }

  .patterned-texture-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-copy.hide-on-mobile {
    display: none;
  }

  .patterned-texture-copy-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-copy-copy.hide-on-mobile {
    display: none;
  }

  .patterned-texture-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-1.hide-on-mobile {
    display: none;
  }

  .patterned-texture-new-copy-copy {
    background-image: url('../images/062.jpg');
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .patterned-texture-new-copy-copy.hide-on-mobile {
    display: none;
  }

  .patterned-texture-new-copy {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .patterned-texture-new-copy.hide-on-mobile {
    display: none;
  }

  .patterned-texture-new-copy-3 {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .patterned-texture-new-copy-3.hide-on-mobile {
    display: none;
  }

  .patterned-texture-new-4 {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .patterned-texture-new-4.hide-on-mobile {
    display: none;
  }

  .bold-text-3 {
    color: #000;
  }

  .desk-nav-logo {
    max-width: 70%;
  }

  .nav-link-it-en {
    border-width: 0;
    min-width: auto;
    font-size: 12px;
    font-weight: 700;
  }

  .nav-link-it-en-no-select {
    min-width: auto;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    font-weight: 700;
  }

  .container-2 {
    display: flex;
  }

  .patterned-texture-pdf {
    width: 660px;
    height: 340px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .patterned-texture-pdf.hide-on-mobile {
    display: none;
  }

  .text-image-grid-color {
    grid-row-gap: 50px;
  }

  .features-grid-copy {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 23px;
  }

  blockquote {
    font-size: 30px;
    line-height: 1.3;
  }

  .home-hero {
    min-height: 490px;
    padding-top: 60px;
  }

  .home-hero-image {
    background-image: linear-gradient(#0003, #0003), url('../images/001.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-container {
    flex: 0 auto;
    padding-top: 88px;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
  }

  .container {
    max-width: none;
    margin-bottom: 0;
  }

  .container.nav {
    justify-content: space-between;
  }

  .brand {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 10px -19px #00000024;
  }

  .nav-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    color: var(--black);
  }

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

  .section.assets-hero {
    padding-top: 100px;
  }

  .section.legal-hero {
    padding-top: 130px;
  }

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

  .section-title {
    color: #000;
    font-family: Chivo, sans-serif;
    font-size: 31px;
  }

  .section-title.instagram {
    padding-right: 20px;
  }

  .video-cover {
    background-image: url('../images/110.jpg');
    background-position: 50% 0;
    background-size: auto;
    position: absolute;
  }

  .sign-up-form-grid {
    grid-template-columns: 1fr;
  }

  .section-subtitle, .section-subtitle.features {
    font-family: Chivo, sans-serif;
  }

  .section-subtitle.contact {
    margin-bottom: 30px;
  }

  .featured-row {
    font-size: 17px;
  }

  .featured-icon {
    margin-right: 20px;
  }

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

  .patterned-texture {
    background-position: 50% 61%;
    padding: 30px;
  }

  .quote-wrapper {
    padding: 20px 30px 30px;
  }

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

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

  .booking-slide-out {
    padding: 30px;
  }

  .submit-button {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .body-wrapper {
    overflow: visible;
  }

  .instagram-link {
    height: 33vw;
  }

  .booking-slide-close-mobile {
    cursor: pointer;
    background-image: url('../images/icons8_right_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 55px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
  }

  .mobile-nav-logo {
    width: 92px;
    display: block;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 45px;
    padding: 7px 0 6px 20px;
  }

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

  .asset-link {
    font-size: 12px;
  }

  .contact-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .contact-row {
    text-align: left;
    padding-left: 0;
  }

  .map {
    flex: 0 auto;
  }

  .tutorial-logo {
    max-height: 25px;
  }

  .tutorial-logo.webflow {
    max-height: 21px;
  }

  .version-section {
    padding: 30px 20px;
  }

  .tutorial-x {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tutorial-link.button {
    font-size: 13px;
  }

  .heading-2 {
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .mobile-nav-logo-copy {
    width: 92px;
    display: block;
  }

  .italic-text, .bold-text {
    font-family: Chivo, sans-serif;
  }

  .nav-link-copy {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-copy.w--current {
    color: var(--black);
  }

  .image-2 {
    padding-top: 43px;
    display: block;
  }

  .text-block-2, .text-block-3 {
    font-size: 16px;
  }

  .div-block {
    background-color: #00ff15;
  }

  .patterned-texture-new {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
    padding: 140px 0 40px;
  }

  .patterned-texture-copy, .patterned-texture-copy-copy, .patterned-texture-2 {
    padding: 30px;
  }

  .patterned-texture-new-copy {
    background-image: url('../images/062.jpg');
    padding: 140px 0 40px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .html-embed {
    width: 300px;
  }

  .patterned-texture-copy {
    background-position: 50% 61%;
    padding: 30px;
  }

  .patterned-texture-copy._3 {
    background-image: url('../images/073.jpg');
  }

  .patterned-texture-copy-copy, .patterned-texture-1 {
    background-position: 50% 61%;
    padding: 30px;
  }

  .patterned-texture-new-copy-copy {
    background-image: url('../images/062.jpg');
    background-position: 50%;
    padding: 140px 0 40px;
  }

  .patterned-texture-new-copy {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
    padding: 140px 0 40px;
  }

  .patterned-texture-new-copy._2 {
    background-image: url('../images/Screenshot-2024-06-06-alle-13.22.01.png');
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .patterned-texture-new-copy-3 {
    background-image: url('../images/shutterstock_104473691.webp');
    background-position: 50%;
    padding: 140px 0 40px;
  }

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

  .patterned-texture-new-4 {
    background-image: url('../images/lyddawear-1.jpg');
    background-position: 50%;
    padding: 140px 0 40px;
  }

  .heading-5 {
    background-color: #0000;
  }

  .bold-text-3 {
    color: #000;
  }

  .desk-nav-logo {
    width: 92px;
    display: none;
  }

  .div-block-6 {
    display: none;
  }

  .nav-link-it-en {
    color: var(--black);
    border-width: 1px;
    border-color: #000;
    padding: 10px;
  }

  .nav-link-it-en.w--current {
    color: var(--black);
  }

  .nav-link-it-en-no-select {
    color: var(--black);
    border-width: 0;
    padding: 10px;
  }

  .nav-link-it-en-no-select.w--current {
    color: var(--black);
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .patterned-texture-pdf {
    width: 100%;
    height: 360px;
    padding: 30px;
  }

  .text-image-grid-color {
    flex-flow: column;
    display: flex;
  }

  .features-grid-copy {
    width: 100%;
  }
}

#w-node-bce7b85d-156a-848d-97ff-344371abef75-7ed83d4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab491c98-57c5-6d26-f2e4-815a45ada976-7ed83d4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_9c0a744c-20ba-b506-a553-0e6e6596e360-7ed83d4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-a5d2788e-33b5-629a-2f3c-51b0137803b6-7ed83d4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4bb3e36a-b32e-add4-0d2b-67a9ff829239-7ed83d4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_0f3f63e5-e1fb-f211-a5f8-52a3ebc053d9-7ed83d4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_21bec829-0d92-3603-653d-89ce17082415-7ed83d4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cff224d1-6407-67f7-f35e-d85093de9bec-7ed83d4e, #w-node-dc2a910f-53b4-a946-2375-558722357200-7ed83d4e, #w-node-d808ef09-6418-1195-2030-428d1c5ad4f1-7ed83d4e {
  place-self: stretch stretch;
}

#w-node-_8e0f98ca-bdd7-5462-ae16-41802c03349c-7ed83d4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-f1a3da08-780b-55d5-49e3-be0b9b0acbbc-7ed83d4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a403c7ef-b6a9-aac0-64da-c95fcdbfaf12-7ed83d4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-ea61ef01-e95f-5e7e-a06c-cb485e24ff15-7ed83d4e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-ffa38b31-6a2e-c462-7173-246892f5c17c-7ed83d4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14eb371c-ae6c-bb90-15f8-82e53bd3ece2-7ed83d4e {
  place-self: stretch stretch;
}

#w-node-_14eb371c-ae6c-bb90-15f8-82e53bd3ece3-7ed83d4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95fac176-2a8a-871a-cac4-bda1c6de6d07-7ed83d4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-7ed83d4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_68d4630d-557a-d31f-304b-708b53b96a8c-7ed83d4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-bce7b85d-156a-848d-97ff-344371abef75-7ed83d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e0f98ca-bdd7-5462-ae16-41802c03349c-7ed83d4e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-f1a3da08-780b-55d5-49e3-be0b9b0acbbc-7ed83d4e, #w-node-_14eb371c-ae6c-bb90-15f8-82e53bd3ece3-7ed83d4e {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-cff224d1-6407-67f7-f35e-d85093de9bec-7ed83d4e, #w-node-dc2a910f-53b4-a946-2375-558722357200-7ed83d4e, #w-node-d808ef09-6418-1195-2030-428d1c5ad4f1-7ed83d4e, #w-node-_8e0f98ca-bdd7-5462-ae16-41802c03349c-7ed83d4e {
    place-self: stretch stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-f1a3da08-780b-55d5-49e3-be0b9b0acbbc-7ed83d4e, #w-node-_14eb371c-ae6c-bb90-15f8-82e53bd3ece3-7ed83d4e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_95fac176-2a8a-871a-cac4-bda1c6de6d07-7ed83d4e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-7ed83d4e {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_68d4630d-557a-d31f-304b-708b53b96a8c-7ed83d4e {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ab491c98-57c5-6d26-f2e4-815a45ada976-7ed83d4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_9c0a744c-20ba-b506-a553-0e6e6596e360-7ed83d4e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: stretch;
  }

  #w-node-a5d2788e-33b5-629a-2f3c-51b0137803b6-7ed83d4e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_4bb3e36a-b32e-add4-0d2b-67a9ff829239-7ed83d4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cff224d1-6407-67f7-f35e-d85093de9bec-7ed83d4e, #w-node-dc2a910f-53b4-a946-2375-558722357200-7ed83d4e, #w-node-d808ef09-6418-1195-2030-428d1c5ad4f1-7ed83d4e, #w-node-_8e0f98ca-bdd7-5462-ae16-41802c03349c-7ed83d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab491c98-57c5-6d26-f2e4-815a45ada976-7ed83d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_9c0a744c-20ba-b506-a553-0e6e6596e360-7ed83d4e {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: stretch;
  }

  #w-node-a5d2788e-33b5-629a-2f3c-51b0137803b6-7ed83d4e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_4bb3e36a-b32e-add4-0d2b-67a9ff829239-7ed83d4e, #w-node-_0f3f63e5-e1fb-f211-a5f8-52a3ebc053d9-7ed83d4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_21bec829-0d92-3603-653d-89ce17082415-7ed83d4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f1a3da08-780b-55d5-49e3-be0b9b0acbbc-7ed83d4e, #w-node-_14eb371c-ae6c-bb90-15f8-82e53bd3ece3-7ed83d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-7ed83d4e {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab491c98-57c5-6d26-f2e4-815a45ada976-7ed83d4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_9c0a744c-20ba-b506-a553-0e6e6596e360-7ed83d4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-a5d2788e-33b5-629a-2f3c-51b0137803b6-7ed83d4e {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_4bb3e36a-b32e-add4-0d2b-67a9ff829239-7ed83d4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-cff224d1-6407-67f7-f35e-d85093de9bec-7ed83d4e, #w-node-dc2a910f-53b4-a946-2375-558722357200-7ed83d4e, #w-node-d808ef09-6418-1195-2030-428d1c5ad4f1-7ed83d4e, #w-node-_8e0f98ca-bdd7-5462-ae16-41802c03349c-7ed83d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_95fac176-2a8a-871a-cac4-bda1c6de6d07-7ed83d4e {
    grid-row: span 1 / span 1;
  }

  #w-node-cd8d88f2-8cc5-a0b5-639f-16b395f20b4e-7ed83d4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f943034-0152-7931-15bd-70fc89ae9337-89ae9336 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


