:root {
  --floral-white: #fffbf3;
  --black: #13120d;
  --black-rock: #303040;
  --peach-puff: #ffdeba;
  --burlywood: #ffe9d2;
  --white: white;
  --linen: #fdf4e8;
  --dark-blue: #1d1d27;
  --muted-gray: #f4f3f0;
  --antique-white: #ffecd8;
  --gray: #242424;
  --alice-blue: #f1f6ff;
  --gray-2: #2b2b2b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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 {
  background-color: var(--floral-white);
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--black-rock);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  color: var(--black-rock);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--black-rock);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--black-rock);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2em;
}

h5 {
  color: var(--black-rock);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}

h6 {
  color: var(--black-rock);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

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

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--black-rock);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.radio-button {
  border: 2px solid var(--black-rock);
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  transition: border .3s ease-in-out;
}

.radio-button:focus {
  border-width: 5px;
  border-color: #001e2e;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--black-rock);
  background-color: #0000;
}

.radio-button.w--redirected-focus {
  border-color: var(--black-rock);
  box-shadow: none;
}

.heading-h2 {
  color: var(--black-rock);
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-h6 {
  color: var(--black-rock);
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.style-guide-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.radio-button-label {
  padding-left: 6px;
}

.style-guide-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title {
  margin-bottom: 30px;
}

.guide-item {
  text-align: center;
  padding: 10px;
}

.container {
  background-color: #0000;
  justify-content: center;
  max-width: 980px;
  padding: 40px 20px 20px;
  display: block;
  overflow: visible;
}

.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.style-guide-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-h3 {
  color: var(--black-rock);
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2em;
}

.success-message {
  color: #fff;
  background-color: #00ac1a;
  border-radius: 10px;
  padding: 10px 30px;
}

.form-select {
  background-color: var(--peach-puff);
  border: 0 solid #000;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .3s ease-in-out;
}

.form-select:focus {
  background-color: var(--burlywood);
}

.checkbox {
  border-width: 2px;
  border-color: var(--black-rock);
  border-radius: 5px;
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
}

.checkbox.w--redirected-checked {
  border-color: var(--black-rock);
  background-color: #0e1013;
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 5px;
}

.checkbox.w--redirected-focus {
  border-color: var(--black-rock);
  box-shadow: none;
  border-radius: 5px;
}

.input-group {
  align-items: center;
  width: 100%;
}

.heading-h1 {
  color: var(--black-rock);
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.2em;
}

.button-outline {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fdf4e8;
  border-radius: 50px;
  padding: 10px 30px;
  transition: all .3s ease-in-out;
  display: block;
}

.button-outline:hover {
  background-color: var(--burlywood);
  color: var(--black-rock);
}

.button-outline.mobile-hide {
  background-color: #a83737b3;
  border-color: #fdf4e800;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-outline.mobile-hide:hover {
  color: #fff;
  background-color: #a83737;
}

.button-outline.button-top {
  margin-top: 30px;
}

.color-box {
  border: 1px solid var(--black-rock);
  border-radius: 10px;
  width: 150px;
  height: 150px;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 6px;
  font-size: 16px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.divider {
  background-color: var(--black-rock);
  height: 1px;
  margin-top: 40px;
}

.lead-text {
  color: #fdf4e8;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-h4 {
  color: var(--black-rock);
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2em;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #464646;
  border-radius: 10px;
  padding: 10px 30px;
}

.heading-h5 {
  color: #303040;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-h5.text-floral-white {
  color: #fffbf3;
  padding-bottom: 10px;
}

.instructions-section, .licenses-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-info-title {
  margin-top: 50px;
}

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

.changelog-version {
  background-color: var(--black-rock);
  color: var(--floral-white);
  border-radius: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  display: inline-block;
}

.changelog-title {
  line-height: 1.6em;
}

.hero-inner {
  text-align: center;
  background-color: #fffbf3;
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
}

.container-full {
  max-width: 100%;
  padding-left: 4%;
  padding-right: 70px;
}

.section-spacing-bottom {
  padding-bottom: 50px;
}

.utility-page {
  background-color: var(--black-rock);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  width: 800px;
  padding: 50px;
  display: flex;
}

.coming-soon-icon {
  height: 150px;
}

.subscribe-form {
  align-items: flex-start;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-medium {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.more-templates {
  z-index: 1000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 1px 10px 1px 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.bg-black-rock {
  background-color: var(--black-rock);
}

.bg-floral-white {
  background-color: var(--floral-white);
}

.bg-burlywood {
  background-color: var(--burlywood);
}

.bg-black {
  background-color: var(--black);
}

.bg-white {
  background-color: var(--white);
}

.bg-peach-puff {
  background-color: var(--peach-puff);
}

.text-white {
  color: var(--white);
  padding-right: 16px;
  font-size: 12px;
}

.button-dark-outline {
  color: var(--black-rock);
  text-align: center;
  background-color: #0000;
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
  display: block;
}

.button-dark-outline:hover {
  color: #f4f3f0;
  background-color: #a83737;
}

.button-dark-outline.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.button-dark-outline.mobile-hide.w--current {
  border-radius: 10px;
}

.button-dark-outline.mobile-hide.descriptionblock {
  color: var(--white);
  background-color: #a83737d9;
  width: 250px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: block;
}

.button-dark-outline.mobile-hide.descriptionblock:hover {
  background-color: #a83737;
}

.button-dark-outline.mobile-hide.descriptionblock.capitals {
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.button-dark-outline.mobile-hide.order-form {
  border-radius: 0;
  width: 150px;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.button-dark-outline.mobile-hide.order-form.byn2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar {
  z-index: 100;
  background-color: #fffbf3;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.grid-navbar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
}

.nav-link {
  color: var(--black-rock);
  margin: 15px;
  padding: 0;
  transition: color .3s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: #a83737;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.icon {
  margin-right: 0;
}

.icon:hover {
  color: #a83737;
}

.nav-menu {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-list {
  background-color: var(--burlywood);
  border-radius: 10px;
  flex-direction: column;
  width: 200px;
  margin-top: 10px;
  padding: 15px;
}

.dropdown-list.w--open {
  background-color: #fcf4e8;
}

.dropdown-link {
  color: #1d1d27;
  width: 100%;
  padding: 10px 6px;
  transition: color .3s ease-in-out;
}

.dropdown-link:hover {
  color: #a83737;
}

.dropdown-link:focus {
  color: #1d1d27;
}

.dropdown-link:focus-visible {
  color: #1d1d27;
}

.dropdown-link[data-wf-focus-visible], .dropdown-link:visited {
  color: #1d1d27;
}

.dropdown-link.w--current {
  color: var(--floral-white);
}

.navbar-dark {
  background-color: var(--black-rock);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dark-link {
  color: var(--floral-white);
  margin: 15px;
  padding: 0;
  font-size: 14px;
  transition: color .3s ease-in-out;
}

.nav-dark-link:hover, .nav-dark-link.w--current {
  color: var(--burlywood);
}

.footer {
  color: #13120d;
  background-color: #13120e;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.grid-footer {
  z-index: 1;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.grid-footer-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-link {
  color: #fef4e8b3;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--floral-white);
}

.footer-title {
  margin-top: 10px;
  margin-bottom: 0;
  display: none;
}

.contact-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black-rock);
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-image {
  opacity: .6;
  color: var(--linen);
  height: 20px;
  display: block;
}

.footer-item-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-form {
  justify-content: center;
  align-items: center;
  position: relative;
}

.submit-button {
  background-color: var(--black-rock);
  color: var(--floral-white);
  border-radius: 10px;
  padding: 8px 16px;
  transition: all .3s ease-in-out;
  display: none;
  position: absolute;
  inset: 6px 6px 6px auto;
}

.submit-button:hover {
  background-color: var(--burlywood);
  color: var(--black-rock);
}

.footer-form-input {
  background-color: var(--peach-puff);
  color: var(--black-rock);
  border: 0 solid #000;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 20px;
  padding: 10px 99px 10px 20px;
  display: none;
}

.footer-form-input:focus {
  background-color: var(--floral-white);
}

.footer-form-input::placeholder {
  color: var(--black-rock);
}

.social-media-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.social-media-icon {
  height: 20px;
  display: none;
}

.footer-social-item {
  margin-top: 20px;
}

.footer-decoration {
  position: absolute;
}

.footer-decoration.one {
  z-index: 0;
  opacity: .2;
  display: none;
  inset: auto auto 0% 0%;
}

.footer-decoration.two {
  opacity: .3;
  display: none;
  inset: auto -31px 0% auto;
  transform: rotate(-8.69deg);
}

.copyright-text {
  text-align: center;
  border-top: 1px solid #13120d1a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-description {
  color: #fff;
  margin-bottom: 0;
  display: none;
}

.button-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-items: center;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: flex;
}

.button-icon:hover {
  color: var(--burlywood);
}

.button-icon.w--current {
  display: none;
}

.button-arrow {
  width: 30px;
}

.button-text {
  color: #e8b681cc;
  display: none;
}

.hero-section {
  position: relative;
}

.section-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.hero-title-wrap.align-center {
  justify-content: center;
}

.hero-title {
  color: var(--floral-white);
  text-transform: uppercase;
  font-size: 60px;
}

.hero-badge-rounded {
  background-color: var(--floral-white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.hero-logo-icon {
  height: 30px;
  position: absolute;
  inset: auto;
}

.hero-big-image {
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
}

.hero-image-wrap {
  width: 220px;
  height: 90px;
  position: relative;
}

.hero-image {
  object-fit: cover;
  border-radius: 80px;
  height: 100%;
}

.hero-image-one, .hero-image-two, .hero-image-three {
  object-fit: cover;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content {
  padding-top: 80px;
}

.hero-bg {
  z-index: -1;
  background-color: var(--black-rock);
  height: 452px;
  position: absolute;
  inset: 0%;
}

.work-with-us {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.work-with-us.section-spacing {
  padding: 60px 3rem;
}

.section-title-center {
  text-align: center;
  width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-about-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 30px;
}

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

.about-description {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.grid-avatar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: auto;
  padding-top: 0;
  display: block;
}

.rating-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rating-title {
  margin-bottom: 0;
  font-size: 20px;
}

.rating-text {
  margin-top: 12px;
  margin-bottom: 12px;
  display: none;
}

.avatar-group-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-group {
  border: 1px none var(--black-rock);
  border-radius: 50px;
  height: 150px;
  margin-left: -20px;
}

.avatar-group.first {
  border-style: none;
  height: 100px;
  margin-left: 0;
  position: relative;
}

.avatar-group.second, .avatar-group.third, .avatar-group.fourth {
  border-style: none;
  position: relative;
}

.avatar-group.fith {
  display: none;
}

.avatar-item {
  background-color: var(--black-rock);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: -20px;
  display: none;
  position: relative;
  left: 24px;
}

.about-image {
  border-radius: 10px;
  display: none;
}

.about-image-wrap {
  position: relative;
}

.video-rounded-wrap {
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  display: flex;
  position: relative;
}

.video-light-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-video-wrap {
  display: none;
  position: absolute;
  inset: -74px -74px auto auto;
}

.video-play-icon {
  height: 100px;
}

.hero-text-rounded {
  height: 136px;
}

.grid-feature-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.featue-icon {
  height: 40px;
  margin-right: 96px;
  display: block;
}

.hero-image-four {
  object-fit: cover;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-section {
  z-index: 1;
}

.service-section.section-spacing-bottom {
  padding-top: 80px;
  display: none;
}

.service-thumb-fixed-image {
  z-index: 0;
  border-radius: 50%;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}

.service-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.service-item-left-side {
  text-align: right;
  text-decoration: none;
}

.service-item-left-side.service-border {
  border-top: 1px solid var(--burlywood);
  border-bottom: 1px solid var(--burlywood);
  border-top: 1px solid #e8b681;
  border-bottom: 1px solid #e8b681;
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-image-wrap {
  border-radius: 50%;
  width: 100%;
  max-width: 560px;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.service-image {
  border-radius: 50%;
  display: block;
}

.service-fit-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.service-content {
  text-decoration: none;
  display: none;
}

.service-item-right-side {
  text-align: left;
  text-decoration: none;
}

.service-item-right-side.service-border {
  border-top: 1px solid var(--burlywood);
  border-bottom: 1px solid var(--burlywood);
  border-top: 1px solid #e8b681;
  border-bottom: 1px solid #e8b681;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-service-list {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  position: relative;
}

.step-by-step-process {
  background-color: var(--black-rock);
  position: relative;
  overflow: hidden;
}

.step-by-step-process.section-spacing {
  background-color: #1d1d27;
  margin-top: 0;
  padding: 60px 2rem;
  display: block;
}

.section-title {
  width: 50%;
  margin-bottom: 70px;
}

.work-step-title {
  color: #fdecd8;
  text-align: center;
  text-transform: capitalize;
  align-items: center;
  font-size: 40px;
  display: block;
}

.grid-work-step {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  position: relative;
}

.work-icon-wrap {
  background-color: #e8b681cc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.work-step-content {
  color: var(--floral-white);
}

.text-floral-white {
  color: #161616;
  margin-bottom: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
}

.work-step-wrap {
  margin-top: 80px;
  display: block;
  position: relative;
}

.arrow-icon {
  opacity: .2;
  width: 360px;
  position: absolute;
  top: 470px;
  transform: translate(21px);
}

.arrow-icon.one {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto 49.5px;
}

.arrow-icon.two {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 39px 30% 75% auto;
}

.arrow-icon._4 {
  transition: opacity .2s;
  top: 500px;
  left: 400px;
  transform: rotate(-1deg);
}

.work-icon {
  opacity: .91;
  width: 50px;
  height: auto;
}

.decoration.one {
  opacity: .6;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decoration.two {
  opacity: .73;
  height: 150px;
  display: none;
  position: absolute;
  inset: 39% auto auto -12%;
}

.decoration.three {
  opacity: .2;
  position: absolute;
  inset: -141px 35px auto auto;
}

.decoration.four {
  opacity: .2;
  height: 300px;
  display: block;
  position: absolute;
  inset: auto -14px -63% auto;
}

.decoration.five {
  opacity: .2;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.decoration.six {
  opacity: .2;
  height: 150px;
  position: absolute;
  inset: auto 0% -7px auto;
}

.decoration.seven {
  z-index: 0;
  opacity: .2;
  height: 300px;
  position: absolute;
  inset: auto auto 26% 34%;
}

.decoration.eight {
  opacity: .3;
  display: none;
  position: absolute;
  inset: -4% auto auto 3%;
}

.decoration.nine {
  opacity: .3;
  height: 300px;
  display: none;
  position: absolute;
  inset: -103px 20px auto auto;
}

.decoration.ten {
  z-index: -1;
  opacity: .2;
  height: 200px;
  position: absolute;
  inset: auto 6% 66% auto;
}

.decoration.eleven {
  opacity: .2;
  height: 100px;
  position: absolute;
  inset: 10px auto auto 200px;
}

.decoration.twelve {
  opacity: .2;
  display: inline-block;
  position: absolute;
  inset: auto auto 69% 30px;
}

.decoration.thirteen {
  opacity: .2;
  height: 260px;
  position: absolute;
  inset: -15px 84px auto auto;
}

.decoration.fourteen {
  opacity: .2;
  position: absolute;
  inset: auto auto 0% 16px;
}

.decoration.fifteen {
  opacity: .2;
  height: 150px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.decoration.six {
  opacity: .2;
  height: 150px;
  display: none;
  position: absolute;
  inset: auto 0% -7px auto;
}

.decoration.seven {
  z-index: 0;
  opacity: .2;
  height: 300px;
  display: none;
  position: absolute;
  inset: auto auto 26% 34%;
}

.decoration.one {
  opacity: .17;
  position: absolute;
  inset: -7% 40px auto auto;
}

.project-slider {
  background-color: #0000;
  height: auto;
}

.project-mask {
  text-align: center;
  border-radius: 10px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.project-slide {
  border-radius: 10px;
}

.project-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  position: relative;
}

.project-image-wrap {
  justify-content: center;
  align-items: center;
}

.slide-nav.hide {
  display: none;
}

.project-collection-item {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.project-image-overlay {
  height: 100%;
  font-family: Butler, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.project-content {
  color: var(--floral-white);
  text-align: center;
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.empty-state {
  background-color: var(--burlywood);
  color: var(--black-rock);
  text-align: center;
  border-radius: 10px;
  padding: 10px 30px;
}

.left-arrow {
  border: 1px solid var(--burlywood);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  left: 48px;
}

.right-arrow {
  border: 1px solid var(--burlywood);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  right: 48px;
}

.counter-section {
  background-color: var(--black-rock);
  padding: 50px 20px;
  display: none;
}

.counter-item-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.counter-item {
  color: var(--floral-white);
  text-align: center;
}

.counter-title {
  color: #a83837;
  font-size: 50px;
}

.vertical-line {
  background-color: #e8b68133;
  width: 1px;
  height: 150px;
}

.instant-quote.section-spacing {
  background-color: #1d1d27;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-slider {
  z-index: 1;
  background-color: #0000;
  border-radius: 10px;
  height: 100%;
  transform: translate(97px, 50px);
}

.testimonial-mask {
  border-radius: 10px;
  max-width: 550px;
  height: 350px;
  top: 20px;
}

.grid-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  place-items: center;
}

.testimonial-background {
  border-radius: 10px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.testimonial-image {
  border-radius: 50px;
  height: 50px;
}

.testimonial-bg-right {
  z-index: 0;
  background-image: url('../images/getaquote.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 600px;
  padding-bottom: 0;
}

.testimonial-item {
  background-color: #303040;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.rating-image {
  margin-bottom: 20px;
}

.testimonial-image-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.testimonial-title {
  font-weight: 500;
}

.testimonial-left-arrow {
  border: 1px solid var(--burlywood);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  inset: auto auto 33px 0%;
}

.testimonial-right-arrow {
  border: 1px solid var(--burlywood);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  inset: auto auto 30px 64px;
}

.client-section {
  background-color: var(--linen);
  overflow: hidden;
}

.client-section.section-spacing-copy {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-linen {
  background-color: var(--linen);
}

.grid-client {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.client-marquee-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  height: 15vh;
  display: none;
}

.client-marquee-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  align-items: center;
  height: 120px;
  display: flex;
}

.portfolio-list {
  padding-top: 60px;
}

.portfolio-list.section-spacing-bottom {
  margin-top: 40px;
}

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

.blog-item {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-image-wrap {
  height: 100%;
}

.blog-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-overlay {
  object-fit: fill;
  background-image: linear-gradient(#13120d00 17%, #13120dcc);
  border-radius: 10px;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-content {
  z-index: 1;
  color: var(--white);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-date {
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 20px;
  display: block;
}

.blog-title {
  color: var(--white);
  font-size: 20px;
  display: none;
}

.project-blur-link {
  border: 2px solid var(--burlywood);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  font-family: Butler, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-banner.section-spacing-bottom {
  display: block;
}

.hero-banner-content {
  padding-top: 50px;
}

.simple-hero-title {
  text-align: center;
  font-size: 80px;
}

.hero-banner-title-wrap {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-hero-banner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.hero-banner-description {
  margin-bottom: 40px;
}

.hero-banner-button {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 40px;
  display: inline-block;
}

.hero-left-image-wrap, .hero-right-wrap {
  position: relative;
}

.hero-left-background {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.hero-left-bg {
  background-image: url('../images/1-Var.webp');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  height: 450px;
  display: none;
}

.hero-right-background {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.hero-right-bg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  height: 550px;
}

.hero-banner-center {
  width: 80%;
  margin-top: 40px;
  display: none;
}

.grid-hero-counter {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.hero-counter-item {
  text-align: center;
}

.about-story-section {
  background-color: var(--black-rock);
  position: relative;
  overflow: hidden;
}

.about-story-section.section-spacing {
  z-index: 10;
  background-color: #fffbf3;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding: 0 40px 60px;
  display: flex;
  position: static;
}

.about-story-section.section-spacing.bright {
  display: none;
}

.about-story-title {
  color: #e8b880;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

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

.grid-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 50px;
  display: none;
}

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

.about-feature-item {
  color: var(--white);
}

.about-feature-icon {
  height: 50px;
  margin-bottom: 24px;
}

.about-feature-image-wrap {
  position: relative;
}

.about-feature-big-image {
  border-radius: 10px;
  display: block;
}

.about-feature-small-image {
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: auto auto -63px -133px;
}

.service-marquee-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.service-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-title-wrap {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
}

.service-marquee-image {
  border-radius: 50%;
  height: 150px;
  display: none;
  position: absolute;
  inset: -59% 0% auto auto;
}

.video-section {
  height: auto;
  min-height: 85vh;
  margin-top: -30px;
  display: none;
  position: relative;
}

.play-state {
  display: none;
}

.background-video {
  align-items: center;
  height: auto;
  min-height: 88vh;
  display: block;
}

.video-content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-description {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 30px;
  display: none;
}

.service-marquee-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  display: flex;
}

.service-marquee-section {
  background-color: #dfdfdf;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  overflow: hidden;
}

.video-title {
  color: var(--white);
  font-size: 45px;
}

.matterport.section-spacing {
  background-color: #dfdfdf;
  align-items: center;
  min-height: 100vh;
  padding: 0 2rem 4rem;
  display: block;
}

.feature-project-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.feature-project-item {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.feature-project-image {
  object-fit: cover;
  background-image: url('../images/service-detail-04.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  height: 350px;
}

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

.team-section {
  background-color: var(--black-rock);
}

.team-title {
  color: var(--floral-white);
}

.grid-team-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  text-decoration: none;
}

.team-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.team-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.team-content {
  background-color: var(--floral-white);
}

.team-info {
  background-color: var(--floral-white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 70px;
  position: relative;
}

.new-client-section {
  overflow: hidden;
}

.photo-gallery {
  background-color: var(--muted-gray);
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.photo-gallery.section-spacing-bottom {
  margin-top: 40px;
}

.grid-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  place-items: center stretch;
  margin-left: 20px;
  margin-right: 20px;
}

.gallery-lightbox-link {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-hover {
  background-color: #13120d4d;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.gallery-image.big-image {
  object-fit: cover;
  object-fit: cover;
  height: 500px;
}

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

.new-about-description {
  margin-bottom: 30px;
  font-size: 30px;
}

.gallery-marquee-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: block;
  overflow: hidden;
}

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

.about-gallery-image-wrap {
  border-radius: 10px;
  flex: none;
  overflow: hidden;
}

.about-gallery-image-wrap.big-image {
  width: 350px;
  height: 400px;
}

.about-gallery-image-wrap.small-image {
  width: 350px;
  height: 250px;
}

.gallery-marquee-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
}

.our-value-section {
  background-color: var(--black-rock);
  position: relative;
  overflow: hidden;
}

.our-value-section.section-spacing {
  display: block;
}

.grid-our-value {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  margin-bottom: 80px;
}

.our-value-content, .our-value-title {
  color: var(--floral-white);
}

.our-value-description {
  margin-top: 20px;
  margin-bottom: 40px;
}

.grid-about-counter {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  margin-top: 30px;
}

.our-value-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.our-value-image {
  background-image: url('../images/about-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 600px;
}

.grid-new-feature {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 41px;
  position: relative;
}

.new-feature-item {
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 20px;
}

.new-feature-icon {
  height: 60px;
  margin-bottom: 20px;
}

.new-feature-title {
  color: var(--white);
  font-size: 20px;
}

.about-team-section.section-spacing {
  display: none;
}

.team-title-warp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.button-icon-warp {
  border: 1px solid var(--burlywood);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

.utility-page-content {
  background-color: var(--black-rock);
  color: var(--floral-white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  width: 600px;
  padding: 40px;
  display: flex;
}

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

.about-team-info {
  background-color: var(--black-rock);
  color: var(--floral-white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 70px;
  position: relative;
}

.error-title {
  color: var(--floral-white);
  font-size: 100px;
}

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

.contact-title {
  color: var(--floral-white);
}

.contact-section {
  background-color: var(--black-rock);
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.contact-social-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: none;
}

.contact-social-icon {
  height: 25px;
}

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

.contact-detail-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--linen);
  border-radius: 10px;
  align-items: center;
  height: 140px;
  padding: 15px;
  display: none;
}

.email-icon-wrap {
  background-color: var(--burlywood);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-icon {
  height: 40px;
}

.contact-form-section {
  position: relative;
  overflow: hidden;
}

.contact-form-section.section-spacing {
  justify-content: space-around;
  align-items: center;
  min-height: 50vh;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.contact-form {
  align-self: auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-form-title {
  text-align: center;
  margin-bottom: 30px;
}

.map {
  height: 400px;
  display: none;
}

.contact-input-group {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.new-service-section {
  padding-bottom: 80px;
  position: relative;
}

.new-service-title-wrap {
  color: var(--floral-white);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.new-service-bg {
  z-index: -1;
  background-color: var(--black-rock);
  width: 100%;
  height: 500px;
  position: absolute;
  inset: 0% 0% 436px;
}

.service-video-wrap {
  position: relative;
}

.new-service-image {
  opacity: .95;
  border: 1px #fff;
  border-radius: 0;
}

.new-service-lightbox-link {
  border: 1px solid #fefdfd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-about-content {
  text-align: center;
  width: 80%;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-about-description {
  color: var(--floral-white);
  margin-bottom: 30px;
  display: none;
}

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

.new-service-item {
  border: 1px solid var(--burlywood);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.new-service-item:hover {
  background-color: var(--linen);
}

.new-service-icon-wrap {
  background-color: var(--burlywood);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-section.section-spacing {
  background-color: #303040;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.grid-pricing-plan {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.pricing-item {
  background-color: var(--antique-white);
  border-radius: 10px;
  padding: 20px;
}

.bg-antique-white {
  background-color: var(--antique-white);
}

.pricing-image-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.pricing-overlay {
  z-index: 0;
  background-image: linear-gradient(#0009, #13120d00);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.pricing-image {
  width: 100%;
  display: none;
}

.pricing-rate {
  z-index: 1;
  color: #282929;
  position: absolute;
  inset: 20px 0% auto 20px;
}

.pricing-small-text {
  font-size: 35px;
}

.pricing-plan-list {
  margin-bottom: 40px;
}

.pricing-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #30304033;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-title {
  text-align: center;
  margin-bottom: 20px;
}

.newsletter-content {
  background-color: var(--black-rock);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
}

.newsletter-title {
  color: var(--floral-white);
  margin-bottom: 0;
}

.new-testimonial-section {
  overflow: hidden;
}

.new-testimonial-section.section-spacing-bottom {
  padding-top: 50px;
  display: block;
}

.testimonial-marquee-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.testimonial-marquee-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
}

.new-testimonial-item {
  border: 1px solid var(--burlywood);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100%;
  padding: 30px;
}

.our-portfolio.section-spacing-bottom {
  background-color: #fdf4e8;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px 60px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-project-title-wrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.new-project-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-team-title {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.team-newsletter-content {
  background-color: var(--linen);
  text-align: center;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px;
}

.team-newsletter-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

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

.grid-team-details {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-bottom: 50px;
}

.team-detail-image-wrap {
  object-fit: cover;
  height: 100%;
}

.team-detail-image {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.team-job-text {
  color: var(--burlywood);
  margin-bottom: 10px;
}

.team-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.team-detail-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-detail-sign-image {
  height: 50px;
  margin-bottom: 20px;
}

.team-social-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.team-social-image {
  height: 20px;
}

.team-details {
  margin-bottom: 40px;
}

.team-contact-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-detail-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.project-details-image-wrap {
  margin-bottom: 80px;
  position: relative;
}

.project-detail-image {
  border-radius: 10px;
}

.project-detail-item {
  background-color: var(--black-rock);
  border-radius: 10px;
  width: 500px;
  padding: 40px;
  position: absolute;
  inset: auto 50px -50px auto;
}

.project-detail-title {
  color: var(--floral-white);
  margin-bottom: 20px;
}

.project-detail-list {
  color: var(--floral-white);
}

.grid-project-detail-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}

.project-detail-social-warp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.project-detail-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.project-detail-social-title {
  color: var(--floral-white);
  margin-bottom: 0;
}

.project-detail-title-wrap {
  margin-bottom: 40px;
}

.project-detail-gallery {
  margin-top: 30px;
  margin-bottom: 40px;
}

.project-detail-gallery-title {
  margin-bottom: 40px;
}

.grid-project-detail-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-detail-gallery-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.project-lightbox-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-detail-overlay {
  background-color: #13120d4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-review {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.service-detail-section {
  background-color: #fdf4e8;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.service-detail-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.service-detail-title {
  color: var(--floral-white);
  margin-top: 0;
  display: none;
}

.service-detail-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.service-detail-description {
  margin-bottom: 20px;
}

.service-detail-image-wrap {
  border-radius: 10px;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.service-detail {
  margin-bottom: 50px;
}

.grid-service-detail-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.grid-service-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.service-detail-list {
  margin-top: 30px;
}

.service-detail-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.approach-section {
  position: relative;
  overflow: hidden;
}

.approach-section.section-spacing {
  background-color: #dfdfdf;
}

.grid-approach {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  margin-bottom: 100px;
}

.approach-title-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-bottom: 50px;
  display: flex;
}

.block-quote-item {
  width: 40%;
}

.approach-description {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.approach-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  display: flex;
}

.approach-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.approach-image {
  border-radius: 10px;
}

.approach-image.one {
  display: none;
  position: absolute;
  inset: 24% 9% auto auto;
}

.approach-image.two {
  max-width: 100%;
  display: block;
}

.approach-tab {
  margin-top: 0;
}

.approach-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.approach-tab-link {
  border: 1px solid var(--burlywood);
  background-color: #0000;
  border-radius: 10px;
  padding: 10px 30px;
}

.approach-tab-link.w--current {
  background-color: var(--burlywood);
}

.approach-content {
  margin-top: 0;
}

.service-info-section {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

.coming-soon-social-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.coming-soon-social-media {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.coming-soon-social-icon {
  height: 20px;
}

.link-in-bio-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.link-in-bio-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.link-in-bio-icon-wrap {
  background-color: var(--burlywood);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.link-in-bio-image {
  height: 60px;
}

.link-in-bio-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #fdf4e833;
  border-bottom: 1px solid #fdf4e833;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-in-bio-social-icon {
  margin-top: 60px;
}

.link-in-bio-item {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#303040b3, #303040b3), url('../images/link-in-bio.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  width: 600px;
  padding: 50px;
  display: flex;
}

.link-in-bio-title {
  color: var(--white);
  font-size: 30px;
}

.footer-social-wrap {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.form-input {
  color: var(--black-rock);
  background-color: #f4f3f0;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  height: 41px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.form-input:focus {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
}

.form-input::placeholder {
  color: var(--black-rock);
  font-size: 14px;
  line-height: 1.3em;
}

.form-input.form-textarea {
  height: 100px;
}

.form-input.input-margin-bottom-none {
  margin-bottom: 0;
}

.rich-text p, .rich-text ul, .rich-text ol, .rich-text blockquote, .blog-rich-text p, .blog-rich-text ul, .blog-rich-text blockquote {
  margin-bottom: 40px;
}

.heading-1 {
  color: #303040;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
  display: block;
}

.heading-1.white {
  color: #feffff;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 45px;
}

.text-block {
  display: block;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  display: none;
}

.service-item-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.section_faq1 {
  background-color: #fdf4e8;
  display: block;
}

.faq1_answer {
  overflow: hidden;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #0000;
  background-color: #0000;
  border-color: #0000;
}

.text-size-medium {
  padding-bottom: 2rem;
  font-size: 1.125rem;
}

.faq1_component {
  border-bottom: 1px solid #0000;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0;
  margin-top: -53px;
  position: relative;
  box-shadow: 34px 34px 88px #17093614;
}

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.padding-global {
  background-color: #0000;
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-left: 10%;
  margin-right: auto;
  display: none;
}

.margin-bottom.margin-medium {
  width: 100%;
}

.margin-bottom.margin-xxlarge {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge, .margin-top.margin-medium {
  display: none;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial11_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial11_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial11_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial11_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial11_arrow.is-left {
  right: 4rem;
}

.testimonial11_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

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

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.testimonial11_rating-wrapper {
  display: flex;
}

.testimonial11_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial11_slide {
  padding-right: 4rem;
}

.testimonial11_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-weight-semibold {
  font-weight: 600;
}

.testimonial11_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.section_testimonial10 {
  background-color: #dfdfdf;
  display: none;
}

.testimonial10_rating-icon {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial10_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial10_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial10_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial10_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial10_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial10_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial10_rating-wrapper {
  display: flex;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.pricing19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_pricing19 {
  display: none;
}

.pricing19_plan {
  border: 1px solid #0000;
  border-radius: 8px;
  padding: 2rem;
}

.pricing19_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing19_feature {
  display: flex;
}

.pricing19_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing19_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing19_divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing19_content-top {
  flex-direction: column;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing19_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.text-span {
  color: #fff;
}

.text-span.dark {
  color: #30303f;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
}

.text-span-2 {
  color: #e8b681;
}

.counter-item-copy {
  color: var(--floral-white);
  text-align: center;
  display: none;
}

.vertical-line-copy {
  background-color: #e8b68133;
  width: 1px;
  height: 150px;
  display: none;
}

.list-of-services {
  background-color: var(--linen);
  overflow: hidden;
}

.list-of-services.section-spacing {
  height: 20vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block {
  justify-content: center;
  margin-bottom: 5rem;
  display: flex;
}

.text-size-regular {
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
}

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

.padding-global-2 {
  mix-blend-mode: darken;
  padding-left: 0%;
  padding-right: 0%;
  transition: all .3s;
}

.h2-copy {
  color: #000;
}

.portfolio14_item-1 {
  background-color: #bcb5f2;
  border: 0 solid #0000;
  border-radius: 4px;
  margin-bottom: 2rem;
  display: inline-block;
  box-shadow: 4px 0 10px #0003;
}

.portfolio14_image-wrapper {
  width: 100%;
}

.portfolio14_title-wrapper {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 1rem 1.5rem 1.5rem;
}

.portfolio14_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}

.large-text-copy {
  color: #00000080;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}

.section_portfolio14 {
  padding-bottom: 2rem;
  display: none;
}

.portfolio14_component {
  flex-direction: column;
  align-items: center;
  display: none;
}

.portfolio14_image {
  border: 0 #000;
  border-radius: 4px;
}

.padding-section-large-3 {
  padding-top: 0;
  padding-bottom: .25rem;
}

.portfolio14_item-link {
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-wrapper-copy {
  margin-bottom: 60px;
}

.title-wrapper-copy.example {
  margin-left: 60px;
}

.collection-list-wrapper {
  display: block;
}

.team-image-copy {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.portfolio14_item-2, .portfolio14_item-3, .portfolio14_item-4, .portfolio14_item-5, .portfolio14_item-6 {
  background-color: #bcb5f2;
  border: 0 solid #0000;
  border-radius: 4px;
  margin-bottom: 2rem;
  display: inline-block;
  box-shadow: 4px 0 10px #0003;
}

.portfolio14_item-7, .portfolio14_item-8, .portfolio14_item-9 {
  background-color: #bcb5f2;
  border: 0 solid #0000;
  border-radius: 4px;
  margin-bottom: 2rem;
  display: none;
  box-shadow: 4px 0 10px #0003;
}

.heading-2 {
  text-align: center;
  margin-bottom: 2rem;
}

.heading-3 {
  margin-top: 5rem;
}

.image {
  height: 45px;
  padding-left: 40px;
  padding-right: 0;
}

.image-2 {
  height: 38px;
  margin-left: 0;
}

.image-3 {
  height: 30px;
}

.image-4 {
  height: 40px;
  margin-left: 0;
}

.image-5 {
  opacity: .9;
  height: 37px;
  padding-left: 0;
}

.image-6 {
  height: 40px;
}

.image-7 {
  height: 32px;
}

.grid-client-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.grid-client-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr .75fr .75fr;
  align-items: center;
}

.image-8 {
  height: 48px;
}

.image-15 {
  height: 43px;
}

.image-16 {
  height: 45px;
}

.work-icon-1 {
  opacity: .66;
  width: 50px;
  height: auto;
}

.client-wrap-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.grid-client-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.client-marquee-list-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  align-items: center;
  height: 120px;
  display: none;
}

.grid-client-2-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  display: none;
}

.about-story-title-copy {
  color: #fffbf3;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 30px;
  display: none;
}

.text-span-3 {
  display: block;
}

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

.heading-4 {
  color: #30303f;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  font-size: 45px;
  display: flex;
  position: relative;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: none;
}

.heading-5, .paragraph {
  color: #ffedd8;
}

.heading {
  text-transform: uppercase;
  font-size: 45px;
}

.paragraph-2 {
  display: none;
}

.heading-6 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 55px;
}

.div-block-5 {
  align-items: center;
  margin-top: 50px;
  display: block;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_component {
  background-color: #e0b888;
  padding-top: 40px;
}

.text-size-small {
  font-size: .875rem;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  font-size: .875rem;
}

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

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

.text1 {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.text1.bright {
  color: #fdecd8;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text1.yellow {
  color: #fdecd8;
  font-family: Roboto, sans-serif;
}

.text1.light {
  color: #fdecd8;
  text-align: left;
}

.text1.light.white {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  line-height: 1.8em;
}

.text1.photos {
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 60px;
}

.text1.margin40 {
  margin-top: 60px;
}

.text1.video {
  margin-top: -30px;
}

.text1.examples-text {
  margin-top: -30px;
  margin-bottom: 0;
}

.text1.contact {
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
  display: none;
}

.about-description-2 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.about-description-3 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.about-description-4, .about-description-copy {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.text-field {
  width: 200px;
}

.form {
  text-align: center;
}

.form-2 {
  justify-content: center;
  display: flex;
}

.pricing4_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.pricing4_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.padding-section-large-4 {
  text-align: center;
  justify-content: center;
  max-width: 1400px;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.pricing4_content-top {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.pricing4_divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.pricing4_component {
  background-color: #ffecd8;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 2rem;
}

.pricing4_feature {
  display: flex;
}

.pricing4_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.container-copy {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.pricing-item-copy {
  background-color: var(--antique-white);
  border-radius: 10px;
  padding: 20px;
}

.grid-pricing-plan-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.pricing8_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing8_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing8_plan {
  border: 1px solid #0000;
  padding: 2rem;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-weight-medium {
  font-weight: 500;
}

.pricing8_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing8_feature {
  display: flex;
}

.pricing8_divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.pricing8_tab-link {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.pricing8_tab-link.w--current {
  color: #0000;
  background-color: #0000;
}

.pricing8_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.pricing4_content-top-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-2 {
  margin-top: 10px;
}

.about-story-title-copy {
  color: #fffbf3;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 30px;
}

.favourites {
  margin-top: 100px;
}

.container-2 {
  max-width: 1400px;
  padding: 0 60px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.marketing-packages {
  display: none;
}

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

.text-size-medium-4 {
  font-size: 1.125rem;
}

.cta1_image-wrapper {
  border-radius: 1px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.cta1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cell {
  justify-content: center;
}

.custom-packages {
  background-color: #fdf4e8;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 4rem;
  display: none;
}

.div-block-8 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-4-copy {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.image-33 {
  max-width: 80%;
  margin-top: 40px;
  display: block;
}

.div-block-9 {
  justify-content: center;
  min-height: 50vh;
  display: flex;
}

.heading-7 {
  justify-content: center;
  display: flex;
}

.container-3 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.empty-state-2 {
  color: #303040;
  text-align: center;
  background-color: #e8b681;
  border-radius: 10px;
  padding: 10px 30px;
}

.button-dark-outline-2 {
  color: #303040;
  text-align: center;
  background-color: #0000;
  border: 1px solid #e8b681;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-2:hover {
  background-color: #e8b681;
}

.h3-number-span {
  color: #f2a70c;
  font-size: 18px;
  display: none;
}

.lightbox-link {
  border-radius: 4px;
  display: block;
  position: relative;
}

.button-arrow-down {
  margin: -1px 0 0 8px;
  font-weight: 800;
  display: none;
  position: static;
}

.portfolio-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.view-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #01141f;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
}

.portfolio-image-overlay {
  z-index: 50;
  opacity: 0;
  background-color: #f2a70ccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-18 {
  color: #fff;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tags-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: none;
}

.portfolio-item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.portfolio-button {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #a83837cc;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  margin-top: 40px;
  padding: 10px 48px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.portfolio-button:hover {
  background-color: #a83837;
}

.portfolio-button.btn-style-1 {
  border-radius: 50px;
  justify-content: center;
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.portfolio-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.h3 {
  color: #2b2b2b;
  margin-bottom: 20px;
  font-size: 26px;
}

.tag {
  color: #ffffff80;
  background-color: #021b29;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}

.portfolio-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  display: block;
}

.heading-8 {
  margin-top: 60px;
  font-family: Playfair Display, sans-serif;
}

.brochures {
  position: relative;
  overflow: hidden;
}

.brochures.section-spacing {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.virtual-staging {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.heading-9 {
  align-items: center;
  display: flex;
}

.paragraph-3 {
  margin-top: 0;
}

.paragraph-4 {
  display: none;
}

.floor-plans {
  position: relative;
  overflow: hidden;
}

.floor-plans.section-spacing {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lottie-animation {
  width: 70%;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.heading-10 {
  color: #fff;
}

.hearing-1.v1 {
  color: #fff;
  text-transform: uppercase;
}

.div-block-10 {
  width: 800px;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 700px;
  margin-top: 0;
  display: block;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.cell-5 {
  justify-content: center;
}

.text-block-19, .text-block-20 {
  display: none;
}

.button-icon-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-items: center;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: flex;
}

.button-icon-copy:hover {
  color: var(--burlywood);
}

.button-icon-copy.w--current {
  display: none;
}

.text-block-21 {
  color: #30303f;
  text-align: left;
  padding-top: 0;
}

.quick-stack {
  margin-top: -60px;
}

.button-outline-copy {
  color: #e8b681;
  text-align: center;
  background-color: #303040;
  border: 1px solid #fdf4e8;
  border-radius: 50px;
  width: 300px;
  margin-left: -20px;
  padding: 10px 30px;
  font-family: Roboto, sans-serif;
  transition: all .3s ease-in-out;
}

.button-outline-copy:hover {
  color: #fdf4e8;
  background-color: #a83837;
}

.button-outline-copy.button-top {
  margin-top: 30px;
}

.instant-quote-btn {
  color: #e8b681;
  text-align: center;
  background-color: #303040;
  border: 1px solid #fdf4e8;
  border-radius: 50px;
  width: 300px;
  margin-left: -20px;
  padding: 10px 30px;
  transition: all .3s ease-in-out;
}

.instant-quote-btn:hover {
  color: #fdf4e8;
  background-color: #a83837;
}

.instant-quote-btn.button-top {
  margin-top: 30px;
}

.image-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.image-two {
  display: block;
}

.cell-6 {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.container-4 {
  max-width: 1400px;
  display: block;
}

.div-block-11 {
  justify-content: center;
  display: flex;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-2 {
  margin-top: 0;
}

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

.heading-11 {
  text-transform: capitalize;
}

.container-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-6 {
  grid-template-rows: auto auto auto;
}

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

.container-7 {
  z-index: 1;
  position: relative;
}

.image-34 {
  z-index: 10;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 200px;
}

.div-block-13 {
  background-color: #a3a3a3;
}

.image-35 {
  border-radius: 10px;
  display: block;
  position: absolute;
  top: -77px;
}

.div-block-14 {
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-15 {
  border: 0 solid #fff;
  border-radius: 10px;
  align-items: flex-end;
  height: 350px;
  display: block;
}

.heading-12 {
  margin-top: 220px;
}

.div-block-16 {
  border-radius: 3px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.div-block-17, .div-block-18 {
  height: 300px;
}

.div-block-19, .div-block-20 {
  border: 1px solid #000;
}

.div-block-21 {
  border: 1px solid #bebcbc;
}

.div-block-22 {
  border: 1px dashed #000;
}

.div-block-23, .div-block-24 {
  border-radius: 0;
}

.div-block-25 {
  border-radius: 2px;
}

.div-block-26 {
  border-radius: 4px;
}

.div-block-27, .div-block-28 {
  border-radius: 6px;
}

.div-block-29 {
  border-radius: 8px;
}

.div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34 {
  border-radius: 10px;
}

.div-block-35 {
  border-radius: 0;
}

.div-block-36 {
  border-radius: 2px;
}

.div-block-37 {
  border-radius: 4px;
}

.div-block-38, .div-block-39 {
  border-radius: 5px;
}

.div-block-40, .div-block-41 {
  border-radius: 8px;
}

.div-block-42, .div-block-43 {
  border-radius: 0;
}

.div-block-44 {
  border-radius: 8px;
}

.div-block-45, .div-block-46 {
  border-radius: 12px;
}

.div-block-47 {
  border-radius: 11px;
}

.div-block-48, .div-block-49 {
  border-radius: 12px;
}

.div-block-50, .div-block-51 {
  border-radius: 10px;
}

.div-block-52, .div-block-53 {
  border-radius: 12px;
}

.div-block-54, .div-block-55, .div-block-56, .div-block-57 {
  border-radius: 11px;
}

.div-block-58 {
  padding-left: 20px;
}

.div-block-59 {
  padding-top: 20px;
}

.div-block-60 {
  padding-right: 20px;
}

.booking-process {
  border-style: dotted;
  border-color: #00000038;
  justify-content: center;
  align-items: center;
  height: 480px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.booking-process:hover {
  background-color: #fdf4e8;
}

.container-8 {
  max-width: 1400px;
  display: none;
}

.cell-8 {
  justify-content: center;
}

.section-title-center-2 {
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.new-about-description-2 {
  margin-bottom: 30px;
}

.container-9 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-inner-2 {
  text-align: center;
  background-color: #30303f;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.container-10 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-13 {
  font-size: 45px;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: #fffcf9;
  font-size: 45px;
}

.header79_component {
  align-items: center;
  max-width: 1400px;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header79_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.text-size-medium-5.text-color-white {
  display: none;
}

.header79_image-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_image-column.image-column-3 {
  margin-top: 0%;
}

.header79_image-column.image-column-5 {
  margin-top: -20%;
}

.header79_image-column.image-column-4 {
  margin-top: -30%;
}

.header79_image-column.image-column-1 {
  margin-top: -20%;
}

.header79_image-column.image-column-2 {
  margin-top: -50%;
}

.header79_image-column.image-column-3 {
  grid-auto-flow: row;
  margin-top: 0%;
}

.header79_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header79_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_header79 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: relative;
}

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

.header79_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.button-dark-outline-3 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 30px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-3:hover {
  color: #fdf4e8;
  background-color: #a83837;
}

.heading-14 {
  color: #fdecd8;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Butler, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-14.padding {
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 45px;
  display: block;
}

.heading-14.padding.dark {
  color: var(--gray);
  padding-top: 40px;
  font-size: 38px;
}

.heading-14.dark {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 40px;
}

.heading-14.dark.contact {
  padding-bottom: 0;
  display: none;
}

.heading-14.padding20 {
  padding-bottom: 20px;
}

.heading-14.padding20.justify-center {
  text-align: center;
}

.heading-14.padding20.justify-center.padding30 {
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 40px;
}

.heading-14.smaller {
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.heading-14.small {
  text-align: center;
  font-size: 30px;
}

.heading-14.large {
  justify-content: center;
  font-size: 65px;
  display: flex;
}

.heading-14.large.white {
  color: #fff;
}

.heading-14.center {
  text-align: center;
}

.cell-9 {
  justify-content: center;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.header79_images-layout-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "." .25fr
  / auto;
  grid-auto-columns: minmax(400px, auto);
  grid-auto-flow: column dense;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.header79_image-wrapper-2 {
  width: 100%;
  height: auto;
  padding-top: 60%;
  position: relative;
}

.text-color-white-2 {
  color: #0000;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: #0000;
  background-color: #0000;
  border-color: #0000;
}

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

.text-size-medium-7 {
  font-size: 1.125rem;
}

.text-color-white-3 {
  color: #fff;
  font-size: 45px;
}

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

.button-dark-outline-mobile {
  color: var(--black-rock);
  text-align: center;
  background-color: #0000;
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-mobile:hover {
  background-color: var(--burlywood);
}

.button-dark-outline-mobile.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
}

.button-dark-outline-mobile.mobile-hide.descriptionblock {
  color: var(--white);
  background-color: #a83737;
  width: 250px;
  margin-top: 20px;
  display: block;
}

.cell-10 {
  opacity: .7;
  justify-content: center;
  align-items: center;
}

.view-more-mobile-button {
  display: none;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  color: #30303f;
  background-color: #1d1d27;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_image-wrapper-2 {
  background-image: url('../images/15.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  padding-top: 65%;
  position: relative;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_image-list-left-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #c95a59;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  display: none;
}

.button-3.max-width-full.submitbtn {
  background-color: #c95a59;
  border-style: none;
  width: 100%;
  font-family: Roboto, sans-serif;
}

.header76_content-left {
  max-width: 40rem;
  margin-top: 140px;
  margin-left: 5vw;
  margin-right: 5rem;
}

.button-7 {
  color: #fdecd8;
  background-color: #0000;
  border: 1px solid #fdecd8;
  border-radius: 20px;
  justify-content: center;
  width: 150px;
  margin-top: 44px;
  display: flex;
}

.button-7:hover {
  background-color: #a00;
}

.button-7.dark {
  color: #30303f;
  border-color: #30303f;
}

.button-7.get-a-quote {
  color: #30303f;
  text-transform: uppercase;
  background-color: #ffffffd6;
  border-color: #fff;
  width: 200px;
  margin-top: 40px;
  font-size: 12px;
}

.button-7.get-a-quote:hover {
  color: #fdecd8;
  background-color: #a83837;
}

.header76_image-list-right-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.hero-section-1.darkbg {
  color: #30303f;
  background-color: #0000;
  min-height: 100vh;
  overflow: visible;
}

.title.white {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 1.2em;
}

.title.heading-14 {
  color: var(--black-rock);
  text-align: left;
  font-family: Butler, sans-serif;
  font-size: 38px;
}

.title.heading-14.white {
  color: #fdecd8;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 700;
}

.header76_image-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(0, 2.25fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.heading-20 {
  color: #ebebeb;
  display: none;
}

.text1-2.white {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: block;
}

.text1-2.white.section-4-1 {
  display: none;
}

.new-feature-title-2 {
  color: #fff;
  font-size: 20px;
}

.our-value-title-2 {
  color: #30303f;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 38px;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  padding-left: 60px;
}

.cell-12 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
}

.our-value-content-2 {
  color: #fffbf3;
}

.our-value-description-2 {
  color: #30303fd9;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2em;
}

.our-value-section-2 {
  background-color: #303040;
  position: relative;
  overflow: hidden;
}

.our-value-section-2.section-spacing {
  background-color: #fdecd8;
  display: block;
}

.new-feature-item-2 {
  text-align: center;
  background-color: #30303f;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.new-feature-item-copy, .new-feature-item-copy-2 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.new-feature-item-copy-2:hover {
  background-color: #49485682;
}

.header38_component-copy {
  grid-column-gap: 0rem;
  background-color: #30303f;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.header38_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.new-feature-title-3 {
  color: #fff;
  font-size: 20px;
}

.our-services-2 {
  background-color: #0000;
  display: none;
}

.heading-21 {
  color: #e6e6e6;
  font-size: 38px;
}

.text-size-medium-8 {
  color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.125rem;
}

.container-11 {
  max-width: 980px;
}

.div-block-63 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.work-step-title-2 {
  color: #636363;
  font-size: 50px;
  display: none;
}

.heading-h5-2 {
  color: #303040;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-h5-2.text-floral-white {
  color: #000;
  padding-bottom: 10px;
}

.work-icon-2 {
  opacity: .91;
  width: 50px;
  height: auto;
}

.tb2 {
  color: #646362;
}

.text-span-6 {
  display: block;
}

.text-span-6.txtsmaller {
  font-size: .8rem;
}

.container-12 {
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: visible;
}

.work-icon-wrap-2 {
  background-color: #e8b681;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.work-step-content-2 {
  color: #fffbf3;
}

.div-block-64 {
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.button-dark-outline-4 {
  color: #303040;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-4:hover {
  background-color: #e8b681;
}

.button-dark-outline-4.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
}

.button-dark-outline-4.mobile-hide.descriptionblock {
  color: #fff;
  background-color: #a83737;
  width: 250px;
  margin-top: 20px;
  display: block;
}

.work-step-title-3 {
  color: #636363;
  font-size: 50px;
  display: none;
}

.heading-h5-3 {
  color: #303040;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-h5-3.text-floral-white {
  color: #000;
  padding-bottom: 10px;
}

.work-icon-3 {
  opacity: .91;
  width: 50px;
  height: auto;
}

.work-icon-4 {
  opacity: .66;
  width: 50px;
  height: auto;
}

.div-block-65 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.work-step-section-2 {
  background-color: #303040;
  position: relative;
  overflow: hidden;
}

.work-step-section-2.section-spacing {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-left: 6rem;
  padding-right: 6rem;
  display: none;
}

.tb1.dark {
  color: #232323;
}

.ts4 {
  font-family: Rubik, sans-serif;
  font-size: 16px;
}

.ts4.red {
  color: #a83837;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
}

.counter-item-copy-2 {
  color: #fffbf3;
  text-align: center;
  display: none;
}

.counter-title-2 {
  color: #e8b980;
  font-size: 40px;
}

.div-block-66 {
  align-items: center;
  margin-top: 50px;
  display: block;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
}

.heading-22.padding {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 40px;
  display: block;
}

.text-span-7 {
  color: #fdecd8;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.tb1-2 {
  margin-top: 0;
  padding-top: 20px;
}

.about-us-dark {
  background-color: #303040;
  position: relative;
  overflow: hidden;
}

.about-us-dark.section-spacing {
  z-index: 10;
  background-color: #1d1d27;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding: 60px 40px;
  display: flex;
  position: static;
}

.counter-item-2 {
  color: #fffbf3;
  text-align: center;
}

.container-13 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-h4-2 {
  color: #303040;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-22, .text-block-23 {
  text-decoration: underline;
}

.service-thumb-fixed-image-2 {
  z-index: 0;
  border-radius: 50%;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}

.text-block-24 {
  font-family: Butler, sans-serif;
  text-decoration: underline;
}

.section-title-center-3 {
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-image-2 {
  border-radius: 50%;
  display: inline-block;
}

.grid-service-list-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  position: relative;
}

.text-block-25 {
  text-decoration: underline;
}

.heading-23 {
  text-align: center;
  text-transform: capitalize;
  font-size: 40px;
}

.service-fit-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 80%;
  height: 100%;
  display: inline-block;
}

.text-block-26 {
  text-decoration: underline;
}

.our-services {
  z-index: 1;
}

.our-services.section-spacing-bottom {
  z-index: auto;
  background-color: #fdf4e8;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-27 {
  text-decoration: underline;
}

.new-feature-item-copy-3 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.new-feature-item-copy-3:hover {
  background-color: #49485682;
}

.background-video-2 {
  background-image: linear-gradient(#000000b0, #000000b0);
  min-height: 150vh;
}

.new-feature-item-copy-4 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.new-feature-title-4 {
  color: #fff;
  font-size: 20px;
}

.new-feature-item-copy-5, .new-feature-item-copy-6, .new-feature-item-copy-7 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.video-description-2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  display: none;
}

.video-title-2 {
  color: #fff;
  text-transform: capitalize;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  line-height: 1.2em;
}

.new-feature-item-copy-8 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.section-8 {
  min-height: 100vh;
  position: relative;
}

.new-feature-item-copy-9 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.video-content-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-outline-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fdf4e8;
  border-radius: 50px;
  padding: 10px 30px;
  transition: all .3s ease-in-out;
  display: block;
}

.button-outline-2:hover {
  color: #303040;
  background-color: #e8b681;
}

.new-feature-item-copy-10 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.header38_component {
  grid-column-gap: 0rem;
  color: #b4b2a7;
  background-color: #30303f;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.new-feature-item-3 {
  text-align: center;
  background-color: #494856;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}

.heading-24 {
  color: #e6e6e6;
  font-size: 40px;
}

.about-us-bright {
  background-color: #303040;
  position: relative;
  overflow: hidden;
}

.about-us-bright.section-spacing {
  z-index: 10;
  background-color: #fdf3e7;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding: 0 40px 60px;
  display: none;
  position: static;
}

.div-block-69 {
  align-items: center;
  margin-top: 50px;
  display: block;
}

.heading-25 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
}

.heading-25.padding {
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 45px;
  display: block;
}

.heading-25.padding.dark {
  color: #242424;
  padding-top: 40px;
  font-size: 40px;
  font-weight: 700;
}

.ts4-2.red {
  color: #a83837;
  font-size: 1.125rem;
}

.text-span-8 {
  color: #fff;
}

.text-span-8.dark {
  color: #30303f;
  font-family: Butler, sans-serif;
  font-size: 1.125rem;
}

.counter-title-3 {
  color: #a83837;
  font-size: 50px;
}

.counter-item-3 {
  color: #fffbf3;
  text-align: center;
}

.container-14 {
  max-width: 1400px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-h4-3 {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

.section-title-center-4 {
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-image-3 {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  padding: 20px 80px 80px;
  display: inline-block;
}

.text-block-28 {
  text-decoration: underline;
}

.grid-service-list-3 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  justify-items: center;
  position: relative;
}

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

.service-fit-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 0 60px 60px;
  display: inline-block;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
  text-decoration: underline;
}

.tb10 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: underline;
  display: none;
}

.image-36 {
  margin-bottom: 40px;
}

.container-15 {
  max-width: 1400px;
}

.part1 {
  background-color: #fdf4e8;
  align-items: center;
  display: flex;
}

.part2 {
  background-color: #fffbf3;
  min-height: 100vh;
}

.part3 {
  display: none;
}

.container-part-1 {
  background-color: #0000;
  max-width: 1400px;
  padding: 60px;
}

.container-part-2 {
  background-color: #0000;
  align-items: center;
  max-width: 1400px;
  min-height: 100vh;
  margin-top: 0;
  padding: 0 60px 100px;
  display: flex;
}

.container-16 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title-center-5 {
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state-3 {
  color: #303040;
  text-align: center;
  background-color: #e8b681;
  border-radius: 10px;
  padding: 10px 30px;
}

.button-center-2 {
  justify-content: center;
  display: flex;
}

.button-dark-outline-5 {
  color: #303040;
  text-align: center;
  background-color: #0000;
  border: 1px solid #e8b681;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-5:hover {
  background-color: #e8b681;
}

.container-17 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-center-3 {
  justify-content: center;
  display: flex;
}

.button-dark-outline-6 {
  color: #303040;
  text-align: center;
  background-color: #0000;
  border: 1px solid #e8b681;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-6:hover {
  background-color: #e8b681;
}

.container-18, .container-19 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.portfolio-item-copy_no {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  display: none;
}

.padding-global-3 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.text-block-34 {
  color: #fff;
}

.portfolio-button-2 {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #a83837cc;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  margin-top: 20px;
  padding: 10px 48px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.portfolio-button-2:hover {
  background-color: #a83837;
}

.portfolio-image-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-size-medium-9 {
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.lightbox-link-copy {
  border-radius: 4px;
  display: none;
  position: relative;
}

.image-two-2 {
  display: none;
}

.text-block-35 {
  color: #fff;
  text-decoration: none;
}

.examples {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.examples.dark-bg {
  color: #000;
  background-color: #212b31;
  padding-top: 60px;
  display: none;
}

.h3-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

.title-wrapper.services {
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block-3 {
  position: relative;
}

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

.padding-section-large-5 {
  padding-top: 4.5rem;
  padding-bottom: 0;
}

.lightbox-link-copy-2 {
  border-radius: 4px;
  display: block;
  position: relative;
}

.portfolio-image-grid-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
  overflow: hidden;
}

.header26_image-wrapper {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  position: static;
  overflow: hidden;
}

.container-20 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.h3-number-span-2 {
  color: #f2a70c;
  font-size: 18px;
  display: none;
}

.portfolio-button-copy {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f2a70c;
  border-radius: 4px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 16px 48px;
  font-size: 14px;
  font-weight: 800;
  display: none;
}

.text-block-36 {
  color: #fff;
}

.portfolio-image-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  display: block;
}

.portfolio-item-copy1_no {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  display: none;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-left: 100px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.portfolio-item-list {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-21 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-center-4 {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.button-dark-outline-7 {
  color: #303040;
  text-align: center;
  background-color: #0000;
  border: 1px solid #e8b681;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
}

.button-dark-outline-7:hover {
  background-color: #e8b681;
}

.div-block-73 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-37 {
  opacity: .1;
  outline-offset: 0px;
  outline: 3px #13120d;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-7px, -21px)scale(.7);
}

.image-38 {
  opacity: .1;
  display: block;
  position: absolute;
  inset: 2% 0% auto 35%;
  transform: translate(-12px, 26px)scale(.7);
}

.image-39 {
  opacity: .05;
  display: block;
  position: absolute;
  top: 460px;
  left: 17px;
  transform: scale(.7)translate(12px);
}

.image-40 {
  opacity: .05;
  display: block;
  position: absolute;
  top: 500px;
  left: 400px;
  transform: scale(.7)translate(-7px);
}

.image-37-copy {
  opacity: .1;
  outline-offset: 0px;
  transform-style: preserve-3d;
  outline: 3px #13120d;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-7px, 400px)scale(.7);
}

.image-38-copy {
  opacity: .1;
  display: block;
  position: absolute;
  inset: 2% 0% auto 35%;
  transform: translate(-12px, 440px)scale(.7);
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.section_faq4 {
  position: relative;
  overflow: hidden;
}

.padding-section-large-6 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.faq4_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.button-8 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-8.is-secondary {
  color: #0000;
  background-color: #0000;
}

.faq4_accordion {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-size-medium-10 {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-10.text-weight-bold {
  font-family: Butler, sans-serif;
  font-size: 1.5rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-4 {
  background-color: var(--linen);
  padding: 60px 5%;
}

.text-align-center-9 {
  text-align: center;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.heading-27 {
  text-align: center;
  font-size: 40px;
}

.div-block-74 {
  padding-bottom: 40px;
}

.div-block-75 {
  justify-content: center;
  margin-top: -41px;
  display: flex;
}

.pages {
  font-size: 14px;
}

.div-block-76 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.div-block-77 {
  justify-content: flex-start;
  display: none;
}

.heading-28 {
  margin-top: 40px;
}

.text-block-37 {
  color: #fff;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.h3-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.container-brochures {
  background-color: #0000;
  max-width: 980px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.paragraph-5 {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  font-family: Roboto, sans-serif;
}

.faq-question-title {
  font-family: Butler, sans-serif;
  font-size: 23px;
}

.cinematic-video {
  background-color: #0000;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-78 {
  justify-content: center;
  display: flex;
}

.div-block-111 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-38 {
  color: #fff;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.portfolio-button-3 {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #9e2626d9;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  margin-top: 20px;
  padding: 10px 48px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.portfolio-button-3:hover {
  background-color: #9e2626;
}

.matterport-examples {
  background-color: #f4f3f0;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-39 {
  color: #fff;
}

.portfolio-button-4 {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #9e2626d9;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  margin-top: 20px;
  padding: 10px 48px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.portfolio-button-4:hover {
  background-color: #9e2626;
}

.text-size-medium-11 {
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.image-two-3 {
  display: none;
}

.text-block-40 {
  color: #fff;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-align-center-10 {
  text-align: center;
  width: 100%;
}

.padding-section-large-7 {
  padding-top: 4.5rem;
  padding-bottom: 0;
}

.lightbox-link-copy-3 {
  border-radius: 4px;
  display: block;
  position: relative;
}

.text-block-41 {
  color: #fff;
}

.portfolio-image-3 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  display: block;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-left: 100px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.examples-header-section {
  background-color: #30303f;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 40px;
  display: none;
}

.heading-29 {
  color: #fff;
}

.hero-banner-button-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: inline-block;
}

.button-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-items: center;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: flex;
}

.button-icon-2:hover {
  color: #e8b681;
}

.button-icon-warp-2 {
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

.button-icon-warp-2:hover {
  transform: none;
}

.div-block-112 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.container-22 {
  max-width: 980px;
}

.photo-gallery-mobile {
  display: none;
}

.portfolio-image-2-copy {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  display: block;
}

.portfolio-title-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.view-text-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #01141f;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
}

.tags-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: none;
}

.portfolio-button-5 {
  color: #01141f;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #a83837d9;
  border-radius: 50px;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 10px 48px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.portfolio-button-5:hover {
  background-color: #a83837;
}

.h3-4 {
  margin-bottom: 0;
  display: none;
}

.portfolio-image-overlay-2 {
  z-index: 50;
  opacity: 0;
  background-color: #f2a70ccc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.portfolio-image-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.lightbox-link-2 {
  border-radius: 4px;
  display: block;
  position: relative;
}

.button-arrow-down-2 {
  color: #fff;
  margin: -1px 0 0 8px;
  font-weight: 800;
  position: static;
}

.portfolio-item-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.portfolio-image-4 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 340px;
  display: block;
}

.examples-header-section-mobile {
  background-color: #30303f;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 40px;
  display: none;
}

.cinematic-video-mobile {
  background-color: var(--linen);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.matterport-examples-mobile {
  background-color: var(--antique-white);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.floor-plans-mobile {
  display: none;
  position: relative;
  overflow: hidden;
}

.floor-plans-mobile.section-spacing {
  background-color: #f1f1f1;
  padding-top: 0;
  padding-bottom: 0;
}

.brochures-mobile {
  display: none;
  position: relative;
  overflow: hidden;
}

.brochures-mobile.section-spacing {
  background-color: #fafafa;
  padding-top: 0;
  padding-bottom: 0;
}

.virtual-staging-mobile {
  background-color: var(--linen);
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading-19 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 47px;
  display: block;
}

.button-6 {
  margin-top: 16px;
}

.imige-wrp-bott {
  width: 200%;
  margin-top: 6px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.grid-3.centr, .grid-3.up, .grid-3.bott {
  overflow: visible;
}

.image-41 {
  width: 60%;
  max-width: none;
}

.paragraph-7 {
  color: #d1d1d1;
}

.imige-wrp {
  width: 200%;
  display: flex;
  transform: scale(1);
}

.quick-stack-5 {
  z-index: 10;
  grid-column-gap: 0px;
  position: relative;
}

.scrollimgs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  margin-top: -120px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(2);
}

.header-examples-large-screens {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 70px;
  display: flex;
  position: static;
  overflow: hidden;
}

.dark-overlay {
  z-index: 2;
  opacity: .79;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.centered-conteiner {
  display: block;
  overflow: visible;
  transform: translate(0, 180px)rotate(-23deg);
}

.container-23 {
  display: block;
}

.imige-wrp-centr {
  width: 200%;
  margin-top: 6px;
  display: flex;
}

.cell-13 {
  justify-content: center;
}

.cell-14 {
  align-items: center;
}

.text-container {
  z-index: 11;
  display: block;
  position: relative;
}

.lightbox-link-2-copy {
  border-radius: 4px;
  position: relative;
}

.container-25, .container-26 {
  display: none;
}

.portfolio-video {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-42 {
  color: #fff;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-43 {
  color: var(--floral-white);
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-44 {
  color: #fffbf3;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.grid-gallery-item-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.gallery-lightbox-link-copy {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.brochures-button-mobile {
  display: none;
}

.brochures-button {
  display: block;
}

.container-32 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-center-examples {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.portfolio-container {
  background-color: #0000;
  max-width: 980px;
  padding: 40px 20px 20px;
  display: block;
  overflow: visible;
}

.og-portfolio-container {
  background-color: #0000;
  max-width: 980px;
  padding: 40px 20px 20px;
  display: none;
  overflow: visible;
}

.navexamplesmenu:hover {
  color: #a83737;
}

.next-2 {
  display: none;
}

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

.div-block-120 {
  justify-content: center;
  display: flex;
}

.social-media-icon-instagram {
  opacity: .69;
  height: 20px;
  display: block;
}

.image-43 {
  opacity: .78;
  max-width: 50%;
}

.div-block-123 {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-block-46 {
  opacity: 1;
  color: #fef4e8b3;
  overflow: visible;
}

.section-11 {
  min-height: 100vh;
}

.div-block-126 {
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 0;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.signup9_tab-link {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: 50%;
  padding: .75rem 1.5rem;
}

.signup9_tab-link.w--current {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #000;
  width: 50%;
}

.tab-link-forgot-password {
  display: none;
}

.text-block-47 {
  color: #000c;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
  font-weight: 700;
}

.signup9_tabs-menu {
  align-self: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.field-label-2 {
  display: none;
}

.signup9_signup-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.text-field-3 {
  display: none;
}

.pricing1_content {
  width: 100%;
  display: none;
}

.signup9_login-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 2px solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: none;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.submit-button-2:hover, .submit-button-2:focus {
  border-color: #b197ff;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-small.align-center {
  margin-top: 5%;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.text-field-4 {
  display: none;
}

.success-text {
  font-weight: 600;
}

.div-block-127 {
  background-color: #0000;
  padding-top: 18px;
  padding-bottom: 18px;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-128 {
  margin-bottom: 38px;
}

.error-text {
  color: #e23939;
}

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

.txtareaheight {
  padding-bottom: 60px;
}

.text-style-link {
  text-decoration: underline;
}

.div-block-129 {
  box-shadow: 34px 34px 88px #17093626;
}

.padding-section-large-8 {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}

.signup9_signup-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-field-2 {
  text-align: left;
  margin-bottom: 0;
}

.text-field-5 {
  width: 30%;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.pricing1_feature-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000c;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .5rem;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: none;
}

.pricing1_component {
  background-color: #0000;
  border: 1px solid #f0f4fc;
  border-radius: 12px;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: block;
  box-shadow: 34px 34px 88px #00000014;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-3 {
  margin-top: 22px;
}

.submit-button-3 {
  display: none;
}

.signup9_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  background-color: #fdfdfd;
  margin-top: 12px;
  margin-bottom: 40px;
}

.padding-global-contact {
  background-color: #eee;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-contact.graybgblue {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h1-prices {
  color: #000c;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.tabs-menu {
  margin-bottom: 14px;
}

.field-label-wrapper {
  justify-content: space-between;
  display: flex;
}

.text-field-left-icon {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

.text-block-48 {
  text-align: left;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.form-input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.text-block-49 {
  display: none;
}

.div-block-130 {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-field-wrap {
  margin-bottom: 24px;
}

.text-size-medium-12 {
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.text-size-medium-12.pricestitletxt {
  margin-top: -10px;
}

.section_pricing1.graybgblue {
  background-color: #0000;
}

.card-flowbase {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.success-message-3 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.text-block-50 {
  text-align: center;
  padding-top: 14px;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signup9_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: auto;
}

.section-12 {
  z-index: 10;
  min-height: 100vh;
  padding: 60px;
  position: relative;
}

.heading-31 {
  text-align: center;
  margin-top: 60px;
}

.field-label-3 {
  text-align: left;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.field-label-3.select-services {
  margin-bottom: 20px;
}

.price-calculator-section {
  z-index: 1;
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.bg-pattern {
  background-color: #db1313;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-pattern.top-right {
  opacity: .5;
  filter: blur(150px);
  background-color: #ffdeba;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: -100px -100px auto auto;
}

.bg-pattern.top-right.buttom-left {
  z-index: 1;
  background-color: #e8b681;
  display: none;
  inset: auto auto -100px -100px;
}

.bg-pattern1 {
  opacity: .25;
  filter: blur(110px);
  background-color: #e8b681;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: -100px -100px auto auto;
}

.bg-pattern1-copy {
  opacity: .5;
  filter: blur(110px);
  background-color: #c4c4ff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  inset: -100px -100px auto auto;
}

.bg-pattern2 {
  opacity: .2;
  filter: blur(110px);
  background-color: #e8b681;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto auto -100px -100px;
}

.bg-pattern2.blue-tint {
  background-color: #9dc0cf;
}

.div-block-131 {
  margin-top: 0;
  padding-top: 100px;
}

.work-with-us-2 {
  background-color: var(--muted-gray);
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.work-with-us-2.section-spacing {
  padding: 60px 3rem;
}

.text-block-51, .text-block-52, .text-block-53 {
  color: #fffbf3;
  align-items: center;
  display: flex;
}

.section-14 {
  min-height: 100vh;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #ebebeb00;
  border: 1px #dbdbdb;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.div-block-133 {
  margin-bottom: 60px;
}

.text-block-54 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  column-count: auto;
  font-size: 18px;
}

.text-block-55 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-size: 18px;
}

.link {
  letter-spacing: 0;
  text-indent: 0;
  text-transform: lowercase;
  display: none;
}

.text-block-56 {
  letter-spacing: .3rem;
  font-size: 18px;
}

.price-calculator {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.div-block-134 {
  min-height: 50vh;
}

.cell-15 {
  align-items: center;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  flex: 1;
}

.cell-17 {
  background-color: #fffbf3;
  flex-wrap: nowrap;
  place-content: stretch center;
  align-items: center;
}

.quick-stack-7 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-top: 60px;
  padding: 0 0 0 40px;
  position: relative;
  box-shadow: 0 10px 20px 8px #0000000f;
}

.form-block-3 {
  width: 100%;
}

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

.container-33 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  min-width: auto;
  max-width: 1440px;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
}

.heading-32 {
  text-align: center;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-32.prices {
  color: #f1f6ff;
  text-transform: capitalize;
}

.heading-32.prices.lets-get-in-touch {
  color: #13120e;
  display: none;
}

.cell-18 {
  border-radius: 0;
}

.text-block-57 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: block;
}

.paragraph-9 {
  color: #303040;
  text-align: center;
  font-family: Roboto, sans-serif;
}

.text-block-58 {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.checkbox-label-2 {
  font-family: Roboto, sans-serif;
}

.link-2 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
}

.checkbox-label-3 {
  font-family: Roboto, sans-serif;
}

.container-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.container-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-15 {
  background-color: #f1f6ff;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-36 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-61 {
  color: #000c;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
  font-weight: 700;
}

.div-block-136 {
  margin-bottom: 38px;
}

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

.padding-section-large-9 {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}

.checkbox-field-3 {
  text-align: left;
  margin-bottom: 0;
}

.text-field-6 {
  width: 30%;
}

.pricing1_feature-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000c;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .7rem;
  display: grid;
}

.pricing1_component-2 {
  background-color: #fff;
  border: 1px solid #f0f4fc;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 2rem;
  display: block;
  box-shadow: 34px 34px 88px #00000014;
}

.div-block-137 {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-size-medium-13 {
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.container-33-copy {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 140px;
  display: block;
}

.container-133 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 140px;
  display: block;
}

.text-block-62 {
  color: #000c;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.pricing1_content-2 {
  width: 100%;
}

.div-block-138 {
  margin-bottom: 38px;
}

.text-field-7 {
  width: 30%;
}

.div-block-139 {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-prices {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-10 {
  color: #fff;
}

.section-16 {
  min-height: 100vh;
}

.section-17 {
  background-color: #303040;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin-top: 40px;
  display: flex;
}

.div-block-140 {
  overflow: hidden;
}

.heading-33 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 47px;
  display: block;
}

.image-44 {
  width: 60%;
  max-width: none;
}

.paragraph-11 {
  color: #d1d1d1;
}

.quick-stack-8 {
  z-index: 10;
  position: relative;
}

.scrollimgs-2 {
  opacity: 1;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(2);
}

.section-5 {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-overlay-2 {
  z-index: 2;
  opacity: .79;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.centered-conteiner-2 {
  overflow: visible;
  transform: translate(0, 180px)rotate(-23deg);
}

.container-134 {
  z-index: 11;
  position: relative;
}

.cell-19 {
  justify-content: center;
}

.cell-20 {
  align-items: center;
}

.heading-34 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.section-5-copy {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.heading-35 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 47px;
  display: block;
}

.image-45 {
  width: 60%;
  max-width: none;
}

.paragraph-13 {
  color: #d1d1d1;
}

.quick-stack-9 {
  z-index: 10;
  position: relative;
}

.scrollimgs-3 {
  opacity: 1;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(2);
}

.section-18 {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-135 {
  z-index: 12;
  position: relative;
}

.cell-21 {
  justify-content: center;
}

.cell-22 {
  align-items: center;
}

.paragraph-99 {
  color: #f1f6ff;
  text-align: center;
  font-family: Roboto, sans-serif;
}

.brochure-gallery {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.lightbox-link-brochures {
  border-radius: 4px;
  display: none;
  position: relative;
}

.lightbox-link-brochures-visible {
  border-radius: 4px;
  display: block;
  position: relative;
}

.image-46, .image-47 {
  display: none;
}

.portfolio-image-5 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 340px;
  display: block;
}

.section-19 {
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-36 {
  text-align: center;
}

.cell-23 {
  justify-content: center;
}

.header4_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header4_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header4_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-section-large-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header4_lightbox-image {
  object-fit: cover;
}

.text-size-tiny {
  font-size: .75rem;
}

.button-9 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.text-size-medium-14 {
  font-size: 1.125rem;
}

.form-input-4 {
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-4:focus {
  border-color: #000;
}

.form-input-4::placeholder {
  color: #0009;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.header4_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.success-message-4 {
  background-color: #0000;
  padding: 1.5rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.career4_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.career4_item {
  border: 1px solid #0000;
  padding: 2rem;
}

.padding-section-large-11 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.career4_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.arrow-icon-2 {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.career4_accordion {
  border-bottom: 1px solid #0000;
}

.career4_list-wrapper {
  overflow: hidden;
}

.button-10 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-10.is-secondary {
  color: #0000;
  background-color: #0000;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

.container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.career4_job-department {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.heading-37 {
  color: #f1f6ff;
  font-size: 20px;
  display: none;
}

.div-block-141 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

._3d-guided-tours {
  position: relative;
  overflow: hidden;
}

._3d-guided-tours.section-spacing {
  background-color: #f4f3f0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._3d-tour-video {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.div-block-142 {
  justify-content: center;
  display: flex;
}

.button-11 {
  background-color: #a83737;
  border-radius: 50px;
}

.gallery-lightbox-link-hidden {
  border-radius: 10px;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.view-gallery-button-div {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.photogallery {
  background-color: var(--linen);
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.grid-gallery-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.gallery-hover-2 {
  background-color: #13120d4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-gallery-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.lightbox-link-3 {
  border-radius: 0;
  position: relative;
}

.image-48 {
  border-radius: 20px;
  width: 100%;
}

.image-48.middle {
  object-fit: cover;
  height: 400px;
}

.grid-gallery-item-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-49 {
  border-radius: 10px;
  width: 100%;
  position: static;
}

.lightbox-link-4 {
  margin-bottom: 20px;
  position: relative;
}

.lightbox-link-4.hidden {
  display: none;
}

.cell-25, .cell-26 {
  justify-content: center;
  align-items: center;
}

.image-50 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  position: static;
}

.cell-27, .cell-28, .cell-29 {
  justify-content: center;
  align-items: center;
}

.image-51 {
  z-index: 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}

.videolb {
  z-index: 1;
  position: relative;
}

.image-52 {
  z-index: 3;
  opacity: .85;
  display: block;
  position: absolute;
  inset: 37% 0% 0% 40%;
}

.image-53 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.image-53.hide {
  display: block;
}

.container-136 {
  display: none;
}

.image-wrapper-staging {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.container-137 {
  margin-top: 40px;
}

.container-138 {
  margin-top: 60px;
}

.lightbox-link-5 {
  display: none;
}

.lightbox-link-6 {
  object-fit: cover;
}

.image-54 {
  border-radius: 10px;
  width: 100%;
}

.div-block-143 {
  background-color: #b8a6a6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.section-20 {
  min-height: 100vh;
}

.image-one-copy, .image-two-copy {
  display: none;
}

.background-video-3 {
  border-radius: 20px;
  width: 600px;
  height: 350px;
}

.header76_image-2-copy {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.div-block-144 {
  justify-content: center;
  display: flex;
}

.image-55 {
  opacity: .72;
  flex: none;
  width: 30%;
  margin-bottom: 60px;
}

.contact-submit-button {
  color: #f4f3f0;
  text-align: center;
  background-color: #a83737;
  border: 1px solid #a93737;
  border-radius: 5px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
  display: block;
}

.contact-submit-button:hover {
  color: #f4f3f0;
  background-color: #a83737;
}

.contact-submit-button.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.contact-submit-button.mobile-hide.descriptionblock {
  color: var(--white);
  background-color: #a83737d9;
  width: 250px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: block;
}

.contact-submit-button.mobile-hide.descriptionblock:hover {
  background-color: #a83737;
}

.contact-submit-button.mobile-hide.descriptionblock.capitals {
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.contact-submit-button.mobile-hide.order-form {
  border-radius: 0;
  width: 150px;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.contact-submit-button.mobile-hide.order-form.byn2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-100 {
  color: #fffbf3;
  text-align: center;
  margin-top: -60px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Roboto, sans-serif;
}

.image-56 {
  width: 30px;
}

.div-block-145 {
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.image-57 {
  width: 20px;
  margin-right: 5px;
}

.cell-30 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.view-more-button-portfolio {
  color: var(--black-rock);
  text-align: center;
  background-color: #0000;
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
  display: none;
}

.view-more-button-portfolio:hover {
  color: #f4f3f0;
  background-color: #a83737;
}

.view-more-button-portfolio.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.view-more-button-portfolio.mobile-hide.w--current {
  border-radius: 10px;
}

.view-more-button-portfolio.mobile-hide.descriptionblock {
  color: var(--white);
  background-color: #a83737d9;
  width: 250px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: block;
}

.view-more-button-portfolio.mobile-hide.descriptionblock:hover {
  background-color: #a83737;
}

.view-more-button-portfolio.mobile-hide.descriptionblock.capitals {
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.view-more-button-portfolio.mobile-hide.order-form {
  border-radius: 0;
  width: 150px;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.view-more-button-portfolio.mobile-hide.order-form.byn2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-stack-28 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-top: 60px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 20px 8px #0000000f;
}

.section-21 {
  min-height: 100vh;
  display: none;
}

.container-139 {
  min-height: 100vh;
  display: flex;
}

.div-block-146 {
  border-radius: 0;
  position: relative;
}

.heading-38 {
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  position: absolute;
  inset: auto 10% 5% 0%;
}

.image-58 {
  border-radius: 0;
}

.div-block-147 {
  background-image: linear-gradient(#fff, #0000 0%, #000000a8 100%, #000000e0 100%, #000000e8 100%, #000);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.link-block-4 {
  border-radius: 10px;
  overflow: hidden;
}

.quick-stack-29 {
  flex: 0 auto;
}

.section-22 {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-140 {
  min-height: 100vh;
}

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

.section-22-hide-some {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-4-always-show {
  border-radius: 10px;
  overflow: hidden;
}

.section-22-copy {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-4-copy {
  border-radius: 10px;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  display: none;
}

.hire-experts-exampls-btn {
  color: var(--black-rock);
  text-align: center;
  background-color: #0000;
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
  display: block;
}

.hire-experts-exampls-btn:hover {
  color: #f4f3f0;
  background-color: #a83737;
}

.hire-experts-exampls-btn.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.hire-experts-exampls-btn.mobile-hide.w--current {
  border-radius: 10px;
}

.hire-experts-exampls-btn.mobile-hide.descriptionblock {
  color: var(--white);
  background-color: #a83737d9;
  width: 250px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: block;
}

.hire-experts-exampls-btn.mobile-hide.descriptionblock:hover {
  background-color: #a83737;
}

.hire-experts-exampls-btn.mobile-hide.descriptionblock.capitals {
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.hire-experts-exampls-btn.mobile-hide.order-form {
  border-radius: 0;
  width: 150px;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.hire-experts-exampls-btn.mobile-hide.order-form.byn2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.div-block-112-copy {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.brochures-button-mobile-copy {
  display: none;
}

.button-dark-outline-copy {
  color: var(--black-rock);
  text-align: center;
  background-color: #0000;
  border: 1px solid #a93737;
  border-radius: 50px;
  padding: 10px 30px;
  transition: background-color .3s ease-in-out;
  display: block;
}

.button-dark-outline-copy:hover {
  color: #f4f3f0;
  background-color: #a83737;
}

.button-dark-outline-copy.mobile-hide {
  color: #fdf4e8;
  background-color: #a83737;
  border-style: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.button-dark-outline-copy.mobile-hide.w--current {
  border-radius: 10px;
}

.button-dark-outline-copy.mobile-hide.descriptionblock {
  color: var(--white);
  background-color: #a83737d9;
  width: 250px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: block;
}

.button-dark-outline-copy.mobile-hide.descriptionblock:hover {
  background-color: #a83737;
}

.button-dark-outline-copy.mobile-hide.descriptionblock.capitals {
  text-transform: capitalize;
  justify-content: center;
  display: flex;
}

.button-dark-outline-copy.mobile-hide.order-form {
  border-radius: 0;
  width: 150px;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.button-dark-outline-copy.mobile-hide.order-form.byn2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.videolbdrone {
  z-index: 1;
  position: relative;
}

.interior-plus-drone-footage, .google-fly-over {
  background-color: #0000;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: none;
}

.drone-video-drone-photos-only, .agent-intro-video-add-on, .exterior-photos-only, .guided-tours {
  display: none;
}

.videolb-hide, .videolb-copy {
  z-index: 1;
  position: relative;
}

.vidlbhide, .social-media-reels, .interior-video-only {
  display: none;
}

.photo-gallery-examples-page-container {
  max-width: 980px;
  display: block;
}

.code-embed {
  background-color: #e5e7eb00;
}

.body {
  background-color: #e5e7eb;
}

.container-141 {
  background-color: #ffe9d1;
  border-left: 8px solid #ff7e7e;
  border-radius: 0;
  max-width: 850px;
}

.text-block-63 {
  background-color: var(--burlywood);
  color: var(--black-rock);
  border: 0 #000;
  padding: 0 20px 20px;
}

.section-23 {
  margin-top: 60px;
}

.cell-31 {
  background-color: #e79595;
}

.heading-39 {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 20px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 75px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 40px;
  }

  h5 {
    font-size: 30px;
  }

  .heading-h2 {
    font-size: 60px;
  }

  .container {
    margin-top: 0;
  }

  .heading-h3 {
    font-size: 50px;
  }

  .heading-h1 {
    font-size: 75px;
  }

  .button-outline {
    margin-top: 40px;
  }

  .heading-h4 {
    font-size: 40px;
  }

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

  .hero-inner {
    display: none;
  }

  .container-full {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-spacing-bottom {
    padding-bottom: 70px;
  }

  .button-dark-outline.mobile-hide {
    border-radius: 10px;
  }

  .navbar {
    background-color: #fffbf3;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    position: sticky;
    inset: 0% 0% auto auto;
  }

  .grid-footer {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-template-columns: .5fr 1fr 1fr;
  }

  .footer-decoration.one {
    height: 350px;
  }

  .footer-decoration.two {
    height: 200px;
  }

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

  .hero-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
  }

  .hero-title {
    font-size: 90px;
  }

  .hero-badge-rounded {
    width: 110px;
    height: 110px;
  }

  .hero-logo-icon {
    height: 40px;
  }

  .hero-image-wrap {
    width: 200px;
    height: 90px;
  }

  .hero-bg {
    height: 600px;
  }

  .section-title-center {
    width: 80%;
  }

  .grid-about-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .grid-avatar {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .about-image-wrap {
    height: 100%;
  }

  .video-rounded-wrap {
    width: 120px;
    height: 120px;
  }

  .about-video-wrap {
    top: -56px;
    right: 29px;
  }

  .video-play-icon {
    height: 70px;
  }

  .grid-feature-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-image-wrap {
    max-width: 560px;
    top: 50%;
    left: 50%;
  }

  .grid-service-list {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .step-by-step-process.section-spacing {
    background-color: #1d1d27;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-work-step {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .grid-work-step.grid2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-work-step.grid1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .arrow-icon {
    width: 390px;
  }

  .arrow-icon.one {
    top: 0%;
    left: 111px;
    right: 0%;
  }

  .arrow-icon.two {
    top: 33%;
    right: 27%;
  }

  .decoration.two {
    height: 200px;
    top: 39%;
    left: -12%;
  }

  .decoration.three {
    top: -141px;
    right: 35px;
  }

  .decoration.four {
    height: 300px;
    bottom: -58%;
    right: 18px;
  }

  .decoration.five {
    display: none;
  }

  .decoration.nine {
    height: 478px;
    top: -169px;
    right: 20px;
  }

  .decoration.ten {
    height: 400px;
    bottom: 35%;
    right: 4%;
  }

  .decoration.eleven {
    height: 200px;
    top: 50px;
    left: 200px;
  }

  .decoration.twelve {
    height: 200px;
    bottom: 54%;
    left: 30px;
  }

  .decoration.thirteen {
    height: 375px;
    top: -15px;
    right: 84px;
  }

  .decoration.fifteen {
    height: 160px;
  }

  .decoration.seven {
    height: 400px;
    inset: auto auto 26% 33%;
  }

  .project-mask {
    max-width: 850px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    left: 150px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    right: 150px;
  }

  .counter-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .counter-title {
    font-size: 60px;
  }

  .instant-quote.section-spacing {
    background-color: #1d1d27;
  }

  .testimonial-slider {
    transform: translate(87px, 50px);
  }

  .testimonial-mask {
    max-width: 682px;
    height: 400px;
  }

  .testimonial-background {
    height: 500px;
  }

  .testimonial-bg-right {
    height: 600px;
  }

  .testimonial-item {
    padding: 80px;
  }

  .grid-blog-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-title {
    font-size: 20px;
  }

  .simple-hero-title {
    font-size: 100px;
  }

  .grid-hero-banner {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .75fr 1fr;
  }

  .hero-left-background {
    height: 450px;
  }

  .hero-left-bg {
    height: 550px;
  }

  .hero-right-background {
    height: 500px;
  }

  .hero-right-bg {
    height: 600px;
  }

  .hero-banner-center {
    width: 60%;
  }

  .hero-counter-item {
    text-align: left;
  }

  .about-story-section.section-spacing {
    background-color: #30303f;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .about-story-title {
    font-size: 25px;
    display: block;
  }

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

  .grid-about-feature {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .background-video {
    height: 80vh;
    margin-top: -3px;
  }

  .video-content {
    width: 51%;
  }

  .video-description {
    font-family: Butler, sans-serif;
    font-size: 35px;
  }

  .service-marquee-section {
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
  }

  .matterport.section-spacing {
    background-color: #d3d3d3;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature-project-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-project-image {
    height: 450px;
  }

  .grid-team-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image {
    width: 100%;
    height: 100%;
  }

  .grid-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-content: stretch;
    align-items: center;
  }

  .gallery-image.big-image {
    height: 700px;
  }

  .new-about-description {
    font-size: 30px;
  }

  .our-value-section.section-spacing {
    display: none;
  }

  .grid-contact-info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contact-form {
    width: 80%;
  }

  .new-project-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-team-details {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-detail-title {
    margin-top: 50px;
  }

  .service-detail-image-wrap {
    width: 830px;
  }

  .heading-1.white {
    margin-top: 2rem;
    display: block;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    display: block;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section_faq1 {
    background-color: #fdf4e8;
  }

  .button.max-width-full {
    color: #fff;
    background-color: #c4ae75;
    justify-content: center;
    width: 365px;
    display: block;
  }

  .text-size-medium {
    padding-bottom: 2rem;
  }

  .text-align-center {
    justify-content: center;
    display: flex;
  }

  .text-span {
    font-size: 25px;
  }

  .book-now-button {
    background-color: #f52f2f;
    width: 150px;
    height: 60px;
    margin-top: 140px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block {
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    display: flex;
  }

  .team-image-copy {
    width: 100%;
    height: 100%;
  }

  .about-story-title-copy {
    font-size: 40px;
  }

  .heading-6 {
    text-transform: capitalize;
    font-size: 60px;
  }

  .div-block-5 {
    margin-top: -25px;
  }

  .container-copy {
    margin-top: 0;
  }

  .about-story-title-copy {
    font-size: 40px;
    display: block;
  }

  .div-block-8 {
    margin-top: -30px;
  }

  .container-3 {
    margin-top: 0;
  }

  .button-outline-copy, .instant-quote-btn {
    margin-top: 40px;
  }

  .section-title-center-2 {
    width: 50%;
  }

  .section_header79 {
    display: block;
  }

  .header79_images-layout-2 {
    grid-auto-columns: minmax(460px, auto);
  }

  .button-dark-outline-mobile.mobile-hide {
    border-radius: 10px;
  }

  .header76_component {
    background-color: #1d1d27;
  }

  .header76_content-left {
    margin-top: 0;
  }

  .our-value-section-2.section-spacing {
    background-color: #0f0f0f;
    display: block;
  }

  .header38_component-copy {
    background-color: #30303f;
  }

  .heading-h5-2 {
    font-size: 30px;
  }

  .container-12 {
    margin-top: 0;
  }

  .button-dark-outline-4.mobile-hide {
    border-radius: 10px;
  }

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

  .work-step-section-2.section-spacing {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ts4 {
    font-size: 18px;
  }

  .counter-title-2 {
    font-size: 60px;
  }

  .div-block-66 {
    margin-top: -25px;
  }

  .text-span-7 {
    font-size: 18px;
  }

  .about-us-dark.section-spacing {
    background-color: #1d1d27;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-h4-2 {
    font-family: Butler, sans-serif;
    font-size: 30px;
  }

  .service-thumb-fixed-image-2 {
    justify-content: center;
    display: flex;
  }

  .text-block-24 {
    font-family: Butler, sans-serif;
  }

  .section-title-center-3 {
    width: 50%;
  }

  .div-block-67 {
    justify-content: center;
    margin-top: 60px;
    display: flex;
  }

  .service-image-2 {
    width: 600px;
    display: inline-block;
  }

  .grid-service-list-2 {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .heading-23 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px;
  }

  .service-fit-image-2 {
    width: 90%;
    height: auto;
    display: inline-block;
  }

  .our-services.section-spacing-bottom {
    background-color: #fdf4e8;
    align-items: center;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
  }

  .div-block-68 {
    margin: auto;
  }

  .new-feature-title-4 {
    text-decoration: none;
  }

  .quick-stack-4 {
    position: static;
  }

  .video-description-2 {
    font-size: 35px;
  }

  .video-title-2 {
    font-size: 40px;
  }

  .video-content-2 {
    width: 100%;
    max-width: 1400px;
  }

  .button-outline-2 {
    margin-top: 40px;
  }

  .about-us-bright.section-spacing {
    background-color: #30303f;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .div-block-69 {
    margin-top: -25px;
  }

  .text-span-8 {
    font-size: 25px;
  }

  .counter-title-3 {
    font-size: 60px;
  }

  .heading-h4-3 {
    font-family: Butler, sans-serif;
    font-size: 30px;
  }

  .section-title-center-4 {
    width: 50%;
  }

  .div-block-70 {
    margin: 0 auto auto;
  }

  .service-image-3 {
    width: auto;
    margin-top: -80px;
    padding: 60px;
    display: inline-block;
  }

  .grid-service-list-3 {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .heading-26 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px;
    font-size: 40px;
  }

  .service-fit-image-3 {
    width: auto;
    height: auto;
    margin-top: -80px;
    padding: 60px;
    display: block;
  }

  .text-block-31 {
    font-family: Butler, sans-serif;
  }

  .div-block-71 {
    justify-content: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .section-9 {
    display: none;
  }

  .div-block-72 {
    margin-bottom: 40px;
    display: block;
  }

  .image-36 {
    display: block;
  }

  .section-title-center-5 {
    width: 50%;
  }

  .image-37 {
    transform: translate(7px, -21px)scale(.8);
  }

  .image-38 {
    transform: translate(-12px, -2px)scale(.8);
  }

  .image-37-copy {
    transform: translate(2px, 420px)scale(.8);
  }

  .image-38-copy {
    transform: translate(-12px, 440px)scale(.8);
  }

  .container-brochures {
    margin-top: 0;
  }

  .container-22 {
    max-width: 1200px;
  }

  .scrollimgs {
    margin-top: 0;
    transform: translate(0, -31px)scale(2);
  }

  .header-examples-large-screens {
    margin-top: 0;
  }

  .dark-overlay {
    display: block;
  }

  .centered-conteiner {
    transform: translate(0, 60px)rotate(-23deg);
  }

  .brochures-button-mobile {
    display: none;
  }

  .portfolio-container, .og-portfolio-container {
    margin-top: 0;
  }

  .next-2 {
    display: none;
  }

  .quick-stack-7 {
    max-width: 1440px;
  }

  .container-33 {
    min-width: 1000px;
    max-width: 1280px;
  }

  .header-prices {
    margin-top: 0;
  }

  .scrollimgs-2 {
    margin-top: 0;
    transform: translate(0, -31px)scale(2);
  }

  .dark-overlay-2 {
    display: block;
  }

  .centered-conteiner-2 {
    transform: translate(0, 60px)rotate(-23deg);
  }

  .scrollimgs-3 {
    margin-top: 0;
    transform: translate(0, -31px)scale(2);
  }

  .grid-gallery-2, .grid-gallery-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-submit-button.mobile-hide, .view-more-button-portfolio.mobile-hide {
    border-radius: 10px;
  }

  .quick-stack-28 {
    max-width: 1440px;
  }

  .button-dark-outline-copy.mobile-hide, .hire-experts-exampls-btn.mobile-hide, .button-dark-outline-copy.mobile-hide {
    border-radius: 10px;
  }

  .brochures-button-mobile-copy {
    display: none;
  }

  .button-dark-outline-copy.mobile-hide {
    border-radius: 10px;
  }

  .photo-gallery-examples-page-container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 40px;
  }

  h5 {
    font-size: 30px;
  }

  .heading-h2 {
    font-size: 60px;
  }

  .heading-h1 {
    font-size: 80px;
  }

  .heading-h4 {
    font-size: 40px;
  }

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

  .container-full {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-spacing-bottom {
    padding-bottom: 90px;
  }

  .navbar {
    background-color: #fffbf3;
  }

  .footer {
    background-color: var(--dark-blue);
  }

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

  .footer-decoration.one {
    height: 420px;
  }

  .footer-decoration.two {
    height: 270px;
  }

  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-title-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-title {
    font-size: 130px;
  }

  .hero-badge-rounded {
    width: 150px;
    height: 150px;
  }

  .hero-image-wrap {
    width: 300px;
    height: 110px;
  }

  .hero-bg {
    height: 690px;
  }

  .grid-about-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-image {
    width: 100%;
  }

  .about-image-wrap {
    height: 100%;
  }

  .video-rounded-wrap {
    width: 154px;
    height: 154px;
  }

  .about-video-wrap {
    top: -74px;
    right: -74px;
  }

  .video-play-icon {
    height: 100px;
  }

  .step-by-step-process.section-spacing {
    background-color: #1d1d27;
  }

  .grid-work-step {
    display: flex;
  }

  .work-step {
    flex: 1;
  }

  .arrow-icon.two {
    top: 6%;
    right: 29%;
  }

  .arrow-icon._2 {
    position: absolute;
    top: 112px;
  }

  .decoration.four {
    height: 350px;
    bottom: -66%;
    right: 6px;
  }

  .decoration.fifteen {
    height: 250px;
  }

  .decoration.seven {
    inset: auto auto 0% 0%;
  }

  .counter-title {
    font-size: 80px;
  }

  .instant-quote.section-spacing {
    background-color: #1d1d27;
  }

  .blog-title {
    font-size: 20px;
  }

  .simple-hero-title {
    font-size: 130px;
  }

  .about-story-section.section-spacing {
    background-color: #30303f;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .about-story-title {
    font-size: 25px;
  }

  .grid-about {
    display: none;
  }

  .service-item {
    display: block;
  }

  .video-section {
    background-image: linear-gradient(#0006, #0006);
  }

  .grid-gallery {
    align-items: center;
  }

  .gallery-image.big-image {
    height: 750px;
  }

  .grid-contact-info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-1.white {
    margin-top: 4rem;
  }

  .service-item-copy {
    display: none;
  }

  .section_faq1 {
    background-color: #fdf4e8;
  }

  .padding-global {
    background-color: #0000;
  }

  .text-span {
    font-size: 25px;
  }

  .pricing4_content {
    align-items: center;
  }

  .pricing4_feature-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing4_content-top {
    justify-content: center;
    margin-top: 40px;
  }

  .pricing8_plan {
    background-color: #ffecd8;
  }

  .pricing4_content-top-copy {
    justify-content: center;
  }

  .text-block-7 {
    justify-content: center;
    display: flex;
  }

  .text-block-8 {
    font-weight: 500;
  }

  .header76_component {
    color: var(--dark-blue);
    background-color: #1d1d27;
  }

  .header38_component-copy {
    background-color: #30303f;
  }

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

  .ts4 {
    font-size: 18px;
  }

  .counter-title-2 {
    font-size: 80px;
  }

  .text-span-7 {
    font-size: 18px;
  }

  .about-us-dark.section-spacing {
    background-color: #1d1d27;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-h4-2 {
    font-family: Butler, sans-serif;
    font-size: 30px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
    text-decoration: underline;
  }

  .our-services.section-spacing-bottom {
    background-color: #fdf4e8;
    align-items: center;
    display: flex;
  }

  .text-block-27 {
    text-decoration: underline;
  }

  .about-us-bright.section-spacing {
    background-color: #30303f;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-span-8 {
    font-size: 25px;
  }

  .counter-title-3 {
    font-size: 80px;
  }

  .heading-h4-3 {
    font-size: 40px;
  }

  .service-image-3 {
    margin-top: -80px;
    padding: 60px;
    display: inline-block;
  }

  .text-block-28 {
    text-decoration: underline;
  }

  .service-fit-image-3 {
    margin-top: -80px;
    padding: 60px;
  }

  .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
    text-decoration: underline;
  }

  .image-37 {
    transform: translate(-26px, -12px)scale(.9);
  }

  .image-38 {
    transform: translate(-21px, -2px)scale(.9);
  }

  .image-37-copy {
    transform: translate3d(-17px, 420px, 26px)scale(.9);
  }

  .image-38-copy {
    transform: translate(21px, 450px)scale(.9);
  }

  .centered-conteiner {
    transform: translate(0, 163px)rotate(-23deg);
  }

  .brochures-button-mobile, .next-2 {
    display: none;
  }

  .quick-stack-7, .container-33 {
    max-width: 1440px;
  }

  .centered-conteiner-2 {
    transform: translate(0, 163px)rotate(-23deg);
  }

  .quick-stack-28 {
    max-width: 1440px;
  }

  .brochures-button-mobile-copy {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
    margin-top: 0;
  }

  .container-full {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: #fffbf3;
  }

  .nav-link:hover, .nav-link.w--current, .icon:hover {
    color: #a83737;
  }

  .dropdown-list.w--open {
    background-color: #ffecd8;
  }

  .dropdown-link:hover {
    color: #a83737;
  }

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

  .grid-avatar {
    justify-content: center;
    display: flex;
  }

  .avatar-group {
    border-style: none;
    height: 150px;
  }

  .service-section.section-spacing-bottom {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .service-image {
    display: block;
  }

  .grid-service-list {
    grid-template-areas: ". . Area";
  }

  .step-by-step-process.section-spacing {
    background-color: #1d1d27;
  }

  .work-step {
    flex: 1;
  }

  .instant-quote.section-spacing {
    background-color: #1d1d27;
  }

  .testimonial-mask {
    top: 0;
  }

  .grid-client {
    display: none;
  }

  .portfolio-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-list.section-spacing-bottom {
    padding-top: 60px;
  }

  .blog-title {
    justify-content: flex-start;
    font-size: 25px;
    display: none;
    overflow: visible;
  }

  .about-story-section.section-spacing {
    color: var(--black-rock);
    background-color: #30303f;
    justify-content: center;
  }

  .about-story-title {
    font-size: 30px;
  }

  .background-video {
    display: block;
  }

  .matterport.section-spacing {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .photo-gallery {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .grid-gallery {
    grid-auto-flow: row;
    align-items: center;
  }

  .our-value-section.section-spacing {
    display: block;
  }

  .grid-new-feature {
    display: none;
  }

  .pricing-section.section-spacing {
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .new-testimonial-section.section-spacing-bottom {
    background-color: #d3d3d3;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .new-testimonial-item {
    background-color: #fff;
  }

  .our-portfolio.section-spacing-bottom {
    display: block;
  }

  .padding-section-large {
    padding-bottom: 8rem;
  }

  .section_faq1 {
    background-color: #fdf4e8;
  }

  .padding-global-2 {
    margin-left: 70px;
    margin-right: 0;
  }

  .portfolio14_list {
    padding-right: 60px;
  }

  .padding-section-large-3 {
    padding-bottom: 0;
  }

  .title-wrapper-copy.example {
    margin-left: 360px;
  }

  .image {
    display: block;
  }

  .image-2 {
    margin-left: 52px;
  }

  .image-5 {
    opacity: .8;
    height: 50px;
    padding-left: 0;
  }

  .image-6 {
    opacity: .8;
    height: 50px;
  }

  .image-7 {
    height: 50px;
  }

  .grid-client-2 {
    display: block;
  }

  .image-8 {
    height: 55px;
  }

  .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
    display: none;
  }

  .image-15 {
    opacity: .86;
    height: 60px;
    margin-left: 0;
    display: block;
  }

  .image-16 {
    height: 50px;
    margin-left: 80px;
    display: block;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .grid-client-copy, .grid-client-copy {
    display: none;
  }

  .grid-client-2-copy, .div-block-2 {
    display: block;
  }

  .text1.margin40 {
    text-align: left;
    margin-top: 60px;
    padding-left: 40px;
  }

  .container-copy, .container-3 {
    margin-top: 0;
  }

  .portfolio-item {
    height: auto;
    margin-right: -140px;
  }

  .portfolio-image-grid {
    height: auto;
  }

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

  .header76_component {
    background-color: #1d1d27;
  }

  .header76_image-2 {
    display: inline-block;
  }

  .our-value-section-2.section-spacing {
    display: block;
  }

  .header38_component-copy {
    background-color: #30303f;
  }

  .container-12 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ts4 {
    font-size: 25px;
  }

  .div-block-66 {
    max-width: 1400px;
  }

  .about-us-dark.section-spacing {
    color: #303040;
    background-color: #1d1d27;
    justify-content: center;
  }

  .heading-h4-2 {
    font-family: Butler, sans-serif;
    font-size: 30px;
  }

  .our-services.section-spacing-bottom {
    background-color: #fdf4e8;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .about-us-bright.section-spacing {
    color: #303040;
    background-color: #30303f;
    justify-content: center;
  }

  .container-14 {
    display: block;
  }

  .service-image-3 {
    margin-top: -69px;
    padding: 60px;
    display: inline-block;
  }

  .service-fit-image-3 {
    margin-top: -80px;
    padding: 60px;
    overflow: auto;
  }

  .container-15 {
    max-width: 1400px;
  }

  .part1 {
    min-height: 100vh;
  }

  .part2 {
    background-color: #fffbf3;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .container-part-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-part-2 {
    background-color: #0000;
  }

  .portfolio-item-copy_no {
    margin-right: -140px;
  }

  .padding-global-3 {
    margin-left: -200px;
    position: static;
  }

  .portfolio-image-grid-2 {
    height: auto;
  }

  .container-20 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .portfolio-item-copy1_no {
    margin-right: -140px;
  }

  .button-center-4 {
    padding-top: 40px;
  }

  .div-block-73 {
    grid-template-columns: 1.5fr;
    justify-items: center;
  }

  .image-37, .image-38, .image-37-copy, .image-38-copy {
    display: none;
  }

  .container-brochures {
    margin-top: 0;
  }

  .container-22 {
    max-width: 1400px;
  }

  .container-30 {
    object-fit: fill;
    overflow: visible;
  }

  .brochures-button-mobile {
    display: none;
  }

  .section-10 {
    background-color: var(--antique-white);
    min-height: 100vh;
  }

  .container-31 {
    min-height: 100vh;
  }

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

  .collection-list {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .collection-item {
    background-color: #0000;
    flex: 0 auto;
    width: 50%;
    margin: 20px auto;
    padding: 0;
  }

  .paragraph-8 {
    display: none;
  }

  .page-load-status {
    justify-content: center;
    display: block;
  }

  .text-block-45 {
    justify-content: center;
    display: flex;
  }

  .infinite-scroll-last {
    text-align: center;
    font-size: 30px;
  }

  .infinite-scroll-request {
    justify-content: center;
    display: flex;
  }

  .next, .previous {
    display: none;
  }

  .div-block-117 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .image-42 {
    border-radius: 8px;
  }

  .portfolio-container {
    max-width: 1400px;
    margin-top: 0;
  }

  .og-portfolio-container {
    margin-top: 0;
  }

  .div-block-118 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pagination {
    display: none;
  }

  .navexamplesmenu:hover {
    color: #a83737;
  }

  .quick-stack-7 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-33 {
    min-width: 1440px;
    max-width: 1440px;
    padding-top: 60px;
    display: block;
    overflow: visible;
  }

  .sign-up-section {
    display: block;
  }

  .container-33-copy, .container-133 {
    max-width: none;
    padding-top: 60px;
    display: block;
    overflow: visible;
  }

  .header76_image-2-copy {
    display: inline-block;
  }

  .quick-stack-28 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-140 {
    max-width: 1440px;
  }

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

  .brochures-button-mobile-copy {
    display: none;
  }

  .photo-gallery-examples-page-container {
    max-width: 1400px;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 25px;
  }

  .heading-h2 {
    font-size: 50px;
  }

  .style-guide-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-h3 {
    font-size: 40px;
  }

  .heading-h1 {
    font-size: 65px;
  }

  .button-outline {
    flex: none;
  }

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

  .heading-h4 {
    font-size: 35px;
  }

  .heading-h5 {
    font-size: 25px;
  }

  .instructions-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-full {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-spacing-bottom {
    padding-bottom: 40px;
  }

  .utility-page {
    width: 600px;
  }

  .utility-page-wrap {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-dark-outline.mobile-hide.descriptionblock, .button-dark-outline.mobile-hide.descriptionblock.capitals {
    display: block;
  }

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

  .right-side-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .menu-button {
    background-color: var(--linen);
    border-radius: 10px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--peach-puff);
    color: var(--black-rock);
  }

  .nav-menu {
    border: 1px solid var(--black-rock);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .footer {
    padding-top: 70px;
  }

  .grid-footer {
    z-index: 1;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: .75fr 1.25fr 1fr;
  }

  .grid-footer-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-image {
    display: none;
  }

  .footer-decoration.one {
    height: 300px;
  }

  .footer-decoration.two {
    height: 150px;
    right: 13px;
  }

  .button-icon {
    flex: none;
  }

  .section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-title-wrap.align-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-badge-rounded {
    width: 100px;
    height: 100px;
  }

  .hero-logo-icon {
    height: 25px;
  }

  .hero-big-image {
    margin-top: 20px;
  }

  .hero-image-wrap {
    width: 140px;
    height: 50px;
  }

  .hero-content {
    padding-top: 50px;
  }

  .hero-bg {
    height: 300px;
  }

  .section-title-center {
    width: 80%;
  }

  .grid-about-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .grid-avatar {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .avatar-group-wrap {
    justify-content: center;
  }

  .avatar-item {
    display: none;
  }

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

  .about-image-wrap {
    height: 300px;
  }

  .video-rounded-wrap {
    width: 100px;
    height: 100px;
  }

  .about-video-wrap {
    top: -45px;
    right: -49px;
  }

  .video-play-icon {
    height: 50px;
  }

  .grid-feature-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .service-thumb-fixed-image {
    max-width: 500px;
  }

  .service-list {
    width: 100%;
    padding-top: 0;
  }

  .service-item-left-side {
    text-align: center;
  }

  .service-item-left-side.service-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-image-wrap {
    max-width: 500px;
  }

  .service-item-right-side {
    text-align: center;
  }

  .service-item-right-side.service-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section-title {
    width: 70%;
    margin-bottom: 50px;
  }

  .grid-work-step {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-work-step.grid2, .grid-work-step.grid1 {
    grid-template-columns: 1fr;
  }

  .work-icon-wrap {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-icon {
    width: 200px;
  }

  .arrow-icon.one {
    top: -4%;
    left: 89px;
  }

  .arrow-icon.two {
    top: 19%;
    right: 223px;
  }

  .work-icon {
    height: 50px;
  }

  .decoration.two {
    height: 150px;
    top: 61%;
  }

  .decoration.three {
    height: 90px;
    top: -88px;
    right: -7px;
  }

  .decoration.four {
    height: 200px;
    bottom: -48%;
    right: -13px;
  }

  .decoration.five {
    height: 200px;
  }

  .decoration.eight {
    height: 200px;
  }

  .decoration.nine {
    height: 200px;
    top: -90px;
  }

  .decoration.ten {
    display: none;
  }

  .decoration.eleven {
    inset: 0% 8% auto auto;
  }

  .decoration.twelve {
    bottom: 63%;
    left: 12px;
  }

  .decoration.thirteen {
    height: 200px;
    right: 39px;
  }

  .decoration.fourteen {
    height: 100px;
  }

  .decoration.fifteen {
    height: 100px;
    inset: 85px 4% auto auto;
  }

  .decoration.six {
    height: 90px;
    bottom: 35%;
  }

  .decoration.seven {
    height: 200px;
    display: none;
    bottom: 35%;
    left: 73%;
  }

  .decoration.one {
    height: 350px;
  }

  .project-mask {
    max-width: 600px;
  }

  .left-arrow {
    left: 24px;
  }

  .right-arrow {
    right: 24px;
  }

  .counter-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .counter-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .counter-title {
    font-size: 40px;
  }

  .testimonial-slider {
    transform: translate(2px, -2px);
  }

  .testimonial-mask {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 450px;
    height: 304px;
  }

  .grid-testimonial {
    grid-template-columns: .25fr 1fr;
    align-items: center;
  }

  .testimonial-background {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 304px;
    margin-left: -9px;
  }

  .testimonial-bg-right {
    border-radius: 10px;
    height: 400px;
  }

  .testimonial-item {
    border-radius: 10px;
    margin-top: 0;
    padding: 40px 40px 60px;
  }

  .rating-image {
    margin-bottom: 10px;
  }

  .testimonial-image-wrap {
    margin-top: 10px;
  }

  .testimonial-left-arrow, .testimonial-right-arrow {
    display: none;
    bottom: -73px;
  }

  .grid-client, .client-marquee-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .client-marquee-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .blog-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-hero-title {
    font-size: 60px;
  }

  .grid-hero-banner {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-banner-description, .hero-banner-button {
    margin-bottom: 20px;
  }

  .hero-left-background {
    height: 350px;
  }

  .hero-left-bg {
    height: 450px;
  }

  .hero-right-background {
    height: 400px;
  }

  .hero-right-bg {
    height: 500px;
  }

  .hero-banner-center {
    width: 80%;
  }

  .grid-hero-counter {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-story-title {
    font-size: 25px;
  }

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

  .grid-about-feature {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .service-marquee-wrap, .service-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .background-video {
    height: 80vh;
  }

  .video-content {
    width: 80%;
  }

  .video-description {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .video-title {
    font-size: 40px;
  }

  .feature-project-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-project-image {
    height: 250px;
  }

  .grid-team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-content {
    width: 290px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .gallery-image.big-image {
    width: 100%;
    height: 450px;
  }

  .about-gallery-image-wrap.big-image {
    width: 300px;
    height: 350px;
  }

  .about-gallery-image-wrap.small-image {
    width: 300px;
    height: 200px;
  }

  .grid-our-value, .grid-about-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-new-feature {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-team-info {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .map {
    height: 300px;
  }

  .new-service-section {
    padding-bottom: 60px;
  }

  .new-service-title-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .new-service-bg {
    height: 350px;
  }

  .new-service-video-icon {
    height: 70px;
  }

  .service-about-content {
    width: 90%;
    margin-bottom: 35px;
  }

  .new-service-item {
    padding: 15px;
  }

  .grid-pricing-plan {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-content {
    padding: 25px;
  }

  .new-testimonial-item {
    padding: 40px;
  }

  .new-project-title-wrap {
    width: 80%;
  }

  .new-team-title {
    width: 70%;
  }

  .team-newsletter-content {
    width: 90%;
    padding: 50px 70px;
  }

  .team-newsletter-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-team-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .project-detail-item {
    width: 400px;
    padding: 20px;
    bottom: -108px;
  }

  .grid-project-detail-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .project-review {
    width: 90%;
  }

  .service-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-detail-content {
    flex-wrap: wrap;
  }

  .service-detail-title {
    margin-top: 0;
  }

  .service-detail-image-wrap {
    width: 100%;
    margin-top: 20px;
  }

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

  .approach-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .block-quote-item {
    width: 60%;
  }

  .approach-image.one {
    right: 37%;
  }

  .service-info-section {
    padding-bottom: 50px;
  }

  .nav-menu-dark {
    border: 1px solid var(--burlywood);
    background-color: var(--black-rock);
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-in-bio-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-in-bio-item {
    width: 600px;
  }

  .service-item-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .testimonial11_mask {
    width: 100%;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .portfolio14_list {
    grid-column-gap: 2rem;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .grid-client-2, .grid-client-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .work-icon-1 {
    height: 50px;
  }

  .client-wrap-copy, .grid-client-copy, .grid-client-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .client-marquee-list-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-client-2-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .text1 {
    text-align: center;
    justify-content: center;
  }

  .text1.yellow {
    padding-right: 0;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-pricing-plan-copy {
    grid-template-columns: 1fr 1fr;
  }

  .about-story-title-copy {
    font-size: 30px;
  }

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-8.mobile {
    margin-top: 60px;
  }

  .portfolio-button {
    margin-top: -50px;
  }

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

  .button-icon-copy, .button-outline-copy, .instant-quote-btn {
    flex: none;
  }

  .cell-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-12 {
    justify-content: center;
    display: flex;
  }

  .heading-11 {
    text-align: left;
    align-self: center;
  }

  .div-block-16 {
    width: auto;
  }

  .booking-process {
    height: 100%;
  }

  .section-title-center-2 {
    width: 80%;
  }

  .hero-inner-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header79_image-column.image-column-5, .header79_image-column.image-column-4 {
    display: none;
  }

  .heading-14 {
    text-align: center;
    justify-content: center;
    font-size: 32px;
    display: flex;
  }

  .heading-14.dark {
    padding-bottom: 0;
  }

  .header79_images-layout-2 {
    grid-auto-columns: minmax(350px, auto);
  }

  .button-dark-outline-mobile.mobile-hide.descriptionblock {
    background-color: #a83737d9;
  }

  .button-dark-outline-mobile.mobile-hide.descriptionblock:hover {
    background-color: #a83737;
  }

  .div-block-61, .view-more-mobile-button {
    justify-content: center;
    display: flex;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header76_content-left {
    margin-left: auto;
    margin-right: auto;
  }

  .header38_component-copy {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header38_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-h5-2 {
    font-size: 25px;
  }

  .work-icon-2 {
    height: 30px;
  }

  .work-icon-wrap-2 {
    width: 70px;
    height: 70px;
  }

  .button-dark-outline-4.mobile-hide.descriptionblock {
    display: none;
  }

  .heading-h5-3 {
    font-size: 25px;
  }

  .work-icon-3, .work-icon-4 {
    height: 30px;
  }

  .counter-title-2 {
    font-size: 40px;
  }

  .heading-h4-2 {
    font-size: 35px;
  }

  .service-thumb-fixed-image-2 {
    max-width: 500px;
  }

  .section-title-center-3 {
    width: 80%;
  }

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

  .our-services.section-spacing-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-description-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .video-title-2 {
    font-size: 40px;
  }

  .video-content-2 {
    width: 80%;
  }

  .button-outline-2 {
    flex: none;
  }

  .header38_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .counter-title-3 {
    font-size: 40px;
  }

  .heading-h4-3 {
    font-size: 35px;
  }

  .section-title-center-4 {
    width: 80%;
  }

  .div-block-70, .service-image-3 {
    display: none;
  }

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

  .tb10 {
    display: none;
  }

  .div-block-72 {
    justify-content: center;
    display: flex;
  }

  .section-title-center-5 {
    width: 80%;
  }

  .portfolio-button-2 {
    margin-top: -50px;
  }

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

  .examples {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .header26_image-wrapper {
    text-align: left;
  }

  .container-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-item-list {
    grid-row-gap: 80px;
  }

  .div-block-73 {
    grid-template-columns: 2.25fr;
  }

  .image-37, .image-38, .image-37-copy, .image-38-copy {
    display: none;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-brochures {
    padding-top: 100px;
  }

  .portfolio-button-3 {
    margin-top: 0;
  }

  .portfolio-button-4 {
    margin-top: -50px;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-banner-button-2 {
    margin-bottom: 20px;
  }

  .button-icon-2 {
    flex: none;
  }

  .portfolio-image-2-copy {
    display: none;
  }

  .portfolio-button-5 {
    align-self: center;
  }

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

  .examples-header-section-mobile {
    display: none;
  }

  .imige-wrp {
    margin-top: -250px;
  }

  .scrollimgs {
    transform: scale(3);
  }

  .header-examples-large-screens {
    height: 100vh;
  }

  .dark-overlay {
    height: 100%;
    display: block;
  }

  .centered-conteiner {
    transform: translate(0, 300px)rotate(-23deg);
  }

  .container-23 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .cell-13 {
    text-align: center;
    align-items: center;
  }

  .cell-14 {
    justify-content: center;
  }

  .lightbox-link-2-copy {
    display: none;
  }

  .div-block-115 {
    justify-content: center;
    display: flex;
  }

  .brochures-button-mobile {
    display: block;
  }

  .brochures-button {
    justify-content: center;
    display: none;
  }

  .div-block-122 {
    justify-content: center;
    display: flex;
  }

  .text-block-46 {
    justify-content: center;
    display: block;
  }

  .section-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding-section-large-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1-prices {
    font-size: 3.25rem;
  }

  .signup9_component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .price-calculator-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link {
    display: none;
  }

  .cell-17 {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .quick-stack-7 {
    padding-left: 0;
  }

  .cell-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .padding-section-large-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header-prices {
    height: 100vh;
  }

  .scrollimgs-2 {
    transform: scale(3);
  }

  .section-5 {
    height: 100vh;
  }

  .dark-overlay-2 {
    height: 100%;
    display: block;
  }

  .centered-conteiner-2 {
    transform: translate(0, 300px)rotate(-23deg);
  }

  .container-134 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .cell-19 {
    text-align: center;
    align-items: center;
  }

  .cell-20 {
    justify-content: center;
  }

  .section-5-copy {
    height: 100vh;
  }

  .scrollimgs-3 {
    transform: scale(3);
  }

  .section-18 {
    height: 100vh;
  }

  .container-135 {
    margin-left: 5vw;
    margin-right: 5vw;
    display: block;
  }

  .cell-21 {
    text-align: center;
    align-items: center;
  }

  .cell-22 {
    justify-content: center;
  }

  .brochure-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    display: flex;
  }

  .padding-section-large-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .header4_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._3d-tour-video {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    display: flex;
  }

  .div-block-142 {
    margin-top: -107px;
    margin-bottom: 60px;
  }

  .grid-gallery-2, .grid-gallery-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-submit-button.mobile-hide.descriptionblock, .contact-submit-button.mobile-hide.descriptionblock.capitals, .view-more-button-portfolio.mobile-hide.descriptionblock, .view-more-button-portfolio.mobile-hide.descriptionblock.capitals {
    display: block;
  }

  .quick-stack-28 {
    padding-left: 0;
  }

  .hire-experts-exampls-btn.mobile-hide.descriptionblock {
    display: none;
  }

  .hire-experts-exampls-btn.mobile-hide.descriptionblock.capitals {
    display: block;
  }

  .button-dark-outline-copy.mobile-hide.descriptionblock {
    display: none;
  }

  .button-dark-outline-copy.mobile-hide.descriptionblock.capitals {
    display: block;
  }

  .div-block-148 {
    border-top: 1px solid #e8b681;
    margin-top: 30px;
    padding-bottom: 0;
    display: block;
  }

  .brochures-button-mobile-copy, .button-dark-outline-copy.mobile-hide.descriptionblock, .button-dark-outline-copy.mobile-hide.descriptionblock.capitals {
    display: block;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  .heading-h2 {
    font-size: 45px;
  }

  .heading-h6 {
    font-size: 20px;
  }

  .style-guide-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container {
    background-color: #0000;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .heading-h3 {
    font-size: 40px;
  }

  .heading-h1 {
    font-size: 50px;
  }

  .button-outline.button-top {
    margin-top: 20px;
  }

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

  .instructions-section, .licenses-section, .changelog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-spacing-bottom {
    padding-bottom: 30px;
  }

  .utility-page {
    width: 100%;
    margin-top: 40px;
    padding: 30px;
  }

  .coming-soon-icon {
    height: 120px;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .utility-page-wrap {
    width: 100%;
    height: auto;
  }

  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

  .more-templates {
    bottom: 10px;
    right: 10px;
  }

  .button-dark-outline.mobile-hide {
    border-radius: 7px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-dark-outline.mobile-hide.descriptionblock {
    font-size: 14px;
    display: block;
  }

  .menu-button {
    background-color: #fcf4e8;
  }

  .footer {
    align-items: center;
    padding-top: 50px;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .contact-item {
    justify-content: center;
  }

  .contact-image {
    display: block;
  }

  .footer-decoration.one {
    height: 200px;
  }

  .section-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-badge-rounded {
    width: 60px;
    height: 60px;
  }

  .hero-logo-icon {
    height: 20px;
  }

  .hero-big-image {
    margin-top: 10px;
  }

  .hero-image-wrap {
    width: 100px;
  }

  .hero-content {
    padding-top: 30px;
  }

  .hero-bg {
    height: 250px;
  }

  .section-title-center {
    width: 100%;
    margin-bottom: 30px;
  }

  .grid-about-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-description {
    margin-bottom: 20px;
  }

  .grid-avatar {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .avatar-group-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .avatar-group {
    height: 100px;
    margin-left: -21px;
  }

  .avatar-group.first {
    align-self: auto;
  }

  .avatar-item {
    margin-left: -21px;
    display: none;
  }

  .about-image {
    object-fit: cover;
  }

  .about-image-wrap {
    height: 180px;
  }

  .about-video-wrap {
    top: -48px;
    right: -49px;
  }

  .grid-feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .feature-item {
    flex-wrap: wrap;
  }

  .service-thumb-fixed-image {
    max-width: 450px;
  }

  .service-image-wrap {
    max-width: 450px;
    transform: translate(-50%, -50%);
  }

  .section-title {
    width: 80%;
    margin-bottom: 30px;
  }

  .grid-work-step {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .work-step {
    text-align: center;
    width: 300px;
  }

  .work-icon-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-icon.one {
    top: 40%;
    left: 26px;
    transform: rotate(-90deg);
  }

  .arrow-icon.two {
    top: 78%;
    right: 7%;
    transform: rotate(-90deg);
  }

  .decoration.two {
    height: 100px;
  }

  .decoration.three {
    height: 100px;
    right: 15px;
  }

  .decoration.four {
    right: 6px;
  }

  .decoration.five {
    height: 100px;
    inset: auto 0% 0% auto;
  }

  .decoration.six {
    display: none;
  }

  .decoration.eight {
    height: 150px;
    top: -6%;
    left: 14%;
  }

  .decoration.eleven {
    top: 6%;
    right: 6%;
  }

  .decoration.twelve {
    bottom: 48%;
    left: 41px;
  }

  .decoration.thirteen, .decoration.fifteen, .decoration.six {
    display: none;
  }

  .decoration.seven {
    bottom: 63%;
  }

  .decoration.one {
    height: 250px;
    top: -12%;
    right: 9px;
  }

  .project-mask {
    max-width: 400px;
  }

  .project-image {
    object-fit: cover;
  }

  .counter-item-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter-title {
    font-size: 40px;
  }

  .vertical-line {
    display: none;
  }

  .testimonial-mask {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 500px;
    height: 100%;
  }

  .grid-testimonial {
    grid-template-columns: minmax(200px, 1fr);
  }

  .testimonial-background {
    display: none;
  }

  .grid-client {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .client-marquee-wrap, .client-marquee-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-blog-list {
    grid-template-columns: 1fr;
  }

  .simple-hero-title {
    font-size: 50px;
  }

  .grid-hero-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-banner-description {
    margin-bottom: 30px;
  }

  .grid-hero-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-story-title {
    font-size: 20px;
  }

  .grid-about-feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-feature-big-image {
    object-fit: cover;
    height: 300px;
  }

  .about-feature-small-image {
    object-fit: cover;
    height: 150px;
    left: -70px;
  }

  .service-marquee-image {
    top: -102%;
  }

  .service-marquee-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-title {
    font-size: 30px;
  }

  .feature-project-list {
    grid-template-columns: 1fr 1fr;
  }

  .feature-project-image {
    object-fit: cover;
  }

  .grid-team-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .team-content {
    width: 400px;
  }

  .photo-gallery {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .photo-gallery.section-spacing-bottom {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .grid-gallery {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  .gallery-image.big-image {
    height: 100%;
  }

  .about-gallery-image-wrap.big-image {
    width: 250px;
    height: 300px;
  }

  .about-gallery-image-wrap.small-image {
    width: 250px;
    height: 150px;
  }

  .grid-our-value {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .grid-about-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-value-image-wrap {
    height: 400px;
  }

  .our-value-image {
    height: 500px;
  }

  .grid-new-feature {
    grid-template-columns: 1fr 1fr;
  }

  .team-title-warp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .about-team-info {
    width: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .contact-detail-item {
    height: 100%;
  }

  .contact-form {
    width: 90%;
  }

  .map {
    height: 250px;
  }

  .new-service-section {
    padding-bottom: 40px;
  }

  .new-service-title-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .service-about-content {
    width: 100%;
  }

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

  .grid-pricing-plan {
    grid-template-columns: 1fr;
  }

  .our-portfolio.section-spacing-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-project-title-wrap {
    width: 90%;
  }

  .new-project-list {
    grid-template-columns: 1fr 1fr;
  }

  .new-team-title {
    width: 80%;
  }

  .team-newsletter-content {
    width: 100%;
    padding: 20px;
  }

  .team-newsletter-form {
    flex-wrap: wrap;
  }

  .grid-team-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

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

  .team-detail-description {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-details-image-wrap {
    margin-bottom: 40px;
  }

  .project-detail-image {
    margin-bottom: 20px;
  }

  .project-detail-item {
    width: 100%;
    position: static;
  }

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

  .project-review {
    width: 100%;
  }

  .grid-service-detail-image {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

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

  .grid-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .approach-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .block-quote-item {
    width: 80%;
  }

  .approach-image {
    height: 350px;
  }

  .approach-image.two {
    height: 100%;
  }

  .approach-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-info-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-in-bio-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .link-in-bio-item {
    width: 100%;
    padding: 30px;
  }

  .rich-text ol, .rich-text blockquote, .blog-rich-text p, .blog-rich-text ul, .blog-rich-text blockquote {
    margin-bottom: 30px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .max-width-medium.align-center {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial11_divider {
    display: none;
  }

  .testimonial11_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial11_component {
    padding-bottom: 5rem;
  }

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

  .testimonial11_client-info {
    margin-bottom: 1rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .testimonial11_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .testimonial10_divider {
    display: none;
  }

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

  .testimonial10_component {
    padding-bottom: 3rem;
  }

  .testimonial10_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial10_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .pricing19_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .vertical-line-copy {
    display: none;
  }

  .portfolio14_item-1 {
    margin-bottom: 3rem;
  }

  .portfolio14_list-wrapper {
    display: none;
  }

  .portfolio14_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .collection-list-wrapper {
    display: block;
  }

  .portfolio14_item-2, .portfolio14_item-3, .portfolio14_item-4, .portfolio14_item-5, .portfolio14_item-6, .portfolio14_item-7, .portfolio14_item-8, .portfolio14_item-9 {
    margin-bottom: 3rem;
  }

  .grid-client-2, .grid-client-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .client-wrap-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-client-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .client-marquee-list-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-client-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text1.bright, .text1.yellow {
    text-align: center;
  }

  .text1.light {
    margin-top: 20px;
  }

  .text1.examples-text {
    margin-top: 0;
  }

  .about-description-2, .about-description-3, .about-description-4 {
    margin-bottom: 20px;
  }

  .about-description-copy {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    display: block;
  }

  .pricing4_feature-list {
    grid-template-columns: 1fr;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .pricing4_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-pricing-plan-copy {
    grid-template-columns: 1fr;
  }

  .pricing8_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .about-story-title-copy {
    font-size: 30px;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .tags-wrapper {
    margin-top: 10px;
  }

  .portfolio-item {
    position: relative;
  }

  .portfolio-button {
    margin-top: 20px;
    position: relative;
    left: -25%;
  }

  .portfolio-image-grid {
    position: relative;
  }

  .brochures.section-spacing {
    display: flex;
  }

  .virtual-staging {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .floor-plans.section-spacing {
    display: flex;
  }

  .button-outline-copy {
    font-size: 12px;
  }

  .button-outline-copy.button-top {
    margin-top: 20px;
  }

  .instant-quote-btn {
    font-size: 12px;
  }

  .instant-quote-btn.button-top {
    margin-top: 20px;
  }

  .image-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-11 {
    text-align: center;
    justify-content: center;
    display: none;
  }

  .section-title-center-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .header79_image-column.image-column-3 {
    display: none;
  }

  .heading-14, .heading-14.smaller {
    text-align: center;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .header79_images-layout-2 {
    grid-auto-columns: minmax(500px, auto);
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header38_component-copy {
    padding-top: 4rem;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-icon-wrap-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .counter-title-2 {
    font-size: 40px;
  }

  .div-block-66 {
    margin-top: 0;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h4-2 {
    font-size: 30px;
  }

  .service-thumb-fixed-image-2 {
    max-width: 450px;
  }

  .section-title-center-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .video-title-2 {
    font-size: 30px;
  }

  .header38_component {
    padding-top: 4rem;
  }

  .div-block-69 {
    margin-top: 0;
  }

  .counter-title-3 {
    font-size: 40px;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-title-center-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-72 {
    justify-content: center;
    display: flex;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-center-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .container-17, .container-18, .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-button-2 {
    margin-top: 20px;
  }

  .portfolio-image-grid-2 {
    grid-row-gap: 40px;
    grid-auto-flow: row;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header26_image-wrapper {
    object-fit: fill;
    width: 100%;
    display: block;
  }

  .image-wrapper-2 {
    width: 100%;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-73 {
    grid-template-columns: 1.5fr;
    align-items: stretch;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq4_icon {
    width: 1.75rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .container-brochures {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cinematic-video {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .portfolio-button-3 {
    margin-top: 20px;
    position: relative;
    inset: auto 0% 0% -25%;
  }

  .matterport-examples {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .portfolio-button-4 {
    margin-top: 20px;
    position: relative;
    left: -25%;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-wrapper-3 {
    width: 100%;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .examples-header-section {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .photo-gallery-mobile {
    align-items: center;
    min-height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .portfolio-title-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tags-wrapper-2 {
    margin-top: 10px;
  }

  .portfolio-button-5 {
    align-self: center;
  }

  .portfolio-image-grid-3 {
    grid-template-columns: 1fr;
  }

  .examples-header-section-mobile {
    height: auto;
    min-height: 50vh;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .cinematic-video-mobile {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .matterport-examples-mobile {
    min-height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .floor-plans-mobile, .brochures-mobile {
    display: none;
  }

  .virtual-staging-mobile {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .heading-19 {
    margin-bottom: 20px;
  }

  .image-41 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .scrollimgs {
    transform: scale(3);
  }

  .header-examples-large-screens {
    height: 80vh;
    min-height: 80vh;
    padding: 0 40px;
    display: flex;
  }

  .centered-conteiner {
    transform: translate(0, 253px)rotate(-23deg);
  }

  .container-23 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .cell-13 {
    text-align: center;
    align-items: center;
  }

  .div-block-113, .div-block-114 {
    justify-content: center;
    display: flex;
  }

  .text-block-42, .text-block-43 {
    font-size: 14px;
  }

  .text-block-44 {
    color: var(--floral-white);
    font-size: 13px;
  }

  .container-27, .container-28, .container-29, .grid-gallery-item-copy, .gallery-lightbox-link-copy {
    display: none;
  }

  .div-block-115 {
    justify-content: center;
    display: flex;
  }

  .brochures-button-mobile, .brochures-button {
    justify-content: center;
    display: none;
  }

  .container-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-container {
    background-color: #0000;
    padding-left: 40px;
    padding-right: 40px;
  }

  .og-portfolio-container {
    background-color: #f1f1f1;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-118 {
    display: block;
  }

  .div-block-122 {
    justify-content: center;
    display: flex;
  }

  .div-block-123 {
    justify-content: center;
  }

  .div-block-124, .div-block-125 {
    display: none;
  }

  .padding-section-large-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing1_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h1-prices {
    font-size: 2.5rem;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .price-calculator-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-132 {
    grid-template-columns: 1fr;
  }

  .link {
    display: none;
  }

  .padding-section-large-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing1_component-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .header-prices {
    height: 80vh;
    min-height: 80vh;
    padding: 0 40px;
    display: flex;
  }

  .heading-33 {
    margin-bottom: 20px;
  }

  .image-44 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .scrollimgs-2 {
    transform: scale(3);
  }

  .section-5 {
    height: 80vh;
    min-height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-conteiner-2 {
    transform: translate(0, 253px)rotate(-23deg);
  }

  .container-134 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .cell-19 {
    text-align: center;
    align-items: center;
  }

  .section-5-copy {
    height: 80vh;
    min-height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-35 {
    margin-bottom: 20px;
  }

  .image-45 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .scrollimgs-3 {
    transform: scale(3);
  }

  .section-18 {
    height: 80vh;
    min-height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-135 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .cell-21 {
    text-align: center;
    align-items: center;
  }

  .cell-24 {
    justify-content: center;
  }

  .padding-section-large-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-14 {
    font-size: 1rem;
  }

  .header4_component {
    grid-row-gap: 3rem;
  }

  .career4_list {
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .career4_item {
    padding: 1.5rem;
  }

  .padding-section-large-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .arrow-icon-2 {
    width: 28px;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

  .career4_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._3d-guided-tours.section-spacing {
    display: flex;
  }

  .gallery-lightbox-link-hidden {
    display: none;
  }

  .photogallery {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .grid-gallery-2, .grid-gallery-3 {
    grid-template-columns: 1fr;
  }

  .image-50 {
    height: 200px;
  }

  .image-wrapper-staging {
    padding-left: 10%;
    padding-right: 10%;
  }

  .background-video-3 {
    width: 450px;
    height: 300px;
  }

  .contact-submit-button.mobile-hide {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-submit-button.mobile-hide.descriptionblock {
    font-size: 14px;
  }

  .paragraph-100 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-145 {
    margin-top: 25px;
    display: none;
  }

  .view-more-button-portfolio.mobile-hide {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .view-more-button-portfolio.mobile-hide.descriptionblock {
    font-size: 14px;
  }

  .section-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-dark-outline-copy.mobile-hide {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hire-experts-exampls-btn.mobile-hide {
    border-radius: 7px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hire-experts-exampls-btn.mobile-hide.descriptionblock {
    font-size: 14px;
    display: none;
  }

  .brochures-button-mobile-copy {
    justify-content: center;
    display: block;
  }

  .button-dark-outline-copy.mobile-hide {
    border-radius: 7px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-dark-outline-copy.mobile-hide.descriptionblock {
    font-size: 14px;
    display: block;
  }

  .interior-plus-drone-footage, .google-fly-over {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .heading-h2 {
    font-size: 35px;
  }

  .heading-h6 {
    font-size: 16px;
  }

  .style-guide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    align-self: auto;
    max-width: 100%;
    min-height: 100%;
    padding: 0 20px;
  }

  .style-guide-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .input-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .button-outline.mobile-hide {
    display: none;
  }

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

  .heading-h4 {
    font-size: 25px;
  }

  .heading-h5 {
    font-size: 20px;
  }

  .instructions-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .licenses-section, .changelog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .changelog-version {
    margin-bottom: 10px;
    padding: 5px 20px 0;
  }

  .hero-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utility-page {
    padding: 20px;
  }

  .coming-soon-icon {
    height: 100px;
  }

  .utility-page-wrap {
    width: auto;
  }

  .container-medium {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-dark-outline.mobile-hide {
    display: none;
  }

  .button-dark-outline.mobile-hide.descriptionblock {
    margin-bottom: 40px;
    font-size: 14px;
    display: block;
  }

  .button-dark-outline.mobile-hide.order-form.byn2 {
    display: block;
  }

  .menu-button {
    background-color: #fcf4e8;
  }

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

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

  .footer-decoration.one, .footer-decoration.two {
    display: none;
  }

  .hero-title-wrap.align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-title {
    text-align: center;
    font-size: 36px;
  }

  .hero-badge-rounded, .hero-image-wrap {
    display: none;
  }

  .hero-bg {
    height: 260px;
  }

  .work-with-us.section-spacing {
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

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

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

  .avatar-group-wrap {
    margin-top: 54px;
  }

  .avatar-group {
    height: 80px;
  }

  .avatar-group.first {
    height: 80px;
    display: block;
  }

  .avatar-group.second, .avatar-group.third {
    height: 80px;
  }

  .avatar-group.fourth {
    height: 80px;
    display: block;
  }

  .avatar-group.fith {
    display: none;
  }

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

  .about-image-wrap {
    height: 100%;
  }

  .video-rounded-wrap {
    width: 70px;
    height: 70px;
    display: none;
  }

  .about-video-wrap {
    top: -29px;
    right: -23px;
  }

  .video-play-icon {
    height: 40px;
  }

  .grid-feature-list {
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .service-item-left-side.service-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-image-wrap {
    transform: translate(-50%, -50%);
  }

  .service-item-right-side.service-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .step-by-step-process.section-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    width: 100%;
  }

  .work-step-title {
    font-size: 30px;
  }

  .work-step {
    width: 100%;
  }

  .text-floral-white {
    margin-bottom: 10px;
  }

  .arrow-icon {
    width: 100px;
  }

  .arrow-icon.one {
    top: 39%;
    left: -4px;
  }

  .arrow-icon.two {
    top: 73%;
  }

  .decoration.two {
    height: 90px;
    display: none;
    top: 58%;
    left: -16%;
  }

  .decoration.three {
    display: none;
  }

  .decoration.four {
    z-index: -1;
    bottom: -63%;
  }

  .decoration.five {
    display: none;
  }

  .decoration.eight, .decoration.nine, .decoration.eleven, .decoration.twelve {
    display: none;
  }

  .decoration.fourteen {
    height: 90px;
    inset: auto 14% 0% auto;
  }

  .decoration.fifteen {
    display: none;
  }

  .decoration.seven {
    bottom: 65%;
    left: 54%;
  }

  .decoration.one {
    height: 100px;
    top: -3%;
  }

  .project-mask {
    max-width: 250px;
  }

  .project-image-wrap {
    height: 100%;
  }

  .project-image-overlay {
    height: auto;
    min-height: 100vh;
  }

  .project-content {
    bottom: 20px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    inset: auto auto 62px -3px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: auto -3% 62px auto;
  }

  .counter-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .counter-title {
    font-size: 30px;
  }

  .instant-quote.section-spacing {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    min-height: 0%;
    padding-top: 60px;
    padding-bottom: 140px;
    display: flex;
  }

  .testimonial-mask {
    max-width: 285px;
    height: 300px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .rating-image {
    height: 20px;
  }

  .grid-client {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .client-marquee-list {
    height: 120px;
  }

  .portfolio-list {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-title {
    font-size: 25px;
  }

  .simple-hero-title {
    font-size: 35px;
  }

  .hero-banner-title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-banner-description {
    margin-bottom: 20px;
  }

  .hero-left-background {
    height: 250px;
  }

  .hero-left-bg {
    height: 350px;
  }

  .hero-right-background {
    height: 300px;
  }

  .hero-right-bg {
    height: 400px;
  }

  .hero-banner-center {
    width: 100%;
  }

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

  .about-story-section.section-spacing {
    z-index: 100;
    height: auto;
  }

  .about-story-title {
    font-size: 20px;
  }

  .grid-about-feature {
    grid-template-columns: 1fr;
  }

  .about-feature-big-image {
    height: 200px;
  }

  .about-feature-small-image {
    height: 150px;
  }

  .service-title {
    font-size: 30px;
  }

  .service-marquee-image {
    height: 90px;
    top: -40%;
  }

  .background-video {
    height: 80vh;
  }

  .video-content {
    width: 100%;
  }

  .video-description {
    font-size: 14px;
  }

  .service-marquee-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-title {
    font-size: 22px;
  }

  .feature-project-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .feature-project-image {
    height: 300px;
  }

  .team-content {
    width: 250px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .photo-gallery {
    padding-bottom: 40px;
  }

  .grid-gallery {
    grid-template-columns: .75fr .75fr .75fr;
    grid-template-areas: ". Area";
  }

  .grid-our-value {
    margin-bottom: 40px;
  }

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

  .our-value-image-wrap {
    height: 300px;
  }

  .our-value-image {
    height: 400px;
  }

  .grid-new-feature {
    grid-template-columns: 1fr;
  }

  .team-title-warp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .about-team-info {
    width: 250px;
  }

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

  .contact-detail-item {
    align-items: flex-start;
  }

  .contact-form {
    width: 80%;
  }

  .map {
    height: 200px;
  }

  .contact-input-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .new-service-title-wrap {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .new-service-bg {
    height: 250px;
  }

  .new-service-video-icon {
    height: 40px;
  }

  .service-about-content {
    margin-bottom: 25px;
  }

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

  .pricing-item {
    padding: 15px;
  }

  .newsletter-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .new-testimonial-item {
    padding: 20px;
  }

  .new-project-title-wrap {
    width: 100%;
  }

  .new-project-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .new-team-title {
    width: 100%;
  }

  .team-newsletter-form {
    flex-wrap: wrap;
  }

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

  .team-details, .project-details-image-wrap {
    margin-bottom: 20px;
  }

  .grid-project-detail-list {
    grid-template-columns: 1fr;
  }

  .project-detail-social-warp {
    flex-wrap: wrap;
  }

  .project-detail-title-wrap {
    margin-bottom: 20px;
  }

  .project-detail-gallery {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .project-review {
    margin-bottom: 20px;
  }

  .service-detail-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .approach-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .block-quote-item {
    width: 100%;
  }

  .approach-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .approach-image.one {
    display: none;
  }

  .approach-tab {
    margin-top: 20px;
  }

  .approach-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .link-in-bio-wrap {
    padding: 15px;
  }

  .link-in-bio-social-wrap {
    margin-top: 10px;
  }

  .link-in-bio-icon-wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }

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

  .link-in-bio-image {
    height: 50px;
  }

  .link-in-bio-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-in-bio-social-icon {
    margin-top: 30px;
  }

  .link-in-bio-item {
    border-radius: 15px;
    padding: 20px;
  }

  .heading-1, .heading-1.white {
    font-size: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .portfolio14_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .large-text-copy {
    margin-right: 30px;
  }

  .padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-client-2, .grid-client-1, .grid-client-copy, .grid-client-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .client-marquee-list-copy {
    height: 120px;
  }

  .grid-client-2-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .div-block-5 {
    margin-top: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .text1 {
    text-align: center;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 2em;
  }

  .text1.white {
    color: #fdecd8;
  }

  .text1.bright, .text1.yellow, .text1.light.white {
    text-align: center;
  }

  .text1.photos {
    margin-top: 20px;
  }

  .text1.floorplans {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .about-description-4, .about-description-copy {
    font-family: Bitter, serif;
  }

  .container-copy {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-item-copy {
    padding: 15px;
  }

  .about-story-title-copy {
    font-size: 25px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .custom-packages {
    padding-top: 0;
  }

  .div-block-8 {
    margin-top: 0;
    padding-left: 10px;
  }

  .div-block-8.mobile {
    margin-top: 40px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-image-overlay {
    display: none;
  }

  .portfolio-button {
    padding-left: 40px;
    inset: auto auto auto -7%;
  }

  .tag {
    font-size: 12px;
  }

  .portfolio-image {
    height: 110px;
  }

  .floor-plans.section-spacing {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-2 {
    max-width: 700px;
  }

  .text-block-21 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Butler, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .button-outline-copy.mobile-hide, .instant-quote-btn.mobile-hide {
    display: none;
  }

  .cell-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-span-4, .text-span-5 {
    font-size: 16px;
  }

  .section-title-center-2 {
    margin-bottom: 20px;
  }

  .container-9 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-inner-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-10 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-14 {
    text-align: center;
    font-size: 25px;
  }

  .heading-14.padding {
    font-size: 30px;
  }

  .heading-14.dark {
    font-size: 25px;
  }

  .heading-14.padding20.justify-center.padding30 {
    font-size: 30px;
  }

  .heading-14.smaller, .heading-14.small {
    text-align: center;
  }

  .heading-14.large.white {
    font-size: 40px;
  }

  .header79_images-layout-2 {
    grid-auto-columns: minmax(270px, 1fr);
  }

  .heading-15, .button-dark-outline-mobile.mobile-hide {
    display: none;
  }

  .lottie-animation-3 {
    padding: 20px;
  }

  .header76_component {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header76_image-list-right-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header38_component-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-medium-8 {
    display: block;
  }

  .heading-h5-2 {
    font-size: 20px;
  }

  .container-12 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 15px;
  }

  .button-dark-outline-4.mobile-hide {
    display: none;
  }

  .heading-h5-3 {
    font-size: 20px;
  }

  .counter-title-2 {
    font-size: 30px;
  }

  .div-block-66 {
    margin-top: 0;
  }

  .heading-22, .heading-22.padding {
    font-size: 30px;
  }

  .text-span-7 {
    font-size: 16px;
  }

  .about-us-dark.section-spacing {
    z-index: 100;
    text-align: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-13 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-h4-2 {
    font-size: 25px;
  }

  .section-title-center-3 {
    margin-bottom: 20px;
  }

  .our-services.section-spacing-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-description-2 {
    font-size: 14px;
  }

  .video-title-2 {
    font-size: 22px;
  }

  .video-content-2 {
    width: 100%;
  }

  .header38_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-us-bright.section-spacing {
    z-index: 100;
    height: auto;
  }

  .div-block-69 {
    margin-top: 0;
  }

  .heading-25, .heading-25.padding {
    font-size: 30px;
  }

  .text-span-8 {
    font-size: 16px;
  }

  .counter-title-3 {
    font-size: 30px;
  }

  .container-14 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-h4-3 {
    font-size: 25px;
  }

  .section-title-center-4 {
    margin-bottom: 20px;
  }

  .div-block-72 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-36 {
    padding-left: 0;
  }

  .container-part-1, .container-part-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-16 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center-5 {
    margin-bottom: 20px;
  }

  .container-17, .container-18, .container-19 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-button-2 {
    padding-left: 40px;
  }

  .examples {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .portfolio-image-2 {
    height: 110px;
  }

  .image-wrapper-2 {
    margin-left: 0;
  }

  .container-21 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-73 {
    margin-top: 0;
  }

  .div-block-76 {
    padding-bottom: 0;
  }

  .container-brochures {
    max-width: 100%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cinematic-video {
    display: block;
  }

  .portfolio-button-3 {
    margin-top: 0;
    padding-left: 40px;
    inset: auto auto auto -7%;
  }

  .matterport-examples {
    display: block;
  }

  .portfolio-button-4 {
    padding-left: 40px;
    inset: auto auto auto -7%;
  }

  .portfolio-image-3 {
    height: 110px;
  }

  .image-wrapper-3 {
    margin-left: 0;
  }

  .photo-gallery-mobile {
    align-items: center;
    min-height: 100vh;
    display: none;
  }

  .portfolio-image-2-copy, .portfolio-image-4 {
    height: 110px;
  }

  .examples-header-section-mobile {
    height: auto;
    min-height: 100vh;
  }

  .cinematic-video-mobile {
    min-height: 100vh;
    display: none;
  }

  .floor-plans-mobile {
    min-height: 100vh;
  }

  .imige-wrp-bott {
    margin-top: 6px;
  }

  .image-41 {
    margin-top: 30px;
  }

  .imige-wrp {
    margin-top: 100px;
  }

  .scrollimgs {
    align-self: auto;
    display: none;
  }

  .header-examples-large-screens {
    height: 100vh;
  }

  .dark-overlay {
    background-color: var(--black-rock);
    opacity: 1;
    display: block;
  }

  .centered-conteiner {
    transform: translate(0, 20px)rotate(-23deg);
  }

  .container-23 {
    height: auto;
  }

  .cell-13 {
    text-align: center;
    align-items: center;
  }

  .lightbox-link-2-copy {
    display: none;
  }

  .text-block-42 {
    font-size: 14px;
  }

  .container-30 {
    padding-top: 20px;
  }

  .div-block-116 {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .container-32 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-container {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .og-portfolio-container {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-121 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .image-43 {
    opacity: .8;
    display: block;
  }

  .div-block-122 {
    justify-content: center;
    display: flex;
  }

  .pricing1_feature-list {
    grid-template-columns: 4fr;
  }

  .field-label {
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .padding-global-contact.graybgblue {
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-50 {
    font-family: Roboto, sans-serif;
  }

  .signup9_component {
    justify-content: center;
  }

  .bg-pattern2 {
    display: none;
  }

  .work-with-us-2.section-spacing {
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-132 {
    grid-template-columns: 1fr;
  }

  .link, .link-2 {
    display: none;
  }

  .text-block-59, .text-block-60 {
    font-family: Roboto, sans-serif;
  }

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

  .header-prices {
    height: 100vh;
  }

  .image-44 {
    margin-top: 30px;
  }

  .scrollimgs-2 {
    display: block;
  }

  .section-5 {
    height: auto;
  }

  .centered-conteiner-2 {
    transform: translate(0, 20px)rotate(-23deg);
  }

  .container-134 {
    height: auto;
  }

  .cell-19 {
    text-align: center;
    align-items: center;
  }

  .section-5-copy {
    height: 100vh;
  }

  .image-45 {
    margin-top: 30px;
  }

  .scrollimgs-3 {
    display: block;
  }

  .section-18, .container-135 {
    height: auto;
  }

  .cell-21 {
    text-align: center;
    align-items: center;
  }

  .paragraph-99 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-image-5 {
    height: 240px;
  }

  .header4_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .career4_title-wrapper {
    display: block;
  }

  .career4_title-heading {
    margin-bottom: 1.25rem;
  }

  .photogallery {
    display: block;
  }

  .cell-26 {
    display: none;
  }

  .image-50 {
    height: 100px;
  }

  .cell-27, .cell-28, .cell-29 {
    display: none;
  }

  .background-video-3 {
    width: 300px;
    height: 200px;
  }

  .image-55 {
    width: 90%;
  }

  .contact-submit-button.mobile-hide {
    display: none;
  }

  .contact-submit-button.mobile-hide.descriptionblock {
    font-size: 14px;
    display: block;
  }

  .contact-submit-button.mobile-hide.order-form.byn2 {
    display: block;
  }

  .paragraph-100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-145, .view-more-button-portfolio.mobile-hide {
    display: none;
  }

  .view-more-button-portfolio.mobile-hide.descriptionblock {
    font-size: 14px;
    display: block;
  }

  .view-more-button-portfolio.mobile-hide.order-form.byn2 {
    display: block;
  }

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

  .hire-experts-exampls-btn.mobile-hide {
    display: none;
  }

  .hire-experts-exampls-btn.mobile-hide.descriptionblock {
    margin-bottom: 40px;
    font-size: 14px;
    display: none;
  }

  .hire-experts-exampls-btn.mobile-hide.order-form.byn2 {
    display: block;
  }

  .button-dark-outline-copy.mobile-hide {
    display: none;
  }

  .button-dark-outline-copy.mobile-hide.descriptionblock {
    margin-bottom: 40px;
    font-size: 14px;
    display: block;
  }

  .button-dark-outline-copy.mobile-hide.order-form.byn2, .interior-plus-drone-footage, .google-fly-over {
    display: block;
  }
}

#w-node-f8a357fb-934f-14d0-f89b-6b2b2be4748e-b6ac3faf {
  justify-self: end;
}

#w-node-f8a357fb-934f-14d0-f89b-6b2b2be4749e-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be4749f-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a0-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a1-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a2-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a3-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a4-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a5-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a6-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a7-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a8-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474a9-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474aa-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474ab-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474ac-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474ad-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474ae-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474af-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b0-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b1-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b2-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b4-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b5-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b6-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b7-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b8-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474b9-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474ba-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474bb-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474bc-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474bd-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474be-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474bf-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c0-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c1-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c2-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c3-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c4-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c5-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c6-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c7-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474c8-b6ac3faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8a357fb-934f-14d0-f89b-6b2b2be474eb-b6ac3faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f8a357fb-934f-14d0-f89b-6b2b2be47549-b6ac3faf {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-f8a357fb-934f-14d0-f89b-6b2b2be4754a-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47553-b6ac3faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12b040c6-4d68-d255-ea34-41be0b591904-b6ac3faf {
  justify-self: auto;
}

#w-node-_12b040c6-4d68-d255-ea34-41be0b59190d-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47650-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47658-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47660-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47669-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47671-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47679-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be476ba-b6ac3faf, #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7dc-47f5a7b4, #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7b9-47f5a7b4, #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7ba-47f5a7b4, #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7cb-47f5a7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7eb-47f5a7b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0a56d1b-99ca-df8e-1f2d-3b4c5aae1076-5aae1073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0a56d1b-99ca-df8e-1f2d-3b4c5aae1078-5aae1073 {
  place-self: center;
}

#w-node-a0a56d1b-99ca-df8e-1f2d-3b4c5aae1095-5aae1073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f4385a66-a323-6c1c-8dfb-dbfc3ff2cf3f-3ff2cf3a {
  justify-self: center;
}

#w-node-f4385a66-a323-6c1c-8dfb-dbfc3ff2cf5c-3ff2cf3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4bbbbdec-19d8-7544-6a4e-f549ce016f3c-b6ac400a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4bbbbdec-19d8-7544-6a4e-f549ce016f3d-b6ac400a, #w-node-_34f45b7e-4b57-c936-4457-ed5693de5b32-b6ac400a, #w-node-b1bd31e3-0946-d608-e138-5c7074075c7a-b6ac400a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71804df7-92e5-c62e-afda-fd12da253767-b6ac400a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5f7782c9-0280-60a8-1e13-7d38d6e05996-b6ac400a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f7782c9-0280-60a8-1e13-7d38d6e05998-b6ac400a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3cec206e-a687-785a-ec51-98d3590561fe-b6ac400a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cec206e-a687-785a-ec51-98d359056200-b6ac400a, #w-node-_96e1791f-5945-9f46-0dce-e3eb2353ace5-b6ac400a, #w-node-_09422d2b-c463-dd6c-b5bc-05bab9ca6012-b6ac400a, #w-node-_93db0522-37bd-c4bc-c0f2-816a0e938c98-b6ac400a, #w-node-_107be258-5d2c-33c6-94f9-05f91c69eaa2-b6ac400a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9b5b6325-6bd1-b70f-42a1-6833b24c8659-b6ac400d, #w-node-e52e12c2-7fce-1cc8-0ae2-bc8a260367fe-b6ac400d, #w-node-_04e2a119-91ce-710b-4ab8-74a179ac3535-b6ac400d, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea2-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea3-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea4-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea5-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea7-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea8-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebea9-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeaa-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebead-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeae-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeaf-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb0-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb2-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb3-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb4-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb5-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb8-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeb9-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebeba-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebebb-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebebd-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebebe-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebebf-b6ac400e, #w-node-d9a03d97-5af6-c347-2c8a-f79ab1aebec0-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b4-b6ac400e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b5-b6ac400e, #w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b6-b6ac400e, #w-node-_168a5afc-5100-6479-fa91-caf61bd31420-b6ac400e, #w-node-_3d102d59-081f-a4c0-10a9-a79e2023de83-b6ac400e, #w-node-_92387ec2-65b3-04cb-64c8-f6403cc9afcf-b6ac400e, #videolb.w-node-_3e4be287-2062-3d30-0c73-03222efbc8f5-b6ac400e, #videolb.w-node-_70ce2e74-3bcb-40ca-79a6-64bb08898d1d-b6ac400e, #videolb.w-node-_0491dcb2-4f4b-fe24-a65d-6016f894a1ad-b6ac400e, #videolb.w-node-aa4dee49-338f-3ec7-89f5-e45d7309552a-b6ac400e, #videolb.w-node-_6ad95578-e7b5-8d26-3c07-de3ee247e481-b6ac400e, #videolb.w-node-_7187c9f4-9f5a-78c7-b98b-9a2ac4354a7b-b6ac400e, #videolb.w-node-_9092fd52-3315-44e0-0604-bfc8e59ad2c7-b6ac400e, #videolb.w-node-b33aea3c-f65f-cfcf-5aa4-38123c5bb760-b6ac400e, #videolb.w-node-b13ed94c-a478-7099-22b9-70583ca79c43-b6ac400e, #mplb.w-node-_42256f8b-a925-ef3d-0f7c-fbd4b6a3fdc7-b6ac400e, #mplb.w-node-_169c552f-d757-28fe-a7fb-1fbbcffd7b3c-b6ac400e, #mplb.w-node-_3a27e577-795f-1de4-241f-82880b03db6e-b6ac400e, #mplb.w-node-ebd30288-5202-92e7-a5ac-e0a06d4e8827-b6ac400e, #mplb.w-node-d29dc65f-c1e7-4ad1-603a-ed6187306f28-b6ac400e, #mplb.w-node-_968931fd-5fde-3581-e3dc-11b96713c1a9-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfcd8500-f590-a4c0-8cad-b39431e71474-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dfcd8500-f590-a4c0-8cad-b39431e71446-b6ac400e, #w-node-_50b1c0b9-1471-bc88-b117-d25bd989b95c-b6ac400e, #w-node-a8082517-6ef8-b78a-5c4b-ac8d5288dd45-b6ac400e, #w-node-cc2f363b-b1aa-fda4-3c58-8e773f60a292-b6ac400e, #w-node-_0bd91790-4580-0d1f-678d-30dec4231c49-b6ac400e, #w-node-_567928b7-6655-ce67-4cf2-939b4797d08b-b6ac400e, #w-node-f3d23046-eba2-ed4c-8125-2be803eafc49-b6ac400e, #mpvt.w-node-_4e2bdddd-a953-c5df-4c8f-6d249c6666fe-b6ac400e, #mpvt.w-node-_4e2bdddd-a953-c5df-4c8f-6d249c666700-b6ac400e, #mpvt.w-node-_4e2bdddd-a953-c5df-4c8f-6d249c666702-b6ac400e, #mpvt.w-node-_4e2bdddd-a953-c5df-4c8f-6d249c666704-b6ac400e, #mpvt.w-node-_4e2bdddd-a953-c5df-4c8f-6d249c666706-b6ac400e, #mpvt.w-node-_4e2bdddd-a953-c5df-4c8f-6d249c666708-b6ac400e, #mpvt.w-node-_303289ff-e270-a405-e7b3-3dbb0c33c3b6-b6ac400e, #mpvt.w-node-_1d6e71b3-ced0-b1db-46e4-7876b2409294-b6ac400e, #mpvt.w-node-b83222c5-da01-26eb-a749-0d178cccb02e-b6ac400e, #mplb.w-node-dd911279-f498-2a88-8796-2bdaa212706e-b6ac400e, #w-node-_109a322f-8aec-0c08-0fbb-3033ee993331-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_109a322f-8aec-0c08-0fbb-3033ee993361-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#ll.w-node-_888fecd4-9b08-f9e4-564c-d1f41fc28bbd-b6ac400e, #w-node-_0ed66b14-00de-c058-a936-ce4a85c5cae8-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ed66b14-00de-c058-a936-ce4a85c5cb05-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4f7f3945-b53d-6e33-d392-ebadbf6d54e3-b6ac400e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23cfd4c6-1b1b-4627-846b-69d5d29aa2de-b6ac400e {
  justify-self: start;
}

#w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc47-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc48-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc49-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc4a-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc4c-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc4d-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc4e-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc4f-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc52-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc53-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc54-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc55-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc57-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc58-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc59-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc5a-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc5d-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc5e-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc5f-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc60-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc62-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc63-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc64-b6ac4015, #w-node-dbf3bb46-419a-cfe9-5e66-397dda4ecc65-b6ac4015 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7eb-47f5a7b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7eb-47f5a7b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be4748e-b6ac3faf {
    justify-self: start;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474eb-b6ac3faf {
    justify-self: center;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47549-b6ac3faf {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be4754a-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47553-b6ac3faf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47650-b6ac3faf {
    justify-self: auto;
  }

  #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7eb-47f5a7b4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a0a56d1b-99ca-df8e-1f2d-3b4c5aae1078-5aae1073 {
    place-self: center;
  }

  #w-node-a0a56d1b-99ca-df8e-1f2d-3b4c5aae1095-5aae1073, #w-node-f4385a66-a323-6c1c-8dfb-dbfc3ff2cf5c-3ff2cf3a {
    align-self: center;
  }

  #w-node-dfcd8500-f590-a4c0-8cad-b39431e71474-b6ac400e, #w-node-_109a322f-8aec-0c08-0fbb-3033ee993361-b6ac400e, #w-node-_1a1c56c5-4c13-d366-03af-d138ee02d106-b6ac400e, #w-node-_0ed66b14-00de-c058-a936-ce4a85c5cb05-b6ac400e, #w-node-_0ed66b14-00de-c058-a936-ce4a85c5cb35-b6ac400e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be474eb-b6ac3faf {
    place-self: center;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47549-b6ac3faf {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be4754a-b6ac3faf, #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47553-b6ac3faf, #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7eb-47f5a7b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b4-b6ac400e {
    display: grid;
  }

  #w-node-dfcd8500-f590-a4c0-8cad-b39431e71474-b6ac400e, #w-node-_109a322f-8aec-0c08-0fbb-3033ee993361-b6ac400e, #w-node-_0ed66b14-00de-c058-a936-ce4a85c5cb05-b6ac400e {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be4748e-b6ac3faf {
    justify-self: auto;
  }

  #w-node-f8a357fb-934f-14d0-f89b-6b2b2be47549-b6ac3faf {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7b9-47f5a7b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7ba-47f5a7b4, #w-node-_64dc9def-2983-fe1a-761d-bd0d47f5a7cb-47f5a7b4 {
    justify-self: center;
  }

  #w-node-_107be258-5d2c-33c6-94f9-05f91c69eaa2-b6ac400a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b4-b6ac400e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b5-b6ac400e, #w-node-_88d6a16a-a341-bd08-cf9e-0f40160ce4b6-b6ac400e, #w-node-_168a5afc-5100-6479-fa91-caf61bd31420-b6ac400e, #w-node-_3d102d59-081f-a4c0-10a9-a79e2023de83-b6ac400e, #w-node-_92387ec2-65b3-04cb-64c8-f6403cc9afcf-b6ac400e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Expanded Regular';
  src: url('../fonts/Century-Expanded-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}