.webflow-body .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.webflow-body {
  background-image: url('https://s3.amazonaws.com/realestatewebcreation/duncanprimerealty/images/body-pattern-line.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.webflow-body h1 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #292f36;
  font-size: 50px;
  line-height: 1.6;
  font-weight: 400;
}

.webflow-body h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #292f36;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
}

.webflow-body h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
}

.webflow-body h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
}

.webflow-body h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}

.webflow-body h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
}

.webflow-body p {
  margin-bottom: 10px;
}

.webflow-body a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #cda274;
  text-decoration: none;
}

.webflow-body a:hover {
  color: #292f36;
}

.webflow-body ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.webflow-body ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.webflow-body li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.webflow-body blockquote {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 120px 60px 60px;
  border-left: 0px solid #000;
  border-radius: 50px;
  background-color: #f4f0ec;
  background-image: url('../images/blockquote-icon.svg');
  background-position: 50% 22%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'DM Serif Display', sans-serif;
  color: #cda274;
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}

.webflow-body .dropdown-toggle {
  top: 11px;
  padding-top: 2px;
  padding-right: 20px;
  color: #292f36;
  font-size: 20px;
}

.webflow-body .container {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.webflow-body .dropdown {
  top: auto;
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.webflow-body .dropdown:hover {
  color: #cda274;
}

.webflow-body .navbar {
  padding-top: 26px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.webflow-body .nav-link {
  padding-top: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.webflow-body .nav-link:hover {
  color: #cda274;
}

.webflow-body .nav-link.w--current {
  color: #cda274;
}

.webflow-body .nav-link.last-child {
  padding-right: 0px;
}

.webflow-body .dropdown-link {
  padding: 8px 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Jost, sans-serif;
  color: #292f36;
  font-size: 18px;
  font-weight: 400;
}

.webflow-body .dropdown-link:hover {
  color: #cda274;
}

.webflow-body .dropdown-link.w--current {
  color: #cda274;
}

.webflow-body .dropdown-nav-link {
  color: #292f36;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.webflow-body .dropdown-list {
  padding-top: 10px;
}

.webflow-body .dropdown-list.w--open {
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 5px;
  background-color: #fff;
}

.webflow-body .utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.webflow-body .utility-page-wrap.password {
  height: 100vh;
}

.webflow-body .utility-page-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.webflow-body .utility-page-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.webflow-body .banner-title-area {
  padding-top: 170px;
  background-image: url('../images/service-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.webflow-body .banner-title-area.about-us-page {
  width: 100%;
  height: 100%;
  min-height: 90vh;
  min-width: 100px;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url('../images/iStock-1398693408.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.webflow-body .banner-title-area.style-guide {
  background-image: url('../images/title-area-background.jpg');
}

.webflow-body .banner-title-area.service-single {
  background-image: url('../images/service-single-background.jpg');
}

.webflow-body .banner-title-area.pricing-plan {
  background-image: url('../images/pricing-background.jpg');
}

.webflow-body .banner-title-area.contact-us {
  background-image: url('../images/contactus-background.jpg');
}

.webflow-body .banner-title-area.faq-page {
  background-image: url('../images/faq-background.jpg');
}

.webflow-body .banner-title-area.changelog-page {
  background-image: url('../images/changelog-background.jpg');
}

.webflow-body .banner-title-area.licenses-page {
  background-image: url('../images/license-background.jpg');
}

.webflow-body .banner-title-area.blog-page {
  background-image: url('../images/blog-background.jpg');
}

.webflow-body .banner-title-area.projects-page {
  background-image: url('../images/project-background.jpg');
}

.webflow-body .banner-title-area.professionals-page {
  background-image: url('../images/professional-background.jpg');
}

.webflow-body .banner-title-area.projects-single {
  height: 300px;
  background-image: url('../images/project-single-background.jpg');
}

.webflow-body .banner-title-area.blog-single {
  height: 300px;
  background-image: url('../images/blog-single-background.jpg');
}

.webflow-body .banner-title-area.password-protected {
  background-image: url('../images/password-background.jpg');
}

.webflow-body .banner-content-wrap {
  width: 500px;
  min-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 37px 37px 0px 0px;
  background-color: #fff;
  text-align: center;
}

.webflow-body .typography-section {
  margin-top: 20px;
}

.webflow-body .styleguide-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
  grid-column-gap: 80px;
  -ms-grid-columns: 0.7fr 1.75fr 0.25fr;
  grid-template-columns: 0.7fr 1.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .heading-content {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  color: #292f36;
}

.webflow-body .font-detail-content {
  color: #cda274;
  font-size: 18px;
}

.webflow-body .banner-title {
  width: 50%;
  margin-top: 10%;
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1.1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.webflow-body .breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.webflow-body .breadcrumb-link {
  color: #4d5053;
  text-decoration: none;
}

.webflow-body .breadcrumb-link:hover {
  color: #cda274;
}

.webflow-body .breadcrumb-separator {
  padding-right: 8px;
  padding-left: 8px;
}

.webflow-body .guide-title {
  margin-top: 0px;
  font-family: 'DM Serif Display', sans-serif;
  font-weight: 400;
}

.webflow-body .styleguide-item-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 130px 65px 100px;
  border-radius: 70px;
  background-color: #f7f7f7;
}

.webflow-body .paragraph-wrap {
  padding-left: 30px;
}

.webflow-body .button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 65px 20px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #292f36;
  border-radius: 18px;
  background-color: #033333;
  background-image: url('../images/button-arrow-gold.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.webflow-body .button:hover {
  background-color: #fff;
  color: #292f36;
}

.webflow-body .button.error-button {
  margin-left: 6px;
}

.webflow-body .button.banner-button {
  background-color: #033333;
  background-image: url('../images/button-arrow-gold.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.webflow-body .button.banner-button:hover {
  background-color: #fff;
  color: #033333;
}

.webflow-body .button-large {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 95px 20px 55px;
  border-style: solid;
  border-width: 2px;
  border-color: #292f36;
  border-radius: 18px;
  background-color: #292f36;
  background-image: url('../images/button-arrow-gold.svg');
  background-position: 78% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.webflow-body .button-large:hover {
  background-color: #fff;
  color: #292f36;
}

.webflow-body .button-large.form-button {
  margin-right: 0px;
}

.webflow-body .button-colored {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 65px 20px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #cda274;
  border-radius: 18px;
  background-color: #cda274;
  background-image: url('../images/button-arrow-black.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.webflow-body .button-colored:hover {
  border-color: #cda274;
  background-color: #fff;
  color: #292f36;
}

.webflow-body .button-colored.call-to-action-button {
  box-shadow: 1px 0 18px 0 rgba(0, 0, 0, 0.2);
}

.webflow-body .button-colored.call-to-action-button:hover {
  border-color: #fff;
}

.webflow-body .blockquote-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.webflow-body .blockquote-content-wrap {
  grid-column-gap: 70px;
  -ms-grid-columns: 0.75fr 1.75fr;
  grid-template-columns: 0.75fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .contact-form-section {
  margin-top: 40px;
  margin-bottom: 80px;
}

.webflow-body .form-block {
  position: relative;
  z-index: 3;
  padding-top: 30px;
}

.webflow-body .contact-form-grid {
  grid-row-gap: 0px;
}

.webflow-body .input-block {
  position: relative;
  display: block;
  margin-right: 10px;
}

.webflow-body .form-minimum-width {
  width: 100%;
}

.webflow-body .error-message-title {
  color: #e92525;
}

.webflow-body .form-input-field {
  height: 65px;
  min-height: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.webflow-body .form-input-field::-webkit-input-placeholder {
  color: #4d5053;
  font-size: 22px;
}

.webflow-body .form-input-field:-ms-input-placeholder {
  color: #4d5053;
  font-size: 22px;
}

.webflow-body .form-input-field::-ms-input-placeholder {
  color: #4d5053;
  font-size: 22px;
}

.webflow-body .form-input-field::placeholder {
  color: #4d5053;
  font-size: 22px;
}

.webflow-body .form-input-field.text-area {
  min-height: 150px;
  background-color: transparent;
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .form-input-field.text-area::-webkit-input-placeholder {
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .form-input-field.text-area:-ms-input-placeholder {
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .form-input-field.text-area::-ms-input-placeholder {
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .form-input-field.text-area::placeholder {
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .contact-form-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .contact-form-button-section.right-align {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.webflow-body .contact-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.webflow-body .contact-form-title-wrap {
  width: 36%;
}

.webflow-body .contact-form-area {
  width: 71%;
}

.webflow-body .footer-section {
  padding-top: 50px;
}

.webflow-body .footer-grid-wrap {
  padding-bottom: 80px;
  -ms-grid-columns: 1.4fr 0.75fr 0.75fr 1.2fr;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .footer-widget-wrap {
  padding-right: 60px;
}

.webflow-body .footer-widget-wrap.footer-widget-four {
  padding-right: 0px;
}

.webflow-body .footer-social-link {
  padding: 10px 20px;
}

.webflow-body .footer-social-link.first-child {
  padding-left: 0px;
}

.webflow-body .footer-widget-title {
  margin-top: 0px;
  padding-bottom: 12px;
  color: #292f36;
  font-size: 25px;
}

.webflow-body .footer-link {
  display: block;
  margin-bottom: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Jost, sans-serif;
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.webflow-body .footer-link:hover {
  color: #cda274;
}

.webflow-body .footer-address {
  margin-bottom: 30px;
}

.webflow-body .footer-logo {
  margin-bottom: 15px;
}

.webflow-body .copyright-wrap {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
}

.webflow-body .hero-section {
  padding-top: 200px;
  padding-bottom: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 0px 290px;
  background-color: #cda274;
  background-image: url('../images/iStock-1357529184.jpg');
  background-size: cover;
  mix-blend-mode: normal;
}

.webflow-body .hero-content-wrap {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .hero-content-area {
  width: 60%;
}

.webflow-body .hero-wrap-title {
  display: inline-block;
  overflow: visible;
  margin-bottom: 12px;
  padding: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #033333;
  font-size: 75px;
  line-height: 1.2;
}

.webflow-body .hero-wrap-description {
  margin-bottom: 25px;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .service-section {
  padding-top: 40px;
  padding-bottom: 0px;
}

.webflow-body .service-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .service-item {
  margin-right: 10px;
  margin-left: 10px;
  padding: 60px 40px 70px;
  border-radius: 30px;
  background-color: #f4f0ec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.webflow-body .service-item:hover {
  background-color: #f4f0ec;
}

.webflow-body .service-title {
  margin-bottom: 12px;
  color: #033333;
  font-size: 26px;
}

.webflow-body .simple-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .simple-link:hover {
  color: #cda274;
}

.webflow-body .simple-link-text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4d5053;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.webflow-body .simple-link-text:hover {
  color: #cda274;
}

.webflow-body .simple-link-icon {
  padding-left: 5px;
}

.webflow-body .service-content {
  margin-bottom: 15px;
  padding-top: 5px;
  background-color: #f4f0ec;
  opacity: 1;
}

.webflow-body .intro-section {
  padding-top: 20px;
  padding-bottom: 0px;
}

.webflow-body .intro-grid-wrap {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .intro-content-wrap {
  margin-top: 40px;
  margin-right: 0px;
  padding-right: 60px;
}

.webflow-body .right-radius-image {
  margin-right: 0px;
  margin-left: 0%;
  border-radius: 0px 326px 0px 123px;
}

.webflow-body .intro-section-title {
  color: #033333;
  font-size: 50px;
  line-height: 1.3;
}

.webflow-body .intro-content {
  padding-top: 30px;
  padding-bottom: 20px;
}

.webflow-body .intro-quick-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .intro-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93px;
  height: 93px;
  min-height: 93px;
  min-width: 93px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f4f0ec;
}

.webflow-body .intro-call-wrap {
  margin-left: 10px;
}

.webflow-body .call-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4d5053;
  font-size: 24px;
  font-weight: 700;
}

.webflow-body .call-link:hover {
  color: #cda274;
}

.webflow-body .testimonial-section {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.webflow-body .section-title {
  padding-bottom: 35px;
  color: #292f36;
  font-size: 43px;
  line-height: 1.3;
}

.webflow-body .section-title.text-center {
  text-align: center;
}

.webflow-body .section-title.center-small-space {
  padding-bottom: 10px;
  font-size: 48px;
  text-align: center;
}

.webflow-body .testimonial-content-wrap {
  padding: 80px 50px 100px;
  border-radius: 70px;
  background-color: #f4f0ec;
}

.webflow-body .testimonial-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .testimonial-item {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
}

.webflow-body .testimonial-detail {
  display: block;
  padding: 50px 30px 35px 35px;
  border-radius: 30px;
  background-color: #fff;
  text-align: left;
}

.webflow-body .client-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #292f36;
  font-size: 25px;
}

.webflow-body .testimonial-content {
  padding-top: 25px;
  font-size: 20px;
}

.webflow-body .client-location {
  font-size: 18px;
}

.webflow-body .testimonial-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.webflow-body .clients-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.webflow-body .client-gird-wrap {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .client-image-wrap {
  text-align: center;
}

.webflow-body .counter-section {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #f4f0ec;
}

.webflow-body .counter-section.service-single {
  margin-bottom: 100px;
}

.webflow-body .counter-grid-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .counter-item {
  padding-right: 20px;
  border-right: 1px solid #cda274;
  font-family: 'DM Serif Display', sans-serif;
  text-align: center;
}

.webflow-body .counter-item.counter-last-child {
  border-right-style: none;
}

.webflow-body .count-number {
  color: #cda274;
  font-size: 85px;
  letter-spacing: 0.02em;
}

.webflow-body .counter-title {
  font-family: Jost, sans-serif;
}

.webflow-body .call-to-action-wrap {
  padding-top: 85px;
  padding-bottom: 85px;
  border-radius: 70px;
  background-color: #033333;
  color: #cda274;
  text-align: center;
}

.webflow-body .call-to-action-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.webflow-body .call-to-action-title {
  color: #fff;
  font-size: 50px;
}

.webflow-body .call-to-action-content {
  margin-bottom: 20px;
  color: #fff;
}

.webflow-body .about-blockquote-section {
  padding-top: 100px;
  padding-bottom: 40px;
}

.webflow-body .intro-blockquote-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.webflow-body .about-section {
  padding-top: 10px;
  padding-bottom: 0px;
}

.webflow-body .about-grid-wrap {
  display: -ms-grid;
  display: grid;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .about-grid-wrap.about-toggle {
  margin-top: 20px;
  padding-bottom: 10px;
  -ms-grid-columns: 0.25fr 0.8fr;
  grid-template-columns: 0.25fr 0.8fr;
}

.webflow-body .about-image {
  width: 100%;
  border-radius: 0px;
}

.webflow-body .about-content-wrap {
  padding-right: 20px;
  line-height: 1.5;
}

.webflow-body .about-content-wrap.left-spacing {
  margin-left: 12%;
}

.webflow-body .about-heading {
  color: #292f36;
  font-size: 34px;
  line-height: 1.5;
  text-align: left;
  text-transform: capitalize;
}

.webflow-body .about-content {
  padding-top: 10px;
  padding-bottom: 20px;
  border: 1px solid transparent;
  color: #4d5053;
  font-size: 20px;
  line-height: 1.5;
}

.webflow-body .lets-talk-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.webflow-body .contact-form-minimum-width {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.webflow-body .process-section {
  padding-top: 90px;
  padding-bottom: 60px;
}

.webflow-body .process-steps-wrap {
  padding: 100px 90px 140px;
  border-radius: 30px;
  background-color: #f4f0ec;
}

.webflow-body .section-title-content {
  text-align: center;
}

.webflow-body .process-item-grid {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .process-item-grid.process-toggle {
  padding-top: 70px;
  padding-bottom: 0px;
}

.webflow-body .process-item-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.webflow-body .process-image {
  width: 100%;
  border-radius: 0px 123px 0px 326px;
}

.webflow-body .process-step-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.webflow-body .process-count {
  margin-top: 0px;
  color: #fff;
  font-size: 120px;
  line-height: 1;
}

.webflow-body .process-heading {
  margin-bottom: 10px;
  color: #292f36;
  font-size: 35px;
}

.webflow-body .process-steps {
  padding-top: 40px;
}

.webflow-body .service-single-intro {
  padding-top: 60px;
  padding-bottom: 10px;
}

.webflow-body .service-intro-grid {
  margin-top: 40px;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .service-intro-title {
  margin-top: 0px;
  color: #033333;
  font-size: 50px;
  line-height: 1.2;
}

.webflow-body .colored-paragraph {
  color: #cda274;
}

.webflow-body .service-intro-paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
}

.webflow-body .video-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.webflow-body .video-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70px;
  background-image: url('../images/iStock-1449461450.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.webflow-body .video-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.webflow-body .service-points-section {
  padding-top: 10px;
  padding-bottom: 0px;
}

.webflow-body .service-points-grid {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .service-points-content {
  margin-left: 3%;
  border-right: 1px solid #cecece;
}

.webflow-body .service-points-content.last-points-child {
  margin-left: 16%;
  border-right-style: none;
  border-right-width: 0px;
}

.webflow-body .service-points-list {
  margin-bottom: 10px;
  color: #292f36;
  font-size: 50px;
}

.webflow-body .pricing-plan-section {
  padding-top: 120px;
  padding-bottom: 100px;
}

.webflow-body .pricing-plan-grid {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .pricing-plan-item {
  padding: 50px 0px 60px;
  border-radius: 33px;
  background-color: #f4f0ec;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.webflow-body .pricing-plan-item:hover {
  box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.2);
}

.webflow-body .pricing-plan-item.popular-plan:hover {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.webflow-body .plan-title {
  font-size: 25px;
}

.webflow-body .plan-amount {
  margin-bottom: 0px;
  font-size: 85px;
  line-height: 1;
}

.webflow-body .plan-amount.popular-price {
  color: #cda274;
}

.webflow-body .plan-duration {
  margin-top: 0px;
  color: #292f36;
  font-size: 25px;
}

.webflow-body .plan-simple-detail {
  padding: 0px 50px 36px;
}

.webflow-body .plan-separator-wrap {
  position: relative;
}

.webflow-body .plan-separator-wrap.low-popular {
  padding-top: 43px;
}

.webflow-body .plan-separator {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #cda274;
}

.webflow-body .popular-wrap {
  position: relative;
  z-index: 2;
  width: 73%;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 38px;
  border-radius: 18px;
  background-color: #292f36;
}

.webflow-body .popular-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.webflow-body .plan-items {
  padding-top: 20px;
}

.webflow-body .contact-page-form {
  padding-top: 100px;
  padding-bottom: 80px;
}

.webflow-body .contact-page-grid {
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .contact-detail-wrap {
  margin-right: 30px;
  padding: 60px 40px 58px;
  border-radius: 50px;
  background-color: #f4f0ec;
}

.webflow-body .contact-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .contact-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.webflow-body .contact-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
  font-size: 20px;
}

.webflow-body .contact-link:hover {
  color: #cda274;
}

.webflow-body .contact-social-wrap {
  padding-top: 10px;
}

.webflow-body .contact-social-link {
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.webflow-body .faq-section {
  padding-top: 140px;
  padding-bottom: 60px;
}

.webflow-body .faq-content-wrap {
  color: #4d5053;
  font-size: 22px;
  font-weight: 400;
}

.webflow-body .accordion-list {
  position: static;
  display: block;
  padding-top: 10px;
  background-color: transparent;
}

.webflow-body .accordion-item {
  overflow: hidden;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #cda274;
}

.webflow-body .dropdown-question {
  font-family: 'DM Serif Display', sans-serif;
  color: #292f36;
  font-size: 25px;
  font-weight: 400;
}

.webflow-body .accordion-icon {
  top: -13px;
  color: #cda274;
}

.webflow-body .accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-top: 10px;
  padding-left: 0px;
}

.webflow-body .accordion-toggle.w--open {
  padding-left: 0px;
}

.webflow-body .error-page-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 90px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .error-image {
  border-radius: 0px 0px 0px 353px;
}

.webflow-body .error-page-content {
  padding-right: 0px;
  padding-left: 7%;
  text-align: left;
}

.webflow-body .error-page-title {
  margin-top: 0px;
  color: #cda274;
  font-size: 250px;
  line-height: 0.9;
}

.webflow-body .error-page-subtitle {
  margin-top: 18px;
  padding-bottom: 20px;
  padding-left: 6px;
  font-size: 35px;
  text-align: left;
}

.webflow-body .password-form-wrap {
  padding: 100px 140px 110px;
  border-radius: 70px;
  background-color: #f4f0ec;
}

.webflow-body .password-form-field {
  padding-top: 30px;
}

.webflow-body .changelog-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.webflow-body .changelog-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 70px;
  background-color: #f4f0ec;
}

.webflow-body .version-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .version-number {
  margin-top: 0px;
  margin-bottom: 10px;
}

.webflow-body .version-content {
  padding-left: 20px;
}

.webflow-body .license-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.webflow-body .image-wrap-background {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px 50px 100px;
  border-radius: 70px;
  background-color: #f4f0ec;
}

.webflow-body .license-main-title {
  font-size: 50px;
}

.webflow-body .license-website-title {
  margin-bottom: 20px;
  color: #292f36;
  font-size: 35px;
}

.webflow-body .image-license-link {
  color: #292f36;
  line-height: 1.4;
}

.webflow-body .image-license-link:hover {
  color: #cda274;
}

.webflow-body .blog-section {
  padding-top: 120px;
  padding-bottom: 40px;
}

.webflow-body .blog-image-link {
  position: relative;
}

.webflow-body .blog-date {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
}

.webflow-body .blog-item {
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  border: 1px solid #e7e7e7;
  border-radius: 62px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.webflow-body .blog-item:hover {
  background-color: #f4f0ec;
}

.webflow-body .blog-item-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .blog-single-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f4f0ec;
}

.webflow-body .blog-image-wrap {
  position: relative;
}

.webflow-body .blog-listing-image {
  border-radius: 45px 45px 0px 0px;
}

.webflow-body .blog-collection-item {
  padding-right: 10px;
  padding-left: 10px;
}

.webflow-body .blog-title {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.webflow-body .blog-title:hover {
  color: #cda274;
}

.webflow-body .category-link {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 10%;
  padding: 10px;
  border-radius: 8px 8px 8px 0px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
}

.webflow-body .category-link.blog-category {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.webflow-body .category-link.blog-category:hover {
  background-color: #f4f0ec;
}

.webflow-body .blog-category {
  color: #4d5053;
  font-size: 16px;
}

.webflow-body .blog-single-wrap {
  padding-top: 120px;
  padding-bottom: 80px;
}

.webflow-body .blog-single-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .blog-single-sidebar {
  padding-left: 50px;
}

.webflow-body .sidebar-widget {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.webflow-body .sidebar-widget.background-color {
  padding-right: 30px;
  padding-left: 35px;
  border-radius: 20px;
  background-color: #f4f0ec;
}

.webflow-body .sidebar-widget.first-widget {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 0px;
}

.webflow-body .sidebar-blog-title {
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
  font-size: 20px;
}

.webflow-body .sidebar-blog-title:hover {
  color: #cda274;
}

.webflow-body .widget-title {
  margin-top: 0px;
  color: #292f36;
  font-size: 30px;
}

.webflow-body .sidebar-category-title {
  margin-top: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Jost, sans-serif;
  color: #292f36;
  font-size: 22px;
}

.webflow-body .sidebar-category-title:hover {
  color: #cda274;
}

.webflow-body .category-section-wrap {
  padding-top: 100px;
  padding-bottom: 40px;
}

.webflow-body .blog-listing-wrap {
  padding-top: 60px;
}

.webflow-body .category-link-block {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
}

.webflow-body .category-link-block:hover {
  color: #cda274;
}

.webflow-body .category-link-block.w--current {
  color: #cda274;
}

.webflow-body .project-listing-wrap {
  padding-top: 140px;
  padding-bottom: 60px;
}

.webflow-body .project-item {
  margin-bottom: 60px;
  padding-right: 0px;
}

.webflow-body .project-listing-image {
  width: 100%;
  border-radius: 0px 80px 0px 0px;
}

.webflow-body .project-listing-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .project-title-link {
  display: block;
}

.webflow-body .project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
  font-size: 25px;
}

.webflow-body .project-title:hover {
  color: #cda274;
}

.webflow-body .project-category-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4d5053;
}

.webflow-body .project-category-link:hover {
  color: #cda274;
}

.webflow-body .project-single-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f4f0ec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.webflow-body .project-single-link:hover {
  background-color: #cda274;
}

.webflow-body .project-single-wrap {
  padding-top: 100px;
  padding-bottom: 40px;
}

.webflow-body .project-detail-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .project-content-details {
  padding: 70px;
  border-radius: 70px;
  background-color: #f4f0ec;
}

.webflow-body .project-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .project-detail-heading {
  width: 50%;
  margin-top: 10px;
  color: #292f36;
  font-size: 22px;
}

.webflow-body .project-detail-image {
  padding-top: 80px;
  padding-bottom: 60px;
}

.webflow-body .project-gallery-image {
  width: 100%;
  border-radius: 70px;
}

.webflow-body .lightbox-link {
  width: 100%;
}

.webflow-body .project-category-section {
  padding-top: 140px;
  padding-bottom: 60px;
}

.webflow-body .project-category {
  padding-bottom: 60px;
}

.webflow-body .project-category-filter {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #292f36;
}

.webflow-body .project-category-filter:hover {
  color: #cda274;
}

.webflow-body .project-category-filter.w--current {
  color: #cda274;
}

.webflow-body .professionals-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.webflow-body .professionals-section.about-page {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f4f0ec;
}

.webflow-body .professionals-wrap.about-us-page {
  padding-top: 60px;
}

.webflow-body .professionals-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.webflow-body .professionals-grid.about-page-professionals {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .professionals-item {
  border-radius: 30px;
}

.webflow-body .professionals-image {
  position: relative;
}

.webflow-body .professionals-listing-image {
  border-radius: 30px;
}

.webflow-body .professionals-member-details {
  padding-top: 5px;
  padding-bottom: 0px;
  border-radius: 24px;
  text-align: center;
}

.webflow-body .member-name {
  margin-bottom: 0px;
  font-size: 25px;
}

.webflow-body .member-profession {
  font-size: 18px;
}

.webflow-body .member-social-wrap {
  padding-top: 10px;
  padding-bottom: 40px;
}

.webflow-body .professional-social-link {
  padding-right: 15px;
  padding-left: 15px;
}

.webflow-body .collection-item-sidebar {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cda274;
}

.webflow-body .sidebar-blog-date {
  padding-bottom: 5px;
  font-size: 16px;
  text-align: right;
}

.webflow-body .blog-single-image {
  border-radius: 50px;
}

.webflow-body .blog-meta-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.webflow-body .blog-meta-date {
  font-size: 16px;
}

.webflow-body .password-error-message {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #292f36;
}

.webflow-body .color-section {
  padding-top: 120px;
  padding-bottom: 0px;
}

.webflow-body .color-section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-body .color-item {
  width: 170px;
  height: 170px;
  border-radius: 30px;
  background-color: #cda274;
}

.webflow-body .color-item.secondary-color {
  background-color: #292f36;
}

.webflow-body .color-item.light-background {
  background-color: #f4f0ec;
}

.webflow-body .color-item-wrap {
  margin-right: 20px;
  text-align: center;
}

.webflow-body .color-code {
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.webflow-body .client-detail {
  padding-left: 20px;
}

.webflow-body .testimonial-client {
  border-radius: 100px;
}

.webflow-body .faq-grid {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .faq-grid.toggle-grid {
  margin-top: 40px;
}

.webflow-body .faq-image {
  width: 100%;
  border-radius: 40px;
}

.webflow-body .success-message {
  border-radius: 15px;
  background-color: #cda274;
  color: #fff;
}

.webflow-body .error-message {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
  background-color: #f4f0ec;
  text-align: center;
}

.webflow-body .project-link-block {
  width: 100%;
}

.webflow-body .project-single-title {
  margin-top: 0px;
  font-size: 40px;
}

.webflow-body .blog-single-title {
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.3;
}

.webflow-body .blog-meta-category {
  font-size: 16px;
}

.webflow-body .search-button {
  background-color: #cda274;
}

.webflow-body .search-result-item {
  padding-top: 20px;
}

.webflow-body .search-result-wrapper {
  padding-bottom: 20px;
}

.webflow-body .list {
  list-style-type: disc;
}

.webflow-body .list-2 {
  list-style-type: disc;
}

.webflow-body .html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.webflow-body .calendar-grid-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webflow-body .calendar-content-wrap {
  margin-top: 40px;
  margin-right: 0%;
  padding-right: 0px;
}

.webflow-body .introduce-section {
  margin-top: 40px;
}

.webflow-body .ninety-percent-heading {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.webflow-body .div-block {
  text-align: center;
}

.webflow-body .begin-step-section {
  margin-top: 20px;
}

.webflow-body .heading {
  border: 1px solid transparent;
  color: #292f36;
  font-size: 35px;
  line-height: 1.6;
  text-align: center;
}

.webflow-body .column {
  border: 1px solid transparent;
}

.webflow-body .button-for-step {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #292f36;
  border-radius: 18px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4d5053;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.webflow-body .button-for-step:hover {
  background-color: #fff;
  color: #292f36;
}

.webflow-body .body {
  border-style: solid;
  border-width: 1px;
  border-color: #4d5053;
}

.webflow-body .step-column {
  margin: 40px 0px 20px;
}

.webflow-body .testimonial-section-consult {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.webflow-body .hero-content-area-for-buyer {
  width: 63%;
}

.webflow-body .google-review-embed {
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
}

.webflow-body .step-para {
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.webflow-body .step-description {
  color: #4d5053;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.webflow-body .help-bold-text {
  color: #292f36;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (min-width: 1280px) {
.webflow-body .container {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
  }

.webflow-body .styleguide-item-wrap {
    padding-top: 130px;
    padding-bottom: 100px;
  }

.webflow-body .hero-section {
    padding-top: 180px;
    padding-bottom: 250px;
  }

.webflow-body .hero-content-area {
    width: 60%;
  }

.webflow-body .hero-wrap-title {
    font-size: 75px;
    line-height: 1.2;
  }

.webflow-body .service-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .intro-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .testimonial-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .section-title {
    font-size: 45px;
  }

.webflow-body .clients-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .counter-grid-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.webflow-body .call-to-action-section {
    padding-top: 20px;
  }

.webflow-body .about-blockquote-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

.webflow-body .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .about-grid-wrap.about-toggle {
    padding-bottom: 100px;
  }

.webflow-body .lets-talk-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

.webflow-body .process-steps-wrap {
    padding-top: 100px;
    padding-bottom: 140px;
  }

.webflow-body .service-single-intro {
    padding-top: 40px;
    padding-bottom: 20px;
  }

.webflow-body .video-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

.webflow-body .service-points-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .pricing-plan-section {
    padding-top: 140px;
    padding-bottom: 110px;
  }

.webflow-body .contact-page-form {
    padding-top: 100px;
    padding-bottom: 80px;
  }

.webflow-body .error-page-content {
    padding-left: 7%;
  }

.webflow-body .password-form-wrap {
    padding: 100px 140px 110px;
  }

.webflow-body .changelog-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .license-section {
    padding-top: 120px;
  }

.webflow-body .blog-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

.webflow-body .blog-single-wrap {
    padding-top: 120px;
    padding-bottom: 80px;
  }

.webflow-body .category-section-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }

.webflow-body .project-listing-wrap {
    padding-top: 160px;
    padding-bottom: 80px;
  }

.webflow-body .project-single-wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }

.webflow-body .project-category-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

.webflow-body .professionals-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

.webflow-body .professionals-section.about-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

.webflow-body .color-section {
    padding-top: 120px;
    padding-bottom: 1px;
  }

.webflow-body .project-single-title {
    font-size: 45px;
  }

.webflow-body .blog-single-title {
    font-size: 45px;
  }

.webflow-body .testimonial-section-consult {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .hero-content-area-for-buyer {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
.webflow-body .container {
    max-width: 1200px;
  }

.webflow-body .utility-page-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

.webflow-body .banner-title-area.blog-single {
    height: 300px;
  }

.webflow-body .contact-form-button-section.right-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.webflow-body .hero-section {
    padding-bottom: 250px;
  }

.webflow-body .hero-content-area {
    width: 50%;
  }

.webflow-body .hero-wrap-title {
    font-size: 80px;
    line-height: 1.2;
  }

.webflow-body .service-section {
    padding-top: 60px;
  }

.webflow-body .service-item {
    margin-right: 20px;
    margin-left: 20px;
  }

.webflow-body .intro-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

.webflow-body .testimonial-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .section-title {
    font-size: 45px;
  }

.webflow-body .testimonial-content-wrap {
    padding-top: 90px;
    padding-bottom: 120px;
  }

.webflow-body .clients-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .counter-grid-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

.webflow-body .call-to-action-section {
    padding-top: 20px;
  }

.webflow-body .about-blockquote-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }

.webflow-body .about-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }

.webflow-body .lets-talk-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .process-steps-wrap {
    padding-top: 130px;
    padding-bottom: 160px;
  }

.webflow-body .service-single-intro {
    padding-top: 60px;
    padding-bottom: 40px;
  }

.webflow-body .video-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

.webflow-body .service-points-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .pricing-plan-section {
    padding-top: 160px;
    padding-bottom: 110px;
  }

.webflow-body .contact-page-form {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .error-page-content {
    padding-left: 17%;
  }

.webflow-body .changelog-section {
    padding-top: 160px;
    padding-bottom: 120px;
  }

.webflow-body .license-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

.webflow-body .blog-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }

.webflow-body .blog-date {
    margin-bottom: 0px;
    color: #4d5053;
    font-size: 16px;
  }

.webflow-body .blog-item {
    margin-bottom: 40px;
  }

.webflow-body .blog-item-meta {
    padding-top: 10px;
  }

.webflow-body .blog-listing-image {
    border-radius: 45px 45px 0px 0px;
  }

.webflow-body .blog-collection-item {
    padding-right: 10px;
    padding-left: 10px;
  }

.webflow-body .blog-title {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    line-height: 1.4;
  }

.webflow-body .blog-title:hover {
    color: #cda274;
  }

.webflow-body .blog-single-wrap {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .category-section-wrap {
    padding-top: 140px;
    padding-bottom: 80px;
  }

.webflow-body .project-listing-wrap {
    padding-top: 160px;
    padding-bottom: 80px;
  }

.webflow-body .project-listing-image {
    width: 100%;
  }

.webflow-body .project-single-wrap {
    padding-top: 140px;
    padding-bottom: 40px;
  }

.webflow-body .project-category-section {
    padding-top: 140px;
  }

.webflow-body .professionals-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

.webflow-body .professionals-section.about-page {
    padding-bottom: 80px;
  }

.webflow-body .color-section {
    padding-top: 120px;
  }

.webflow-body .project-link-block {
    width: 100%;
  }

.webflow-body .project-single-title {
    font-size: 47px;
  }

.webflow-body .testimonial-section-consult {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .hero-content-area-for-buyer {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
.webflow-body {
    background-repeat: repeat-y;
  }

.webflow-body blockquote {
    padding-right: 150px;
    padding-bottom: 80px;
    padding-left: 150px;
  }

.webflow-body .container {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
  }

.webflow-body .nav-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

.webflow-body .utility-page-wrap {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

.webflow-body .utility-page-wrap.password {
    height: 100vh;
  }

.webflow-body .banner-title-area.projects-single {
    height: 350px;
  }

.webflow-body .banner-title-area.blog-single {
    height: 350px;
  }

.webflow-body .styleguide-item-wrap {
    padding-top: 120px;
  }

.webflow-body .form-block {
    position: relative;
    padding-top: 30px;
  }

.webflow-body .form-minimum-width {
    width: 100%;
  }

.webflow-body .form-input-field {
    font-size: 22px;
  }

.webflow-body .contact-form-button-section.right-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.webflow-body .footer-section {
    padding-top: 50px;
    background-color: transparent;
  }

.webflow-body .hero-section {
    padding-top: 200px;
    padding-bottom: 260px;
    border-radius: 0px 0px 0px 290px;
  }

.webflow-body .hero-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.webflow-body .hero-content-area {
    width: 60%;
  }

.webflow-body .hero-wrap-title {
    font-size: 85px;
    line-height: 1.2;
  }

.webflow-body .service-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }

.webflow-body .intro-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .testimonial-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

.webflow-body .section-title {
    font-size: 45px;
  }

.webflow-body .testimonial-content-wrap {
    padding-top: 80px;
    padding-bottom: 110px;
  }

.webflow-body .clients-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

.webflow-body .counter-grid-wrap {
    padding-top: 140px;
    padding-bottom: 139px;
  }

.webflow-body .call-to-action-wrap {
    padding-top: 85px;
    padding-bottom: 85px;
  }

.webflow-body .call-to-action-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .about-blockquote-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }

.webflow-body .about-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

.webflow-body .about-grid-wrap.about-toggle {
    padding-bottom: 140px;
  }

.webflow-body .lets-talk-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .process-steps-wrap {
    padding-top: 130px;
    padding-bottom: 160px;
  }

.webflow-body .process-steps {
    padding-top: 60px;
  }

.webflow-body .service-single-intro {
    padding-top: 60px;
    padding-bottom: 40px;
  }

.webflow-body .video-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

.webflow-body .service-points-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

.webflow-body .pricing-plan-section {
    padding-top: 160px;
    padding-bottom: 110px;
  }

.webflow-body .contact-page-form {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .error-page-content {
    padding-left: 38%;
  }

.webflow-body .password-form-wrap {
    padding: 120px 200px 130px;
  }

.webflow-body .changelog-section {
    padding-top: 160px;
    padding-bottom: 120px;
  }

.webflow-body .license-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

.webflow-body .blog-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }

.webflow-body .blog-single-wrap {
    padding-top: 140px;
    padding-bottom: 100px;
  }

.webflow-body .category-section-wrap {
    padding-top: 140px;
    padding-bottom: 80px;
  }

.webflow-body .project-listing-wrap {
    padding-top: 160px;
    padding-bottom: 80px;
  }

.webflow-body .project-item {
    margin-bottom: 50px;
  }

.webflow-body .project-single-wrap {
    padding-top: 140px;
    padding-bottom: 40px;
  }

.webflow-body .project-category-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

.webflow-body .professionals-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

.webflow-body .professionals-section.about-page {
    padding-top: 130px;
    padding-bottom: 140px;
  }

.webflow-body .color-section {
    padding-top: 140px;
    padding-bottom: 0px;
  }

.webflow-body .project-single-title {
    margin-top: 0px;
    font-size: 50px;
  }

.webflow-body .testimonial-section-consult {
    padding-top: 20px;
    padding-bottom: 40px;
  }

.webflow-body .hero-content-area-for-buyer {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
.webflow-body h1 {
    font-size: 45px;
  }

.webflow-body h2 {
    font-size: 35px;
  }

.webflow-body h3 {
    font-size: 30px;
  }

.webflow-body h4 {
    font-size: 28px;
  }

.webflow-body h5 {
    font-size: 26px;
  }

.webflow-body h6 {
    font-size: 24px;
  }

.webflow-body p {
    font-size: 20px;
  }

.webflow-body .dropdown-toggle {
    padding-top: 0px;
    padding-bottom: 30px;
  }

.webflow-body .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

.webflow-body .menu-icon {
    color: #fff;
  }

.webflow-body .dropdown {
    position: relative;
    width: 100%;
    margin-right: auto;
    float: none;
    clear: none;
    text-align: left;
  }

.webflow-body .dropdown-link.w--current {
    color: #cda274;
  }

.webflow-body .menu-button {
    margin-right: 10px;
    padding: 12px;
    border-radius: 15px;
    background-color: #cda274;
  }

.webflow-body .menu-button.w--open {
    background-color: #292f36;
    color: #141414;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

.webflow-body .brand {
    padding-left: 0px;
  }

.webflow-body .brand.w--current {
    padding-left: 0px;
  }

.webflow-body .dropdown-list.w--open {
    padding-bottom: 10px;
    background-color: #f4f0ec;
  }

.webflow-body .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f0ec;
  }

.webflow-body .utility-page-wrap {
    height: 90vh;
  }

.webflow-body .utility-page-wrap.password {
    height: 90vh;
  }

.webflow-body .banner-title-area.blog-single {
    height: 200px;
  }

.webflow-body .styleguide-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .banner-title {
    font-size: 48px;
  }

.webflow-body .styleguide-item-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }

.webflow-body .paragraph-wrap {
    padding-left: 0px;
  }

.webflow-body .blockquote-content-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .form-block {
    padding-top: 10px;
  }

.webflow-body .form-minimum-width {
    width: 100%;
  }

.webflow-body .contact-form-button-section {
    position: relative;
    z-index: 2;
  }

.webflow-body .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.webflow-body .contact-form-title-wrap {
    width: 100%;
  }

.webflow-body .contact-form-area {
    width: 100%;
  }

.webflow-body .footer-grid-wrap {
    padding-bottom: 60px;
    -ms-grid-columns: 1.4fr 0.75fr;
    grid-template-columns: 1.4fr 0.75fr;
  }

.webflow-body .footer-link {
    margin-bottom: 20px;
  }

.webflow-body .copyright-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

.webflow-body .hero-section {
    padding-top: 100px;
    padding-bottom: 120px;
    border-bottom-left-radius: 0px;
    background-position: 0% 50%;
  }

.webflow-body .hero-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.webflow-body .hero-content-area {
    width: 100%;
  }

.webflow-body .hero-wrap-title {
    font-size: 70px;
    line-height: 1.2;
  }

.webflow-body .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .service-grid-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

.webflow-body .intro-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .intro-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .intro-content-wrap {
    padding-bottom: 40px;
  }

.webflow-body .intro-content {
    padding-top: 10px;
    font-size: 20px;
  }

.webflow-body .section-title.text-center {
    font-size: 40px;
  }

.webflow-body .section-title.center-small-space {
    font-size: 45px;
  }

.webflow-body .testimonial-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .clients-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .client-gird-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

.webflow-body .client-image-wrap {
    padding-bottom: 40px;
  }

.webflow-body .counter-grid-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

.webflow-body .call-to-action-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .call-to-action-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .about-blockquote-section {
    padding-top: 80px;
  }

.webflow-body .intro-blockquote-wrap {
    width: 100%;
  }

.webflow-body .about-section {
    padding-bottom: 20px;
  }

.webflow-body .about-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .about-grid-wrap.about-toggle {
    padding-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .about-content-wrap {
    padding-right: 0px;
    padding-bottom: 20px;
  }

.webflow-body .about-content-wrap.left-spacing {
    margin-left: 0%;
  }

.webflow-body .about-heading {
    margin-bottom: 0px;
    font-size: 41px;
    line-height: 1.2;
  }

.webflow-body .about-content {
    padding-bottom: 10px;
  }

.webflow-body .lets-talk-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

.webflow-body .contact-form-minimum-width {
    width: 100%;
  }

.webflow-body .process-section {
    padding-top: 40px;
  }

.webflow-body .process-steps-wrap {
    padding: 80px 60px;
  }

.webflow-body .section-title-content {
    font-size: 20px;
  }

.webflow-body .process-item-grid {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .process-item-grid.process-toggle {
    padding-bottom: 40px;
  }

.webflow-body .service-single-intro {
    padding-top: 100px;
  }

.webflow-body .service-intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .service-intro-title {
    font-size: 45px;
  }

.webflow-body .video-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.webflow-body .service-points-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

.webflow-body .service-points-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .service-points-content {
    margin-left: 0%;
    border-right-style: none;
  }

.webflow-body .service-points-content.last-points-child {
    margin-left: 0%;
  }

.webflow-body .pricing-plan-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

.webflow-body .pricing-plan-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

.webflow-body .contact-page-form {
    padding-top: 80px;
  }

.webflow-body .contact-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .contact-detail-wrap {
    margin-bottom: 10px;
  }

.webflow-body .faq-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

.webflow-body .faq-accordion-wrap {
    padding-left: 0px;
  }

.webflow-body .error-page-grid {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .error-page-image {
    display: none;
  }

.webflow-body .error-page-content {
    padding-right: 5%;
    padding-left: 5%;
  }

.webflow-body .password-form-wrap {
    padding: 60px;
  }

.webflow-body .changelog-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

.webflow-body .changelog-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.webflow-body .license-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

.webflow-body .image-wrap-background {
    padding-top: 60px;
    padding-bottom: 80px;
  }

.webflow-body .license-main-title {
    font-size: 45px;
  }

.webflow-body .blog-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

.webflow-body .blog-item-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .blog-single-link {
    margin-top: 20px;
  }

.webflow-body .blog-title {
    font-size: 19px;
  }

.webflow-body .blog-single-wrap {
    padding-top: 90px;
  }

.webflow-body .blog-single-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .blog-single-sidebar {
    margin-top: 60px;
    padding-left: 0px;
  }

.webflow-body .category-link-block {
    padding-bottom: 10px;
  }

.webflow-body .project-listing-wrap {
    padding-top: 100px;
  }

.webflow-body .project-title {
    font-size: 24px;
    line-height: 1.3;
  }

.webflow-body .project-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .project-content-details {
    margin-bottom: 20px;
    padding: 40px;
  }

.webflow-body .project-detail-image {
    padding-top: 40px;
  }

.webflow-body .project-category-section {
    padding-top: 120px;
  }

.webflow-body .professionals-section {
    padding-top: 100px;
  }

.webflow-body .professionals-section.about-page {
    padding-top: 100px;
    padding-bottom: 80px;
  }

.webflow-body .professionals-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

.webflow-body .professionals-grid.about-page-professionals {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

.webflow-body .collection-item-category {
    width: auto;
    padding-bottom: 10px;
  }

.webflow-body .collection-item-blog {
    width: auto;
  }

.webflow-body .faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .faq-image {
    width: 100%;
  }

.webflow-body .blog-single-title {
    font-size: 35px;
  }

.webflow-body .calendar-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .calendar-content-wrap {
    padding-bottom: 40px;
  }

.webflow-body .hero-content-area-for-buyer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
.webflow-body h1 {
    font-size: 40px;
  }

.webflow-body h2 {
    font-size: 34px;
  }

.webflow-body p {
    font-size: 18px;
  }

.webflow-body li {
    font-size: 20px;
  }

.webflow-body blockquote {
    font-size: 22px;
  }

.webflow-body .container {
    padding-right: 30px;
    padding-left: 30px;
  }

.webflow-body .dropdown-link.w--current {
    color: #cda274;
  }

.webflow-body .menu-button {
    margin-right: 0px;
  }

.webflow-body .nav-menu {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f4f0ec;
  }

.webflow-body .banner-content-wrap {
    width: 100%;
    min-width: 100%;
    padding-top: 20px;
  }

.webflow-body .banner-title {
    font-size: 40px;
  }

.webflow-body .breadcrumb-link {
    font-size: 20px;
  }

.webflow-body .breadcrumb-separator {
    font-size: 20px;
  }

.webflow-body .styleguide-item-wrap {
    padding: 40px 40px 20px;
  }

.webflow-body .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .input-block {
    margin-right: 0px;
  }

.webflow-body .error-message-title {
    font-size: 19px;
  }

.webflow-body .contact-form-button-section {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

.webflow-body .contact-form-button-section.right-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

.webflow-body .footer-grid-wrap {
    padding-bottom: 40px;
    -ms-grid-columns: 1.4fr;
    grid-template-columns: 1.4fr;
  }

.webflow-body .footer-widget-wrap {
    margin-bottom: 20px;
    padding-right: 0px;
  }

.webflow-body .footer-link {
    font-size: 20px;
  }

.webflow-body .footer-address {
    font-size: 20px;
  }

.webflow-body .hero-wrap-title {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 1.1;
  }

.webflow-body .hero-wrap-description {
    line-height: 1.4;
  }

.webflow-body .service-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .service-item {
    padding-top: 40px;
    padding-bottom: 50px;
  }

.webflow-body .intro-section-title {
    font-size: 45px;
  }

.webflow-body .intro-content {
    font-size: 20px;
  }

.webflow-body .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .section-title.text-center {
    padding-bottom: 20px;
    font-size: 36px;
  }

.webflow-body .section-title.center-small-space {
    font-size: 40px;
  }

.webflow-body .testimonial-content-wrap {
    padding: 60px 40px 80px;
  }

.webflow-body .testimonial-image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .counter-section.service-single {
    margin-top: 20px;
    margin-bottom: 60px;
  }

.webflow-body .counter-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .counter-item {
    border-right-style: none;
  }

.webflow-body .count-number {
    font-size: 80px;
    line-height: 1.2;
  }

.webflow-body .call-to-action-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

.webflow-body .call-to-action-section {
    padding-top: 40px;
  }

.webflow-body .call-to-action-title {
    font-size: 39px;
  }

.webflow-body .call-to-action-content {
    font-size: 20px;
  }

.webflow-body .about-blockquote-section {
    padding-bottom: 20px;
  }

.webflow-body .about-section {
    padding-top: 40px;
  }

.webflow-body .about-heading {
    font-size: 45px;
  }

.webflow-body .section-title-content {
    font-size: 20px;
  }

.webflow-body .process-heading {
    font-size: 32px;
  }

.webflow-body .service-single-intro {
    padding-top: 100px;
  }

.webflow-body .service-intro-title {
    font-size: 40px;
  }

.webflow-body .video-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.webflow-body .service-points-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

.webflow-body .service-points-content {
    margin-left: 0%;
  }

.webflow-body .pricing-plan-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .contact-page-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .contact-detail-wrap {
    margin-right: 0px;
  }

.webflow-body .contact-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .contact-link {
    padding-top: 10px;
  }

.webflow-body .faq-section {
    padding-top: 80px;
  }

.webflow-body .faq-content-wrap {
    padding-left: 0px;
    font-size: 17px;
  }

.webflow-body .accordion-item {
    overflow: hidden;
  }

.webflow-body .dropdown-question {
    font-size: 23px;
  }

.webflow-body .error-page-content {
    padding-left: 5%;
  }

.webflow-body .error-page-title {
    font-size: 200px;
  }

.webflow-body .error-page-subtitle {
    font-size: 30px;
    line-height: 1.4;
  }

.webflow-body .password-form-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

.webflow-body .changelog-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.webflow-body .version-item {
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .version-content {
    padding-left: 0px;
  }

.webflow-body .image-wrap-background {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 40px 60px;
  }

.webflow-body .license-main-title {
    font-size: 40px;
  }

.webflow-body .license-website-title {
    font-size: 30px;
  }

.webflow-body .blog-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

.webflow-body .blog-item-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.webflow-body .blog-single-link {
    margin-top: 0px;
  }

.webflow-body .blog-collection-item {
    padding-left: 0px;
  }

.webflow-body .blog-title {
    font-size: 25px;
  }

.webflow-body .blog-single-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

.webflow-body .category-section-wrap {
    padding-top: 80px;
  }

.webflow-body .blog-listing-wrap {
    padding-top: 40px;
  }

.webflow-body .project-item {
    padding-right: 0px;
  }

.webflow-body .project-title {
    font-size: 26px;
  }

.webflow-body .project-single-wrap {
    padding-top: 80px;
  }

.webflow-body .project-content-item {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .project-detail-heading {
    margin-bottom: 5px;
    font-size: 22px;
  }

.webflow-body .project-detail-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .project-category-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

.webflow-body .project-category {
    padding-bottom: 40px;
  }

.webflow-body .professionals-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

.webflow-body .professionals-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .professionals-grid.about-page-professionals {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .professionals-item {
    margin-bottom: 20px;
  }

.webflow-body .member-social-wrap {
    padding-bottom: 20px;
  }

.webflow-body .color-section {
    padding-top: 80px;
  }

.webflow-body .color-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.webflow-body .color-item {
    width: 100%;
  }

.webflow-body .color-item-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

.webflow-body .color-code {
    font-size: 18px;
  }

.webflow-body .copyright-content {
    font-size: 20px;
  }

.webflow-body .footer-intro-content {
    font-size: 20px;
  }

.webflow-body .collection-item-category {
    padding-bottom: 12px;
  }

.webflow-body .breadcrumb-current-page {
    font-size: 20px;
  }

.webflow-body .client-detail {
    padding-top: 10px;
    padding-left: 0px;
  }

.webflow-body .faq-grid {
    grid-column-gap: 16px;
  }

.webflow-body .faq-image {
    margin-top: 30px;
  }

.webflow-body .success-message-title {
    font-size: 20px;
  }

.webflow-body .project-single-title {
    font-size: 35px;
  }

.webflow-body .testimonial-section-consult {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
.webflow-body h1 {
    font-size: 30px;
    line-height: 1.4;
  }

.webflow-body h2 {
    font-size: 28px;
    line-height: 1.4;
  }

.webflow-body h3 {
    font-size: 26px;
    line-height: 1.4;
  }

.webflow-body h4 {
    font-size: 24px;
    line-height: 1.3;
  }

.webflow-body h5 {
    font-size: 22px;
    line-height: 1.3;
  }

.webflow-body h6 {
    font-size: 20px;
    line-height: 1.2;
  }

.webflow-body li {
    font-size: 18px;
  }

.webflow-body blockquote {
    background-position: 50% 16%;
    font-size: 19px;
  }

.webflow-body .container {
    padding-right: 20px;
    padding-left: 20px;
  }

.webflow-body .dropdown-link.w--current {
    color: #cda274;
  }

.webflow-body .top-bar-header-area {
    position: relative;
    z-index: 5;
  }

.webflow-body .menu-button {
    margin-right: 0px;
    background-color: #cda274;
  }

.webflow-body .menu-button.w--open {
    background-color: #292f36;
  }

.webflow-body .brand {
    padding-left: 0px;
  }

.webflow-body .dropdown-list.w--open {
    background-color: #f4f0ec;
  }

.webflow-body .nav-menu {
    background-color: #f4f0ec;
  }

.webflow-body .utility-page-wrap {
    height: 100vh;
  }

.webflow-body .banner-title-area.blog-single {
    height: 150px;
  }

.webflow-body .banner-content-wrap {
    padding-top: 15px;
    padding-bottom: 20px;
  }

.webflow-body .banner-title {
    font-size: 30px;
  }

.webflow-body .button {
    padding-right: 40px;
    padding-left: 15px;
    background-position: 93% 50%;
    font-size: 17px;
  }

.webflow-body .button.banner-button {
    width: 70%;
    padding-right: 50px;
    padding-left: 20px;
    background-position: 88% 50%;
  }

.webflow-body .button-large {
    padding-right: 40px;
    padding-left: 15px;
    background-position: 91% 50%;
    font-size: 17px;
  }

.webflow-body .button-large.form-button {
    width: 70%;
  }

.webflow-body .button-colored {
    padding-right: 40px;
    padding-left: 15px;
    background-position: 92% 50%;
    font-size: 17px;
  }

.webflow-body .button-colored.call-to-action-button {
    padding-right: 65px;
    padding-left: 20px;
    font-size: 15px;
  }

.webflow-body .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .input-block {
    margin-right: 0px;
  }

.webflow-body .error-message-title {
    font-size: 18px;
  }

.webflow-body .contact-form-button-section.right-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .footer-grid-wrap {
    padding-bottom: 20px;
  }

.webflow-body .copyright-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

.webflow-body .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.webflow-body .hero-content-area {
    padding-right: 20px;
  }

.webflow-body .hero-wrap-title {
    font-size: 42px;
  }

.webflow-body .hero-wrap-description {
    font-size: 20px;
  }

.webflow-body .service-item {
    padding: 20px 20px 30px;
  }

.webflow-body .service-content {
    font-size: 20px;
  }

.webflow-body .intro-content-wrap {
    padding-right: 0px;
  }

.webflow-body .intro-section-title {
    font-size: 36px;
    line-height: 1.3;
  }

.webflow-body .intro-quick-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .intro-icon-wrap {
    margin-bottom: 10px;
  }

.webflow-body .testimonial-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .section-title {
    font-size: 34px;
  }

.webflow-body .section-title.text-center {
    font-size: 30px;
    line-height: 1.2;
  }

.webflow-body .section-title.center-small-space {
    font-size: 30px;
  }

.webflow-body .testimonial-content-wrap {
    padding: 40px 20px 60px;
  }

.webflow-body .testimonial-detail {
    padding-right: 20px;
    padding-left: 20px;
  }

.webflow-body .testimonial-content {
    padding-top: 10px;
  }

.webflow-body .client-gird-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .counter-grid-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.webflow-body .counter-item {
    padding-right: 0px;
    border-right-style: none;
  }

.webflow-body .call-to-action-section {
    padding-bottom: 20px;
  }

.webflow-body .call-to-action-title {
    font-size: 30px;
  }

.webflow-body .call-to-action-content {
    font-size: 18px;
  }

.webflow-body .about-section {
    padding-top: 20px;
  }

.webflow-body .about-grid-wrap {
    padding-bottom: 60px;
  }

.webflow-body .about-grid-wrap.about-toggle {
    padding-bottom: 60px;
  }

.webflow-body .about-heading {
    font-size: 35px;
  }

.webflow-body .about-content {
    font-size: 20px;
  }

.webflow-body .process-steps-wrap {
    padding: 60px 20px;
  }

.webflow-body .process-count {
    font-size: 100px;
  }

.webflow-body .service-single-intro {
    padding-top: 20px;
  }

.webflow-body .service-intro-title {
    font-size: 35px;
  }

.webflow-body .video-section {
    padding-bottom: 40px;
  }

.webflow-body .video-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

.webflow-body .video-link-block {
    width: 100px;
    height: 100px;
  }

.webflow-body .service-points-section {
    padding-bottom: 20px;
  }

.webflow-body .service-points-list {
    font-size: 31px;
  }

.webflow-body .pricing-plan-item {
    padding-right: 10px;
    padding-left: 10px;
  }

.webflow-body .plan-amount {
    font-size: 80px;
  }

.webflow-body .plan-simple-detail {
    padding-right: 20px;
    padding-left: 20px;
  }

.webflow-body .contact-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.webflow-body .faq-section {
    padding-top: 60px;
  }

.webflow-body .faq-content-wrap {
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
  }

.webflow-body .accordion-list {
    display: inline;
  }

.webflow-body .accordion-item {
    padding-bottom: 10px;
  }

.webflow-body .dropdown-question {
    display: block;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.3;
  }

.webflow-body .accordion-icon {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
  }

.webflow-body .accordion-toggle {
    display: inline;
    height: 40px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 20px;
    line-height: 1.6;
  }

.webflow-body .error-page-title {
    font-size: 160px;
  }

.webflow-body .error-page-subtitle {
    font-size: 27px;
  }

.webflow-body .password-form-wrap {
    padding: 40px 20px;
  }

.webflow-body .changelog-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

.webflow-body .changelog-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.webflow-body .license-section {
    padding-top: 60px;
  }

.webflow-body .license-main-title {
    font-size: 35px;
  }

.webflow-body .image-license-link {
    font-size: 20px;
  }

.webflow-body .blog-section {
    padding-bottom: 40px;
  }

.webflow-body .blog-item {
    padding-bottom: 30px;
  }

.webflow-body .blog-item-meta {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .blog-single-link {
    margin-top: 12px;
  }

.webflow-body .blog-title {
    font-size: 20px;
  }

.webflow-body .blog-single-wrap {
    padding-top: 80px;
  }

.webflow-body .project-listing-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
  }

.webflow-body .project-item {
    margin-bottom: 40px;
    padding-right: 0px;
  }

.webflow-body .project-listing-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.webflow-body .project-title-wrap {
    font-size: 20px;
  }

.webflow-body .project-readmore {
    margin-top: 20px;
  }

.webflow-body .project-title {
    font-size: 22px;
  }

.webflow-body .project-single-wrap {
    padding-bottom: 20px;
  }

.webflow-body .project-content-details {
    padding: 30px;
  }

.webflow-body .project-detail-image {
    padding-top: 20px;
  }

.webflow-body .project-category-section {
    padding-top: 80px;
  }

.webflow-body .project-category {
    padding-bottom: 40px;
  }

.webflow-body .professionals-section.about-page {
    padding-top: 80px;
  }

.webflow-body .blog-meta-details {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.webflow-body .blog-meta-date {
    padding-bottom: 8px;
    font-size: 18px;
  }

.webflow-body .license-images-intro {
    font-size: 20px;
  }

.webflow-body .success-message {
    font-size: 20px;
  }

.webflow-body .success-message-title {
    font-size: 18px;
  }

.webflow-body .project-single-title {
    font-size: 30px;
  }

.webflow-body .blog-single-title {
    font-size: 30px;
  }

.webflow-body .calendar-content-wrap {
    padding-right: 0px;
  }

.webflow-body .button-for-step {
    padding-right: 40px;
    padding-left: 15px;
    background-position: 93% 50%;
    font-size: 17px;
  }

.webflow-body .testimonial-section-consult {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.webflow-body .hero-content-area-for-buyer {
    padding-right: 20px;
  }
}

.webflow-body #w-node-cd20bdb8-ae43-578e-fa7b-eab5d653e6ca-50f6b8ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.webflow-body #w-node-_400d7f7e-e566-d0a7-8cc7-b89e005c606f-50f6b8ed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.webflow-body #w-node-b574e8b7-3351-0fa6-5dad-983ffac638bf-50f6b8ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.webflow-body #w-node-b574e8b7-3351-0fa6-5dad-983ffac638ce-50f6b8ed {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.webflow-body #w-node-dc5e57be-f5b5-d129-774c-70c795c94206-50f6b8ed {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_0594dbd2-a01d-5eba-8907-55f79f074083-8af6b8f3 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_76f34d0f-53e9-0878-f591-0fbad13eac68-f7f6b8f9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.webflow-body #w-node-_13574361-17a9-36cd-94b7-b0c7b9d0cdec-36f6b8fb {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_49671877-bdd0-e5a2-f734-ffa7eedf86fb-43f6b901 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_6c642a3c-5cf0-485f-bd00-20bafeae7c62-43f6b901 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_58a5ba0c-4943-8f0f-5344-2db0fb13f8ee-41f6b902 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.webflow-body #w-node-_58a5ba0c-4943-8f0f-5344-2db0fb13f8f0-41f6b902 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.webflow-body #w-node-_58a5ba0c-4943-8f0f-5344-2db0fb13f8f2-41f6b902 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.webflow-body #w-node-_58a5ba0c-4943-8f0f-5344-2db0fb13f8f4-41f6b902 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.webflow-body #w-node-_58a5ba0c-4943-8f0f-5344-2db0fb13f8f6-41f6b902 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.webflow-body #w-node-d0ec5415-ded6-44f0-11af-14b154d63024-41f6b902 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_95e2470c-8963-a6a5-1069-73aea5216242-715a1bb5 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.webflow-body #w-node-_95e2470c-8963-a6a5-1069-73aea5216249-715a1bb5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
.webflow-body #w-node-_13574361-17a9-36cd-94b7-b0c7b9d0cdec-36f6b8fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

.webflow-body #w-node-_49671877-bdd0-e5a2-f734-ffa7eedf86fb-43f6b901 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

.webflow-body #w-node-_6c642a3c-5cf0-485f-bd00-20bafeae7c62-43f6b901 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

