:root {
  --dim-grey: #585858;
  --dark-goldenrod-2: #a68e34;
  --dark-goldenrod: #b57917;
  --peru: #d87d0d;
  --dark-grey: #afafaf;
  --light-grey: #d6d6d6;
  --grey: #777;
  --dark-orange: #f59015;
  --light-coral: #f99;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

.top-nav {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.nav--a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.nav--a:hover {
  color: #fad755;
}

.nav--a.w--current {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.top-nav-placeholder {
  margin-top: 13px;
}

.top-slider {
  height: 100vh;
  position: relative;
  inset: 0% 0% auto;
}

.top-slider-01 {
  background-image: url('../images/saitakis-slider01.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog {
  max-width: 1453px;
  margin-top: 30px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.intro {
  max-width: 1453px;
  padding: 60px 10px;
}

.intro-column {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.experience {
  max-width: 1453px;
  padding-left: 20px;
}

.section {
  padding-top: 60px;
}

.experience-columns {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.experience-column {
  padding-left: 0;
}

.experience-placeholder {
  background-image: url('../images/paint-art-saitakis-pr0103-la.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.experience-textholder {
  text-align: left;
  background-color: #00000087;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.promo-right--h4 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.promo--p {
  text-align: center;
  line-height: 22px;
}

.promo--btn {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.promo--btn:hover {
  background-color: var(--dark-goldenrod-2);
  color: #fff;
}

.journey {
  max-width: 1453px;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.promo-center--h1 {
  color: var(--dim-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.journey-columns {
  margin-top: 30px;
}

.journey-column {
  text-align: center;
}

.promo-center--p {
  text-align: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px 10px;
}

.footer {
  background-color: #000;
  margin-top: 60px;
  padding-bottom: 51px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-area {
  max-width: 1453px;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-placeholder-columns {
  padding-top: 40px;
}

.footer-placeholder {
  padding-top: 10px;
  padding-bottom: 10px;
}

.newsletter-placeholder {
  margin-top: 20px;
}

.promo-left--h5 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.promo-dg-left--p {
  color: #fff;
  line-height: 30px;
}

.newsletter {
  padding-right: 18px;
}

.newsletter--p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsletter--btn {
  background-color: var(--dark-goldenrod);
  color: #fff;
  text-transform: uppercase;
  width: 140px;
  margin-top: 28px;
  font-weight: 700;
}

.newsletter--btn:hover {
  background-color: #eea020;
}

.footer--a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.footer--a:hover {
  color: var(--dark-goldenrod-2);
}

.footer--a.w--current {
  text-transform: uppercase;
}

.footer-placeholder-newsletter {
  padding-right: 200px;
}

.footer-placeholder-img {
  justify-content: space-between;
  display: flex;
}

.footer-social {
  filter: sepia();
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.social {
  margin-top: 10px;
  margin-right: 90px;
}

.footer-logo-placeholder {
  width: 128px;
}

.brand {
  margin-top: 6px;
}

.logos-static-placeholder {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.logos-static {
  text-align: center;
}

.hero {
  background-color: #2a2a2a;
  background-image: url('../images/paint-art-saitakis-istinto-pietra-spaccata-istinto1070-gioia2000-g1sc-g1sc.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 20px;
  position: relative;
}

.hero-placeholder {
  flex-direction: column;
  justify-content: center;
  max-width: 1453px;
  margin-top: 30px;
  padding: 8px 30px;
}

.hero-nav--a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 40px;
  text-decoration: none;
}

.hero-nav--a:hover {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.hero-nav--a.w--current {
  color: #f0cd4a;
  font-weight: 400;
}

.hero-project--p {
  color: #fff;
}

.hero-project--h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 40px;
}

.project-details {
  max-width: 1453px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.project-details-columns {
  margin-top: 40px;
}

.details-block {
  color: #5c5c5c;
  font-weight: 700;
}

.name {
  color: #5f5f5f;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.services--ul {
  margin-top: 20px;
}

.services--li {
  margin-bottom: 8px;
}

.details--p {
  margin-top: 20px;
  padding-right: 80px;
  line-height: 24px;
}

.term {
  margin-top: 20px;
}

.project-preview-columns {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.project-preview-textholder {
  margin-left: 22px;
}

.project-details--h2 {
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
}

.space {
  height: 100px;
}

.work--a {
  display: block;
}

.promo {
  max-width: 1453px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.promo-bold {
  color: var(--dark-goldenrod);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.promo-compilation--p {
  margin-top: 48px;
  font-size: 17px;
  line-height: 30px;
}

.promo-white--h2 {
  color: #fff;
  font-size: 28px;
}

.promo-compilation {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 30px;
}

.contact {
  max-width: 1453px;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.field-label {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.form {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.text-field {
  background-color: #dfdfdf;
  margin-bottom: 40px;
}

.phone-white--a {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.contact-details {
  text-align: left;
  padding-top: 48px;
  padding-left: 220px;
}

.details-column {
  padding-left: 40px;
}

.contact-address {
  margin-bottom: 10px;
}

.contact--h2 {
  margin-bottom: 40px;
  font-size: 26px;
}

.form-placeholder--btn {
  text-align: right;
}

.marker {
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.client-area {
  max-width: 1453px;
  padding-left: 30px;
  padding-right: 30px;
}

.promo-demo--h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  display: none;
}

.promo--h4 {
  font-size: 20px;
}

.promo-subheading {
  margin-bottom: 20px;
}

.form-lebel {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.faq-form {
  padding-top: 40px;
  padding-left: 30px;
}

.collection--img {
  margin-bottom: 20px;
}

.tab-link-tab-1-copy {
  background-color: #ddd0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-radius: 2px;
  margin-right: 10px;
  padding: 0;
  font-weight: 400;
}

.tab-link-tab-1-copy.w--current {
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  padding: 0;
  font-weight: 700;
}

.collection-subheading {
  color: #616161;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.collection {
  color: var(--peru);
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 700;
}

.collection--p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 30px;
}

.collection-tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-top: 13px;
  display: inline-block;
}

.image {
  background-color: #250707;
  width: 80px;
  height: 60px;
}

.tabs-copy {
  margin-top: 30px;
}

.collection-tabs {
  flex-direction: column-reverse;
  margin-top: 30px;
  display: flex;
}

.link-block {
  display: block;
}

.gallery {
  color: var(--dim-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
}

.about {
  max-width: 1453px;
  padding: 60px 30px;
}

.about-columns {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.elements {
  margin-top: 40px;
}

.elements-box {
  margin-bottom: 40px;
  padding-right: 40px;
}

.section--h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
}

.awards {
  max-width: 1453px;
  padding-top: 30px;
  padding-bottom: 80px;
}

.award--a {
  margin-left: 15px;
  margin-right: 15px;
}

.awards-placeholder {
  text-align: center;
}

.project-gallery {
  max-width: 1453px;
  padding: 80px 30px 40px;
}

.project-gallery--a {
  width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.awards-bg {
  background-color: #aaa;
  background-image: url('../images/paint-art-saitakis-valpaint-valsetin-451a.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.top-slider-03 {
  background-image: url('../images/saitakis-slider03.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-slider-02 {
  background-image: url('../images/saitakis-slider02.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-white-left--p {
  color: #fff;
  text-align: left;
  line-height: 22px;
}

.social--a:hover {
  filter: contrast(200%);
}

.about-placeholder {
  text-align: center;
  background-color: #acacac;
  background-image: url('../images/stock01.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.nav {
  max-width: 1453px;
  padding: 10px 20px;
}

.slide-nav {
  margin-bottom: 20px;
}

.header-textholder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 8% 0% 0%;
}

.promo-form {
  margin-top: 40px;
}

.promo-black--h2 {
  font-size: 24px;
}

.explore {
  margin-top: 40px;
}

.explore-slider {
  background-color: #fff0;
  height: 550px;
}

.explore-01 {
  background-image: url('../images/20200826_125247.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-02 {
  background-image: url('../images/paint-art-saitakis-istinto-pietra-spaccata-istinto1070-gioia2000-g4-na-vetro.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-la {
  background-color: #000;
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.explore-la:hover {
  background-color: var(--dark-goldenrod-2);
}

.explore-ra {
  background-color: #000;
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.explore-ra:hover {
  background-color: var(--dark-goldenrod-2);
}

.explore-nav {
  margin-bottom: 140px;
  font-size: 30px;
  line-height: 30px;
  display: none;
  inset: 0% 0% auto auto;
}

.explore-rai {
  color: #fff;
  background-color: #0000;
}

.tab01 {
  background-color: #ddd0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.tab01.w--current {
  background-color: #fff;
  border-top: 8px solid #fff;
  border-bottom: 4px solid #d87d0d;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.tab02 {
  background-color: #ddd0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.tab02.w--current {
  background-color: #fff;
  border-top: 8px solid #fff;
  border-bottom: 4px solid #d87d0d;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.new {
  color: #dee64b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.promo-black-left--p {
  text-align: left;
  line-height: 22px;
}

.hero-work {
  background-color: #2a2a2a;
  background-image: url('../images/paint-art-saitakis-spirito-libero-seduzioni-cibi-erotici.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 20px;
  position: relative;
}

.hero-about {
  background-color: #2a2a2a;
  background-image: url('../images/paint-art-saitakis-istinto-pietra-spaccata-istinto1070-gioia2000-g1sc-g1sc.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 20px;
  position: relative;
}

.experience-placeholder-copy {
  background-image: url('../images/e02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.services-textholder {
  text-align: left;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.promo-about--h3 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.intro-textholder {
  flex-direction: column;
  justify-content: flex-end;
  display: block;
}

.promo-compilation--p-copy {
  margin-top: 10px;
  font-size: 17px;
  line-height: 30px;
}

.faq-ico {
  color: #b2bb53;
  font-weight: 700;
}

.faq-2 {
  background-color: #fff;
}

.faq-toggle {
  background-color: #d3d1c3;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.strong-faq--p {
  color: #000;
  font-weight: 700;
}

.faq--p {
  background-color: #fafafa;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 26px;
}

.faq-tabs-placehoder {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.faq-tabs {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
}

.faq-dropdown--li {
  position: relative;
}

.faq-tabs-placehoder-2 {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.promo-lighbox {
  width: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.promo-lightbox-placeholder {
  margin-bottom: 20px;
}

.service02-placeholder {
  text-align: center;
  background-color: #acacac;
  background-image: url('../images/paint-art-saitakis-w29.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.service01-placeholder {
  text-align: center;
  background-color: #acacac;
  background-image: url('../images/paint-art-saitakis-w0414-la.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.service03-placeholder {
  text-align: center;
  background-color: #acacac;
  background-image: url('../images/paint-art-saitakis-hs01.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.footer-placeholder-right {
  padding-top: 10px;
  padding-bottom: 10px;
}

.subject {
  background-color: #dfdfdf;
  min-height: 200px;
}

.tfp01, .tap01 {
  background-color: #dfdfdf;
}

.service-right--h2 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.legal-placeholder {
  max-width: 1453px;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.legal--h1 {
  text-align: center;
  font-size: 28px;
}

.legal-strong--p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.legal-semi-strong {
  margin-bottom: 10px;
  font-size: 16px;
}

.terms-ok {
  color: #fff;
}

.terms-form--a {
  color: var(--dark-goldenrod-2);
  text-decoration: none;
}

.terms-form--a:hover {
  color: var(--dark-goldenrod);
}

.terms-ok-black {
  color: #000;
}

.more--p {
  margin-bottom: 20px;
  font-weight: 700;
}

.intro-block {
  color: #585858;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.promo-lef---h2 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.promo-left--h3, .promo-left--h4 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 36px;
}

.large--h2 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.contact--h3, .contact--h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.bot-zone {
  display: none;
}

.copyright--p-2 {
  color: #ffab10;
  text-align: left;
  letter-spacing: 1px;
  font-size: 12px;
}

.link-3 {
  color: #ffab10;
  text-decoration: none;
}

.made-cont {
  max-width: 1400px;
}

.made {
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hb-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

._4ew-copyright--p {
  color: #ffab10;
  text-align: right;
  letter-spacing: 1px;
  font-size: 11px;
}

._4ew-2 {
  text-align: right;
}

.cw-button_primary {
  background-color: var(--dark-goldenrod-2);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--dim-grey);
  color: #fff;
  transform: translate(0, -2px);
}

.cw-cookie_banner {
  z-index: 999999;
  background-color: #eee;
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.cw-cookie_script {
  display: none;
}

.cw-button_secondary {
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  background-color: var(--dark-goldenrod-2);
  color: #fff;
  border-color: #a78aff;
  transform: translate(0, -2px);
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: grid;
}

.text-block {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.recap {
  margin-top: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .nav--a {
    color: #fff;
    display: block;
  }

  .nav--a.w--current {
    color: #cf893d;
  }

  .top-nav-placeholder {
    background-color: #000;
    margin-top: 0;
  }

  .nav--btn {
    background-color: #00000042;
    border-radius: 50px;
    margin-top: 20px;
  }

  .nav--btn.w--open {
    background-color: #000;
    margin-top: 20px;
  }

  .catalog {
    max-width: 991px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro {
    max-width: 991px;
  }

  .intro-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .experience {
    max-width: 991px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .experience-column {
    padding-left: 0;
  }

  .experience-placeholder {
    height: 380px;
  }

  .promo-right--h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .journey {
    max-width: 991px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-center--h1 {
    font-size: 18px;
  }

  .promo-center-block {
    margin-bottom: 20px;
  }

  .footer-area {
    max-width: 991px;
    padding-left: 20px;
    padding-right: 50px;
  }

  .footer-placeholder-columns {
    flex-direction: column;
  }

  .footer-placeholder {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newsletter {
    padding-right: 60px;
  }

  .footer--a {
    padding-right: 5px;
    font-size: 13px;
  }

  .footer-placeholder-newsletter {
    margin-left: 20px;
    padding-right: 0;
  }

  .social {
    margin-right: 5px;
  }

  .footer-logo-placeholder {
    width: 120px;
    margin-left: 20px;
  }

  .logos-static-placeholder {
    max-width: 720px;
  }

  .hero-placeholder {
    max-width: 991px;
  }

  .hero-project--h1 {
    line-height: 38px;
  }

  .project-details {
    max-width: 991px;
    margin-top: 0;
  }

  .name {
    line-height: 24px;
  }

  .details--p {
    padding-right: 22px;
  }

  .project-preview-textholder {
    margin-left: 10px;
  }

  .project-details--h2 {
    font-size: 26px;
  }

  .promo {
    max-width: 991px;
    padding-top: 20px;
  }

  .promo-bold, .promo-white--h2 {
    font-size: 20px;
  }

  .promo-compilation {
    padding-top: 0;
  }

  .contact {
    max-width: 991px;
  }

  .contact-details {
    padding-left: 140px;
  }

  .contact--h2 {
    font-size: 22px;
  }

  .faq-wrap {
    padding-bottom: 10px;
  }

  .client-area {
    max-width: 991px;
  }

  .promo-demo--h3 {
    text-align: left;
    font-size: 20px;
  }

  .promo--h4 {
    font-size: 17px;
  }

  .faq-column {
    padding-right: 20px;
  }

  .faq-form {
    padding-top: 0;
    padding-left: 20px;
  }

  .collection-tabs-menu {
    width: 100%;
  }

  .image {
    width: 80px;
    height: 60px;
  }

  .gallery {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 28px;
  }

  .about {
    max-width: 991px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-columns {
    align-items: flex-start;
  }

  .about-column {
    padding-left: 10px;
  }

  .elements {
    margin-top: 28px;
  }

  .elements-box {
    margin-bottom: 20px;
    padding-right: 18px;
  }

  .section--h2 {
    font-size: 22px;
  }

  .awards-placeholder {
    display: flex;
  }

  .project-gallery {
    text-align: left;
    max-width: 991px;
    padding-top: 40px;
  }

  .project-gallery--a {
    width: 220px;
  }

  .awards-bg {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .about-placeholder {
    height: 380px;
    padding-left: 35px;
    padding-right: 40px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .nav {
    max-width: 991px;
  }

  .promo-black--h2 {
    font-size: 20px;
  }

  .explore-slider {
    height: 450px;
  }

  .explore-nav {
    position: absolute;
    inset: -44px 0% 0% auto;
  }

  .experience-placeholder-copy {
    height: 380px;
  }

  .promo-about--h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .promo-lightbox-placeholder {
    text-align: left;
  }

  .service02-placeholder, .service01-placeholder, .service03-placeholder {
    height: 380px;
    padding-left: 35px;
    padding-right: 40px;
  }

  .footer-placeholder-right {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-right--h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .legal-placeholder {
    max-width: 991px;
    margin-top: 20px;
  }

  .legal--h1 {
    font-size: 24px;
  }

  .intro-block {
    font-size: 16px;
  }

  .large--h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .contact--h3, .contact--h4 {
    font-size: 17px;
  }

  .copyright--p-2 {
    text-align: left;
    padding-left: 20px;
  }

  .made {
    justify-content: space-around;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._4ew-copyright--p {
    text-align: right;
    padding-right: 20px;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .featured-work-columns {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .work-column {
    margin-bottom: 40px;
  }

  .intro {
    max-width: 767px;
    padding: 40px 20px;
  }

  .intro-column {
    margin-bottom: 40px;
  }

  .experience {
    max-width: 767px;
    padding: 20px 0 0;
  }

  .experience-columns {
    flex-direction: row;
  }

  .experience-column {
    padding-left: 0;
  }

  .experience-textholder {
    text-align: left;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
  }

  .promo-right--h4 {
    text-align: left;
    font-size: 22px;
  }

  .promo--p {
    text-align: center;
  }

  .promo--btn {
    margin-top: 10px;
  }

  .journey {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .promo-center--h1 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .journey-column {
    text-align: center;
    margin-bottom: 60px;
  }

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

  .footer-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-placeholder-columns {
    flex-direction: column;
  }

  .footer-placeholder-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-placeholder {
    text-align: right;
  }

  .promo-left--h5 {
    text-align: left;
    line-height: 30px;
  }

  .promo-dg-left--p {
    text-align: left;
  }

  .newsletter {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .newsletter--p {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-placeholder-newsletter {
    margin-left: 0;
    padding-right: 0;
  }

  .social {
    flex-direction: row;
    flex: 0 auto;
    margin-right: 18px;
    display: block;
  }

  .hero-placeholder {
    max-width: 768px;
  }

  .hero-project--h1 {
    line-height: 30px;
  }

  .project-details {
    max-width: 767px;
    margin-top: 0;
  }

  .project-details-column, .details-block {
    margin-bottom: 20px;
  }

  .services--ul {
    margin-top: 10px;
  }

  .project-preview-columns {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .project-preview-textholder {
    margin-bottom: 40px;
  }

  .promo {
    max-width: 767px;
    padding-top: 20px;
  }

  .promo-columns {
    flex-direction: row;
    display: flex;
  }

  .promo-column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .promo-bold {
    font-size: 18px;
  }

  .promo-compilation--p {
    margin-top: 20px;
  }

  .promo-white--h2 {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .promo-compilation {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact {
    max-width: 767px;
  }

  .contact-details {
    padding-left: 0;
  }

  .details-column {
    padding-left: 10px;
  }

  .contact--h2 {
    font-size: 20px;
  }

  .form-placeholder--btn {
    text-align: left;
  }

  .faq-wrap {
    align-items: center;
    padding: 20px 0% 0;
  }

  .title-wrap {
    width: 100%;
  }

  .client-area {
    max-width: 767px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-demo--h3 {
    font-size: 18px;
  }

  .promo--h4, .promo-subheading {
    text-align: center;
  }

  .faq-form {
    padding-top: 0;
    padding-right: 20px;
  }

  .form-placeholder {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection--p {
    margin-top: 20px;
    padding-right: 10px;
  }

  .collection-tabs-menu {
    width: 100%;
  }

  .image {
    width: 80px;
    height: 60px;
  }

  .collection-tabs {
    margin-top: 10px;
  }

  .gallery {
    font-size: 13px;
  }

  .about {
    max-width: 767px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-columns {
    flex-direction: column;
  }

  .about-column {
    padding-left: 10px;
  }

  .elements-columns {
    padding-left: 0;
    padding-right: 20px;
  }

  .elements-box {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section--h2 {
    font-size: 22px;
  }

  .award--a {
    margin-bottom: 30px;
  }

  .awards-placeholder {
    flex-direction: column;
    align-items: center;
  }

  .project-gallery {
    max-width: 767px;
    padding-top: 40px;
  }

  .project-gallery--a {
    width: 100px;
  }

  .promo-white-left--p {
    text-align: left;
    margin-bottom: 0;
  }

  .about-placeholder {
    margin-bottom: 30px;
  }

  .nav {
    max-width: 767px;
  }

  .promo-black--h2 {
    text-align: left;
    font-size: 18px;
  }

  .explore-slider {
    height: 430px;
  }

  .explore-nav {
    height: 50px;
    font-size: 20px;
    line-height: 20px;
    inset: -22px 0% 0% auto;
  }

  .promo-black-left--p {
    text-align: left;
  }

  .services-textholder {
    text-align: left;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
  }

  .promo-about--h3 {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .promo-compilation--p-copy {
    margin-top: 20px;
  }

  .promo-lighbox {
    width: 70px;
  }

  .service02-placeholder, .service01-placeholder, .service03-placeholder {
    margin-bottom: 30px;
  }

  .footer-placeholder-right {
    text-align: right;
  }

  .service-right--h2 {
    text-align: left;
    font-size: 22px;
  }

  .legal-placeholder {
    max-width: 767px;
    margin-top: 20px;
  }

  .legal--h1 {
    font-size: 20px;
  }

  .legal-strong--p {
    font-size: 15px;
  }

  .promo-lef---h2, .promo-left--h3, .promo-left--h4 {
    text-align: center;
  }

  .large--h2 {
    text-align: left;
    font-size: 22px;
  }

  .copyright--p-2 {
    text-align: center;
    padding-left: 0;
  }

  .made {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hb-2 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  ._4ew-copyright--p {
    text-align: center;
    padding-right: 0;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .featured-work-columns {
    flex-direction: column;
  }

  .work-column {
    margin-bottom: 40px;
  }

  .intro {
    padding: 40px 20px;
  }

  .intro-columns {
    padding-left: 0;
    padding-right: 0;
  }

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

  .experience-columns {
    flex-direction: column-reverse;
  }

  .experience-column {
    padding-right: 0;
  }

  .experience-placeholder {
    height: 280px;
    display: none;
  }

  .experience-textholder {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo-right--h4 {
    font-size: 17px;
  }

  .promo--btn {
    margin-top: 10px;
  }

  .journey {
    margin-top: 0;
    padding: 40px 10px;
  }

  .promo-center--h1 {
    font-size: 16px;
  }

  .footer-placeholder {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .promo-left--h5, .promo-dg-left--p {
    text-align: center;
  }

  .newsletter {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .newsletter--p {
    color: #fff;
    text-align: left;
  }

  .footer-placeholder-newsletter {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .footer-placeholder-img {
    flex-direction: column;
    align-items: center;
  }

  .social {
    margin-right: 0;
  }

  .footer-logo-placeholder {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .hero {
    padding-bottom: 10px;
  }

  .hero-placeholder {
    margin-top: 54px;
  }

  .hero-nav {
    flex-direction: row;
    line-height: 30px;
  }

  .hero-nav--a {
    letter-spacing: 0;
    margin-right: 20px;
    font-size: 12px;
  }

  .hero-nav--a.w--current {
    flex-direction: column;
    margin-right: 0;
    display: inline;
  }

  .hero-project--h1 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
  }

  .project-details {
    margin-top: 0;
  }

  .project-details-columns {
    margin-top: 60px;
  }

  .project-preview-column {
    padding-left: 0;
    padding-right: 0;
  }

  .promo {
    padding-top: 20px;
  }

  .promo-columns {
    flex-direction: column;
  }

  .promo-column {
    align-items: center;
    margin-bottom: 0;
  }

  .promo-bold {
    font-size: 18px;
    line-height: 28px;
  }

  .promo-compilation--p {
    text-align: center;
  }

  .promo-white--h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .promo-compilation {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-column-width {
    padding-left: 0;
  }

  .contact--h2 {
    font-size: 19px;
  }

  .faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .client-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo-demo--h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .faq-form {
    padding-right: 20px;
  }

  .form-placeholder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-copy {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-tab-1-copy.w--current {
    text-align: left;
    border-bottom-width: 8px;
    margin-left: 10px;
  }

  .collection--p {
    text-align: center;
  }

  .collection-tabs-menu {
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .image {
    width: 50px;
    height: 50px;
  }

  .tabs-copy {
    margin-top: 10px;
  }

  .collection-tabs {
    flex-direction: column-reverse;
    margin-top: 8px;
  }

  .gallery {
    margin-bottom: 0;
  }

  .about {
    padding: 60px 10px 40px;
  }

  .elements-box {
    margin-bottom: 20px;
  }

  .section--h2 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .project-gallery {
    padding-top: 40px;
  }

  .project-gallery--a {
    width: 50px;
  }

  .promo-white-left--p {
    text-align: center;
  }

  .about-placeholder {
    height: 280px;
  }

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

  .slide-nav {
    margin-bottom: 20px;
  }

  .form-faq {
    text-align: center;
  }

  .promo-black--h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .explore {
    padding-top: 10px;
  }

  .explore-01 {
    background-color: var(--dim-grey);
    background-position: 50%;
  }

  .explore-ra {
    inset: auto 0% 0% auto;
  }

  .explore-nav {
    width: 25%;
    height: 40px;
    top: -24px;
    right: -79px;
  }

  .tab01 {
    text-align: left;
    margin-left: 10px;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab01.w--current {
    text-align: left;
    border-bottom-width: 8px;
    margin-left: 10px;
  }

  .tab02 {
    text-align: left;
    margin-left: 10px;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab02.w--current {
    text-align: left;
    border-bottom-width: 8px;
    margin-left: 10px;
  }

  .new {
    margin-top: 20px;
  }

  .promo-black-left--p {
    text-align: left;
  }

  .hero-work, .hero-about {
    padding-bottom: 10px;
  }

  .experience-placeholder-copy {
    height: 280px;
  }

  .services-textholder {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .promo-compilation--p-copy {
    text-align: center;
  }

  .faq-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .strong-faq--p {
    font-size: 12px;
  }

  .promo-lighbox {
    width: 70px;
  }

  .service02-placeholder, .service01-placeholder, .service03-placeholder {
    height: 280px;
  }

  .footer-placeholder-right {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .service-right--h2 {
    font-size: 17px;
  }

  .legal-placeholder {
    margin-top: 20px;
  }

  .large--h2 {
    font-size: 17px;
  }

  .copyright--p-2, ._4ew-copyright--p {
    font-size: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_secondary {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_buttons {
    margin-top: 1rem;
  }
}


