@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helvetica-neue-5.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.hero-section {
  padding: 21px;
  display: block;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper.catalogue {
  padding-left: 21px;
  padding-right: 21px;
}

.hero-content {
  margin-top: 121px;
}

.products-wrapper {
  justify-content: space-around;
  margin-top: 85px;
  display: flex;
}

.nav-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 15px 23px;
  display: flex;
}

.logo {
  margin-left: 110px;
  margin-right: auto;
}

.card {
  background-color: #000000b3;
  border-radius: 12px;
  width: 325px;
  margin-top: 21px;
  padding: 12px;
}

.card.small {
  flex-flow: column;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  transform: scale(1.1);
}

.paragraph {
  color: #fff;
  text-align: justify;
  letter-spacing: .5px;
  width: 90%;
  max-width: none;
  margin-top: 20px;
  padding-top: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 30px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 40px;
  margin-bottom: 42px;
  padding: 12px 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2.contact {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-image {
  border-radius: 12px;
}

.card-info-wrapper {
  justify-content: space-between;
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.card-info-wrapper.edit {
  margin-top: 21px;
}

.card-info-wrapper.edit.small {
  margin-top: -45px;
}

.card-info-wrapper.edit.small1 {
  margin-top: 50px;
}

.card-info-wrapper.edit2 {
  margin-top: -40px;
}

.arrow-cta {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.arrow-links {
  background-color: #000;
  border-radius: 45px;
  height: 45px;
  padding: 12px 12px 42px;
}

.info-text-block {
  color: #d8b25b;
  text-align: center;
  padding-top: 8px;
  font-family: PT Serif, serif;
}

.info-text-block.packages {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 50px;
  padding-bottom: 8px;
  font-family: PT Serif, serif;
  font-size: 22px;
}

.info-text-block.subtext {
  letter-spacing: 1px;
  padding-top: 0;
  font-size: 18px;
}

.info-text-block.subtext.basic {
  color: #d8b25be6;
}

.info-text-block.subtext.advanced {
  color: #bed0d5;
}

.info-text-block.subtext.diamond {
  color: #8bbfcbcc;
}

.carousel-container {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.picture-container {
  justify-content: space-between;
  min-width: 120%;
  padding-top: 42px;
  padding-bottom: 0;
  display: flex;
}

.tshirt-images {
  width: 400px;
  height: 400px;
}

.tshirt-images.red {
  width: 350px;
  height: 460px;
  padding-top: 33px;
}

.tshirt-images._23 {
  width: 400px;
  height: 500px;
}

.tshirt-images.ghost {
  height: 450px;
  padding-top: 44px;
}

.tshirt-images.smooth {
  width: 350px;
  height: 420px;
  padding-top: 78px;
}

.tshirt-images.iphone {
  height: 450px;
  padding-top: 36px;
}

.tshirt-images.fullred {
  height: 440px;
  padding-top: 71px;
}

.heading {
  margin-top: 10px;
}

.heading._2 {
  color: #000;
  justify-content: center;
  margin-top: 66px;
  font-size: 66px;
  display: flex;
}

.contact-form {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.text-field-2 {
  color: #080808;
  width: 400px;
  margin-bottom: 16px;
}

.submit-button {
  background-color: #000;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  background-color: #0a0d0e;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.container-large {
  width: 100%;
  max-width: 100%;
}

.container-large.image {
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #d8b25b;
  text-align: center;
  margin-bottom: 75px;
  font-family: PT Serif, serif;
  font-size: 52px;
}

.heading-2.chi-siamo {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 48px;
}

.heading-2.prices {
  letter-spacing: 1px;
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 48px;
  font-style: normal;
}

.heading-2.full-contact {
  margin-top: 50px;
  margin-bottom: 50px;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  border: 1px solid #957b0440;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all .2s;
  display: flex;
}

.service-card:hover {
  border-color: #957b0480;
  transform: translate(0, -6px);
}

.service-image {
  object-fit: cover;
  border-radius: 12px;
  width: 270px;
  height: 390px;
  margin-bottom: 24px;
}

.heading-3 {
  color: #d8b25b;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: PT Serif, serif;
  font-size: 33px;
}

.service-text {
  color: #e5e5e5;
  text-align: justify;
  letter-spacing: .5px;
  width: 330px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 28px;
}

.service-text.prices {
  text-align: center;
  margin-left: 0;
  margin-right: 30px;
}

.button-3 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button {
  background-color: #957b04;
  border-width: 1px;
  border-color: #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 21px 69px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.cta-wrapper.mini {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.cta-wrapper.full-contact {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.nav-bar {
  vertical-align: text-top;
  background-color: #0a0c0d;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-container {
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 60px;
}

.nav-divblock {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.div-block {
  flex: 0 auto;
  display: block;
}

.nav-text {
  color: #d8b25b;
  margin-top: 21px;
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.nav-text.nav-cta {
  text-align: left;
}

.image {
  margin-bottom: 12px;
  margin-left: 80px;
  margin-right: 0;
}

.image.desktop {
  margin-left: 0;
}

.image.mobile {
  display: none;
}

.nav-cta {
  color: #d4af59;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 0;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #d8b25b;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ffffffd9;
  transform: scale(1.05);
}

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

.nav-button-wrapper-2 {
  margin-left: 69px;
  padding-right: 10px;
}

.cta {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d8b25b;
  border: 1px #d8b25b;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 0 25px #d8b25b80;
}

.cta:hover {
  color: #fff;
  background-color: #d8b25b;
  transform: scale(1.1);
}

.cta:active {
  background-color: #43464d;
}

.intro-section {
  margin-top: 10px;
}

.heading-1 {
  color: #d8b25b;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 52px;
  font-weight: 400;
}

.slogan {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  font-family: Droid Serif, serif;
  font-size: 22px;
  line-height: 40px;
}

.heading-4 {
  color: #f3f3f3;
  text-align: left;
  font-size: 20px;
}

.chi-siamo-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 195px;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.chi-siamo {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 0;
}

.body-container {
  background-image: url('../images/Background-Image-.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section-prices {
  color: #fff;
  background-image: url('../images/RS6-Front.PNG');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 1000px;
  font-family: PT Serif, serif;
  display: flex;
}

.prices-overlay {
  background-color: #0000008c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.prices-container {
  text-align: center;
  width: 90%;
  max-width: 1200px;
}

.text-prices {
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-size: 24px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
  grid-auto-flow: row;
  width: 99.9999%;
}

.flex-prices {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-prices.da {
  margin-top: 37px;
}

.flex-prices.da-60 {
  flex-flow: row;
}

.flex-prices.da {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-linebreak {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.price-heading {
  color: #d8b25b;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: PT Serif, serif;
  font-size: 34px;
  font-weight: 700;
}

.price-heading._60 {
  margin-top: 23px;
  font-size: 52px;
  font-weight: 700;
}

.price-heading.main-price {
  margin-bottom: 0;
  font-size: 52px;
}

.price-heading.main-price.packages {
  letter-spacing: .5px;
  font-size: 48px;
}

.price-heading.main-price.packages.diamond {
  color: #bdd0d4;
}

.price-text {
  color: #d8b25b;
  letter-spacing: .5px;
  margin-top: 15px;
  padding-right: 10px;
  font-size: 18px;
}

.price-text.da {
  margin-top: 10px;
  margin-left: 100px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
}

.price-text.optionals {
  padding-left: 0;
  font-size: 14px;
}

.price-text.main-da {
  margin-top: 0;
  padding-right: 15px;
  font-size: 22px;
  font-weight: 700;
}

.price-text.main-da.packages {
  font-family: PT Serif, serif;
  font-size: 18px;
}

.price-text.main-da.packages.diamond {
  color: #bdd0d4;
}

.price-text.packages {
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.price-text.packages.diamond {
  color: #bdd0d4;
}

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

.optional-services {
  color: #d8b25b;
  text-align: left;
  letter-spacing: .5px;
  font-weight: 700;
}

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

.in-flex-prices {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 250px;
  margin-bottom: 50px;
  margin-left: 189px;
}

.contact-info {
  background-color: #000000b3;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 1100px;
  margin-bottom: 100px;
  padding-bottom: 50px;
  display: flex;
}

.section-mini-contact {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-mini-contact {
  text-align: center;
  margin-bottom: 15px;
}

.precta-wrapper {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.heading-precta {
  color: #d8b25b;
  letter-spacing: .5px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.arrow-icon {
  color: #d8b25bcc;
  cursor: pointer;
  min-width: 40px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}

.cta-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #25d366e6;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.cta-inner:hover {
  transform: scale(1.03);
}

.cta-inner.phone {
  background-color: #d8b25b;
  width: 278px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 25px #d8b25b80;
}

.cta-inner.whatsapp {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 35px #22c15d80;
}

.cta-linkblock {
  text-decoration: none;
}

.cta-text {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 700;
}

.info-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.info-emoji {
  margin-right: 15px;
}

.info-heading {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.info-image {
  width: 30px;
  height: 30px;
}

.contact-divider {
  background-color: #d8b25b66;
  width: 90%;
  height: 1px;
}

.email-divider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.divider-line {
  width: 100%;
  height: 1px;
}

.divider-line.left {
  background-image: radial-gradient(circle at 100%, #d8b25b 15%, #000);
}

.divider-line.right {
  background-image: radial-gradient(circle at 0%, #d8b25b 15%, #000);
}

.divider-line.packages {
  background-color: #d8b25b;
  background-image: radial-gradient(circle, #fff, #000);
  margin-top: 15px;
}

.divider-text {
  color: #dbc99f;
  text-align: center;
  letter-spacing: .5px;
  width: 600px;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.email-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-block {
  color: #fffefe;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.image-3 {
  width: 200px;
  height: 100px;
}

.price-subtext {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 50px;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.section-2 {
  background-image: url('../images/RS6-Front.PNG');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.packages-container {
  background-color: #000000b3;
  border-radius: 12px 12px 0 0;
  flex-flow: column;
  width: 75%;
  max-width: 1100px;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  color: #f3f3f3cc;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-4.diamond {
  color: #8bbfcbcc;
  height: 38px;
}

.heading-4.gold {
  color: #d8b25b;
}

.pricing-package {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  display: flex;
  position: relative;
}

.pricing-package.basic {
  margin-bottom: 15px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
}

.package-list {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 21px;
  padding-left: 0;
}

.cleaning-list {
  color: #d1b677b3;
  letter-spacing: .5px;
  font-size: 14px;
}

.features-list {
  min-height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.features-list.basic {
  width: 179.297px;
  min-width: 225px;
  max-width: 180px;
}

.features-list.diamond {
  max-width: 230px;
}

.feature-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.check-icon {
  color: #d1b677b3;
}

.check-icon.diamond {
  color: #bdd0d4;
}

.feature-text {
  color: #d1b677b3;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.feature-text.diamond {
  color: #bdd0d4;
  letter-spacing: .5px;
}

.feature-text.basic {
  letter-spacing: .5px;
}

.div-block-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 44px;
  height: 38px;
  margin-top: 15px;
}

.package-div {
  border: 1px solid #d8b25b66;
  border-radius: 12px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.package-div:hover {
  transform: translate(0, -6px);
}

.packages-link {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .logo {
    margin-left: 0;
    margin-right: 175px;
  }

  .paragraph {
    width: 100%;
  }

  .container-large {
    flex-flow: column;
  }

  .container-large.image {
    margin-top: 150px;
    margin-left: 0;
  }

  .heading-2.chi-siamo {
    text-align: center;
  }

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

  .nav-menu {
    background-color: #0a0d0e;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    margin-left: 0;
  }

  .image.desktop {
    margin-left: 0;
    display: none;
  }

  .image.mobile {
    margin-top: 40px;
    display: block;
  }

  .image.mobile.ipad {
    margin-top: 32px;
  }

  .nav-menu-2 {
    background-color: #0a0d0e;
    border: 1px solid #d8b25b99;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 22px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile-margin-top-11 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .list-item {
    margin-bottom: 0;
  }

  .menu-button-2 {
    background-color: #d6b05c;
    margin-left: 175px;
    padding: 12px;
  }

  .menu-button-2.w--open, .menu-button-2.w--open:hover {
    background-color: #d6b05c;
  }

  .intro-section {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .chi-siamo-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 220px;
    margin-left: 0;
    margin-right: 0;
  }

  .chi-siamo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 0;
  }

  .section-mini-contact {
    margin-top: 20px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .packages-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logo {
    margin-left: 0;
    margin-right: 100px;
  }

  .paragraph {
    max-width: 500px;
    margin-top: 0;
  }

  .container-large.image {
    margin-left: 0;
  }

  .services-grid {
    flex-flow: column;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .cta-wrapper.mini {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-wrapper.full-contact {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image {
    margin-left: 0;
    margin-right: 0;
  }

  .image.desktop {
    margin-bottom: 20px;
    margin-left: 0;
    display: none;
  }

  .image.mobile {
    display: block;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2 {
    background-color: #d6b05c;
    margin-top: 5px;
    margin-left: 100px;
    padding: 12px;
  }

  .menu-button-2.w--open, .menu-button-2.w--open:hover {
    background-color: #d6b05c;
  }

  .chi-siamo-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .chi-siamo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .contact-info {
    width: 100%;
    max-width: 600px;
    margin-bottom: 0;
  }

  .container-mini-contact {
    margin-bottom: 0;
  }

  .precta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 10px;
  }

  .cta-inner, .cta-inner.phone {
    width: 261px;
  }

  .cta-text {
    font-size: 14.5px;
  }

  .email-divider {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .divider-line.left, .divider-line.right {
    width: 100%;
    max-width: 200px;
  }

  .divider-text {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .pricing-package {
    margin-bottom: 10px;
  }

  .features-list.basic {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-section {
    background-color: #0a0c0d;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .hero-content {
    position: relative;
  }

  .logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: static;
  }

  .paragraph {
    text-align: left;
    width: 280px;
    max-width: 280px;
    font-size: 16px;
    line-height: 25px;
  }

  .info-text-block.packages {
    font-family: PT Serif, serif;
  }

  .body {
    background-color: #0a0c0d;
  }

  .services-section {
    padding-bottom: 0;
  }

  .container-large.image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 17px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-2 {
    font-size: 40px;
    font-weight: 700;
  }

  .heading-2.chi-siamo {
    text-align: center;
    background-color: #0000;
    font-size: 30px;
  }

  .heading-2.prices.phone {
    font-size: 24px;
  }

  .heading-2.full-contact {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .services-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .service-card {
    margin: 5px 0;
    padding-bottom: 32px;
  }

  .service-image {
    margin-bottom: 18px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .service-text {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .cta-button {
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    background-color: #d8b25b;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
  }

  .cta-wrapper.mini {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .cta-wrapper.full-contact {
    width: 90%;
  }

  .nav-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    position: static;
  }

  .nav-menu {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0a0d0e;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 32px;
    position: absolute;
    top: 100%;
  }

  .nav-divblock {
    background-color: #0a0c0d;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
  }

  .image {
    margin-top: 10px;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .image.desktop {
    display: none;
  }

  .image.mobile {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
    display: block;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0a0d0e;
    border: .5px solid #d8b25b;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22px;
    position: static;
    inset: 28% 0% 2%;
  }

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

  .nav-button-wrapper-2 {
    width: auto;
  }

  .cta {
    margin-left: 9px;
    padding-left: 25px;
  }

  .cta:hover {
    color: #000;
    background-color: #d8b25b;
    transform: scale(1.1);
  }

  .cta.in-page {
    padding: 16px 40px;
  }

  .cta.in-page:hover {
    background-color: #d8b25b;
    transform: scale(1.1);
  }

  .list-item {
    width: 100%;
    display: block;
  }

  .menu-button-2 {
    background-color: #d6b05c;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
    position: static;
  }

  .menu-button-2.w--open {
    z-index: 10000;
    background-color: #d8b25b;
    position: relative;
  }

  .menu-button-2.w--open:hover {
    background-color: #d8b25b;
  }

  .icon {
    font-size: 22px;
  }

  .intro-section {
    margin-top: 6px;
  }

  .heading-1 {
    justify-content: flex-end;
    align-items: center;
    width: 250px;
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 34px;
    font-weight: 700;
  }

  .slogan {
    max-width: 290px;
    margin-left: 0;
    font-size: 18px;
  }

  .chi-siamo-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 72px;
  }

  .chi-siamo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #00000026;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 280px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .body-container {
    background-color: #0a0c0e;
    background-image: none;
  }

  .div-block-2 {
    background-image: url('../images/Background-"Phone".png');
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    inset: 0;
  }

  .hero-overlay {
    background-color: #00000080;
    position: absolute;
    inset: 0;
  }

  .section-prices {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 950px;
  }

  .prices-overlay {
    width: 100%;
    padding-bottom: 0;
  }

  .prices-overlay.phone {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

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

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "Area";
  }

  .flex-prices.da-60 {
    justify-content: center;
    align-items: center;
  }

  .flex-prices.da {
    padding-bottom: 4px;
  }

  .price-heading {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
  }

  .price-heading._60 {
    font-size: 32px;
  }

  .price-heading.main-price {
    font-size: 26px;
  }

  .price-text.da {
    margin-left: 0;
    padding-right: 10px;
    font-size: 16px;
  }

  .price-text.main-da {
    font-size: 14px;
  }

  .image-2.phone {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 0;
    display: inline-flex;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-mini-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-mini-contact {
    margin-bottom: 5px;
  }

  .precta-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .arrow-icon.arrow-left {
    display: none;
  }

  .cta-inner.whatsapp {
    border: 2px solid #25d366;
  }

  .info-heading {
    font-size: 17px;
  }

  .divider-text {
    width: 550px;
  }

  .email-div {
    width: 90%;
  }

  .text-block {
    font-size: 18px;
  }

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

  .section-2.mobile {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 60vh 70vh;
  }

  .packages-container {
    flex-flow: column;
  }

  .pricing-package {
    margin-bottom: 15px;
  }
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-5.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}