@font-face {
  font-family: Xo Pretty Havelock Titling;
  src: url('../images/') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Xo Pretty Havelock Titling;
  src: url('../images/') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Xo Pretty Havelock Titling;
  src: url('../images/') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Xo Pretty Havelock Titling;
  src: url('../images/') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #1e1e1e;
  --white: white;
  --grey: #b29144;
  --light-blue: #747474;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: var(--black);
  font-family: Satoshi;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  z-index: 9;
  background-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #b29144;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.gold {
  color: #b29144;
  transition: all .45s;
}

.nav-link.gold:hover {
  color: #fff;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-images-wrapper {
  background-color: #000;
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/background_cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-width: 0px;
  text-indent: -3px;
  text-overflow: clip;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 5vh;
  font-weight: 400;
  line-height: 80px;
  display: block;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/cover_1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.grey-text {
  color: var(--grey);
}

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  margin-top: 0;
  padding: 100px 40px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
  overflow: hidden;
}

.section.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
  overflow: hidden;
}

.section.top-padding-0px {
  padding-top: 0;
}

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

.section.black {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 140px;
  overflow: hidden;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  margin-top: 51px;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center start;
}

.logo-wrapper {
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
}

.logo-wrapper:hover {
  filter: none;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: scroll;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 400px;
  padding: 30px;
  font-family: Playfair Display, sans-serif;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  max-width: 400px;
  left: 0;
  right: auto;
}

.project-label {
  color: var(--grey);
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #b9b9b9;
  text-align: center;
  margin-bottom: 80px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #000;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: stretch;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.bottom-margin-medium {
  margin-bottom: 40px;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
}

.accordion-content-text {
  padding-top: 10px;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  align-items: stretch;
  padding-top: 20px;
}

.animated-grid-image {
  width: 300px;
  height: 100%;
}

.single-service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding-top: 20px;
  display: grid;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  color: var(--grey);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-weight: 300;
}

.uppercase-small-heading.bottom-margin-small.white-text {
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.uppercase-large-heading {
  color: var(--black);
  text-transform: none;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 15vh;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  margin-left: auto;
  margin-right: auto;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 5vh;
  font-weight: 300;
  line-height: 6vh;
}

.animated-overlay-blocks {
  z-index: 4;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  display: block;
  transform: translate(-100%);
}

.right-overlay-block {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--grey);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
  font-family: Playfair Display, sans-serif;
}

.white-text.italic {
  font-style: italic;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

.bottom-margin-20px {
  text-transform: none;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
}

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.work-with-us-block.small_margin_bottom {
  margin-bottom: 20px;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.configuratore-section {
  margin-top: -100px;
  padding: 0 40px 100px;
  overflow: hidden;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

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

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

.changelog-wrapper {
  width: 100%;
}

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

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

.utility-page-wrap {
  background-image: linear-gradient(#b29144, #b29144);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

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

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

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.block_container {
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 350px;
}

.heading {
  color: #000;
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 10vh;
  line-height: 17vh;
}

.heading.grey {
  color: #585858;
  background-color: #b2914400;
}

.goldenletter {
  color: #b29144;
}

.body {
  color: #181818;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.white {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  font-weight: 500;
}

.paragraph.intro {
  color: #797979;
  font-weight: 300;
}

.paragraph.small {
  text-overflow: clip;
  column-count: 0;
  white-space: normal;
  font-size: 14px;
  line-height: 21px;
}

.paragraph.service {
  font-size: 14px;
  line-height: 23px;
}

.paragraph-2 {
  font-family: Open Sans, sans-serif;
}

.small_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.small_title.gold {
  color: #b29144;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-3, .image-4 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle {
  margin-bottom: 20px;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 15px;
}

.subtitle.gold {
  color: #b29144;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-4, .paragraph-5 {
  font-family: Open Sans, sans-serif;
}

.button {
  background-color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #b29144;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 23px;
  transition: all .35s;
}

.button:hover {
  background-color: var(--grey);
  color: #000;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.footer-section {
  z-index: 10;
  color: #fff;
  background-color: #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 120px 5vw 36px;
  display: block;
  position: relative;
}

.heading-3 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.list-item-text {
  color: #b29042;
}

.stripe-container {
  -webkit-text-stroke-color: #fff0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.body-display {
  color: #6e7488;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
  font-family: Montserrat, sans-serif;
}

.body-display.white.in-footer {
  background-color: #fff0;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 14px;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-2.white {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  background-color: #fff0;
  border-style: none;
  font-family: Playfair Display, sans-serif;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: .25fr;
  place-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
}

.pin-stripe {
  background-color: #940404;
  width: 1px;
}

.pin-stripe.white {
  background-color: #fff;
}

.pin-stripe.white.hide-horizontal-mobile.grey {
  background-color: #6b6b6b;
}

.pin-stripe.white.hide-tablet._2 {
  background-color: #af0000;
}

.pin-stripe.white._1 {
  background-color: #fff0;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  font-family: Playfair Display, sans-serif;
  display: grid;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.html-embed-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 106px;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.logo-footer {
  padding-left: 10px;
  display: block;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  border-left-style: none;
  border-right-style: none;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 25px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.menu-list-item.white.bold {
  font-weight: 900;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.text-block {
  text-align: right;
  margin-top: -74px;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.link-footer {
  color: #b29042;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.text-block-2, .text-block-3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.accordion-trigger-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1e1e1e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 20px;
}

.bullet-indicator-2 {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.number-2 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.services-list-2 {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.service-bullet-point-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #747474;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.box_service {
  z-index: 1;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: black var(--grey) #d3d3d3 black;
  background-color: var(--white);
  margin-top: 31px;
  padding: 20px;
  position: relative;
}

.box_service.right {
  z-index: 2;
}

.box_service.left {
  border-left-style: solid;
  border-right-style: none;
  border-left-color: var(--grey);
}

.box_img_service {
  background-image: linear-gradient(#00000080, #00000080);
  width: 60%;
  min-height: 300px;
  position: relative;
  left: -114px;
}

.box_img_service.right {
  background-image: linear-gradient(#0000, #0000);
  height: 500px;
  min-height: 500px;
  left: -40px;
}

.box_img_service.right._2 {
  position: relative;
  inset: -100px 0% 0% 150px;
}

.box_img_service.right._2.vendita {
  background-image: url('../images/Senza-titolo-1_0005_Livello-2.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.box_img_service.right.chiavi {
  background-image: url('../images/Senza-titolo-1_0004_IMG_1795.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box_img_service.right.vendita1 {
  background-image: url('../images/Senza-titolo-1_0006_Livello-1.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.box_img_service.left {
  background-image: linear-gradient(#0000, #0000);
  min-height: 500px;
  position: absolute;
  inset: 0% -40px 0% auto;
}

.div-block-76 {
  font-size: 14px;
  line-height: 15px;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.right-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.stripe-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid #f3f6fc;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.left-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.preloader-2 {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 275px;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: #889ea833;
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: #111729;
  width: 0%;
  height: 100%;
}

.navigation-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #e3e1de;
  background-color: #161616;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.84375rem;
  font-size: 1.25rem;
  display: flex;
}

.navigation-button.white {
  color: #0a0a0a;
  background-color: #000;
  margin-top: 20px;
  padding: 10px 20px;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.25rem;
  display: flex;
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.btn-text {
  color: #e6be62;
  font-family: Xo Pretty Havelock Titling, Verdana, sans-serif;
  font-size: 10px;
}

.columns {
  padding-top: 20px;
}

.slider_service {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/ANDAmaison_0003_cuoio-gomma-con-cucitura-Goodyear.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/ANDAmaison_0001_cuoio-gomma-con-cucitura-Goodyear.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/ANDAmaison_0000_cuoio-gomma-con-cucitura-Goodyear.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/ANDAmaison_0002_cuoio-gomma-con-cucitura-Goodyear.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/ANDAmaison_0004_Risuolatura-completascarponi-da-montagna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/ANDAmaison_0006_Risuolatura-completascarponi-da-montagna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/ANDAmaison_0007_Risuolatura-completascarponi-da-montagna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/ANDAmaison_0005_Risuolatura-completascarponi-da-montagna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-5 {
  width: 200px;
}

@media screen and (min-width: 1280px) {
  .footer-section {
    background-color: #858585;
  }

  .wrapper {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .footer-section {
    background-color: #000;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .wrapper {
    max-width: 100%;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    min-width: auto;
    max-width: none;
    box-shadow: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .configuratore-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .styleguide-block {
    text-align: left;
  }

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

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

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .footer-section {
    padding-top: 100px;
  }

  .subtitle-2 {
    text-align: left;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

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

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

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

  .footer-section {
    padding-bottom: 72px;
  }

  .body-display.white.in-footer {
    margin-bottom: 30px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .service-bullet-point-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navigation-button.white {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    padding: .5rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-two {
    background-color: #000;
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    background-color: #000;
  }

  .hero-images-wrapper {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    top: 50px;
  }

  .hero-image-foreground {
    background-position: 50% 100%;
  }

  .stat {
    font-size: 2rem;
  }

  .section {
    padding-top: 40px;
  }

  .section.black-bg {
    padding-bottom: 60px;
  }

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

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

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .project-description {
    margin-top: 20px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 20px;
  }

  .hero-section {
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .service-bullet-point {
    font-size: 12px;
  }

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

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .uppercase-small-heading.bottom-margin-small.white-text {
    text-align: center;
    font-size: 11px;
  }

  .uppercase-large-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    letter-spacing: 5px;
    text-indent: -3px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
  }

  .flex-block-3 {
    display: block;
  }

  .div-block-75 {
    align-self: auto;
  }

  .white-text.italic {
    font-size: 33px;
    line-height: 40px;
  }

  .work-with-us-block.small_margin_bottom {
    padding-top: 40px;
    padding-left: 0;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .configuratore-section {
    padding-top: 0;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .image-2 {
    width: 250px;
  }

  .heading {
    font-size: 59px;
    line-height: 60px;
  }

  .paragraph.intro {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.service {
    line-height: 20px;
  }

  .small_title {
    font-size: 21px;
  }

  .small_title.gold {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
  }

  .subtitle.gold {
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 19px;
  }

  .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .footer-section {
    padding-top: 0;
    padding-right: 25px;
  }

  .body-display {
    font-size: 13px;
  }

  .body-display.white.in-footer {
    margin-bottom: 40px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .subtitle-2 {
    font-size: 10px;
    line-height: 16px;
  }

  .subtitle-2.white {
    font-size: 10px;
  }

  .stacked-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    justify-content: start;
    justify-items: start;
    width: 100%;
    margin-bottom: 60px;
    display: grid;
  }

  .about-description {
    padding-right: 0;
  }

  .logo-footer {
    width: 200px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .text-block-2 {
    font-size: 11px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .accordion-trigger-2 {
    padding-bottom: 5px;
  }

  .single-service-grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .services-list-2 {
    align-items: flex-start;
    display: block;
  }

  .box_service.right {
    padding-left: 0;
  }

  .box_service.left {
    padding-right: 0;
  }

  .box_img_service.right {
    width: 100%;
    left: 0;
  }

  .box_img_service.right._2 {
    margin-bottom: 20px;
    top: 20px;
    bottom: 20px;
    left: 0;
  }

  .box_img_service.left {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    position: static;
  }

  .icon {
    color: #b29144;
  }

  .list-item, .list-item-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-button {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navigation-button.white {
    border-radius: 20px;
    padding: 10px;
    display: flex;
  }

  .btn-text {
    font-size: .8rem;
    line-height: 1.1;
  }
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-70179005 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7bf76b24-d4ad-ce45-8a05-30419585d738-70179005 {
  justify-self: center;
}

#w-node-_427b26cd-8a7b-6c2f-81f3-f0b362a500ee-70179005, #w-node-b46db727-f2de-96bd-e3d3-aad2bd561235-70179005 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab51893-70179005 {
  grid-area: 2 / 3 / 6 / 4;
  place-self: start stretch;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab51894-70179005 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518b7-70179005 {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518be-70179005 {
  place-self: center start;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518c0-70179005 {
  place-self: center end;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518c4-70179005 {
  place-self: center start;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518c6-70179005 {
  place-self: center end;
}

#w-node-d0731d2e-81d7-b862-13b0-0cfe5e920c25-70179005 {
  place-self: center start;
}

#w-node-d0731d2e-81d7-b862-13b0-0cfe5e920c27-70179005 {
  place-self: center end;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518c7-70179005 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518cc-70179005 {
  place-self: center start;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518ce-70179005 {
  place-self: center end;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518d0-70179005 {
  place-self: center start;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518d2-70179005 {
  place-self: center end;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518d4-70179005 {
  place-self: center start;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518d6-70179005 {
  place-self: center end;
}

#w-node-_7bb7ba5d-5c73-8748-3e70-4dbcf9677ef4-70179005 {
  place-self: center start;
}

#w-node-_7bb7ba5d-5c73-8748-3e70-4dbcf9677ef6-70179005 {
  place-self: center end;
}

#w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518e1-70179005 {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7a-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7b-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda80-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda81-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda86-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda87-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8c-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8d-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda97-70179007, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42edaa2-70179007 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0c63c9-3272-2fab-d2e1-e6bc7e63dfa0-7e63df98 {
  justify-self: end;
}

#w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf0-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf1-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf3-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf4-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf6-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf7-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf9-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfa-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfc-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfd-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bff-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c00-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c02-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c03-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c04-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c05-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c06-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c07-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c08-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c09-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0a-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0b-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0c-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0d-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0e-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0f-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c10-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c11-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c12-70179009, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c13-70179009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab51893-70179005 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518b7-70179005 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518c7-70179005 {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518e1-70179005 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab51893-70179005 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab518e1-70179005 {
    grid-row: 5 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-70179005 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f282ce2f-d676-7ea5-c439-e74b0865eb21-70179005 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3f8a3cf8-0a4d-c310-199f-1bafdab51893-70179005 {
    place-self: center start;
  }
}


@font-face {
  font-family: 'Xo Pretty Havelock Titling';
  src: url('../images/') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xo Pretty Havelock Titling';
  src: url('../images/') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xo Pretty Havelock Titling';
  src: url('../images/') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xo Pretty Havelock Titling';
  src: url('../images/') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Xo Pretty Havelock Titling';
  src: url('../images/') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}