:root {
  --_color---primary--dark-gray: #000;
  --_color---primary--transparent-dark-gray: #302f2ccc;
  --_color---gary: #333;
  --_color---neutral--dark-gray: #302f2c;
  --_typography---fonts--primary-font: Marcellus, sans-serif;
  --colors--primary-accent: var(--_color---neutral--dark-gray);
  --_color---secondary--white: white;
  --_color---neutral--mid-gray: #888680;
  --_color---neutral--white: #e6e6e62e;
  --colors--background: var(--_color---gary);
  --_typography---paragraph-body--font: var(--_typography---fonts--primary-font);
  --colors--text: var(--_color---neutral--white);
  --_responsive---font-size--body: 1rem;
  --_typography---paragraph-body--line-height: 1.6;
  --_typography---paragraph-body--font-weight: 400;
  --_typography---paragraph-body--letter-spacing: 0em;
  --_layout---grid--gap-main: 40px;
  --_layout---spacing--margin-md: 2em;
  --_color---secondary--yellow: #fed77d;
  --_color---neutral--light-gray: #dfddd6;
  --_size---0rem: 0rem;
  --_size---0-125rem: .125rem;
  --_size---0-25rem: .25rem;
  --_size---0-5rem: .5rem;
  --_size---0-75rem: .75rem;
  --_size---1rem: 1rem;
  --_size---1-25rem: 1.25rem;
  --_size---1-5rem: 1.5rem;
  --_size---2rem: 2rem;
  --_size---2-5rem: 2.5rem;
  --_size---3rem: 3rem;
  --_size---3-5rem: 3.5rem;
  --_size---4rem: 4rem;
  --_size---4-5rem: 4.5rem;
  --_size---5rem: 5rem;
  --_size---5-5rem: 5.5rem;
  --_size---6rem: 6rem;
  --_size---6-5rem: 6.5rem;
  --_size---7rem: 7rem;
  --_size---7-5rem: 7.5rem;
  --_size---8rem: 8rem;
  --_size---8-5rem: 8.5rem;
  --_size---9rem: 9rem;
  --_size---9-5rem: 9.5rem;
  --_size---10rem: 10rem;
  --_size---11rem: 11rem;
  --_size---12rem: 12rem;
  --_componets---card--border-radius: var(--_size---0-5rem);
  --_componets---button--font: var(--_typography---fonts--primary-font);
  --_componets---button--font-weight: 400;
  --_componets---button--font-size: 1rem;
  --_componets---button--line-height: 1.3em;
  --_componets---button--letter-spacing: 0em;
  --_componets---button--border-radius: .5rem;
  --_componets---button--vertical-padding: .7em;
  --_componets---button--horizontal-padding: 1em;
  --_componets---input--font: var(--_typography---fonts--primary-font);
  --_componets---input--font-weight: 400;
  --_componets---input--font-size: 1rem;
  --_componets---input--line-height: 1.5em;
  --_componets---input--letter-spacing: 0em;
  --_componets---input--border-radius: .5rem;
  --_componets---input--bottom-margin: 1rem;
  --_componets---input-label--font: var(--_typography---fonts--primary-font);
  --_componets---input-label--font-weight: 500;
  --_componets---input-label--font-size: .9rem;
  --_componets---input-label--line-height: 1em;
  --_componets---input-label--letter-spacing: 0em;
  --_typography---h1--font: var(--_typography---fonts--primary-font);
  --_typography---h1--font-weight: 500;
  --_typography---h1--line-height-u: 1;
  --_typography---h1--letter-spacing: -.02em;
  --_typography---h1--bottom-margin: .2em;
  --_typography---paragraph-body--bottom-margin: 0em;
  --_responsive---font-size--h1: 5.5rem;
  --_responsive---font-size--h2: 3.8rem;
  --_responsive---font-size--h3: 2.3rem;
  --_responsive---font-size--h4: 1.5rem;
  --_responsive---font-size--h5: 1.2rem;
  --_responsive---font-size--h6: 1rem;
  --_responsive---font-size--paragraph-xl: 1.5rem;
  --_responsive---font-size--paragraph-lg: 1.25rem;
  --_responsive---font-size--paragraph-sm: .9rem;
  --_responsive---font-size--eyebrow: .8rem;
  --_responsive---padding--section: var(--_size---6rem);
  --_responsive---padding--card: var(--_size---1-5rem);
  --_layout---container--max-width: 87.5rem;
  --_layout---grid--gap-md: 20px;
  --_layout---grid--gap-sm: 8px;
  --_layout---spacing--margin-xs: .5em;
  --_layout---spacing--margin-sm: 1em;
  --_layout---spacing--margin-lg: 3em;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: #fff;
  --_responsive---font-size--body: 1rem;
  --_responsive---font-size--h1: 5.5rem;
  --_responsive---font-size--h2: 3.8rem;
  --_responsive---font-size--h3: 2.3rem;
  --_responsive---font-size--h4: 1.5rem;
  --_responsive---font-size--h5: 1.2rem;
  --_responsive---font-size--h6: 1rem;
  --_responsive---font-size--paragraph-xl: 1.5rem;
  --_responsive---font-size--paragraph-lg: 1.25rem;
  --_responsive---font-size--paragraph-sm: .9rem;
  --_responsive---font-size--eyebrow: .8rem;
  --_responsive---padding--section: var(--_size---6rem);
  --_responsive---padding--card: var(--_size---1-5rem);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.frame-1610067967 {
  grid-row-gap: 32px;
  background-image: url('../images/Frame-1610067967.png');
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 24px;
  display: flex;
}

.frame-1610067967.slider2 {
  background-image: url('../images/Frame-1610067969.png');
  background-position: 50%;
  background-size: cover;
  width: 25.8331rem;
  margin-right: 1rem;
}

.frame-1610067971 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #fff;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-34 {
  color: #fff;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-26 {
  color: #f49d36;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 13.3333px;
  text-decoration: none;
  display: flex;
}

.header {
  grid-row-gap: 8px;
  flex-direction: column;
  width: auto;
  margin-bottom: 36px;
  text-decoration: none;
  display: flex;
}

.header.materailheader {
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.arrow-right-top {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.frame-1171276531 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.guy-hawkins {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 128%;
  text-decoration: none;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.frame-1171276528 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-list {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3.center {
  text-align: center;
}

.frame-1171276529 {
  z-index: 2;
  grid-column-gap: 8px;
  background-color: #27272a;
  border: 1px solid #404040;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1171276529.yellow {
  z-index: 2;
  color: #000;
  background-color: #fed77d;
  position: relative;
}

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

.frame-1171276520 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  grid-column-gap: 10px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 50px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #18181800;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0;
  padding: 20px 0;
  display: none;
  position: static;
}

.navbar-logo-left-container.shadow-three._2 {
  z-index: 2147483647;
  background-color: #18181800;
  width: 100vw;
  padding-top: 35px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: fixed;
  top: -15px;
}

.socil {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-57 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.view-all-6 {
  color: #181513;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-19 {
  color: #fff;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-19.black {
  color: #000;
}

.frame-1171276532 {
  grid-column-gap: 46px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 547px;
  text-decoration: none;
  display: flex;
}

.testimonial-card {
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.view-all-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: block;
}

.elevating-spaces {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.footer.section-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #181818;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 100px 120px;
  line-height: 20px;
}

.frame-59 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.material-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 60vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 72px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

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

.what-we-do {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-83 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-83.contactus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  max-width: 100vw;
  padding: 0;
}

.error-1efcb714-2fd9-8bf8-e74d-293aeb9d8cd7 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.old_section {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  border: 1px solid #cca1a1;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding: 64px 80px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.old_section.darkbg-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #181818;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 64px 80px;
  display: flex;
}

.old_section.darkbg-2.scriptcontainer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.old_section.hero-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url('../images/LP-bg.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 169px 120px 24px;
  display: block;
  position: static;
}

.old_section.hero-section.hero-contact {
  background-image: linear-gradient(#0009, #0009), url('../images/About-Us-3.png');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  height: 45vh;
  display: none;
}

.old_section.hero-section.hero-contact.dekton {
  background-image: url('../images/dekton-bg.png');
  background-position: 50%;
  background-size: cover;
  height: 45vh;
}

.old_section.hero-section.hero-contact.granite {
  background-image: linear-gradient(#0000, #0000), url('../images/granite-bg.png');
  background-position: 0 0, 50%;
}

.old_section.hero-section.hero-contact.proc {
  background-image: linear-gradient(#0000, #0000), url('../images/proc-bg.png');
  background-position: 0 0, 50%;
}

.old_section.darkbg {
  background-color: #181818;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 64px 80px;
}

.old_section.project {
  display: block;
}

.old_section.mainproject {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.old_section.mainproject.project {
  padding-top: 64px;
  padding-bottom: 36px;
}

.old_section.materials {
  padding: 10px 20px;
  display: block;
}

.old_section.materials.dekton.mainimages {
  background-image: none;
  padding: 60px 80px;
}

.old_section.materials.main-mats {
  padding: 64px 80px;
}

.old_section.collection {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.old_section.color-option {
  background-image: url('../images/Frame-1610067980.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.old_section.color-option.hidden {
  display: none;
  overflow: hidden;
}

.old_section.blog {
  margin-top: 0;
  padding-top: 60px;
}

.old_section.dekton {
  background-image: url('../images/Frame-1610067980.png');
  background-position: 0 0;
  background-size: auto;
}

.ic-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

._2020-linearity-gmb {
  color: #9e9e9e;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.heading-name {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ic {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1px 4px;
  text-decoration: none;
  display: flex;
}

.service-points {
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #aaa6a1;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-31 {
  box-sizing: border-box;
  color: #181513;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.frame-1171276538 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7.7933px;
  height: 7.7933px;
  text-decoration: none;
  display: flex;
}

.rectangle-7 {
  object-fit: cover;
  border-radius: 9.22523px;
  width: 50%;
}

.phone-number {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-33785 {
  grid-column-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1171276519 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 631px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  z-index: 2;
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #181818;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100vw;
  margin-right: 0;
}

.frame-1171276537 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1171276536 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 243.152px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.links {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-column-gap: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-2.project-header {
  padding-right: 80px;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.3329px;
  height: 13.3329px;
  text-decoration: none;
  display: flex;
}

.user {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276518 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.banner {
  grid-column-gap: .5rem;
  background-color: #ffd67e;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.0606px;
  height: 16.0606px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.frame-58 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 16px;
  background-color: #181818;
  border: 1px #fff3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 24px;
  background-color: #1e1e1e;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 408px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.contact {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.contact.contant-main {
  padding: 100px 120px;
}

.contact.contant-main.section-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.tt {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 10px;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.frame-1171276530 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.arrow-right {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12px;
  padding: 3px 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 9px;
  left: 0;
}

.text-25 {
  color: #161618;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.txt {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.button-8 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Marcellus, sans-serif;
  text-decoration: none;
  display: flex;
}

.frame-79 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 36px;
  text-decoration: none;
  display: flex;
}

.frame-33784 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.vuesax-linear-call-calling {
  grid-column-gap: 10px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1171276539 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.full-service-event-production-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-18 {
  color: #ffd67e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-427321951 {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-7 {
  z-index: 2;
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.get-quote-button {
  grid-column-gap: 8px;
  opacity: 1;
  background-color: #181818;
  background-image: linear-gradient(45deg, #181818, #726138 62%, #fed77d);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.get-quote-button.btn-laptop {
  padding: 8px;
}

.text-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.links-3 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
  position: static;
  left: 0;
  right: 0;
}

.links-3.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.text-20 {
  color: #ffd67e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-53 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-56 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ellipse-19 {
  object-fit: cover;
}

.cta {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2024-nova-marketing-strategy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.ici {
  grid-column-gap: 8px;
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button-9 {
  grid-column-gap: 8px;
  aspect-ratio: 2.39;
  object-fit: fill;
  border: 1px solid #e1dedb;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.vuesax-linear-verify {
  object-fit: cover;
}

.logo-2 {
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 163px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.view-all-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.text-29 {
  color: #181818;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  grid-column-gap: 10px;
  object-fit: cover;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 122px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-80 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-website {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

._2020-linearity-gmb-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 128%;
  text-decoration: none;
}

.slider {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  padding: 12px 12px 10px;
  display: flex;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.catalog-slider_slide {
  backface-visibility: hidden;
  width: 33%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
}

.catalog-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.catalog-slider_button {
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  width: 44px;
  height: 44px;
  padding: 0;
}

.catalog-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.catalog-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.catalog-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.testimonial-slider {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.testimonials-slider_slide {
  backface-visibility: hidden;
  width: 33.333%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 0 1rem 0 0;
  display: flex;
  position: relative;
}

.testimonials-slider_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.testimonials-slider_button {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  width: 44px;
  padding: 0;
}

.testimonials-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.testimonials-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.testimonials-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: none;
  position: relative;
}

.testimonials-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  overflow: clip;
}

.testimonials-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.testimonials-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.frame-1610067972 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.frame-1610067973 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #fff0;
  border-radius: 8px;
  padding: 0;
  display: block;
  position: static;
  inset: 25% auto auto 25%;
  overflow: visible;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  max-width: 548px;
  padding: 2rem;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
  font-family: Jost, sans-serif;
}

.cookie-heading {
  width: 15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
}

.paragraph {
  color: #df6d2b;
  font-family: Jost, sans-serif;
  font-weight: 700;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-field {
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  overflow: clip;
}

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

.tabs-content-wrapper-2 {
  margin-top: 2em;
  overflow: visible;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  max-width: 100%;
}

.tabs-menu-underline-wrapper-2 {
  background-color: #46464600;
  border-radius: 1.4em;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.section-tabs {
  background-color: #fff0;
  width: 100%;
  max-width: 1440px;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tabs-nav-unterline-2 {
  z-index: 0;
  background-color: #000;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-nav-text-2 {
  z-index: 1;
  color: #000;
  position: relative;
}

.third-example-with-unterline-2 {
  border-top: 0 dashed #505050;
  margin-top: 0;
  padding-top: 0;
}

.tabs-nav-icon-2 {
  width: 1.5em;
  height: 1.5em;
}

.div-block-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex: 1;
  width: 100%;
  height: 386px;
  display: block;
}

.project-slider-2_slide {
  backface-visibility: hidden;
  width: 28%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 0 1rem 0 0;
  display: flex;
  position: relative;
}

.project-slider-2_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.project-slider-2_button {
  color: #000;
  background-color: #3898ec00;
  border-radius: 20px;
  width: 44px;
  height: 44px;
  padding: 0;
}

.project-slider-2_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.project-slider-2_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem 0 0;
  display: flex;
  position: relative;
}

.project-slider-2_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.body-wrapper {
  width: 100%;
  position: relative;
}

.visit-our-store-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.frame-1610067977 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1610067969 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-1610067978 {
  grid-row-gap: 32px;
  width: 100%;
  height: 600px;
  transform-style: preserve-3d;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1610067978.dekton {
  background-image: url('../images/Frame-1610067967_1.png');
  height: 400px;
}

.frame-1610067978.full-service-event-production-3 {
  background-image: url('../images/Frame-1610067967_3.png');
  height: 400px;
}

.frame-1610067978.mr {
  background-image: url('../images/Frame-1610067967_2.png');
  height: 400px;
}

.frame-1610067978.grad {
  background-image: linear-gradient(#0000, #00000080), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
}

.frame-1610067978.grad.material-container {
  z-index: 0;
  order: 0;
  position: relative;
}

.materails {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0006;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.materails.bgblur {
  grid-row-gap: 0px;
  background-color: #00000040;
}

.text {
  color: #fff;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610067980 {
  grid-row-gap: 32px;
  background-image: url('../images/2.png');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  text-decoration: none;
  display: flex;
}

.frame-1610067980.bottom1 {
  background-image: linear-gradient(#18181800, #181818), url('../images/Frame-1610067967-1.png');
}

.frame-1610067980.bottom1.left {
  background-image: url('../images/Frame-1610067967-1_3.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  text-decoration: none;
}

.frame-1610067980.bottom1.left.dekton {
  background-image: url('../images/Frame-1610067967-1_1.png');
}

.frame-1610067980.bottom1.left.proc {
  background-image: url('../images/Frame-1610067967-1_4.png');
}

.frame-1610067980.bottom1.left.gr {
  background-image: url('../images/Frame-1610067967-1_2.png');
}

.frame-1610067980.bottom1.left.grad {
  background-image: linear-gradient(#0000, #00000080), url('../images/Frame-1610067967_5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.frame-1610067980.bottom1.left.grad.material {
  height: 600px;
}

.frame-1610067980.bottom2 {
  background-image: linear-gradient(#18181800, #181818), url('../images/Frame-1610067968.png');
  background-size: auto, cover;
}

.frame-1610067980.bottom2.mid {
  transform-style: preserve-3d;
  background-image: url('../images/image-3.png');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.frame-1610067980.bottom2.mid.dekton {
  background-image: url('../images/Frame-1610067968_1.png');
}

.frame-1610067980.bottom2.mid.proc {
  background-image: url('../images/Frame-1610067968_4.png');
}

.frame-1610067980.bottom2.mid.gr {
  background-image: url('../images/Frame-1610067968_2.png');
}

.frame-1610067980.bottom2.mid.mr {
  background-image: url('../images/Frame-1610067968_3.png');
}

.frame-1610067980.bottom2.mid.grad {
  background-image: linear-gradient(#0000, #00000080), url('../images/Frame-1610067968_6.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.frame-1610067980.bottom3 {
  background-image: url('../images/6.png');
  background-position: 50%;
  text-decoration: none;
}

.frame-1610067980.bottom3.dekton {
  background-image: url('../images/Frame-1610067969-1.png');
}

.frame-1610067980.bottom3.proc {
  background-image: url('../images/Frame-1610067969-1_3.png');
}

.frame-1610067980.bottom3.gr {
  background-image: url('../images/Frame-1610067969-1_1.png');
}

.frame-1610067980.bottom3.mr {
  background-image: url('../images/Frame-1610067969-1_2.png');
}

.frame-1610067980.dekton {
  background-image: url('../images/Frame-1610067969_1.png');
  height: 400px;
}

.frame-1610067980.proc {
  background-image: url('../images/Frame-1610067969_4.png');
  height: 400px;
}

.frame-1610067980.gr {
  background-image: url('../images/Frame-1610067969_2.png');
  height: 400px;
}

.frame-1610067980.mr {
  background-image: url('../images/Frame-1610067969_3.png');
  height: 400px;
}

.frame-1610067980.grad {
  background-image: linear-gradient(#0000, #00000080), url('../images/2.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.button-13 {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #181818b3;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-13.cookie-btn {
  grid-column-gap: 4px;
  background-color: #000;
  margin-left: 0;
}

.button-13.cookie-btn.cb2 {
  padding: 8px 24px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3d3d3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  display: block;
}

.code-embed-6 {
  max-width: 18px;
  max-height: 18px;
  margin: 0 16px 8px auto;
}

.popup-wrapper-4 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0006;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-25 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.image-8 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  display: block;
  overflow: hidden;
}

.body {
  height: auto;
  overflow: visible;
}

.dropdown-toggle {
  color: #a0a0a0;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px 0 0;
  display: flex;
  position: static;
  inset: 0;
}

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

.text-block-2.nav-link {
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.dropdown-link-3 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 10px;
  font-size: 14px;
}

.features {
  grid-row-gap: 64px;
  background-color: #181818;
  background-image: url('../images/texture-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 204px;
  margin-bottom: 24px;
  padding: 64px 80px;
  text-decoration: none;
  display: flex;
}

.features-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-base {
  grid-row-gap: 4px;
  border: 0 solid #5a5a5a;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  min-width: auto;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

._32m {
  color: #ffd67e;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.international-users {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.shop-details {
  grid-column-gap: 24px;
  border: 1px solid #e1dedb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-1610067986 {
  grid-row-gap: 40px;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  padding: 28px 24px;
  text-decoration: none;
  display: flex;
}

.text-37 {
  border-style: none;
  border-width: undefinedpx;
  color: #0b0528;
  text-align: center;
  letter-spacing: -.03em;
  border-color: #0f0a2e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.frame-1610067987 {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1610067988 {
  grid-column-gap: 10px;
  border: 0 solid #fbbc05;
  border-bottom-width: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.frame-1610067989 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.map {
  background-image: url('../images/SCR-20241216-olld.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 490px;
  padding: 32px;
  display: flex;
}

.old_container {
  grid-column-gap: 24px;
  opacity: .9;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #000c;
  border: 1px solid #eaecf0;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.address {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.text-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.contacts {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-41 {
  color: #fff;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.text-42 {
  color: #fbbc05;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.container-6 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.image-9 {
  grid-row-gap: 10px;
  object-fit: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: 650px;
  padding: 0;
  text-decoration: none;
  display: block;
}

.offer {
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 48px 60px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.offer.lightbg {
  background-color: #fff;
  background-image: url('../images/Lightbg.png');
}

.contact-2 {
  z-index: 2;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dddddd05;
  border: 1px solid #5a5a5a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-2.lightbg {
  border-color: #ddd;
}

.contact-2.darkbg {
  grid-row-gap: 36px;
  background-color: #181818;
  width: 50%;
  height: 85%;
  margin: auto;
  padding: 70px 40px;
}

.contact-2.darkbg.popup {
  display: flex;
}

.text-43 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-43.light {
  color: #000;
}

.name {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-with-label {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.label.light {
  color: #000;
}

.input-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #ffffff08;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.input-2.light {
  background-color: #f7f7f7;
  border-color: #ddd;
}

.input-3 {
  grid-column-gap: 8px;
  color: #fff;
  object-position: 50% 50%;
  background-color: #ffffff08;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 16px 12px 64px;
  display: flex;
  overflow: auto;
}

.input-3.light {
  color: #1a1a1a;
  background-color: #f7f7f7;
  border-color: #ddd;
}

.button {
  grid-column-gap: 8px;
  color: #000;
  background-color: #ffd67e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.image-container {
  width: 100%;
  height: 100%;
  display: block;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
}

.blog-header {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subtitle {
  color: #181818;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.vertical-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.read-more {
  grid-column-gap: 6px;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-51 {
  color: #68727d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-52 {
  color: #3a3a3a;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.blog-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-base-6 {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 4px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  max-width: 100%;
  max-height: none;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #1018280a;
}

.vectors-wrapper-29 {
  z-index: 2;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  border-style: solid;
  border-width: undefinedpx;
  color: #252525;
  border-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.frame-1610068002 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1610068007 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-11 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.our-new-showroom {
  color: #181818;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-54 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.vectors-wrapper-30 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1610068008 {
  grid-row-gap: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 80px;
  text-decoration: none;
  display: flex;
}

.frame-1610068009 {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.rectangle-8 {
  object-fit: cover;
  border-radius: 4px;
}

.frame-1610068010 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  text-decoration: none;
  display: flex;
}

.frame-1610068011 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.crafting-excellence-since-2015 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068012 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068013 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1610068014 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vuesax-linear-verify-2 {
  object-fit: cover;
}

.text-56 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-14 {
  z-index: 2;
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #181818;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.view-all-7 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-59 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.div-block-27.navarrrows {
  z-index: 2147483647;
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  width: 100%;
  height: 5rem;
  margin-top: 0;
  position: absolute;
}

.color-slider-2_slidesss {
  backface-visibility: hidden;
  width: 25%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem .75rem;
  display: flex;
  position: relative;
}

.color-slider-2_slidesss.outer {
  width: 100%;
  padding: 0;
}

.color-slider-2_slidesss.outer.maincontainer {
  flex-flow: column;
}

.color-slider-2_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.color-slider-2_button {
  color: #fff;
  background-color: #3898ec00;
  padding: 0;
  display: none;
}

.color-slider-2_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.color-slider-2_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: none;
  position: relative;
}

.color-slider-2_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.frame-1610068028 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.code-embed-9 {
  width: 44px;
  display: none;
}

.code-embed-9.ot {
  display: block;
}

.code-embed-10 {
  width: 44px;
  display: none;
}

.code-embed-10.ot {
  display: block;
}

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

.link-2 {
  color: #9e9e9e;
  text-decoration: none;
}

.blog-wrapper {
  padding-top: 80px;
}

.blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.link-block-2 {
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.dropdown-link-5, .dropdown-link-6 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 10px;
  font-size: 14px;
}

.dropdown-list-3 {
  color: #707070;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  padding-left: 27px;
  display: none;
}

.dropdown-list-3.w--open {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #13131380;
  border-radius: 8px;
  padding: 8px 8px 8px 16px;
}

.dropdown-list-3.toopen {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #fff;
}

.vectors-wrapper-32 {
  justify-content: center;
  align-items: center;
  width: 7.84497px;
  height: 6.98995px;
  text-decoration: none;
  display: flex;
}

.icon-4 {
  color: #fff;
  position: absolute;
}

.sile-stone---1 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068031 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-19 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068001 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068032 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068033 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-20 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068034 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-64 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068035 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068036 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-21 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068037 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068038 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068039 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-22 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068040 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068041 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068042 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-23 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068043 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068044 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068045 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-24 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068046 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-68 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068047 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068048 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-25 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068049 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-69 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068050 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068051 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-26 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068052 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-70 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068053 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068054 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-27 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.frame-1610068055 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.milky-white-bq201 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068056 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068057 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.content-28 {
  grid-row-gap: 24px;
  object-fit: cover;
  --_responsive---font-size--body: 1rem;
  --_responsive---font-size--h1: 5.5rem;
  --_responsive---font-size--h2: 3.8rem;
  --_responsive---font-size--h3: 2.3rem;
  --_responsive---font-size--h4: 1.5rem;
  --_responsive---font-size--h5: 1.2rem;
  --_responsive---font-size--h6: 1rem;
  --_responsive---font-size--paragraph-xl: 1.5rem;
  --_responsive---font-size--paragraph-lg: 1.25rem;
  --_responsive---font-size--paragraph-sm: .9rem;
  --_responsive---font-size--eyebrow: .8rem;
  --_responsive---padding--section: var(--_size---6rem);
  --_responsive---padding--card: var(--_size---1-5rem);
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-1610068058 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068059 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068060 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068061 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-72 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068062 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068063 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068064 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068077 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068078 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068079 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-78 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068080 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068081 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068082 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-79 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068083 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068084 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068085 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-80 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068086 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068087 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068088 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-81 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.color-slider-2_slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem .75rem;
  display: flex;
  position: relative;
}

.script {
  color: #181818;
  mix-blend-mode: normal;
  background-color: #181818;
  border: 1px solid #181818;
}

.div-block-30 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block-30.contact_popup_container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  display: none;
}

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

.code-embed-14 {
  color: #fff;
  background-color: #0000;
}

.div-block-32 {
  width: 36px;
  height: 36px;
}

.mapmain {
  display: block;
}

.slidermain {
  background-color: #000;
}

.frame-1610068132 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.text-105, .text-106 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068133 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068134 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068135 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.text-107 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068136 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068137 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068138 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.text-108, .text-109 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068139 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068140 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.text-110 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068141, .frame-1610068142 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068143 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.text-111 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068144 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068145, .frame-1610068146, .frame-1610068147 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.text-112 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-113 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-114, .text-115 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068148, .frame-1610068149, .frame-1610068150 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068151, .frame-1610068152, .frame-1610068153 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.text-116 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068154, .frame-1610068155, .frame-1610068156 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.milky-white-bq201-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068157 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.text-117 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068158 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068159, .frame-1610068160 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.sile-stone---3 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.text-118, .text-119 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068161 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.frame-1610068162 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.code-embed-17 {
  width: 44px;
  display: none;
}

.code-embed-17.ot {
  width: 50px;
  display: block;
}

.div-block-34 {
  z-index: 999999;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 73px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-34.sliderbutton {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  position: static;
}

.code-embed-18 {
  width: 44px;
  display: none;
}

.code-embed-18.ot {
  width: 50px;
  display: block;
}

.text-132 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.fs-slider-products_slide {
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition-property: transform opacity;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider-products_slide._1slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
}

.fs-slider-products_list {
  height: auto;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
  position: relative;
}

.fs-slider-products_button {
  color: #fff;
  background-color: #3898ec00;
  padding: 0;
}

.fs-slider-products_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider-products_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.fs-slider-products_navigation {
  z-index: 10;
  grid-column-gap: 21rem;
  grid-row-gap: 21rem;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 2.5% auto auto;
}

.fs-slider-products_list-wrapper {
  perspective: 1200px;
  background-color: #0000;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider-products_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider-products_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.link-block-3 {
  text-decoration: none;
}

.frame-1610068195 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-136 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068197 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.reviews-2 {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-1610068198 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-43 {
  grid-row-gap: 0px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60%;
  display: flex;
}

.frame-1610068199 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-137 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068201 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-138 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068203 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.reviews-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-1610068204 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-44 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.frame-1610068205 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 20%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-139 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068207 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-140 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068209 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.reviews-4 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1610068210 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-45 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.frame-1610068211 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-141 {
  color: #fff;
  text-align: left;
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068213 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-142 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1610068215 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.reviews-5 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1610068216 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-46 {
  grid-row-gap: 24px;
  object-fit: cover;
  border: 1px solid #3a3a3a;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.frame-1610068217 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #3a3a3a;
  border-top-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-143 {
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.success-message {
  background-color: #ddd0;
}

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

.text-block-3 {
  color: #ac1b1b;
}

.sawyer-s-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  margin: 60px auto 0;
  padding: 0 30px;
  display: flex;
}

.sawyer-s-container.show-piece-container {
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.sawyer-s-section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
  position: static;
}

.sawyer-s-section.quartz {
  background-image: url('../images/quartz-bg.png');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.sawyer-s-section.marble {
  background-image: url('../images/granite-bg.png');
  background-position: 50% 100%;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.sawyer-s-section.slider {
  background-image: url('../images/Frame-1610067980.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: relative;
}

.sawyer-s-section.slider-section {
  background-image: url('../images/Frame-1610067980.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  display: none;
  position: relative;
}

.show-piece {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: none;
  object-position: 50% 50%;
  background-image: url('../images/Frame-1610067967_4.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
  box-shadow: 0 2px 10px 1px #333;
}

.show-piece:hover {
  box-shadow: 0 2px 10px 1px #333;
}

.show-piece-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: 0 2px 5px #6d6d6d33;
}

.show-piece-holder.bottom {
  width: 30%;
  max-width: 425px;
  box-shadow: none;
}

.show-piece-holder.top {
  width: 45%;
  box-shadow: none;
}

.navbar {
  z-index: 999999;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  position: fixed;
}

.nav-text {
  color: #fff;
}

.nav-button {
  order: 1;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.nav-menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  margin: -20px auto 0 -20px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navbar-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---primary--transparent-dark-gray);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-right: 0;
  font-family: Jost, sans-serif;
  display: flex;
}

.navlogo {
  padding-left: 20px;
}

.navlogo.w--current {
  padding-left: 30px;
}

.sawyer-s-button {
  color: #333;
  background-color: #dbd8d8f7;
  background-image: url('../images/Vectors-Wrapper_18.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10%;
  background-attachment: scroll;
  border-radius: 8px;
  margin-right: 0;
  padding-right: 35px;
  font-weight: 700;
  text-decoration: none;
}

.sawyer-s-button:hover {
  color: #dbd8d8;
  background-color: #333;
}

.company-logo {
  margin-top: -10px;
}

.nav-dropdown:hover {
  color: #333;
  background-color: #333;
  border-radius: 8px 8px 0 0;
}

.dropdown-icon {
  padding-right: 0;
}

.dropdown-icon.about-us {
  padding-right: 35px;
}

.dropdown-text {
  color: #fff;
  font-size: 13px;
}

.dropdown-text:hover {
  font-size: 14px;
}

.nav-dropdown-toggle {
  color: #fff;
  padding-right: 40px;
}

.nav-dropdown-toggle:hover {
  font-weight: 400;
}

.nav-dropdown-toggle.about-us-dropdown {
  padding-right: 60px;
}

.nav-dropdown-list {
  background-color: #333;
  border-radius: 0 0 8px 8px;
}

.nav-menu-holder {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.nav-empty-space {
  width: 20px;
  height: 20px;
}

.nav-text-link {
  color: #fff;
  text-decoration: none;
}

.nav-text-link:hover {
  background-color: #333;
  border-radius: 8px;
}

.section-2 {
  background-image: url('../images/Frame-1610067980.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 850px;
}

.container-14 {
  height: 100%;
}

.div-block-36 {
  height: 100%;
  margin-top: 80px;
}

.text-block-4 {
  text-align: center;
  margin-top: 0;
  padding-top: 50px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.sticky-cta {
  z-index: 9999;
  height: auto;
  font-size: 16px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-grid {
  background-color: #33333380;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 3rem;
  position: fixed;
  inset: auto 0% 0%;
}

.cta-button {
  text-align: center;
  background-color: #0000;
  width: 100%;
}

.cta-button.cta-get-quote, .cta-button.cta-visit-us {
  margin-top: 5px;
}

.cta-wrapper {
  height: auto;
  position: fixed;
  inset: auto 0% 0%;
}

.blog-collection-image {
  object-fit: cover;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-collection-title {
  color: var(--_color---primary--dark-gray);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 4px;
  font-family: Marcellus, sans-serif;
}

.blog-collection-summary {
  min-height: 0;
  color: var(--_color---neutral--dark-gray);
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.blog-collection-wrapper {
  background-color: #fdfdfd;
  border: 0 solid #a19f9f;
  border-radius: 5px;
  width: 30%;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.blog-collection-button {
  text-align: left;
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.blog-title {
  color: #ffd67e;
  text-align: center;
  font-family: Marcellus, sans-serif;
}

.blog-summary {
  color: #fff;
  padding-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.blog-text {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--colors--primary-accent);
  padding-top: 20px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.blog-hero-image {
  border: 1px solid var(--_color---primary--transparent-dark-gray);
  border-radius: 2rem;
  width: 100%;
  margin-top: 0;
  padding: 10px;
  font-family: Marcellus, sans-serif;
}

.blog-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.blog-section {
  background-color: var(--_color---secondary--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tabs-menu {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}

.tab-bttn {
  border: 1px solid var(--_color---neutral--mid-gray);
  background-color: var(--_color---neutral--white);
  color: var(--_color---gary);
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.tab-bttn.w--current {
  color: var(--_color---secondary--white);
  background-color: #000;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrapper {
  background-color: var(--colors--background);
  font-family: var(--_typography---paragraph-body--font);
  color: var(--colors--text);
  font-size: var(--_responsive---font-size--body);
  line-height: var(--_typography---paragraph-body--line-height);
  font-weight: var(--_typography---paragraph-body--font-weight);
  letter-spacing: var(--_typography---paragraph-body--letter-spacing);
  --colors--primary-accent: var(--_color---neutral--dark-gray);
  --colors--background: var(--_color---gary);
  --colors--text: var(--_color---neutral--white);
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.styles__nav-logo {
  color: #302f2c;
  width: 64px;
  line-height: .8;
}

.styles__nav {
  z-index: 9999;
  text-transform: uppercase;
  background-color: #1d1c1a;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: sticky;
  top: 0;
}

.styles__nav-version {
  color: #fff;
  text-transform: none;
  background-color: #302f2c;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  line-height: 1em;
  display: inline-block;
}

.styles__nav-link {
  color: #fff;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  color: #fff;
  background-color: #d14424;
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: #302f2c;
  text-decoration: none;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.container {
  width: 88%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.u-p-0 {
  padding: 0;
}

.styles__nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-main {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.row {
  grid-row-gap: var(--_layout---grid--gap-main);
  margin-left: calc(var(--_layout---grid--gap-main) / 2 * -1);
  margin-right: calc(var(--_layout---grid--gap-main) / 2 * -1);
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.row-gap-0 {
  grid-row-gap: 0rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.row.row-gap-sm {
  grid-row-gap: 8px;
  margin-left: calc(var(--_layout---grid--gap-sm) / 2 * -1);
  margin-right: calc(var(--_layout---grid--gap-sm) / 2 * -1);
}

.row.u-mb-md {
  margin-bottom: var(--_layout---spacing--margin-md);
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-gap-md {
  grid-row-gap: 20px;
  margin-left: calc(var(--_layout---grid--gap-md) / 2 * -1);
  margin-right: calc(var(--_layout---grid--gap-md) / 2 * -1);
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-align-center {
  align-items: center;
}

.row.row-align-center.u-h-100 {
  height: 100%;
}

.row.row-align-end {
  align-items: flex-end;
}

.row.row-align-end.u-h-100 {
  height: 100%;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-justify-around {
  justify-content: space-around;
}

.section {
  ---mode--collection-7df4a73c-9a56-a8b7-efe4-68d0c5f0336d: base;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.styles__selector-callout {
  color: #fff;
  letter-spacing: .01em;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles__row-example {
  border: 1px dashed #888680;
  height: 200px;
  margin-top: 4px;
  padding: 20px;
}

.u-mt-md {
  margin-top: 2em;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px solid #302f2c;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.col {
  padding-left: calc(var(--_layout---grid--gap-main) / 2);
  padding-right: calc(var(--_layout---grid--gap-main) / 2);
  flex: 1;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-lg-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-last {
  order: 1;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-shrink {
  flex: 0 auto;
}

.u-mb-sm {
  margin-bottom: 1em;
}

.u-mt-lg {
  margin-top: 3em;
}

.div-block-37 {
  background-color: var(--_color---primary--dark-gray);
}

.header-blog {
  background-color: var(--_color---neutral--white);
  min-height: 442px;
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_color---secondary--yellow);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 220px 3% 0;
  display: flex;
}

.heading {
  text-align: center;
  color: #000;
  max-width: 830px;
  font-size: 46px;
  line-height: 1.1;
}

.related-section {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.related-section.contant-main {
  padding: 100px 120px;
}

.related-section.contant-main.section-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.fwidth {
  width: 100%;
}

.div-block-38 {
  width: 100%;
  max-width: 885px;
}

.feat-coll-main {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coll-item-feat {
  border: 1px solid #00000047;
  border-radius: 2rem;
  padding: 15px;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.feat-image {
  border-radius: 20px;
  overflow: hidden;
}

._w-100 {
  border-radius: 2rem;
  width: 100%;
  font-family: Marcellus, sans-serif;
}

.heading-2 {
  color: var(--_color---gary);
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.featured-blog-heading {
  color: var(--_color---neutral--dark-gray);
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.feat-btn {
  background-color: #000;
  border-radius: 5px;
  font-family: Jost, sans-serif;
}

.text-block-5, .text-block-6 {
  font-size: 14px;
}

.paragraph-2 {
  color: var(--_color---neutral--dark-gray);
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.blog-sidebar {
  position: relative;
}

.blog-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.table-content {
  background-color: #181818;
  border: 1px solid #525252;
  border-radius: 30px;
  padding: 40px 30px;
  position: sticky;
  top: 100px;
  left: 0;
}

.heading-3 {
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_color---secondary--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.table-of-content-link {
  width: 100%;
  font-family: var(--_typography---fonts--primary-font);
  color: var(--_color---secondary--white);
  --_responsive---font-size--body: 1rem;
  --_responsive---font-size--h1: 5.5rem;
  --_responsive---font-size--h2: 3.8rem;
  --_responsive---font-size--h3: 2.3rem;
  --_responsive---font-size--h4: 1.5rem;
  --_responsive---font-size--h5: 1.2rem;
  --_responsive---font-size--h6: 1rem;
  --_responsive---font-size--paragraph-xl: 1.5rem;
  --_responsive---font-size--paragraph-lg: 1.25rem;
  --_responsive---font-size--paragraph-sm: .9rem;
  --_responsive---font-size--eyebrow: .8rem;
  --_responsive---padding--section: var(--_size---6rem);
  --_responsive---padding--card: var(--_size---1-5rem);
  border-bottom: 1px #00000026;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.table-of-content-link:hover {
  color: var(--_color---neutral--light-gray);
  background-color: #424242;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.table-of-content-link.w--current {
  border-left: 1px solid var(--_color---secondary--white);
  background-color: #424242;
}

.blog-contain {
  width: 67%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.frame-1610068137-copy {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.frame-1610068158-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 316px;
  display: flex;
}

.slide-new {
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition-property: transform opacity;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  position: relative;
}

.slide-new._1slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
}

.slider-2 {
  height: auto;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition-property: transform opacity;
  background-color: #0000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 0 1rem 1rem;
  display: flex;
  position: relative;
}

.slider-content._1slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
}

.slider-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding: 1rem .75rem;
  display: flex;
  position: relative;
}

.slider-column {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: 35%;
  display: flex;
  inset: 0% auto auto 0%;
}

.right-arrow {
  margin-top: 15px;
  margin-right: 35%;
  inset: 0% 0% auto auto;
}

@media screen and (min-width: 1440px) {
  .frame-1610067967.slider2 {
    grid-row-gap: 0px;
    margin-right: .5rem;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1440px;
  }

  .navbar-logo-left-container.shadow-three._2 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    left: 0;
    right: 0;
  }

  .elevating-spaces {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    display: flex;
  }

  .footer.section-container {
    display: flex;
  }

  .material-header {
    text-shadow: 3px 2px 4px #000;
  }

  .frame-83 {
    grid-column-gap: 5rem;
  }

  .old_section {
    background-image: none;
    background-size: auto;
    flex-flow: column;
    padding-left: 160px;
    padding-right: 160px;
    display: block;
  }

  .old_section.darkbg-2 {
    flex-flow: row;
  }

  .old_section.hero-section.hero-contact {
    height: 45vh;
  }

  .old_section.hero-section.hero-contact.dekton {
    background-image: url('../images/dekton-bg.png');
    background-position: 50%;
    background-size: cover;
  }

  .old_section.darkbg {
    padding-left: 120px;
    padding-right: 120px;
  }

  .old_section.mainproject {
    overflow: visible;
  }

  .old_section.mainproject.project {
    width: 1440px;
    padding-left: 0;
  }

  .old_section.materials {
    padding-top: 100px;
    display: block;
  }

  .old_section.collection {
    flex-flow: row;
    display: none;
  }

  .old_section.color-option {
    background-image: url('../images/Frame-1610067980.png');
    background-size: auto;
  }

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

  .rectangle-7 {
    border-radius: 8px 0 0 8px;
  }

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

  .links {
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-2 {
    grid-column-gap: 16px;
    padding-right: 0;
  }

  .content-2.project-header {
    grid-column-gap: 0px;
    padding-right: 120px;
  }

  .contact.contant-main.section-container {
    display: block;
  }

  .frame-427321951 {
    flex-flow: row;
  }

  .get-quote-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .frame-80 {
    margin-right: 36px;
  }

  .about-website {
    max-width: 400px;
  }

  .tabs-nav-item-underline2._01 {
    max-width: 413px;
  }

  .tabs-nav-item-underline2._01.w--current {
    grid-column-gap: 0em;
    max-width: 413px;
  }

  .tabs-nav-item-underline2._03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 413px;
  }

  .tabs-nav-item-underline2._02 {
    max-width: 25.8331rem;
  }

  .tabs-nav-icon-wrapper {
    display: none;
  }

  .catalog-slider_slide {
    background-color: #f5f5f500;
    width: auto;
  }

  .catalog-slider_list {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 34px;
    padding-right: 34px;
  }

  .catalog-slider_button {
    background-color: #fff;
    border-radius: 20px;
  }

  .catalog-slider_navigation {
    color: #5d2a2a;
    background-color: #f000;
  }

  .testimonial-slider {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials-slider_slide {
    background-color: #f5f5f500;
    padding: 0;
  }

  .testimonials-slider_list {
    width: 100%;
  }

  .testimonials-slider_button {
    background-color: #0000;
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .testimonials-slider_instance {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonials-slider_pagination, .testimonials-slider_navigation {
    display: none;
  }

  .testimonials-slider_list-wrapper {
    width: 100%;
  }

  .text-35 {
    margin-bottom: 48px;
  }

  .fs-consent_banner {
    overflow: hidden;
  }

  .text-field {
    overflow: clip;
  }

  .dark-bg-container {
    background-color: #181818;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .container-w3.gutter-outside {
    max-width: none;
  }

  .tabs-menu-underline-wrapper-2 {
    background-color: #46464600;
    border: 0 #ff4141;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
  }

  .section-tabs {
    background-color: #14141400;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-nav-unterline-2 {
    color: #000;
    background-color: #000;
  }

  .tabs-nav-text-2 {
    color: #000;
  }

  .third-example-with-unterline-2 {
    border-top-style: none;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-15 {
    background-image: url('../images/mymind-tZCrFpSNiIQ-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    overflow: clip;
  }

  .project-slider-2_slide {
    max-width: 386px;
  }

  .project-slider-2_list {
    overflow: visible;
  }

  .project-slider-2_instance {
    padding-right: 0;
  }

  .project-slider-2_list-wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .body-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .frame-1610067978 {
    z-index: 9999;
    position: static;
  }

  .frame-1610067978:hover {
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    transform: scale3d(1.01, 1.01, 999999);
  }

  .frame-1610067978.dekton, .frame-1610067978.full-service-event-production-3, .frame-1610067978.mr {
    background-size: cover, auto;
  }

  .materails.bgblur {
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: #3333334d;
    background-color: #00000040;
    border: 1px solid #0000;
  }

  .frame-1610067980 {
    background-image: linear-gradient(#18181800, #181818cc), url('../images/2.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-left: 0;
    transition: margin .2s, transform .2s;
  }

  .frame-1610067980:hover {
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    transform: scale(1.01);
    box-shadow: 0 2px 5px #0003;
  }

  .frame-1610067980.bottom1.left {
    background-image: linear-gradient(#18181800, #181818cc), url('../images/3.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-1610067980.bottom1.left:hover {
    margin-left: 2px;
    margin-right: 2px;
    transform: translate(0, 2px)scale(1.01);
  }

  .frame-1610067980.bottom1.left.proc, .frame-1610067980.bottom1.left.gr {
    background-size: cover, auto;
  }

  .frame-1610067980.bottom2.mid {
    background-image: linear-gradient(#18181800, #181818cc 100%, #181818), url('../images/4.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    transition: margin .2s, transform .2s;
  }

  .frame-1610067980.bottom2.mid:hover {
    margin-left: 2px;
    margin-right: 2px;
    transform: translate(0, 2px)scale3d(1.01, 1.01, 99999);
  }

  .frame-1610067980.bottom2.mid.dekton, .frame-1610067980.bottom2.mid.proc, .frame-1610067980.bottom2.mid.gr, .frame-1610067980.bottom2.mid.mr {
    background-size: cover, auto;
  }

  .frame-1610067980.bottom3 {
    background-image: linear-gradient(-180deg, #18181800, #181818cc), url('../images/6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-1610067980.bottom3:hover {
    margin-left: 2px;
    margin-right: 2px;
    transform: translate(0, 2px)scale(1.01);
  }

  .frame-1610067980.dekton, .frame-1610067980.proc, .frame-1610067980.gr, .frame-1610067980.mr {
    background-size: cover, auto;
  }

  .button-13 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-13.cookie-btn.cb2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .popup-wrapper-4 {
    z-index: 99999;
    display: none;
    position: absolute;
  }

  .frame-1610067986 {
    height: 100%;
  }

  .map {
    background-image: url('../images/SCR-20241216-olld.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-end;
    align-items: center;
    height: 420px;
  }

  .old_container {
    position: static;
    inset: auto 0% 0%;
  }

  .offer {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .contact-2 {
    height: auto;
  }

  .blog-header {
    max-width: 100%;
    margin-bottom: 0;
  }

  .subtitle {
    font-family: Jost, sans-serif;
    font-weight: 400;
  }

  .text-51 {
    font-family: Jost, sans-serif;
  }

  .text-52 {
    font-family: Jost, sans-serif;
    font-weight: 500;
  }

  .blog-content {
    flex-flow: column;
    max-width: 100%;
  }

  .blog-base-6 {
    width: 30%;
    max-width: 100%;
    max-height: none;
  }

  .vectors-wrapper-29, .vectors-wrapper-30 {
    width: 100%;
  }

  .frame-1610068009 {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
  }

  .frame-1610068009.reverse-flex {
    justify-content: space-between;
    align-items: center;
  }

  .frame-1610068010 {
    max-width: 70%;
  }

  .color-slider-2_slidesss {
    background-color: #f5f5f500;
  }

  .color-slider-2_button {
    background-color: #3898ec00;
    padding: 0;
  }

  .color-slider-2_navigation {
    background-color: #f5f5f500;
    display: none;
  }

  .blog-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blog-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .link-block-2 {
    width: 100%;
    max-width: 100%;
  }

  .frame-1610068047, .frame-1610068050, .frame-1610068053, .frame-1610068056, .frame-1610068059 {
    grid-row-gap: 24px;
  }

  .text-72 {
    font-size: 24px;
  }

  .frame-1610068062, .frame-1610068077, .frame-1610068080 {
    grid-row-gap: 24px;
  }

  .color-slider-2_slide {
    background-color: #f5f5f500;
  }

  .script {
    color: #181818;
    background-color: #181818;
    border: 1px solid #181818;
  }

  .mapmain {
    overflow: visible;
  }

  .text-105 {
    font-size: 24px;
  }

  .frame-1610068134, .frame-1610068143, .frame-1610068149, .frame-1610068150, .frame-1610068154, .frame-1610068155, .frame-1610068157, .frame-1610068159 {
    grid-row-gap: 24px;
  }

  .reviews-2 {
    height: auto;
  }

  .frame-1610068198 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sawyer-s-section.quartz, .sawyer-s-section.marble {
    width: 100%;
  }

  .sawyer-s-section.slider, .sawyer-s-section.slider-section {
    background-image: url('../images/Frame-1610067980.png');
    background-position: 0 0;
    background-size: auto;
  }

  .show-piece-holder.bottom {
    width: 30%;
    max-width: 425px;
    display: flex;
  }

  .show-piece-holder.top {
    object-fit: fill;
    max-width: 650px;
    display: flex;
  }

  .blog-collection-title {
    min-height: 110px;
  }

  .related-section.contant-main.section-container {
    display: block;
  }

  .slider-grid {
    background-color: #f5f5f500;
  }
}

@media screen and (min-width: 1920px) {
  .frame-1610067969 {
    justify-content: center;
    align-items: center;
  }

  .frame-1610067978 {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-size: 100%;
    background-attachment: scroll;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
  }

  .frame-1610067980.gr {
    background-image: url('../images/Frame-1610067969_2.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: auto, auto;
  }

  .sawyer-s-container.show-piece-container {
    width: 100%;
  }

  .sawyer-s-section.quartz {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-attachment: scroll;
    background-clip: padding-box;
  }

  .show-piece {
    padding-right: 0;
  }

  .show-piece-holder.bottom {
    margin-left: 25px;
    margin-right: 25px;
  }

  .show-piece-holder.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 10px;
  }

  .nav-menu {
    margin-left: -20px;
  }

  .navlogo {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---font-size--body: 1rem;
    --_responsive---font-size--h1: 4.8rem;
    --_responsive---font-size--h2: 3.2rem;
    --_responsive---font-size--h3: 2rem;
    --_responsive---font-size--h4: 1.3rem;
    --_responsive---font-size--h5: 1.2rem;
    --_responsive---font-size--h6: 1rem;
    --_responsive---font-size--paragraph-xl: 1.4rem;
    --_responsive---font-size--paragraph-lg: 1.2rem;
    --_responsive---font-size--paragraph-sm: .9rem;
    --_responsive---font-size--eyebrow: .8rem;
    --_responsive---padding--section: var(--_size---5rem);
    --_responsive---padding--card: var(--_size---1-5rem);
  }

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

  .vectors-wrapper-8 {
    width: 12px;
    height: 12px;
  }

  .frame-1171276531 {
    grid-column-gap: 24px;
  }

  .text-12 {
    font-size: 16px;
  }

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

  .frame-1171276528 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .text-3 {
    font-size: 36px;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .frame-1171276532 {
    grid-column-gap: 24px;
  }

  .elevating-spaces {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .footer.section-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .menu-button {
    width: 2rem;
    height: 2rem;
    color: inherit;
    background-color: #3330;
    border-radius: 8px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: 25px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.4rem;
    display: block;
  }

  .menu-button.w--open {
    z-index: 4;
    color: #fff;
    background-color: #333;
    width: 2rem;
    height: 2rem;
    margin-top: 24px;
    margin-right: 24px;
    padding-top: 0;
    display: block;
    position: absolute;
    inset: 4% 0% auto auto;
    overflow: auto;
  }

  .material-header {
    font-size: 64px;
  }

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

  .nav-menu-two {
    background-color: #000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .frame-83 {
    grid-column-gap: 36px;
  }

  .frame-83.contactus {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .error-1efcb714-2fd9-8bf8-e74d-293aeb9d8cd7 {
    font-size: 16px;
  }

  .old_section {
    padding: 64px 36px;
  }

  .old_section.darkbg-2, .old_section.hero-section, .old_section.darkbg, .old_section.materials.dekton.mainimages, .old_section.materials.main-mats {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .rectangle-7 {
    width: 100%;
  }

  .container-3 {
    width: 100%;
    max-width: 728px;
  }

  .frame-1171276537 {
    grid-row-gap: 4px;
  }

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

  .links {
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-2.project-header {
    padding-right: 38px;
  }

  .contact.contant-main.section-container {
    padding: 64px 36px;
  }

  .icon-3 {
    color: #fff;
  }

  .icon-3.navicon {
    width: 20px;
    font-size: 2rem;
    display: block;
  }

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

  .text-4 {
    font-size: 16px;
    line-height: 120%;
  }

  .full-service-event-production-3 {
    font-size: 36px;
  }

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

  .frame-427321951 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .get-quote-button {
    display: none;
  }

  .text-22, .text-20 {
    font-size: 24px;
  }

  .logo-2 {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-29 {
    font-size: 36px;
  }

  .logo-3 {
    width: 100%;
    height: 100%;
  }

  .testimonials-slider_slide {
    width: 50%;
  }

  .testimonials-slider_instance {
    justify-content: flex-start;
    align-items: center;
  }

  .text-35 {
    font-size: 36px;
  }

  .div-block-15 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .project-slider-2_slide {
    width: 50%;
  }

  .frame-1610067978 {
    height: 600px;
  }

  .text {
    font-size: 24px;
  }

  .frame-1610067980.bottom1, .frame-1610067980.bottom1.left.grad.material, .frame-1610067980.bottom2, .frame-1610067980.bottom3, .frame-1610067980.right {
    height: 400px;
  }

  .button-13 {
    display: none;
  }

  .button-13.cookie-btn.cb2 {
    display: block;
  }

  .shop-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: 100%;
  }

  .frame-1610067986 {
    height: 100%;
  }

  .container-6 {
    flex-flow: column;
    height: 100%;
  }

  .image-9 {
    height: 50vh;
  }

  .offer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-2.darkbg.popup {
    width: auto;
    height: auto;
    margin: 0;
    padding: 50px 30px;
  }

  .text-43 {
    width: auto;
    font-size: 24px;
  }

  .image-container, .form-block {
    width: 100%;
  }

  .blog-base-6 {
    width: 45%;
  }

  .frame-1610068002 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .frame-1610068007 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .frame-1610068008 {
    padding: 120px 36px;
  }

  .frame-1610068009 {
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .frame-1610068009.reverse-flex {
    flex-flow: column-reverse;
  }

  .rectangle-8 {
    width: 100%;
  }

  .frame-1610068010 {
    max-width: 100%;
  }

  .dropdown-list-3.toopen, .icon-4 {
    display: none;
  }

  .text-63, .text-64 {
    font-size: 18px;
  }

  .frame-1610068038 {
    grid-row-gap: 18px;
  }

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

  .frame-1610068041, .frame-1610068044, .frame-1610068047, .frame-1610068050, .frame-1610068053, .frame-1610068056, .frame-1610068059, .frame-1610068062, .frame-1610068077, .frame-1610068080, .frame-1610068083, .frame-1610068086 {
    grid-row-gap: 18px;
  }

  .div-block-30.contact_popup_container {
    display: none;
  }

  .div-block-31 {
    justify-content: space-between;
    align-items: center;
  }

  .code-embed-14 {
    height: 10px;
  }

  .div-block-32 {
    width: 24px;
    height: 24px;
  }

  .frame-1610068134 {
    grid-row-gap: 18px;
  }

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

  .frame-1610068139 {
    grid-row-gap: 18px;
  }

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

  .frame-1610068142 {
    height: 250px;
  }

  .frame-1610068143 {
    grid-row-gap: 18px;
  }

  .frame-1610068146, .frame-1610068147 {
    height: 250px;
  }

  .text-112, .text-113 {
    font-size: 14px;
  }

  .frame-1610068148, .frame-1610068149, .frame-1610068150, .frame-1610068154, .frame-1610068155, .frame-1610068156, .frame-1610068157 {
    grid-row-gap: 18px;
  }

  .frame-1610068158 {
    height: 250px;
  }

  .frame-1610068159, .frame-1610068160 {
    grid-row-gap: 18px;
  }

  .fs-slider-products_navigation {
    top: 3.5%;
  }

  .frame-1610068199 {
    padding: 10px 0 10px 10px;
  }

  .text-137, .text-139, .text-141, .text-143 {
    font-size: 18px;
  }

  .sawyer-s-section.quartz {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .show-piece {
    width: 100%;
    transition-property: none;
  }

  .show-piece:hover {
    box-shadow: 0 2px 10px 1px #333;
  }

  .navbar {
    position: fixed;
  }

  .nav-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button {
    position: absolute;
    inset: 75% 0% 0%;
    overflow: visible;
  }

  .nav-menu {
    z-index: 3;
    background-color: #333;
    border: 1px #000;
    border-radius: 8px;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: 0%;
  }

  .navbar-wraper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-dropdown {
    text-align: center;
    width: 100%;
  }

  .dropdown-icon.about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle {
    margin-right: 0;
  }

  .nav-dropdown-toggle.about-us-dropdown {
    margin-left: 0;
    margin-right: 10px;
    padding-right: 40px;
  }

  .nav-dropdown-list {
    background-color: var(--_color---gary);
    border: 1px #000;
    position: absolute;
  }

  .nav-menu-holder {
    text-align: left;
    flex-flow: column;
    flex: 1;
    align-self: flex-start;
    margin-top: 65px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .nav-text-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .sticky-cta {
    z-index: 1;
    display: block;
  }

  .cta-grid {
    background-color: #fff;
  }

  .cta-button.cta-get-quote {
    background-color: #333;
    border: 1px #333;
    border-radius: 8px;
    width: 98%;
    margin-left: 7px;
  }

  .cta-button.cta-visit-us {
    background-color: #333;
    border-radius: 8px;
    width: 98%;
    margin-right: 0;
    padding-right: 15px;
    display: inline-block;
  }

  .cta-wrapper {
    display: block;
  }

  .blog-collection-title {
    min-height: 140px;
  }

  .blog-collection-summary {
    min-height: 120px;
  }

  .blog-collection-wrapper {
    width: 31%;
  }

  .blog-hero-image {
    margin-top: -239px;
  }

  .tab-bttn {
    margin-bottom: 2px;
  }

  .u-p-0 {
    padding: 0;
  }

  .col.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-last {
    order: 1;
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .header-blog {
    min-height: 600px;
  }

  .heading {
    font-size: 50px;
  }

  .related-section.contant-main.section-container {
    padding: 64px 36px;
  }

  .frame-1610068158-copy {
    height: 250px;
  }

  .left-arrow {
    margin-left: 25%;
  }

  .right-arrow {
    margin-right: 25%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---font-size--body: 1rem;
    --_responsive---font-size--h1: 3.6rem;
    --_responsive---font-size--h2: 2.5rem;
    --_responsive---font-size--h3: 1.5rem;
    --_responsive---font-size--h4: 1.5rem;
    --_responsive---font-size--h5: 1.2rem;
    --_responsive---font-size--h6: 1rem;
    --_responsive---font-size--paragraph-xl: 1.3rem;
    --_responsive---font-size--paragraph-lg: 1.15rem;
    --_responsive---font-size--paragraph-sm: .9rem;
    --_responsive---font-size--eyebrow: .8rem;
    --_responsive---padding--section: var(--_size---4rem);
    --_responsive---padding--card: var(--_size---1rem);
  }

  .text-12 {
    font-size: 16px;
    font-weight: 300;
  }

  .frame-1171276528 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .frame-1171276532 {
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .elevating-spaces {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer.section-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .material-header {
    font-size: 48px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .frame-83.contactus {
    grid-row-gap: 48px;
  }

  .old_section, .old_section.darkbg {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-points {
    grid-row-gap: 24px;
  }

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

  .content-2.project-header {
    padding-right: 18px;
  }

  .frame-1171276518 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .contact.contant-main.section-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .full-service-event-production-3 {
    font-family: Marcellus, sans-serif;
    font-size: 44px;
  }

  .testimonials-slider_slide {
    width: 100%;
  }

  .div-block-15 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .frame-1610067977 {
    grid-row-gap: 16px;
  }

  .frame-1610067969 {
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
  }

  .frame-1610067978 {
    background-image: url('../images/image-4.png'), linear-gradient(#18181800, #181818cc);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    height: 300px;
  }

  .materails {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 40%;
    padding: 0;
  }

  .materails.bgblur {
    height: 20%;
  }

  .text {
    font-size: 18px;
  }

  .frame-1610067980, .frame-1610067980.bottom1 {
    height: 300px;
  }

  .frame-1610067980.bottom1.left {
    background-image: url('../images/image-3.png'), linear-gradient(#18181800, #181818cc), url('../images/4.png');
    background-position: 0 0, 0 0, 50%;
    background-size: cover, auto, cover;
  }

  .frame-1610067980.bottom1.left.grad.material, .frame-1610067980.bottom2 {
    height: 300px;
  }

  .frame-1610067980.bottom2.mid {
    background-image: url('../images/image-1.png'), linear-gradient(#18181800, #181818cc), url('../images/image-3.png');
    background-position: 50%, 0 0, 50%;
    background-size: cover, auto, cover;
  }

  .frame-1610067980.bottom3, .frame-1610067980.right {
    height: 300px;
  }

  .popup-wrapper-4 {
    display: none;
  }

  .blog-base-6 {
    width: 100%;
  }

  .frame-1610068002, .frame-1610068008 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .text-59 {
    font-size: 36px;
  }

  .frame-1610068028 {
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-63, .text-64, .text-66 {
    font-size: 18px;
  }

  .text-107, .text-110, .text-112, .text-113 {
    font-size: 10px;
  }

  .text-132 {
    font-size: 36px;
  }

  .fs-slider-products_navigation {
    grid-column-gap: 17rem;
    grid-row-gap: 17rem;
    top: 4.5%;
  }

  .sawyer-s-container.show-piece-container {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sawyer-s-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sawyer-s-section.quartz {
    padding-top: 100px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .show-piece {
    width: 100%;
    height: auto;
  }

  .show-piece-holder.bottom, .show-piece-holder.top {
    width: 80%;
    display: flex;
  }

  .sticky-cta {
    display: block;
    position: absolute;
    top: auto;
  }

  .cta-grid {
    inset: auto 0% 0%;
  }

  .blog-collection-title, .blog-collection-summary {
    min-height: auto;
  }

  .blog-collection-wrapper {
    width: 100%;
  }

  .collection-list-2 {
    flex-flow: column;
  }

  .blog-hero-image {
    width: 100%;
    margin-top: -316px;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .u-p-0 {
    padding: 0;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-last {
    order: 1;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .header-blog {
    min-height: 450px;
    padding-bottom: 100px;
  }

  .heading {
    font-size: 40px;
  }

  .related-section.contant-main.section-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-post {
    margin-top: 220px;
  }

  .blog-wrap {
    grid-template-columns: .5fr 1fr;
    display: block;
  }

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

  .table-of-content-link.w--current {
    font-size: 16px;
  }

  .blog-contain {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---font-size--body: 1rem;
    --_responsive---font-size--h1: 2.8rem;
    --_responsive---font-size--h2: 2rem;
    --_responsive---font-size--h3: 1.5rem;
    --_responsive---font-size--h4: 1.5rem;
    --_responsive---font-size--h5: 1.2rem;
    --_responsive---font-size--h6: 1rem;
    --_responsive---font-size--paragraph-xl: 1.2rem;
    --_responsive---font-size--paragraph-lg: 1.1rem;
    --_responsive---font-size--paragraph-sm: .9rem;
    --_responsive---font-size--eyebrow: .8rem;
    --_responsive---padding--section: var(--_size---3rem);
    --_responsive---padding--card: var(--_size---1-5rem);
  }

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

  .nav-menu-wrapper {
    background-color: #000;
    flex-flow: row;
    display: block;
  }

  .guy-hawkins {
    font-size: 14px;
  }

  .testimonial-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .frame-1171276528 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-list {
    width: auto;
  }

  .frame-1171276529 {
    width: auto;
    padding: 4px 12px;
  }

  .navbar-wrapper {
    width: 100vw;
  }

  .frame-1171276520 {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 0;
  }

  .navbar-logo-left-container.shadow-three._2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .view-all-6 {
    width: 100%;
    line-height: 100%;
  }

  .text-19 {
    line-height: 120%;
  }

  .testimonial-card {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .view-all-5 {
    line-height: 100%;
  }

  .elevating-spaces {
    flex-flow: column;
  }

  .footer.section-container {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button.w--open {
    margin-right: 25px;
  }

  .material-header {
    width: 100%;
    max-width: 100vw;
    font-size: 36px;
  }

  .footer-links {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .nav-menu-two {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .what-we-do {
    grid-row-gap: 24px;
  }

  .frame-83 {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .old_section {
    padding: 36px 16px;
    overflow: hidden;
  }

  .old_section.darkbg-2 {
    width: 100%;
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .old_section.darkbg-2.scriptcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .old_section.hero-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    padding: 40px 24px 0;
    display: flex;
  }

  .old_section.darkbg {
    width: auto;
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .old_section.materials.dekton.mainimages {
    background-image: none;
    padding: 36px 16px;
  }

  .old_section.materials.main-mats {
    padding: 36px 16px;
  }

  .old_section.color-option {
    padding-bottom: 36px;
  }

  .service-points {
    grid-row-gap: 24px;
  }

  .rectangle-7 {
    width: 100vw;
    height: 50%;
    display: block;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .text-24 {
    font-size: 12px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .links {
    grid-row-gap: 24px;
    flex-flow: wrap;
    display: flex;
  }

  .content-2 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .frame-1171276518 {
    margin-top: 36px;
  }

  .footer-copyright {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content {
    width: 80vw;
    padding: 16px;
  }

  .contact.contant-main.section-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vectors-wrapper-10 {
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: 24px;
  }

  .full-service-event-production-3 {
    font-size: 24px;
  }

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

  .button-7 {
    z-index: 2;
    padding: 12px 16px;
    font-size: 14px;
    position: relative;
  }

  .get-quote-button {
    margin-left: 0;
    padding: 12px 16px;
    display: none;
  }

  .get-quote-button.btn-laptop.navbutton {
    display: none;
  }

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

  .links-3.nav-link {
    padding-right: 0;
  }

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

  .button-9 {
    grid-column-gap: 4px;
    width: 60%;
    height: 36px;
  }

  .about-website, ._2020-linearity-gmb-2 {
    font-size: 12px;
  }

  .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .testimonial-slider {
    max-width: 100%;
  }

  .testimonials-slider_slide {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .testimonials-slider_list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials-slider_instance {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .testimonials-slider_list-wrapper {
    width: 100%;
  }

  .fs-consent_banner {
    width: 100%;
    display: block;
  }

  .fs-consent_banner_wrapper {
    padding: 1rem;
  }

  .form {
    flex-flow: column;
  }

  .tabs-menu-underline-wrapper-2 {
    padding: .8em 1em 1em;
    overflow: visible;
  }

  .div-block-15 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .project-slider-2_slide {
    width: 100%;
  }

  .frame-1610067969 {
    height: auto;
  }

  .frame-1610067978, .frame-1610067978.dekton, .frame-1610067978.full-service-event-production-3, .frame-1610067978.mr, .frame-1610067980, .frame-1610067980.bottom1, .frame-1610067980.bottom1.left, .frame-1610067980.bottom1.left.proc, .frame-1610067980.bottom1.left.gr, .frame-1610067980.bottom1.left.grad.material, .frame-1610067980.bottom2, .frame-1610067980.bottom3, .frame-1610067980.dekton, .frame-1610067980.proc, .frame-1610067980.gr, .frame-1610067980.mr, .frame-1610067980.right {
    height: 200px;
  }

  .button-13 {
    padding: 8px;
  }

  .div-block-23 {
    padding-top: 12px;
  }

  .code-embed-6 {
    max-width: 16px;
    max-height: 16px;
  }

  .popup-wrapper-4 {
    z-index: 9999;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: fixed;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .dropdown-toggle {
    display: block;
  }

  .features {
    padding-left: 48px;
    padding-right: 48px;
  }

  .features-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .shop-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
  }

  .frame-1610067986 {
    height: auto;
  }

  .map {
    padding: 16px 26px 16px 16px;
  }

  .old_container {
    flex-flow: column;
  }

  .container-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: 100%;
  }

  .image-9 {
    overflow: clip;
  }

  .offer {
    width: 100%;
    padding: 0;
  }

  .contact-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-2.lightbg {
    z-index: 2;
  }

  .contact-2.darkbg.popup {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 10px;
  }

  .text-43 {
    text-align: left;
    width: 80%;
    font-size: 18px;
  }

  .name {
    flex-flow: column;
  }

  .label {
    font-size: 10px;
  }

  .input-2 {
    color: #e7e7e7;
    padding: 0 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .input-3 {
    font-size: 12px;
  }

  .form-2, .form-block {
    width: 100%;
  }

  .text-46 {
    font-size: 36px;
  }

  .subtitle {
    text-align: left;
    font-family: Jost, sans-serif;
    font-weight: 300;
  }

  .text-51 {
    font-size: 12px;
  }

  .vectors-wrapper-29 {
    height: 150px;
  }

  .container-9 {
    padding: 12px 16px;
  }

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

  .frame-1610068002 {
    padding: 64px 16px;
  }

  .our-new-showroom {
    font-size: 36px;
  }

  .text-54 {
    font-size: 16px;
  }

  .frame-1610068008 {
    padding: 64px 16px;
  }

  .crafting-excellence-since-2015 {
    font-size: 36px;
  }

  .text-55, .text-56 {
    font-size: 16px;
  }

  .text-59 {
    font-size: 24px;
  }

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

  .color-slider-2_slidesss {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 25%;
    padding: 0;
    display: flex;
    position: static;
  }

  .color-slider-2_list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .color-slider-2_instance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .frame-1610068028 {
    padding: 4px;
  }

  .code-embed-9, .code-embed-10 {
    width: 36px;
  }

  .dekton {
    width: 100%;
    height: 60%;
  }

  .dropdown-list-3.toopen {
    padding-left: 0;
  }

  .sile-stone---1 {
    grid-row-gap: 12px;
    display: flex;
  }

  .frame-1610068031 {
    height: auto;
  }

  .content-19 {
    height: 150px;
  }

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

  .frame-1610068032 {
    grid-row-gap: 12px;
    display: flex;
  }

  .frame-1610068033 {
    height: auto;
  }

  .content-20 {
    height: 150px;
  }

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

  .frame-1610068038 {
    grid-row-gap: 12px;
    display: flex;
  }

  .frame-1610068039 {
    height: auto;
  }

  .content-22 {
    height: 150px;
  }

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

  .frame-1610068041 {
    grid-row-gap: 16px;
  }

  .frame-1610068042 {
    height: auto;
  }

  .content-23 {
    height: 150px;
  }

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

  .frame-1610068044 {
    grid-row-gap: 16px;
  }

  .frame-1610068045 {
    height: auto;
  }

  .content-24 {
    height: 150px;
  }

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

  .frame-1610068048 {
    height: auto;
  }

  .content-25 {
    height: 150px;
  }

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

  .frame-1610068050 {
    grid-row-gap: 16px;
  }

  .frame-1610068051 {
    height: auto;
  }

  .content-26 {
    height: 150px;
  }

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

  .frame-1610068053 {
    grid-row-gap: 16px;
  }

  .frame-1610068054 {
    height: auto;
  }

  .content-27 {
    height: 150px;
  }

  .milky-white-bq201 {
    font-size: 14px;
    line-height: 150%;
  }

  .frame-1610068056 {
    grid-row-gap: 16px;
  }

  .frame-1610068057 {
    height: auto;
  }

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

  .frame-1610068059 {
    grid-row-gap: 16px;
  }

  .frame-1610068060 {
    height: auto;
  }

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

  .frame-1610068062 {
    grid-row-gap: 16px;
  }

  .frame-1610068063 {
    height: auto;
  }

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

  .frame-1610068077 {
    grid-row-gap: 16px;
  }

  .frame-1610068078 {
    height: auto;
  }

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

  .frame-1610068080 {
    grid-row-gap: 16px;
  }

  .frame-1610068081 {
    height: auto;
  }

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

  .frame-1610068083 {
    grid-row-gap: 16px;
  }

  .frame-1610068084 {
    height: auto;
  }

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

  .frame-1610068086 {
    grid-row-gap: 16px;
  }

  .frame-1610068087 {
    height: auto;
  }

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

  .color-slider-2_slide.new {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .div-block-30.contact_popup_container {
    padding: 36px 24px;
    display: none;
  }

  .div-block-32 {
    width: 24px;
    height: 24px;
  }

  .frame-1610068132 {
    height: auto;
  }

  .text-105, .text-106 {
    font-size: 14px;
  }

  .frame-1610068133 {
    height: auto;
  }

  .frame-1610068134 {
    grid-row-gap: 16px;
  }

  .frame-1610068135 {
    height: auto;
  }

  .text-107 {
    font-size: 10px;
  }

  .frame-1610068136 {
    height: auto;
  }

  .frame-1610068137 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: 25%;
    display: flex;
  }

  .frame-1610068138 {
    height: auto;
  }

  .text-108, .text-109 {
    font-size: 14px;
  }

  .frame-1610068139 {
    grid-row-gap: 16px;
  }

  .frame-1610068140 {
    height: auto;
  }

  .text-110 {
    font-size: 10px;
  }

  .frame-1610068141 {
    height: auto;
  }

  .frame-1610068142 {
    height: 150px;
  }

  .frame-1610068143 {
    grid-row-gap: 16px;
  }

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

  .frame-1610068144 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .frame-1610068145 {
    height: auto;
  }

  .frame-1610068146 {
    height: 150px;
  }

  .frame-1610068147 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 150px;
  }

  .text-112, .text-113 {
    font-size: 10px;
  }

  .text-114, .text-115 {
    font-size: 14px;
  }

  .frame-1610068148, .frame-1610068149 {
    grid-row-gap: 16px;
  }

  .frame-1610068151, .frame-1610068152, .frame-1610068153 {
    height: auto;
  }

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

  .frame-1610068154, .frame-1610068155, .frame-1610068156 {
    grid-row-gap: 16px;
  }

  .milky-white-bq201-3 {
    font-size: 14px;
    line-height: 150%;
  }

  .frame-1610068157 {
    grid-row-gap: 16px;
  }

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

  .frame-1610068158 {
    height: 150px;
  }

  .frame-1610068159, .frame-1610068160 {
    grid-row-gap: 16px;
  }

  .sile-stone---3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 25%;
    margin-right: 0;
    display: flex;
  }

  .text-118, .text-119 {
    font-size: 14px;
  }

  .frame-1610068161 {
    height: auto;
  }

  .frame-1610068162 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .code-embed-17 {
    width: 36px;
  }

  .code-embed-17.ot {
    width: 40px;
  }

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

  .code-embed-18 {
    width: 36px;
  }

  .code-embed-18.ot {
    width: 40px;
  }

  .text-132 {
    font-size: 24px;
  }

  .fs-slider-products_slide._1slide {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-slider-products_button {
    width: 36px;
  }

  .fs-slider-products_navigation {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
    top: 4.5%;
  }

  .text-136 {
    font-size: 36px;
  }

  .frame-1610068197 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .reviews-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .frame-1610068198 {
    height: 150px;
  }

  .frame-1610068199 {
    max-width: none;
  }

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

  .frame-1610068201 {
    width: 100%;
    height: 100%;
  }

  .frame-1610068203 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .reviews-3 {
    grid-column-gap: 0px;
    flex-flow: column;
    width: 33%;
  }

  .frame-1610068204 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 200px;
  }

  .content-44 {
    max-width: none;
  }

  .frame-1610068205 {
    grid-column-gap: 0px;
    flex-flow: row;
    max-width: none;
    height: auto;
    padding: 10px;
    overflow: clip;
  }

  .text-139 {
    text-align: left;
    word-break: break-all;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
  }

  .text-140 {
    font-size: 36px;
  }

  .frame-1610068209 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .reviews-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .frame-1610068210 {
    height: 200px;
  }

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

  .text-142 {
    font-size: 36px;
  }

  .frame-1610068215 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .reviews-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .frame-1610068216 {
    height: 200px;
  }

  .content-46 {
    grid-row-gap: 0px;
    max-width: none;
  }

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

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }

  .sawyer-s-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sawyer-s-section.quartz {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .show-piece {
    vertical-align: baseline;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--_color---primary--dark-gray);
    border-radius: 0;
  }

  .navbar-wraper {
    padding-top: 20px;
  }

  .sticky-cta {
    z-index: 1;
    display: block;
  }

  .cta-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #fff;
    place-items: center;
    height: auto;
    padding: 10px 3px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .cta-button-wrapper {
    background-color: #333;
    border-radius: 8px;
    width: 95%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .cta-button.cta-get-quote, .cta-button.cta-visit-us {
    margin-top: 3px;
  }

  .cta-wrapper {
    display: block;
  }

  .blog-collection-title, .blog-collection-summary {
    min-height: auto;
  }

  .blog-collection-wrapper {
    width: 100%;
  }

  .collection-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .tab-bttn {
    margin-bottom: 1px;
    margin-right: 0;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .u-p-0 {
    padding: 0;
  }

  .styles__row-example {
    height: auto;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .header-blog {
    background-position: 98% 80%, 2% 102%, -120px 25px, 100% 150%;
    min-height: 268px;
    max-height: 347px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .heading {
    font-size: 30px;
  }

  .related-section.contant-main.section-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-1610068137-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .frame-1610068158-copy {
    height: 150px;
  }

  .slide-new._1slide, .slider-content._1slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-grid.new {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .slider-column {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 25%;
    margin-right: 0;
    display: flex;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    margin-left: 10%;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    margin-right: 10%;
    display: flex;
  }
}

#w-node-_0927aa08-2f9d-1bc1-4651-f626eb824f9e-e24e4661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519ce596-1074-dc97-e9f4-8013914574c8-e24e4661 {
  align-self: center;
}


