:root {
  --radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>: #6d6d6d;
  --radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>: #e0ecff;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1.10421vw;
  line-height: 150%;
}

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

a {
  text-decoration: none;
}

.body {
  line-height: 150%;
}

.hero-section {
  background-color: #001f3fb3;
  width: 100%;
  height: 100vh;
  padding-top: 4.48585vw;
  overflow: hidden;
}

.nav-menu {
  height: 100%;
  padding-top: 1.38026vw;
  padding-bottom: 1.38026vw;
}

.brand {
  grid-column-gap: .690131vw;
  grid-row-gap: .690131vw;
  align-items: center;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 2.07039vw;
  padding: 0;
  font-size: 1.10421vw;
  line-height: 150%;
  transition: all .555s;
  box-shadow: -9px 12px 0 -10px #fff0;
}

.nav-link:hover {
  color: #ffffffbf;
  box-shadow: 0 1px gold;
}

.nav-link:active {
  color: #fff;
  box-shadow: 0 0 #fff;
}

.nav-link.w--current {
  color: #001f3f;
  background-color: gold;
  border-radius: 10px;
  padding-left: .345066vw;
  padding-right: .345066vw;
}

.menu-button {
  padding: 1.24224vw;
}

.navbar {
  z-index: 101;
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  height: 4.48585vw;
  font-size: 1.10421vw;
  line-height: 150%;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  height: 3.45066vw;
  margin-top: .414079vw;
  margin-bottom: .414079vw;
}

.navbar-wrap {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-images {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image.modern {
  background-image: url('../images/modern-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image.traditional {
  background-image: url('../images/traditional-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image.scandinavian {
  background-image: url('../images/scandinavian-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image.industrial {
  background-image: url('../images/industrial-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-01 {
  background-color: #800020b3;
  height: 100vh;
  font-size: 1.10421vw;
}

.s-01__wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.s-01__left {
  width: 50%;
  height: 100%;
  position: relative;
}

.s-01__right {
  width: 50%;
  height: 100%;
  padding-bottom: 4.14079vw;
}

.s-01__image-wrap {
  z-index: 0;
  background-image: url('../images/taupe-kitchen-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% 0%;
}

.lines-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lines-wrap.services {
  z-index: 0;
  width: 50%;
  inset: 0% 0% 0% auto;
}

.lines-wrap.gallery {
  z-index: 0;
  background-color: #001f3f00;
  position: absolute;
}

.lines-wrap._01 {
  z-index: 0;
  width: 50%;
  height: 120vh;
  inset: 0% auto 0% 0%;
}

.lines {
  background-color: gold;
  width: 1px;
  height: 100%;
}

.lines.blue {
  background-color: #001f3f;
}

.lines.gallery {
  background-color: #ffd70080;
}

.lines.testimonial-lines {
  background-color: gold;
}

.image {
  height: 2.4vw;
  margin-left: .690131vw;
}

.our-services {
  background-color: #800020b3;
  min-height: 110vh;
  font-size: 1.10269vw;
  position: relative;
  overflow: hidden;
}

.services-wrap {
  z-index: 1;
  grid-column-gap: 3.03239vw;
  grid-row-gap: 3.03239vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 6.90131vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-image-wrap {
  grid-column-gap: 4.13508vw;
  grid-row-gap: 4.13508vw;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 30vw;
  margin-top: 6.21118vw;
  display: flex;
}

.service-heading-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.service-heading {
  color: gold;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.20842vw;
  line-height: 150%;
}

.service-images {
  width: 100%;
  height: 100%;
}

.service-images._01 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-images._02 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-images._03 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/03.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-image__blur {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #001f3f80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-blur-text {
  color: gold;
  margin-top: 2.75672vw;
  margin-bottom: .68918vw;
  padding: .68918vw;
  line-height: 150%;
}

.service-image__heding-wrap {
  background-color: gold;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-image__hading {
  color: #001f3f;
  margin-top: 1.37836vw;
  margin-bottom: .68918vw;
  font-size: 1.65403vw;
  line-height: 120%;
}

.service-card-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-button {
  color: #001f3f;
  text-align: center;
  background-color: gold;
  border: 1px solid #001f3fb3;
  border-radius: 1.03377vw;
  justify-content: center;
  align-items: center;
  width: 22.3983vw;
  height: 2.75672vw;
  padding: .620262vw 1.03377vw;
  font-weight: 700;
  display: flex;
}

.services-button:hover {
  color: gold;
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  border-color: gold;
}

.services-button._02 {
  justify-content: center;
  align-items: center;
  width: 22.4293vw;
  height: 2.76052vw;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.services-button.p1 {
  border-color: #001f3fb3;
}

.services-button.p1:hover {
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
}

.rt-category-cards-text {
  color: gold;
  text-transform: capitalize;
  font-size: 1.24224vw;
  font-weight: 400;
  line-height: 120%;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-margin-top-fifteen {
  margin-top: 15px;
}

.rt-margin-top-fifteen.rt-body-font-color {
  color: #f5f5f5;
  margin-top: 1.0352vw;
  margin-bottom: .690131vw;
  line-height: 150%;
}

.stats-heading-wrap {
  overflow: hidden;
}

.stats-heading {
  max-width: 22.0842vw;
  font-size: 2.20842vw;
  line-height: 120%;
}

.stats-heading.rt-margin-top-ten {
  color: #f5f5f5;
  margin-top: .690131vw;
  margin-bottom: .690131vw;
}

.stats-top-wrap {
  grid-column-gap: .897171vw;
  grid-row-gap: .897171vw;
  justify-content: space-between;
  align-items: flex-start;
}

.stat-line {
  opacity: .2;
  background-color: gold;
  width: 100%;
  min-height: 1px;
  margin-bottom: 9px;
}

.rt-small-counter-text {
  color: #121b22;
  letter-spacing: -.5px;
  font-size: 30px;
  line-height: 35px;
}

.rt-small-counter-text.rt-text-white-two {
  color: gold;
  font-size: 2.07039vw;
  line-height: 120%;
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.stats-grid {
  grid-column-gap: 4.00276vw;
  grid-row-gap: 4.00276vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6.55625vw;
  display: grid;
}

.stats-top-left-block {
  justify-content: center;
  align-items: center;
}

.rt-margin-top-four {
  margin-top: 6px;
}

.rt-margin-top-four.rt-overflow-none {
  margin-top: .414079vw;
}

.stats-large-number-wrap {
  flex: none;
  padding-left: 3.31263vw;
  position: relative;
}

.stats-bottom-card {
  align-items: stretch;
}

.stats-wrap-01 {
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.rt-counter.rt-heading-three-counter {
  height: 2.41546vw;
  overflow: hidden;
}

.stats-top-wrap-01 {
  grid-column-gap: 1.17322vw;
  grid-row-gap: 1.17322vw;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-home-one-service-large-number-circle {
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  border-radius: 100%;
  min-width: 8.07453vw;
  min-height: 8.07453vw;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-top-right-block {
  grid-column-gap: 1.79434vw;
  grid-row-gap: 1.79434vw;
  justify-content: center;
  align-items: center;
  max-width: 35.1967vw;
  margin-bottom: .414079vw;
}

.rt-home-one-service-large-number-image {
  z-index: 2;
  width: 7.17736vw;
  height: 8.00552vw;
  position: relative;
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

.rt-margin-top-sixteen.rt-body-font-color {
  color: #f5f5f5;
  margin-top: 1.10421vw;
  margin-bottom: .690131vw;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-text-black {
  color: gold;
}

.our-stats {
  background-color: #001f3fb3;
  font-size: 1.10421vw;
  line-height: 150%;
  position: relative;
}

.stats-wrap {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.76052vw;
  padding-bottom: 2.76052vw;
  position: relative;
}

.gallery {
  background-color: #001f3fb3;
  font-size: 1.10421vw;
  line-height: 150%;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  border-radius: 10px;
}

.gallery-image.rt-responsive-full-width-2 {
  border-radius: .690131vw;
  width: 26.9151vw;
  height: 35.8178vw;
}

.gallery-overflow {
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-overflow:hover {
  border-radius: .690131vw;
}

.gallery-image-wrap {
  grid-column-gap: 2.07039vw;
  grid-row-gap: 2.07039vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.gallery-wrap {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: .345066vw 1.0352vw 5.52105vw;
  position: relative;
}

.gallery-heading {
  color: gold;
  margin-top: 1.38026vw;
  margin-bottom: 1.38026vw;
  font-size: 2.20842vw;
  line-height: 120%;
}

.gallery-text {
  color: #f5f5f5;
  margin-bottom: 4.14079vw;
  font-size: 1.10421vw;
  line-height: 150%;
}

.footer {
  background-color: #001f3fb3;
  height: 3.5vw;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .690131vw;
  padding-bottom: .690131vw;
  display: flex;
}

.footer-text {
  color: #f5f5f5;
  font-size: 1.10421vw;
  line-height: 150%;
}

.privacy-policy {
  color: gold;
  font-size: 1.10421vw;
  line-height: 150%;
  text-decoration: none;
}

.rt-heading-six {
  color: gold;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 1.38026vw;
  font-weight: 400;
  line-height: 150%;
}

.rt-component-container {
  z-index: 1;
  width: 100%;
  max-width: 90%;
  position: relative;
}

.rt-component-container.rt-overflow-none-2 {
  z-index: 1;
}

.testimonial {
  background-color: #800020;
  width: 100%;
  padding: 80px 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: relative;
}

.testimonial.rt-marquee-testemonial {
  overflow: hidden;
}

.testimonial.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #800020b3;
  padding: 0 1.0352vw 5.52105vw;
  font-size: 1.10421vw;
  line-height: 150%;
}

.rt-overflow-none-2 {
  overflow: hidden;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
}

.rt-text-white-2.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-text-white-2.rt-margin-top-twenty.rt-marquee-paragraph {
  color: #f5f5f5;
  max-width: 24.7757vw;
  margin-top: 1.38026vw;
  margin-bottom: .690131vw;
  font-family: Roboto, sans-serif;
  line-height: 150%;
}

.rt-star-wrap {
  grid-column-gap: .345066vw;
  grid-row-gap: .345066vw;
  align-items: center;
  padding-top: .690131vw;
}

.rt-home-two-testimonial-heading-wrap {
  flex-flow: column;
}

.rt-home-two-marquee-box-main-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-marquee-box-main-wrap.rt-home-two-marquee-box-main-wrap-two {
  justify-content: flex-end;
  align-items: flex-start;
}

.rt-tab-full-width-height-auto-2 {
  z-index: 5;
  object-fit: cover;
  width: 10.352vw;
  height: 13.1125vw;
}

.rt-home-two-marquee-main-wrapper {
  grid-column-gap: 2.07039vw;
  grid-row-gap: 2.07039vw;
  flex-flow: column;
  margin-top: 2.76052vw;
  display: flex;
}

.rt-home-two-testimonial-slider-contain-wrap {
  flex: 0 86%;
}

.rt-tab-full-width-height-auto {
  object-fit: cover;
  width: 10.352vw;
  height: 13.1125vw;
}

.rt-home-two-testimonial-slider-image-wrap {
  border-radius: 24px;
}

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

.rt-text-small.rt-body-font-color-2 {
  color: gold;
  font-family: Roboto, sans-serif;
  font-size: .966184vw;
  line-height: 150%;
}

.rt-star-image {
  width: 1.24224vw;
  height: 1.17322vw;
}

.rt-home-two-testimonial-wrap-2 {
  align-items: stretch;
}

.rt-home-two-testimonial-slider-box {
  grid-column-gap: .690131vw;
  grid-row-gap: .690131vw;
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  border: 1px solid gold;
  border-radius: .690131vw;
  align-items: center;
  margin-left: 1.0352vw;
  margin-right: 1.0352vw;
  padding: 2.20842vw 2.76052vw;
}

.rt-home-two-testimonial-heading {
  color: gold;
  margin-top: 1.38026vw;
  margin-bottom: .690131vw;
  font-family: Roboto, sans-serif;
  font-size: 2.20842vw;
  line-height: 120%;
}

.rt-home-two-marquee-box-one {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-left-overlay {
  display: none;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.testimonial-line-wrap {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-heading {
  color: gold;
  text-align: left;
  margin-top: 1.38026vw;
  margin-bottom: .690131vw;
  font-size: 2.6225vw;
  line-height: 120%;
}

.hero-text__wrap {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: .690131vw 1.38026vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text {
  color: gold;
  margin-bottom: .690131vw;
  font-size: 1.10421vw;
  line-height: 150%;
}

.s-01__heading {
  color: gold;
  margin-top: 1.38026vw;
  margin-bottom: .690131vw;
  font-size: 1.10421vw;
  line-height: 120%;
}

.s-01__subheading {
  color: gold;
  margin-top: 1.38026vw;
  margin-bottom: .690131vw;
  font-size: 2.20842vw;
  line-height: 100%;
}

.s-01__text {
  color: #f5f5f5;
  margin-bottom: .690131vw;
  font-size: 1.10421vw;
  line-height: 150%;
}

.hero-text__wrap-01 {
  background-color: #001f3f80;
  width: 52.26vw;
  padding: .690131vw;
  font-size: 1.10421vw;
  line-height: 150%;
}

.s-01__text-wrap {
  margin-right: 15%;
  padding: .690131vw;
  line-height: 150%;
}

.privacy {
  background-color: #800020b3;
  font-size: 1.10421vw;
}

.priv-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.90131vw;
  padding-bottom: 2.76052vw;
}

.success-page {
  background-color: #001f3fb3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.line-o2-2 {
  background-color: gold;
  width: 60px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 16px;
  transform: translate(-19px, 19px)rotate(-45deg);
}

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

.ok-text {
  color: #f5f5f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.line-11 {
  background-color: gold;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 27px;
  left: 11px;
  transform: rotate(45deg);
}

.success-wrap {
  border: 1px solid gold;
  width: 100%;
  max-width: 750px;
  padding: 30px 30px 35px 375px;
  position: relative;
}

.line-10 {
  background-color: gold;
  width: 100%;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 20px;
}

.box-zagolovok {
  color: #f5f5f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 34px;
}

.img-box-left {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: auto auto 0 0;
}

.vnutr-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vnutr-copy:hover {
  box-shadow: 0 0 0 12px #ffffff87;
}

.vnutr-copy:active {
  box-shadow: 0 0 0 30px #fff0;
}

.yes-copy-2 {
  z-index: 92;
  box-shadow: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0 -62px auto auto;
}

.yes-copy-2:hover {
  transform: translate(5px, -5px);
  box-shadow: 0 0 0 -4px #2ca8db1a, -11px 17px 50px 2px #1b96c982;
}

.yes-copy-2:active {
  transform: none;
  box-shadow: 0 0 0 20px #2ca8db1a, -11px 17px 50px 2px #1b96c982;
}

.text-span-4 {
  color: gold;
}

.l-2 {
  color: #0b73c4;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px #2ca8db80;
}

.l-2:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px #2ca8db80;
}

.l-2.pri {
  box-shadow: none;
  color: gold;
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  padding: 5px 10px;
  display: inline-block;
}

.l-2.pri:hover {
  color: #800020;
  background-color: gold;
}

.l-2.pri.w--current {
  color: #0973c4;
}

.form-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us {
  background-color: #800020b3;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.about-us-wrap {
  justify-content: center;
  align-items: center;
  height: 150vh;
  padding-top: 4.48585vw;
  display: flex;
}

.about-us__right {
  width: 50%;
  height: 100%;
  position: relative;
}

.about-us__left {
  width: 50%;
  height: 100%;
}

.about-us__text-wrap {
  grid-column-gap: 2.07039vw;
  grid-row-gap: 2.07039vw;
  flex-flow: column;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.about-us__subheading {
  color: gold;
  margin-top: 1.38026vw;
  margin-bottom: 0;
  font-size: 2.20842vw;
  line-height: 150%;
}

.about-us__text {
  color: #f5f5f5;
  font-size: 1vw;
  line-height: 150%;
}

.about-us__image-wrap {
  z-index: 2;
  background-image: url('../images/About-us-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 63%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% 0%;
}

.bold-text-2 {
  color: gold;
  line-height: 150%;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: gold;
}

.faq {
  background-color: #800020b3;
  min-height: 100vh;
}

.faq2_answer {
  overflow: hidden;
}

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

.margin-bottom.margin-xxlarge {
  font-size: 1.10269vw;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.10269px;
}

.faq2_question {
  grid-column-gap: 1.65403vw;
  grid-row-gap: 1.65403vw;
  cursor: pointer;
  border: 1px solid gold;
  justify-content: space-between;
  align-items: center;
  padding-top: .68918vw;
  padding-bottom: .68918vw;
  padding-left: .68918vw;
  line-height: 150%;
  display: flex;
}

.faq2_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: gold;
  margin-bottom: 2.75672vw;
  font-size: 1.10269vw;
}

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

.padding-section-large {
  padding-top: 6.8918vw;
  padding-bottom: 2.75672vw;
}

.max-width-medium, .max-width-large {
  width: 100%;
}

.icon-embed-small {
  color: gold;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.20842vw;
  height: 2.20842vw;
  display: flex;
}

.faq2_icon-wrapper {
  align-self: flex-start;
  display: flex;
}

.text-size-medium.text-weight-bold {
  color: gold;
  font-weight: 700;
  line-height: 150%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.10269vw;
}

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

.heading {
  color: gold;
  margin-top: 1.37836vw;
  margin-bottom: .68918vw;
  font-size: 2.20538vw;
  line-height: 150%;
}

.paragraph {
  color: #fff;
  margin-bottom: .68918vw;
  padding: .68918vw;
  line-height: 150%;
}

.heading-2 {
  color: gold;
  font-size: 1.24052vw;
  line-height: 150%;
}

.contact-us {
  background-color: #001f3fb3;
  height: 94.5vh;
  font-size: 1.10269vw;
  position: relative;
  overflow: hidden;
}

.rt-category-cards-text-2 {
  color: #f5f5f5;
  text-transform: capitalize;
  font-size: .964852vw;
  font-weight: 400;
}

.rt-category-cards-text-2.rt-margin-bottom-thirty {
  color: gold;
  margin-bottom: 2.06754vw;
  font-size: 1.10421vw;
  font-weight: 700;
  line-height: 150%;
}

.rt-category-cards-text-2.rt-text-lowarcase {
  text-transform: lowercase;
  font-size: .964852vw;
  line-height: 150%;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: relative;
}

.rt-component-section {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.52105vw 1.0352vw 0;
  position: relative;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: gold;
}

.rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
  font-size: 2.20842vw;
  line-height: 150%;
}

.rt-text-black-2 {
  color: gold;
  margin-top: 1.38026vw;
  margin-bottom: 6.90131vw;
  font-size: 1.10421vw;
  line-height: 150%;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  color: #000;
  background-image: linear-gradient(#ffd7004d, #ffd7004d), linear-gradient(#f3f3f34d, #f3f3f34d);
  border: 1px solid #0606061a;
  border-radius: .34459vw;
  height: 4.13508vw;
  margin-bottom: 0;
  padding: 1.72533vw 1.24224vw 2.00138vw;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  height: 12vw;
  margin-bottom: 2.07039vw;
  padding-top: 1.0352vw;
  padding-bottom: 1.93237vw;
  font-size: 1.10269vw;
  line-height: 150%;
}

.rt-contact-form-text-field._01 {
  margin-bottom: .690131vw;
  font-size: 1.10269vw;
  line-height: 150%;
}

.rt-contact-form-text-field._02 {
  font-size: 1.10269vw;
  line-height: 150%;
}

.rt-contact-us-form {
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-contact-us-main-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  position: relative;
}

.rt-info-icon {
  width: 2.06754vw;
}

.rt-contact-form-submit {
  background-color: #80002099;
  border-radius: 10px;
  padding-top: 1vw;
  padding-left: 2.75672vw;
  padding-right: 2.41213vw;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  width: 40%;
  padding-right: 1vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-text-field-block {
  grid-column-gap: 1.0352vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .68918vw;
  display: flex;
}

.rt-info-block {
  grid-column-gap: 2.06754vw;
  grid-row-gap: 2.06754vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.rt-contact-form {
  background-image: url('../images/Contact-Us-01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 3.10559vw;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 1.37836vw;
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  border-radius: .68918vw;
  align-items: center;
  padding: 1.37836vw 4.82426vw 1.37836vw 2.20538vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .68918vw 5.51344vw #dbdfffcc;
}

.rt-contact-icons {
  width: 100%;
}

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

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.order {
  background-color: #001f3fb3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.order-wrap {
  flex: 1;
  padding-top: 100px;
}

.order-form-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-plan {
  border: 1px solid gold;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.order-question {
  color: #f5f5f5;
  text-align: center;
}

.order-render, .order-tour, .order-video {
  border: 1px solid gold;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.order-radio__wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.order-wrap-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-wrap-02 {
  border: 1px solid gold;
  border-radius: 10px;
  padding: 5px;
}

.area-input {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 68px;
  margin-bottom: 0;
  display: inline-flex;
}

.area-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-wrap-03 {
  border: 1px solid gold;
  border-radius: 10px;
}

.example {
  color: #001f3f;
  background-color: gold;
  border: 1px solid #001f3fb3;
  border-radius: 1.03377vw;
  justify-content: center;
  align-items: center;
  padding: .620262vw 1.03377vw;
  font-weight: 700;
  display: flex;
}

.example:hover {
  color: gold;
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  border-color: gold;
}

.planning {
  background-color: #001f3fb3;
  font-size: 1.10269vw;
}

.planning-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.37836vw;
  padding-bottom: 1.37836vw;
}

.planning-heading {
  color: gold;
  margin-top: 1.37836vw;
  margin-bottom: 2.75672vw;
  font-size: 2.20538vw;
  line-height: 36px;
}

.planning-text {
  color: #f5f5f5;
  margin-bottom: 2.76052vw;
  line-height: 150%;
}

.planning-image-wrap {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  line-height: 150%;
  display: grid;
}

.planning-image__lightbox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 5px gold;
}

.planning-image {
  object-position: 74% 50%;
  width: 17.1153vw;
}

.expand-image {
  width: 4.13508vw;
  height: 4.13508vw;
  position: absolute;
}

.plans-back {
  grid-column-gap: .34459vw;
  grid-row-gap: .34459vw;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.plans-arrow {
  width: 2.06754vw;
}

.plans-back-text {
  color: #800020b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 2.20538vw;
  line-height: 150%;
}

.style-guide {
  background-color: #001f3fb3;
}

.style-guide-wrap {
  margin-left: auto;
  margin-right: auto;
}

.style-heading {
  color: gold;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2vw;
}

.style-text {
  color: #000;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 150%;
}

.style-grid {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding: .68918vw;
  font-size: 1.10269vw;
}

.style-lightbox {
  border: 1px solid gold;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 15.2vw;
  padding-top: .68918vw;
  padding-bottom: .68918vw;
  display: flex;
}

.stlye-image {
  border: 1px solid #001f3f;
  width: 6.8vw;
}

.lightbox-text {
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 6vw;
  padding-left: .68918vw;
  padding-right: .68918vw;
  font-size: 1vw;
  line-height: 150%;
  display: flex;
}

.lightbox-heading {
  color: gold;
  text-align: center;
  margin-top: .68918vw;
  margin-bottom: .68918vw;
  font-size: 1.24vw;
  line-height: 150%;
  text-decoration: none;
}

.lightbox-image-wrap {
  cursor: zoom-in;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: .69vw;
  display: flex;
}

.style-heading__wrap {
  grid-column-gap: 1.03377vw;
  grid-row-gap: 1.03377vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.37836vw;
  padding-bottom: 1.37836vw;
  display: flex;
}

.style-dropdowns-wrapper {
  justify-content: center;
  align-items: center;
}

.total-price-wrap {
  z-index: 1;
  grid-column-gap: 1.03377vw;
  grid-row-gap: 1.03377vw;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.03377vw;
  display: flex;
  position: relative;
}

.price-heading-01 {
  color: gold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.65403vw;
  line-height: 150%;
}

.total-wrap {
  width: 11.7161vw;
  height: 4.13508vw;
  position: relative;
}

.total-price {
  color: gold;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#800020, #800020), linear-gradient(#fff, #fff);
  border: 2px solid gold;
  border-radius: .68918vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.37836vw;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  display: flex;
  box-shadow: inset 0 3px 2px -2px #ffffff80, 0 4px 4px #0003, 0 1px 1px #0003;
}

.total-price:hover {
  background-image: linear-gradient(#001f3f, #001f3f), linear-gradient(#fff, #fff);
}

.total-block {
  z-index: 1;
  background-color: #ffffff4d;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block, .yes-no-text {
  color: #f5f5f5;
}

.style-toggle {
  z-index: 0;
  grid-column-gap: .690131vw;
  grid-row-gap: .690131vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1.37836vw;
  display: flex;
}

.select-style {
  z-index: 0;
  color: gold;
  position: static;
  inset: 0% auto auto 0%;
}

.icon {
  z-index: 0;
  color: gold;
  margin-top: 1.65403vw;
  margin-bottom: 1.65403vw;
  margin-right: 1.37836vw;
  position: static;
  inset: 0% 0% 0% auto;
}

.dropdown-list {
  z-index: 0;
  cursor: pointer;
  background-color: #ddd0;
  width: 13.7836vw;
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.style-item {
  z-index: 1000;
  background-color: gold;
  border: 1px solid #800020;
  border-radius: .68918vw;
  width: 100%;
  padding-left: .34459vw;
  padding-right: .34459vw;
  line-height: 150%;
}

.contact-info {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .68918vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cvc {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 50%;
  margin-bottom: .68918vw;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.town-selection, .post-code {
  color: #000;
  text-transform: capitalize;
  flex: none;
  width: 27.5672vw;
  height: 2.75672vw;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.order-table__virtual-tour {
  color: gold;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.e-mail__input {
  color: #000;
  text-transform: lowercase;
  flex: none;
  width: 27.5672vw;
  height: 2.75672vw;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.input {
  color: #000;
  flex: none;
  width: 27.5672vw;
  height: 2.75672vw;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.input.contact-us {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#ffd7004d, #ffd7004d), linear-gradient(#f3f3f3, #f3f3f3);
  border-radius: .34459vw;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 4.13508vw;
}

.expiry-code {
  border-radius: 10px;
  display: flex;
}

.yy {
  width: 27.5672vw;
}

.order-type__area {
  color: gold;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.upload-icon {
  width: 30px;
  height: 40px;
}

.form-2 {
  border: 1px solid gold;
  border-radius: 20px;
  width: 70%;
  padding: 20px;
}

.total-price-table {
  z-index: 0;
  pointer-events: none;
  color: gold;
  text-align: center;
  background-color: #800020;
  border: 2px solid gold;
  border-radius: .690131vw;
  justify-content: center;
  align-items: center;
  min-width: 5.16885vw;
  min-height: 5.16885vw;
  padding: 1.37836vw;
  font-size: 1.38026vw;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.address-selection {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .68918vw;
  display: flex;
}

.order-table__separate {
  color: gold;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.upload-file {
  color: gold;
  font-weight: 400;
}

.checkout-heading {
  color: gold;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 100%;
}

.card-number-wrap, .mm {
  width: 27.5672vw;
}

.card-name__input {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 50%;
  margin-bottom: .68918vw;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.street-selection {
  color: #000;
  text-transform: capitalize;
  flex: none;
  width: 27.5672vw;
  height: 2.75672vw;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.card-code__cvc {
  width: 27.5672vw;
  margin-top: .68918vw;
}

.card-holder-wrap {
  width: 27.5672vw;
}

.checkout {
  background-color: #001f3f;
  flex-flow: column;
  display: flex;
}

.card-info-heading {
  color: gold;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-left: .827016vw;
  display: flex;
}

.order-table {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid gold;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.expiry-date-wrap {
  width: 27.5672vw;
  margin-bottom: .68918vw;
}

.checkout-wrap {
  flex: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
}

.person-details-wrap {
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.37836vw;
  padding: .68918vw;
  display: flex;
}

.billing-header {
  color: gold;
  font-size: 32px;
  font-weight: 400;
}

.order-table__floor-plan {
  color: gold;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.back-01 {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 13.7836vw;
  height: 4.13508vw;
  text-decoration: none;
  display: flex;
}

.arrow-div-01 {
  background-image: url('../images/Back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.country {
  flex: none;
  width: 27.5672vw;
}

.upload-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: gold;
  border: 1px solid gold;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  min-height: 75px;
  padding: 5px 10px;
  display: flex;
}

.back-02 {
  color: gold;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

.checkout-heading__wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.custom-form-button {
  color: gold;
  cursor: pointer;
  background-color: #800020;
  border-radius: 12px;
  font-size: 14px;
  line-height: 150%;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
}

.custom-form-button:hover {
  background-color: #001f3f;
}

.order-table__heading {
  color: gold;
  font-size: 4vw;
  font-weight: 600;
  line-height: 120%;
}

.name-field {
  color: #000;
  text-transform: capitalize;
  flex: none;
  width: 27.5672vw;
  height: 2.75672vw;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.card-details-wrap {
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  flex: none;
  margin-bottom: 0;
  padding: .68918vw;
}

.order-table__3d-render {
  color: gold;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.billing-details {
  flex-flow: column;
  display: flex;
}

.order-table__video-tour {
  color: gold;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.name-block {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .68918vw;
  display: flex;
}

.upload-file-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.order-table__grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-table__style-01, .order-table__style-02, .order-table__style-03 {
  color: gold;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.checkout-items__wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-heading-01 {
  color: #f5f5f5;
  font-weight: 700;
}

.card-number__input {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 50%;
  margin-bottom: .68918vw;
  padding: .551344vw .827016vw;
  font-size: 1.2vw;
}

.style1 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.style2 {
  z-index: 0;
  display: none;
}

.footer-logo {
  height: 1.0352vw;
}

.pricing {
  background-color: #800020b3;
  height: 120vh;
  font-size: 1.10269vw;
  line-height: 150%;
}

.pricing-container {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.83092vw;
  padding-bottom: 1.38026vw;
}

.pricing-header-wrap {
  z-index: 2;
  margin-bottom: 1.38026vw;
  position: relative;
}

.pricing-header {
  color: gold;
  margin-top: 1.37836vw;
  margin-bottom: .68918vw;
  font-size: 2.20842vw;
  line-height: 100%;
}

.toc {
  background-color: #800020b3;
  font-size: 1.10421vw;
  line-height: 150%;
}

.toc-container {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.82426vw;
  padding-bottom: 1.37836vw;
}

.footer-link-wrap {
  grid-column-gap: 2.07039vw;
  grid-row-gap: 2.07039vw;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.toc-header {
  color: gold;
  margin-top: 1.37836vw;
  margin-bottom: .68918px;
  font-size: 2.20538vw;
  line-height: 150%;
}

.toc-text {
  color: #f5f5f5;
  line-height: 150%;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: gold;
}

.priv-pol-heading {
  color: gold;
  margin-top: 1.37836vw;
  margin-bottom: .68918vw;
  font-size: 2.20538vw;
  line-height: 150%;
}

.priv-pol-text {
  color: #f5f5f5;
  margin-bottom: .690131vw;
  line-height: 150%;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  color: gold;
}

.italic-text {
  font-weight: 700;
}

.link, .link-2 {
  color: gold;
}

.pricing-main {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-image-wrap {
  z-index: 2;
  background-image: url('../images/Consultation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  height: 80vh;
  margin-bottom: 4.14079vw;
  position: relative;
}

.pricing-text-wrap {
  width: 45%;
  position: relative;
}

.pricing-text {
  color: #f5f5f5;
}

.bold-text-19 {
  color: gold;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 1.38026vw;
  display: flex;
}

.order-01 {
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  min-height: 95vh;
}

.order-01-wrap {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  padding-bottom: 2vw;
}

.order-02-heading {
  color: gold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.76052vw;
  font-size: 2.20538vw;
  line-height: 150%;
}

.order-01-form {
  margin-bottom: 1.03377vw;
  font-size: 1.10269vw;
}

.form-3 {
  grid-column-gap: 1.99862vw;
  grid-row-gap: 1.99862vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-5 {
  grid-column-gap: 5.51344vw;
  grid-row-gap: 5.51344vw;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: .68918vw;
  padding-bottom: .68918vw;
  display: flex;
}

.consulting, .project {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-6 {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  justify-content: center;
  align-items: center;
  padding: .68918vw 1.37836vw;
  display: none;
}

.form-4 {
  grid-column-gap: 3.4459vw;
  grid-row-gap: 3.4459vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.area-text {
  color: #f5f5f5;
}

.upload-01 {
  background-image: url('../images/Upload.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid gold;
  width: 2.41213vw;
  height: 2.41213vw;
}

.upload-text {
  color: #f5f5f5;
}

.form-7 {
  grid-column-gap: 1.03377vw;
  grid-row-gap: 1.03377vw;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .68918vw;
  display: none;
}

.floor-plan {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 1.37836vw;
  display: flex;
}

.photo-render {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 1.37836vw;
  display: flex;
}

.video-tour {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 1.37836vw;
  display: flex;
}

.fp-text-wrap {
  border: 1px solid gold;
  border-radius: 1.37836vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .68918vw;
  display: none;
}

.fp-comment {
  width: 80%;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
}

.fp-header {
  color: #f5f5f5;
  width: 20%;
}

.style-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: .68918vw;
  display: none;
}

.style-header {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: .68918vw;
}

.style-wrap-01 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-4-1 {
  grid-column-gap: 1.03377vw;
  grid-row-gap: 1.03377vw;
  color: #f5f5f5;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .68918vw;
  display: flex;
}

.area-input-01 {
  color: #000;
  width: 6.8918vw;
  height: 2.41213vw;
  margin-bottom: 0;
  padding: .551344vw .827016vw;
  font-size: 1.1vw;
}

.radio-button-label {
  color: #f5f5f5;
  margin-bottom: 0;
}

.text-block-2 {
  color: #f5f5f5;
  width: 13vw;
  margin-bottom: 0;
  line-height: 150%;
}

.text-block-2._01 {
  width: 7vw;
}

._3d-wrap {
  grid-column-gap: 2.75672vw;
  grid-row-gap: 2.75672vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-01 {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  justify-content: center;
  align-items: center;
  width: 19vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.time-based-01 {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  justify-content: center;
  align-items: center;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 1.37836vw;
  display: flex;
}

.chatbot {
  z-index: 1000000;
  grid-column-gap: .207039vw;
  grid-row-gap: .207039vw;
  pointer-events: auto;
  cursor: pointer;
  background-image: linear-gradient(#001f3fb3, #001f3fb3), linear-gradient(#fff, #fff);
  border-radius: 69.0131vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4.14079vw;
  height: 4.14079vw;
  padding: .345066vw;
  font-size: 1.10421vw;
  line-height: 150%;
  display: flex;
  position: fixed;
  inset: auto 2.5vw 4.5vw auto;
  box-shadow: 0 0 5px 3px #ffd700b3;
}

.chatbot-image {
  width: .690131vw;
  height: .690131vw;
}

.chatbot-text {
  color: gold;
  text-align: center;
  font-size: .690131vw;
  line-height: 100%;
}

.form-4-2 {
  grid-column-gap: 1.03377vw;
  grid-row-gap: 1.03377vw;
  color: #f5f5f5;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .68918vw;
  display: flex;
}

.virtual-tour {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 1.37836vw;
  display: flex;
}

.custom-order-form {
  flex: none;
  margin-bottom: 1.03377vw;
}

.form-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-8._01 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.custom-order-form-wrap {
  z-index: 100;
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  width: 69.0131vw;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  padding: .690131vw;
  font-size: 1.2vw;
  line-height: 150%;
  display: none;
  position: fixed;
  inset: 10% 0% 0%;
}

.blur {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1a192080;
  align-self: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.bold-text-20 {
  line-height: 150%;
}

.form-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.currency-wrap {
  grid-column-gap: 2.75672vw;
  grid-row-gap: 2.75672vw;
  border: 1px solid gold;
  border-radius: 1.37836vw;
  justify-content: center;
  align-items: center;
  padding: .68918vw;
  display: flex;
}

.currency {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 4.82426vw;
  height: 1vw;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.1vw;
  display: flex;
}

.currency-header {
  color: #f5f5f5;
}

.payment-method-wrap {
  grid-column-gap: 1.37836vw;
  grid-row-gap: 1.37836vw;
  border: 1px solid gold;
  border-radius: 1.38026vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  padding: .68918vw;
  display: flex;
}

.payment-text {
  color: #f5f5f5;
  font-size: 1.10269vw;
}

.payment-wrap {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  border: 1px solid #f5f5f5;
  border-radius: .690131vw;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: .34459vw;
  font-size: 1.10269vw;
  display: flex;
}

.image-2 {
  height: 1.10269vw;
}

.total-wrap-01 {
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-price-table-01 {
  color: gold;
  text-align: center;
  background-color: #800020;
  border: 2px solid gold;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 5.16885vw;
  min-height: 5.16885vw;
  padding: 1.37836vw;
  font-size: 1.37836vw;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.total-wrap-02 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-order-form-01 {
  margin-bottom: 1.03377vw;
  font-size: 1.10269vw;
}

.custom-order-form-wrap-01 {
  z-index: 100;
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 60%;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  padding: .690131vw;
  display: none;
  position: fixed;
  inset: 10% 0% 0%;
}

.card-payment, .paypal-payment, .open-banking-payment {
  background-color: #3898ec00;
  padding: .620262vw 1.03377vw;
}

.back-arrow {
  height: 1.37836vw;
}

.back-arrow._01 {
  z-index: 1;
  position: relative;
  inset: 0%;
  transform: rotate(180deg);
}

.pay-now {
  color: gold;
  background-color: #3898ec00;
  font-size: 1.37836vw;
  font-weight: 700;
  line-height: 120%;
}

.verify {
  z-index: 2;
  color: gold;
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 10px;
  padding: .620262vw 1.03377vw;
  font-size: 1.37836vw;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  inset: 0%;
}

.custom-order-form-wrap-02 {
  z-index: 100;
  background-image: linear-gradient(#800020b3, #800020b3), linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 60%;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  padding: .690131vw;
  font-size: 1.2vw;
  line-height: 150%;
  display: none;
  position: fixed;
  inset: 10% 0% 0%;
}

.back-order {
  color: gold;
  font-size: 1.37836vw;
  font-weight: 700;
  line-height: 120%;
}

.div-block-2 {
  z-index: 0;
  grid-column-gap: 1.37836vw;
  grid-row-gap: 1.37836vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  color: gold;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1.37836vw;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-5 {
  z-index: 1;
  grid-column-gap: .68918vw;
  grid-row-gap: .68918vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pay-form-box {
  flex: none;
  margin-bottom: .34459vw;
  padding-left: 1.37836vw;
  position: relative;
}

.box-text {
  color: #f5f5f5;
  margin-bottom: 0;
  font-weight: 400;
}

.code-embed {
  display: none;
  position: absolute;
  inset: auto 50% 100% auto;
}

.payment-logo {
  width: 6.8918vw;
}

.payment-logo-wrap {
  grid-column-gap: 1.37836vw;
  grid-row-gap: 1.37836vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.priv-agree {
  color: #f5f5f5;
  flex: none;
  margin-bottom: 0;
  padding-left: 1.37836vw;
  font-size: 1.10269vw;
  position: relative;
}

.link-3 {
  color: gold;
}

.card-text {
  color: #f5f5f5;
  font-size: 1.10269vw;
  font-style: italic;
}

.form-block {
  margin-bottom: 1.03377vw;
}

.radio-button {
  margin-top: 0;
  margin-left: 0;
}

.radio-button-label-2 {
  margin-bottom: 0;
  line-height: 150%;
}

.checkbox {
  height: 100%;
  margin-top: 0;
  margin-left: -1.37836vw;
}

.checkbox-2 {
  margin-top: 0;
  margin-left: -1.38026vw;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.checkbox-label {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #001f3f;
    justify-content: flex-end;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brand {
    margin-top: 4px;
  }

  .brand.w--current {
    margin-top: .520833vw;
  }

  .line2 {
    background-color: gold;
    width: 100%;
    height: .207039vw;
    margin-top: .414079vw;
    margin-bottom: .414079vw;
    font-size: 2.69151vw;
  }

  .nav-link {
    text-align: right;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 19px;
    line-height: 26px;
  }

  .menu-button {
    color: #fff;
    width: 6.51042vw;
    height: 6.51042vw;
    margin-top: 1.17188vw;
    padding: 1.95313vw 1.43229vw 2.21354vw;
    font-size: 39px;
    position: absolute;
    left: auto;
    right: 20px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #800020;
    width: 3.45066vw;
    height: 3.45066vw;
    margin-top: .621118vw;
    padding: 1.0352vw .759144vw 1.17322vw;
    font-size: 2.69151vw;
    right: 1.38026vw;
  }

  .line3 {
    background-color: gold;
    width: 100%;
    height: .207039vw;
    font-size: 2.69151vw;
  }

  .navbar {
    height: 8.5vw;
  }

  .line1 {
    background-color: gold;
    width: 100%;
    height: .207039vw;
    font-size: 2.69151vw;
  }

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

  .lines-wrap._01 {
    height: 160vh;
  }

  .services-wrap {
    margin-top: 12vw;
  }

  .service-image-wrap {
    width: 100%;
    height: 55vw;
  }

  .service-images._02 {
    background-image: linear-gradient(to bottom, null, null), url('../images/01.webp');
  }

  .service-blur-text {
    height: 37.75vw;
    font-size: 2vw;
  }

  .service-image__hading {
    font-size: 2vw;
  }

  .services-button {
    width: 25vw;
    height: 4vw;
    font-size: 2vw;
  }

  .services-button._02 {
    width: 23vw;
    height: 4vw;
  }

  .rt-category-cards-text {
    font-size: 2vw;
    line-height: 120%;
  }

  .rt-margin-top-fifteen.rt-body-font-color {
    font-size: 2vw;
    line-height: 150%;
  }

  .stats-heading {
    max-width: none;
  }

  .stats-top-wrap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-small-counter-text {
    font-size: 25px;
    line-height: 30px;
  }

  .stats-grid {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
  }

  .rt-margin-top-four.rt-overflow-none {
    font-size: 2vw;
    line-height: 150%;
  }

  .stats-top-right-block {
    max-width: none;
  }

  .gallery-image-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .gallery-heading {
    font-size: 3vw;
  }

  .gallery-text {
    font-size: 2vw;
    line-height: 151%;
  }

  .footer-text, .privacy-policy {
    font-size: 1.5vw;
  }

  .rt-heading-six {
    font-size: 2vw;
  }

  .rt-text-white-2.rt-margin-top-twenty.rt-marquee-paragraph {
    max-width: 45vw;
    font-size: 2vw;
  }

  .rt-home-two-testimonial-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 90%;
  }

  .rt-text-small.rt-body-font-color-2 {
    font-size: 2vw;
  }

  .rt-star-image {
    width: 2vw;
    height: 2vw;
  }

  .hero-text {
    font-size: 2vw;
    line-height: 150%;
  }

  .s-01__heading {
    font-size: 2vw;
    line-height: 120%;
  }

  .s-01__subheading {
    font-size: 3vw;
  }

  .s-01__text {
    font-size: 2vw;
    line-height: 150%;
  }

  .s-01__text-wrap {
    margin-top: 7vw;
  }

  .yes-copy-2 {
    margin-left: auto;
    margin-right: auto;
    inset: -69px 0% auto;
  }

  .l-2.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .l-2.pri.w--current {
    display: inline-block;
  }

  .about-us-wrap {
    padding-top: 8vw;
  }

  .about-us__subheading {
    font-size: 3vw;
  }

  .about-us__text {
    font-size: 1.5vw;
    line-height: 150%;
  }

  .about-us__image-wrap {
    background-size: contain;
    width: 90%;
  }

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

  .padding-section-large {
    padding-top: 10vw;
  }

  .text-size-medium.text-weight-bold {
    font-size: 2vw;
  }

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

  .heading {
    font-size: 3vw;
  }

  .paragraph, .heading-2 {
    font-size: 2vw;
  }

  .contact-us {
    height: 100vh;
  }

  .rt-category-cards-text-2 {
    font-size: 2vw;
  }

  .rt-category-cards-text-2.rt-margin-bottom-thirty {
    font-size: 2vw;
    line-height: 150%;
  }

  .rt-category-cards-text-2.rt-text-lowarcase {
    font-size: 2vw;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    text-align: center;
    font-size: 3vw;
  }

  .rt-text-black-2 {
    text-align: center;
    font-size: 2vw;
  }

  .rt-contact-form-text-field.rtmessage.rt-height {
    font-size: 2vw;
  }

  .rt-contact-form-text-field._01, .rt-contact-form-text-field._02 {
    height: 5vw;
    font-size: 2vw;
  }

  .rt-contact-us-form {
    width: 100%;
    padding-top: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .rt-info-icon {
    width: 4vw;
  }

  .rt-contact-form-text {
    width: 100%;
    margin-top: -13.7836vw;
    position: static;
  }

  .rt-text-field-block {
    width: 100%;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-one-information-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .example {
    font-size: 2vw;
  }

  .planning-heading {
    font-size: 3vw;
  }

  .planning-text {
    font-size: 2vw;
  }

  .planning-image {
    width: 20vw;
  }

  .expand-image {
    width: 5vw;
    height: 5vw;
  }

  .plans-back-text {
    font-size: 4vw;
  }

  .style-text {
    font-size: 2vw;
  }

  .style-lightbox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 50vw;
  }

  .stlye-image {
    width: 7vw;
  }

  .lightbox-text {
    font-size: 1.2vw;
  }

  .price-heading-01 {
    font-size: 3vw;
  }

  .total-wrap {
    width: 15vw;
    height: 6vw;
  }

  .total-price, .select-style {
    font-size: 2vw;
  }

  .icon {
    margin-right: 0;
    font-size: 2vw;
  }

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

  .order-table__virtual-tour {
    text-align: center;
    font-size: 2vw;
  }

  .input.contact-us {
    height: 5vw;
    font-size: 2vw;
  }

  .expiry-code {
    margin-bottom: 10px;
  }

  .order-type__area {
    text-align: center;
    font-size: 2vw;
  }

  .form-2 {
    width: 100%;
  }

  .total-price-table {
    min-width: 6vw;
    min-height: 6vw;
  }

  .upload-file {
    font-size: 2vw;
    line-height: 150%;
  }

  .order-table__floor-plan {
    text-align: center;
    font-size: 2vw;
  }

  .back-01 {
    width: 15vw;
    height: 5vw;
    margin-right: .5vw;
  }

  .arrow-div-01 {
    width: 50px;
    height: 50px;
  }

  .custom-form-button {
    font-size: 2vw;
    line-height: 150%;
  }

  .order-table__3d-render, .order-table__video-tour {
    text-align: center;
    font-size: 2vw;
  }

  .order-table__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr;
  }

  .style2 {
    display: none;
  }

  .footer-logo {
    height: 1.2vw;
  }

  .pricing {
    height: 160vh;
  }

  .pricing-container {
    padding-top: 10vw;
  }

  .pricing-header {
    line-height: 100%;
  }

  .toc-container {
    padding-top: 10vw;
  }

  .toc-header {
    font-size: 3vw;
  }

  .toc-text {
    font-size: 2vw;
  }

  .priv-pol-heading {
    font-size: 3vw;
  }

  .priv-pol-text {
    font-size: 2vw;
  }

  .pricing-main {
    flex-flow: column;
  }

  .pricing-image-wrap, .pricing-text-wrap {
    width: 80%;
  }

  .pricing-text {
    text-align: left;
    font-size: 1.5vw;
    line-height: 150%;
  }

  .order-01 {
    min-height: 97vh;
  }

  .order-01-wrap {
    padding-top: 10vw;
  }

  .order-02-heading {
    font-size: 3vw;
  }

  .form-5 {
    width: 40%;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2vw;
    overflow: clip;
  }

  .consulting, .project {
    height: 2vw;
  }

  .form-6 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 90%;
  }

  .form-4 {
    font-size: 2vw;
  }

  .form-7 {
    grid-column-gap: 1.03377vw;
    grid-row-gap: 1.03377vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .floor-plan {
    width: 22vw;
    height: 2vw;
  }

  .photo-render {
    width: 23vw;
    height: 2vw;
  }

  .video-tour {
    width: 13vw;
    height: 2vw;
  }

  .fp-comment {
    width: 60%;
    font-size: 2vw;
  }

  .fp-header {
    width: 40%;
    font-size: 2vw;
  }

  .style-header {
    font-size: 2vw;
  }

  .area-input-01 {
    padding-right: 0;
    font-size: 2vw;
  }

  .text-block-2 {
    width: 23vw;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .text-block-2._01 {
    width: 12vw;
  }

  ._3d-wrap {
    flex-flow: column;
  }

  .project-01 {
    grid-column-gap: .34459vw;
    grid-row-gap: .34459vw;
    justify-content: center;
    align-items: center;
    width: 21vw;
    height: 2vw;
    display: flex;
  }

  .time-based-01 {
    grid-column-gap: .68918vw;
    grid-row-gap: .68918vw;
    justify-content: center;
    align-items: center;
    height: 2vw;
    display: flex;
  }

  .chatbot {
    bottom: 5vw;
    right: 2vw;
  }

  .form-4-2 {
    padding: 1vw;
  }

  .virtual-tour {
    width: 14vw;
    height: 2vw;
  }

  .form-8 {
    width: 100%;
  }

  .custom-order-form-wrap {
    width: 50%;
  }

  .form-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .currency-wrap {
    font-size: 2vw;
  }

  .currency {
    width: 6vw;
    height: 2vw;
  }

  .payment-method-wrap {
    width: 70%;
  }

  .payment-text {
    font-size: 2vw;
  }

  .payment-wrap {
    width: 70%;
  }

  .image-2 {
    height: 2vw;
  }

  .custom-order-form-01 {
    font-size: 2vw;
  }

  .custom-order-form-wrap-01 {
    width: 50%;
  }

  .card-payment, .paypal-payment, .open-banking-payment {
    font-size: 1.5vw;
  }

  .back-arrow {
    height: 2vw;
  }

  .pay-now {
    font-size: 2vw;
  }

  .custom-order-form-wrap-02 {
    width: 50%;
  }

  .back-order, .div-block-3 {
    font-size: 2vw;
  }

  .pay-form-box {
    padding-left: 2vw;
    font-size: 1.5vw;
  }

  .priv-agree {
    font-size: 2vw;
  }

  .card-text {
    font-size: 1.4vw;
  }

  .radio-button-label-2 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .brand {
    margin-top: .704225vw;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .brand.w--current {
    margin-left: 0;
  }

  .service-image-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 60vw;
  }

  .services-button {
    border-radius: 2vw;
  }

  .services-button._02 {
    height: 5vw;
  }

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

  .gallery-image.rt-responsive-full-width-2 {
    height: auto;
  }

  .gallery-image-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-heading {
    font-size: 4vw;
    line-height: 120%;
  }

  .gallery-text {
    font-size: 2vw;
    line-height: 150%;
  }

  .footer-text {
    font-size: 2vw;
  }

  .privacy-policy {
    font-size: 1.5vw;
  }

  .rt-home-two-testimonial-slider-contain-wrap {
    flex-basis: 100%;
  }

  .s-01__heading {
    font-size: 2vw;
    line-height: 120%;
  }

  .s-01__subheading {
    font-size: 4vw;
  }

  .s-01__text {
    font-size: 2vw;
    line-height: 150%;
  }

  .s-01__text-wrap {
    margin-top: 13vw;
  }

  .success-wrap {
    padding: 25px 20px;
  }

  .img-box-left {
    display: none;
  }

  .yes-copy-2 {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    inset: -60px 0% 0%;
  }

  .l-2.pri.w--current {
    display: inline-block;
  }

  .about-us-wrap {
    height: 160vh;
    padding-top: 12vw;
  }

  .about-us__text {
    font-size: 2vw;
  }

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

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-large {
    padding-top: 12vw;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .rt-component-section {
    padding-top: 60vw;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    text-align: center;
    font-size: 4vw;
  }

  .rt-text-black-2 {
    text-align: center;
    font-size: 3vw;
  }

  .rt-contact-us-form {
    width: 100%;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    grid-auto-columns: 1fr;
  }

  .rt-contact-form-text {
    width: 100%;
    margin-top: -85vw;
    position: static;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .example {
    margin-top: 4.40141vw;
  }

  .planning-heading {
    font-size: 5vw;
  }

  .plans-back {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .plans-back-text {
    font-size: 6vw;
  }

  .style-heading {
    font-size: 3vw;
  }

  .style-text {
    font-size: 2vw;
  }

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

  .style-lightbox {
    width: 21vw;
    height: 80vw;
  }

  .stlye-image {
    width: 10vw;
  }

  .lightbox-text {
    font-size: 2vw;
    line-height: 150%;
  }

  .lightbox-heading {
    text-align: center;
    font-size: 1.5vw;
  }

  .price-heading-01 {
    font-size: 4vw;
  }

  .total-wrap {
    width: 18vw;
    height: 7vw;
  }

  .total-price {
    font-size: 3vw;
  }

  .icon {
    inset: auto 0% 5% auto;
  }

  .cvc {
    font-size: 3vw;
  }

  .town-selection, .post-code {
    font-size: 2vw;
  }

  .order-table__virtual-tour {
    font-size: 3vw;
  }

  .e-mail__input, .input {
    font-size: 2vw;
  }

  .yy, .order-type__area {
    font-size: 3vw;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .total-price-table {
    min-width: 8vw;
    min-height: 8vw;
  }

  .upload-file {
    font-size: 3vw;
    line-height: 150%;
  }

  .checkout-heading {
    font-size: 7vw;
  }

  .mm, .card-name__input {
    font-size: 3vw;
  }

  .street-selection {
    font-size: 2vw;
  }

  .card-code__cvc {
    margin-bottom: 10px;
  }

  .person-details-wrap {
    width: 70%;
  }

  .order-table__floor-plan {
    font-size: 3vw;
  }

  .back-01 {
    width: 24vw;
  }

  .arrow-div-01 {
    width: 30px;
    height: 30px;
  }

  .country {
    font-size: 2vw;
  }

  .custom-form-button {
    font-size: 2.5vw;
    line-height: 150%;
  }

  .order-table__heading {
    font-size: 5vw;
  }

  .name-field {
    font-size: 2vw;
  }

  .card-details-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .order-table__3d-render, .order-table__video-tour {
    font-size: 3vw;
  }

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

  .card-number__input, .pricing-header {
    font-size: 3vw;
  }

  .pricing-text {
    font-size: 2vw;
  }

  .order-01 {
    min-height: 98vh;
  }

  .order-02-heading {
    font-size: 4vw;
  }

  .form-3 {
    font-size: 2vw;
  }

  .consulting {
    width: 12vw;
  }

  .project {
    width: 10vw;
  }

  .area-text, .fp-comment, .form-4-1 {
    font-size: 2vw;
  }

  .area-input-01 {
    padding-left: 0;
  }

  .radio-button-label {
    font-size: 3vw;
  }

  .project-01 {
    width: 22vw;
    height: 3vw;
  }

  .time-based-01 {
    height: 3vw;
  }

  .custom-order-form {
    width: 100%;
  }

  .custom-order-form-wrap {
    width: 60%;
  }

  .currency-wrap {
    font-size: 3vw;
  }

  .currency {
    width: 10vw;
    font-size: 2vw;
  }

  .payment-text {
    font-size: 3vw;
  }

  .payment-wrap {
    width: 80%;
  }

  .image-2 {
    height: 3vw;
  }

  .total-price-table-01 {
    min-width: 10vw;
    min-height: 10vw;
  }

  .custom-order-form-wrap-01 {
    width: 60%;
    max-width: 60%;
    padding-top: 40px;
  }

  .card-payment, .paypal-payment, .open-banking-payment {
    font-size: 2vw;
  }

  .back-arrow {
    height: 3vw;
  }

  .pay-now {
    font-size: 3vw;
  }

  .verify {
    font-size: 2vw;
  }

  .custom-order-form-wrap-02 {
    width: 60%;
  }

  .back-order, .div-block-3 {
    font-size: 3vw;
  }

  .div-block-5, .pay-form-box {
    font-size: 2vw;
  }

  .priv-agree, .card-text {
    font-size: 2.5vw;
  }

  .radio-button-label-2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
  }

  .menu-button {
    margin-top: 5px;
    right: 10px;
  }

  .navbar {
    height: 70px;
  }

  .logo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .s-01__right {
    padding-top: 60px;
  }

  .lines-wrap.services {
    display: none;
  }

  .lines-wrap._01 {
    display: none;
    inset: 0%;
  }

  .our-services {
    width: 100%;
    height: 160vh;
  }

  .services-wrap {
    grid-column-gap: 145vw;
    grid-row-gap: 145vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 25vw;
  }

  .service-image-wrap {
    flex-flow: column;
    height: 250vw;
    margin-top: 0;
  }

  .service-heading {
    font-size: 18px;
  }

  .service-blur-text {
    margin-top: 0;
    font-size: 14px;
  }

  .service-image__hading {
    font-size: 5vw;
  }

  .services-button {
    border-radius: 3vw;
    width: 35vw;
    height: 8vw;
    margin-top: -110vw;
    font-size: 5vw;
  }

  .services-button._01 {
    width: 280px;
  }

  .services-button._02 {
    width: 27vw;
    height: 9vw;
    margin-top: 0;
  }

  .services-button.p1 {
    margin-top: 10vw;
  }

  .rt-category-cards-text {
    font-size: 3vw;
    line-height: 120%;
  }

  .rt-margin-top-fifteen.rt-body-font-color {
    font-size: 3vw;
  }

  .stats-heading.rt-margin-top-ten {
    font-size: 3vw;
    line-height: 120%;
  }

  .rt-small-counter-text.rt-text-white-two {
    font-size: 2vw;
  }

  .rt-counter-box.rt-mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .stats-top-right-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-margin-top-sixteen.rt-body-font-color {
    font-size: 3vw;
    line-height: 150%;
  }

  .gallery-heading {
    font-size: 4vw;
  }

  .gallery-text {
    font-size: 3vw;
    line-height: 150%;
  }

  .footer-text {
    font-size: 2vw;
  }

  .rt-heading-six {
    font-size: 3vw;
  }

  .rt-text-white-2.rt-margin-top-twenty.rt-marquee-paragraph {
    max-width: 70vw;
    font-size: 3vw;
  }

  .rt-home-two-testimonial-slider-image-wrap {
    width: 100%;
  }

  .rt-text-small.rt-body-font-color-2 {
    font-size: 3vw;
  }

  .rt-home-two-testimonial-slider-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .hero-heading {
    font-size: 24px;
  }

  .hero-text {
    font-size: 3vw;
  }

  .s-01__heading {
    font-size: 3vw;
    line-height: 120%;
  }

  .s-01__subheading {
    font-size: 5vw;
    line-height: 100%;
  }

  .s-01__text {
    width: 100%;
    font-size: 3vw;
    line-height: 120%;
  }

  .hero-text__wrap-01 {
    width: 65vw;
  }

  .s-01__text-wrap {
    width: 95%;
  }

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

  .box-zagolovok {
    line-height: 32px;
  }

  .yes-copy-2 {
    inset: -63px 0% auto;
  }

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

  .about-us-wrap {
    padding-top: 22vw;
  }

  .about-us__text-wrap {
    margin-left: 0%;
  }

  .about-us__subheading {
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .about-us__text {
    font-size: 3vw;
  }

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

  .margin-bottom.margin-xxlarge {
    margin-bottom: 6.25vw;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: 115vw;
  }

  .padding-section-large {
    padding-top: 30vw;
  }

  .text-size-medium.text-weight-bold {
    font-size: 4vw;
  }

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

  .margin-top.margin-xxlarge {
    font-size: 2vw;
    line-height: 150%;
  }

  .paragraph {
    font-size: 3vw;
  }

  .heading-2, .rt-category-cards-text-2, .rt-category-cards-text-2.rt-margin-bottom-thirty, .rt-category-cards-text-2.rt-text-lowarcase {
    font-size: 4vw;
  }

  .rt-component-section {
    padding-top: 25vw;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    font-size: 5vw;
  }

  .rt-text-black-2 {
    font-size: 4vw;
  }

  .rt-contact-form-text-field.rtmessage.rt-height, .rt-contact-form-text-field._01, .rt-contact-form-text-field._02 {
    font-size: 3vw;
  }

  .rt-info-icon {
    width: 6vw;
  }

  .rt-text-field-block {
    grid-row-gap: 1.0352vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .order {
    height: 150vh;
  }

  .order-wrap-01 {
    flex-flow: column;
  }

  .example {
    margin-top: 15vw;
    font-size: 4vw;
  }

  .planning-heading {
    font-size: 6vw;
  }

  .planning-text {
    margin-bottom: 20px;
    font-size: 3vw;
    line-height: 150%;
  }

  .planning-image-wrap {
    margin-bottom: 10px;
  }

  .plans-back-text {
    font-size: 10vw;
  }

  .style-heading {
    font-size: 5vw;
  }

  .style-text {
    font-size: 3vw;
  }

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

  .style-lightbox {
    width: 30vw;
    padding-top: 0;
  }

  .lightbox-text {
    height: 60px;
    font-size: 3vw;
    line-height: 180%;
  }

  .lightbox-heading {
    margin-top: 0;
    font-size: 3vw;
  }

  .price-heading-01 {
    font-size: 6vw;
  }

  .total-price, .select-style {
    font-size: 3vw;
  }

  .icon {
    font-size: 3vw;
    bottom: 15%;
  }

  .contact-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .cvc {
    font-size: 4vw;
  }

  .town-selection, .post-code {
    width: 100%;
    height: 5vw;
    font-size: 3vw;
  }

  .order-table__virtual-tour {
    font-size: 4vw;
  }

  .e-mail__input, .input {
    width: 100%;
    height: 5vw;
    font-size: 3vw;
  }

  .input.contact-us {
    font-size: 3vw;
  }

  .expiry-code {
    margin-bottom: 0;
  }

  .yy, .order-type__area {
    font-size: 4vw;
  }

  .address-selection {
    width: 100%;
  }

  .upload-file {
    font-size: 4vw;
  }

  .checkout-heading {
    font-size: 8vw;
  }

  .card-number-wrap {
    width: 100%;
  }

  .mm, .card-name__input {
    font-size: 4vw;
  }

  .street-selection {
    width: 100%;
    height: 5vw;
    font-size: 3vw;
  }

  .card-code__cvc, .card-holder-wrap {
    width: 100%;
  }

  .card-info-heading {
    font-size: 3vw;
  }

  .expiry-date-wrap, .person-details-wrap {
    width: 100%;
  }

  .order-table__floor-plan {
    font-size: 4vw;
  }

  .back-01 {
    width: 31vw;
    height: 6vw;
  }

  .country {
    width: 100%;
    font-size: 3vw;
  }

  .back-02 {
    font-size: 6vw;
  }

  .custom-form-button {
    font-size: 4vw;
    line-height: 150%;
  }

  .order-table__heading {
    font-size: 7vw;
  }

  .name-field {
    width: 100%;
    height: 5vw;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .order-table__3d-render, .order-table__video-tour {
    font-size: 4vw;
  }

  .name-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .card-number__input {
    font-size: 4vw;
  }

  .style2 {
    display: flex;
  }

  .pricing-container {
    padding-top: 25vw;
  }

  .pricing-header {
    font-size: 5vw;
    line-height: 100%;
  }

  .toc-container {
    padding-top: 25vw;
  }

  .toc-header {
    font-size: 5vw;
    line-height: 150%;
  }

  .toc-text, .priv-pol-heading {
    font-size: 4vw;
  }

  .priv-pol-text {
    font-size: 3vw;
    line-height: 150%;
  }

  .pricing-main {
    flex-flow: column;
  }

  .pricing-image-wrap {
    width: 100%;
    height: 50vh;
  }

  .pricing-text-wrap {
    width: 100%;
  }

  .pricing-text {
    font-size: 3vw;
  }

  .order-01 {
    min-height: 99vh;
  }

  .order-01-wrap {
    padding-top: 30vw;
  }

  .order-02-heading {
    font-size: 5vw;
  }

  .form-5 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    width: 60%;
    font-size: 3vw;
  }

  .consulting, .project {
    height: 3vw;
  }

  .form-6 {
    flex-flow: column;
  }

  .form-4 {
    flex-flow: column;
    font-size: 3vw;
  }

  .area-text {
    font-size: 3vw;
  }

  .upload-01 {
    width: 4vw;
    height: 4vw;
  }

  .form-7 {
    width: 100%;
  }

  .floor-plan {
    width: 40vw;
  }

  .photo-render {
    width: 30vw;
  }

  .video-tour {
    width: 25vw;
  }

  .fp-text-wrap {
    flex-flow: column;
  }

  .fp-comment {
    font-size: 3vw;
  }

  .fp-header {
    width: 50%;
    font-size: 3vw;
  }

  .style-wrap {
    height: 51.5625vw;
  }

  .style-header {
    font-size: 3vw;
  }

  .style-wrap-01 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .area-input-01 {
    width: 8vw;
    height: 4vw;
    font-size: 3vw;
  }

  .text-block-2 {
    width: 30vw;
    font-size: 3vw;
  }

  .text-block-2._01 {
    width: 20vw;
  }

  ._3d-wrap {
    flex-flow: column;
    width: 100%;
  }

  .project-01 {
    width: 44vw;
  }

  .virtual-tour {
    width: 25vw;
  }

  .custom-order-form-wrap {
    width: 70%;
    max-width: 70%;
    height: 60vh;
  }

  .currency {
    height: 3vw;
  }

  .payment-method-wrap {
    width: 100%;
  }

  .payment-text {
    font-size: 4vw;
  }

  .payment-wrap {
    padding-left: 1vw;
  }

  .image-2 {
    height: 4vw;
  }

  .total-price-table-01 {
    min-width: 15vw;
    min-height: 15vw;
  }

  .custom-order-form-wrap-01 {
    width: 80%;
    max-width: 80%;
    height: 60vh;
  }

  .card-payment, .paypal-payment, .open-banking-payment {
    font-size: 3vw;
  }

  .back-arrow {
    height: 4vw;
  }

  .pay-now {
    font-size: 4vw;
  }

  .custom-order-form-wrap-02 {
    width: 80%;
    max-width: 80%;
    height: 60vh;
  }

  .back-order {
    font-size: 4vw;
  }

  .pay-form-box {
    font-size: 3vw;
  }

  .payment-logo {
    width: 9vw;
  }

  .priv-agree, .card-text {
    font-size: 3vw;
  }
}

#w-node-_5d470fbc-8a36-127b-d1ad-05c5c81de934-e1f3acb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5d470fbc-8a36-127b-d1ad-05c5c81de93c-e1f3acb8, #w-node-_5d470fbc-8a36-127b-d1ad-05c5c81de945-e1f3acb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d470fbc-8a36-127b-d1ad-05c5c81de956-e1f3acb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5d470fbc-8a36-127b-d1ad-05c5c81de957-e1f3acb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


