:root {
  --body: #333;
  --title: black;
  --bg: #e9f7fe;
  --primary: #ffb703;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 60px;
  --portrait-mobile: 60px;
  --secondary: #12223b;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--black: #010b15;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black-2: #333;
  --blue: #2c4462;
  --iuuu: #c7622b;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
}

body {
  color: var(--body);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 150%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--bg);
  text-align: center;
  border-left: 0 #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

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

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

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

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

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

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

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

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

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

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

.container {
  order: -1;
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.nav-menu {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header {
  margin-top: 5px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-right {
  grid-column-gap: 22px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 10px;
}

.main-title {
  margin-bottom: 20px;
}

.page-data {
  margin-bottom: var(--desktop);
}

.footer {
  background-color: var(--secondary);
  margin-top: 0;
}

.footer-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 39px;
  display: flex;
}

.footer-left {
  width: 100%;
  max-width: 20%;
}

.footer-text {
  box-sizing: border-box;
  clear: none;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  bottom: 9px;
}

.primary-button {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  color: #000;
  text-transform: uppercase;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin: 20px 0 0;
  padding: 8px 8px 8px 26px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--secondary);
  color: #fff;
}

.primary-button.button-mobile {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  top: -32px;
}

.primary-button.button-mobile.services_button-home {
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  padding-left: 8px;
  position: relative;
  left: auto;
}

.primary-button.button-mobile.services_button-home._2nd_button-home {
  background-color: var(--flowstica-webflow-library--white-smoke);
}

.primary-button.button-project {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-overflow: clip;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 170%;
}

.primary-button.plain {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
}

.primary-button.plain.video {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 470px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

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

.plain-link:hover {
  text-decoration: underline;
}

.sub-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 100%;
}

.sub-title.white {
  color: #fff;
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-wrap.reverse {
  margin-top: 30px;
  margin-right: 17px;
}

.contact-img {
  background-color: #f6fcff;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-left {
  width: 100%;
  max-width: 50%;
  margin-left: 50px;
}

.nav-contact {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.on-scroll {
  background-color: #f6fcff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.sm-icon-link.linkedin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 2px;
  left: 17.8rem;
}

.container-4 {
  order: -1;
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sm-icon-5 {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.sm-icon-5.linkedin {
  width: 25px;
}

.link-text-4.hover {
  position: absolute;
}

.form-block {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

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

.field-label-2 {
  font-family: Manrope, sans-serif;
}

.checkbox-label-2 {
  margin-top: 30px;
  margin-right: -128px;
  font-size: 14px;
}

.checkbox-2 {
  margin-top: 37px;
}

.form {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .wbs-feature-split-3 {
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-4 {
    right: auto;
  }

  .icons-wrapper {
    position: relative;
  }

  .component-tag {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: .25rem .5rem;
    display: inline-block;
    position: absolute;
    inset: -30% 0% auto auto;
  }

  .container-2 {
    max-width: 1600px;
  }

  .sm-icon {
    left: 32rem;
  }

  .container-3 {
    max-width: 1600px;
  }

  .grid-footer-5-columns {
    grid-column-gap: 88px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote {
    padding: 30px;
  }

  .container {
    max-width: 100%;
  }

  .nav-wrap {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    padding: 10px 20px 20px;
    top: 70px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    position: static;
    transform: none;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .link-text.hover {
    display: none;
  }

  .dropdown-list {
    padding-top: 0;
  }

  .arrow {
    overflow: visible;
  }

  .link-wrap {
    background-color: #0000;
    border-style: none;
    border-width: 0;
    padding: 20px 20px 0;
  }

  .nav-dropdown {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-link {
    flex-flow: column;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .nav-button.mobile {
    margin-top: 12px;
    display: flex;
  }

  .nav-button.desktop, .nav-line {
    display: none;
  }

  .btn-text, .nav-inner-link {
    display: flex;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data {
    margin-bottom: var(--tablet);
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-left {
    max-width: 60%;
  }

  .footer-right {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .sg-section {
    margin-bottom: var(--tablet);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .button-wrap {
    margin-top: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .contact-section {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: stretch;
  }

  .contact-wrap.reverse {
    flex-flow: column-reverse;
  }

  .contact-img {
    max-width: 100%;
  }

  .section-image {
    text-align: left;
    width: 50%;
    max-width: none;
    height: auto;
    margin-left: 180px;
    margin-right: auto;
    overflow: clip;
  }

  .section-image.form-photo {
    width: 80%;
    margin-left: 70px;
  }

  .cd-right {
    grid-row-gap: 60px;
    max-width: 100%;
  }

  .cd-title {
    margin-bottom: 10px;
  }

  .cd-info {
    margin-top: 16px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-left {
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .facts-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .facts-title {
    margin-bottom: 20px;
  }

  .facts-info {
    font-size: 48px;
  }

  .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .faq-img {
    flex: 1;
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: 100%;
  }

  .faq-data {
    max-width: 100%;
  }

  .faq-s {
    margin-bottom: var(--tablet);
  }

  .review-block {
    grid-column-gap: 25px;
  }

  .review-img {
    max-width: 40%;
  }

  .review-image {
    min-height: 360px;
    max-height: 360px;
  }

  .review-data {
    max-width: 60%;
  }

  .review-quote {
    margin-bottom: 14px;
  }

  .review-text {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .review-info {
    margin-top: 20px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-wrapper {
    grid-row-gap: 40px;
  }

  .post-list {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }

  .post-block {
    grid-row-gap: 10px;
  }

  .fp-image {
    min-height: 280px;
    max-height: 280px;
  }

  .fp-data {
    padding: 25px;
  }

  .fp-title {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
  }

  .fp-info {
    font-size: 14px;
    line-height: 150%;
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-heading {
    font-size: 36px;
  }

  .post-main-image {
    min-height: 430px;
    max-height: 430px;
  }

  .post-details {
    max-width: 100%;
    margin-top: 40px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-text {
    max-width: 92%;
    font-size: 14px;
    line-height: 150%;
  }

  .cta-right {
    max-width: 40%;
  }

  .cta-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-graph {
    max-width: 20%;
    display: none;
  }

  .services {
    margin-bottom: var(--tablet);
    width: 100%;
  }

  .service-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .service-item {
    flex-flow: column;
    width: 100%;
  }

  .service-block {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding: 30px;
  }

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

  .service-main {
    margin-bottom: var(--tablet);
  }

  .service-main-image {
    min-height: 430px;
    max-height: 430px;
  }

  .service-details {
    margin-top: 40px;
  }

  .projects {
    margin-bottom: var(--tablet);
  }

  .project-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .project-img {
    min-height: 370px;
    max-height: 370px;
  }

  .project-box {
    padding: 12px 20px;
  }

  .project-name {
    font-size: 18px;
  }

  .project-main {
    margin-bottom: var(--tablet);
  }

  .project-main-image {
    min-height: 460px;
    max-height: 460px;
  }

  .project-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
  }

  .project-left {
    max-width: 100%;
  }

  .project-right {
    max-width: 50%;
  }

  .project-title {
    font-size: 40px;
  }

  .about {
    margin-bottom: var(--tablet);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .about-left, .about-right {
    max-width: 100%;
  }

  .about-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .about-info {
    font-size: 16px;
  }

  .about-data {
    grid-column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-left-img, .about-right-img {
    max-width: 50%;
  }

  .mission {
    margin-bottom: var(--tablet);
  }

  .mission-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .mission-left, .mission-right {
    max-width: 100%;
  }

  .mission-block {
    grid-column-gap: 20px;
    max-width: 48%;
    padding: 16px;
    font-size: 14px;
    line-height: 150%;
    bottom: 20px;
    left: 20px;
  }

  .mission-title {
    margin-bottom: 6px;
  }

  .mission-list {
    margin-top: 25px;
  }

  .mission-heading {
    font-size: 16px;
  }

  .team {
    margin-bottom: var(--tablet);
  }

  .team-wrap {
    grid-column-gap: 14px;
  }

  .team-image {
    min-height: 200px;
    max-height: 200px;
  }

  .team-data {
    margin-top: 6px;
    font-size: 14px;
    line-height: 150%;
  }

  .team-name {
    font-size: 16px;
    line-height: 150%;
  }

  .support {
    margin-bottom: var(--tablet);
  }

  .support-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .support-img, .support-right {
    max-width: 100%;
  }

  .support-text {
    margin-bottom: 20px;
  }

  .left-arrow, .right-arrow {
    bottom: 24px;
  }

  .projects-section {
    margin-bottom: var(--tablet);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-service-list {
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .story {
    box-sizing: border-box;
    margin-bottom: var(--tablet);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .story-img, .story-right {
    max-width: 100%;
  }

  .story-bottom {
    grid-column-gap: 30px;
  }

  .hero {
    margin-bottom: var(--tablet);
    padding-bottom: 50px;
  }

  .hero-wrap {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .hero-top {
    width: 60%;
    max-width: 426px;
    margin-left: 21.2em;
    padding: 30px;
    top: 40px;
    left: 0;
    right: 0;
  }

  .hero-top-text {
    width: 400px;
    padding-top: 20px;
    font-size: 15px;
    line-height: 160%;
    bottom: 38px;
    right: 14px;
  }

  .hero-top-data {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .hero-info {
    font-size: 60px;
  }

  .hero-title {
    margin-right: 98px;
    font-size: 2rem;
  }

  .hero-text {
    padding-right: 20.7rem;
    font-size: 18px;
  }

  .text-22-left {
    flex: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-22-left.sub {
    margin-top: 10px;
  }

  .text-20-20-left {
    width: 650px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .features-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .features-right.commerical, .features-right.industrial, .features-right.residentual, .features-right.commerical, .features-right.industrial, .features-right.residentual {
    margin-left: 20px;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .white-space_small-size {
    height: 0;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-category.no-lower-border {
    padding: 40px 15px;
  }

  .rt-award-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-hover-in-arrow, .rt-awards-hover-image {
    display: none;
  }

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

  .wbs-feature-split {
    max-width: 100%;
  }

  .wbs-feature-split-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-four-three-box-pic {
    margin-top: 15px;
  }

  .rt-home-four-arrow-block {
    display: none;
  }

  .rt-home-four-three-box-block {
    grid-column-gap: 20px;
  }

  .rt-financial-planning-block {
    margin-bottom: 10px;
  }

  .rt-home-four-three-box-data {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .rt-3d-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-service-images {
    height: auto;
  }

  .rt-icon-out-3.rt-icont-out-display-off-and-display-on-in-mobile-view {
    display: none;
  }

  .rt-padding-bottom-ten.rt-home-two-tab-heading {
    font-size: 22px;
  }

  .rt-home-two-tab-section-tabs-caption-image-box-two {
    max-width: 100%;
    height: 240px;
  }

  .rt-home-two-tab-section-image-column {
    width: 100%;
  }

  .rt-home-two-tab-section-tabs-caption-image-box {
    max-width: 100%;
    height: 240px;
  }

  .rt-home-two-tab-section-row {
    flex-direction: column;
  }

  .rt-home-two-tab-section-row.rt-section-gap {
    grid-row-gap: 25px;
    grid-row-gap: 25px;
  }

  .rt-home-two-tab-section-caption-column {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-image-wrapper {
    max-height: 350px;
  }

  .content-button-wrapper {
    inset: auto -24px -60px auto;
  }

  .content-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .h2-heading {
    width: 550px;
    font-size: 28px;
  }

  .icon-regular {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .title-wrapper {
    margin-bottom: 64px;
  }

  .container-large-2 {
    margin-top: 40px;
  }

  .section-regular-2 {
    margin-bottom: 220px;
  }

  .feature-title {
    margin-bottom: 0;
  }

  .h1-heading {
    margin-bottom: 64px;
    font-size: 48px;
  }

  .feature-card-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .column-x-large {
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-right: 60px;
    overflow: visible;
  }

  .content-grid-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    height: 90%;
  }

  .wbs-container-2 {
    width: 100%;
  }

  .wbs-heading-h4-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 580px;
    max-width: 800px;
    margin-right: 0;
    line-height: 130%;
  }

  .wbs-section-2 {
    flex: 1;
    align-self: stretch;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-lead-text-2 {
    width: 590px;
    max-width: 800px;
    margin-right: 0;
  }

  .wbs-feature-title-wrap {
    width: 110%;
    max-width: none;
    margin-top: 20px;
  }

  .wbs-feature-image {
    text-align: left;
    object-fit: contain;
    flex: 0 auto;
    order: 1;
    width: 500px;
    max-width: none;
    height: 290px;
    max-height: none;
    display: block;
    right: auto;
    overflow: visible;
  }

  .wbs-feature-image.mobile {
    flex: 1;
    width: 500px;
    overflow: scroll;
  }

  .wbs-feature-split-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wbs-feature-split-3-list {
    width: 100%;
    max-width: 800px;
    overflow: visible;
  }

  .wbs-feature-list-items {
    width: 100%;
  }

  .wbs-feature-list-item {
    grid-column-gap: 10px;
    width: 550px;
    display: flex;
  }

  .div-block-4 {
    object-fit: fill;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    max-width: 685px;
    margin-left: 0;
    display: flex;
    position: relative;
    left: 9.4rem;
    right: auto;
  }

  .div-block-5 {
    box-sizing: border-box;
    float: left;
    object-fit: fill;
    flex: 1;
    order: 0;
    align-self: baseline;
    width: auto;
    top: auto;
    left: 140px;
    right: auto;
    overflow: visible;
  }

  .text-block-4 {
    width: 500px;
  }

  .div-block-6.service1home {
    width: 730px;
    margin-top: 0;
    padding-top: 0;
  }

  .bold-text-2 {
    color: var(--blue);
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .wbs-subscribe {
    max-width: 100%;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

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

  .component-tag {
    display: none;
  }

  .container-2, .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .grid-footer-5-columns {
    grid-row-gap: 0px;
    text-align: left;
    grid-template-columns: 1px 1fr 1fr;
    grid-template-areas: ". Area-2 Area-3"
                         ". Area-5 Area-7";
  }

  .bold-text-4 {
    flex: 1;
    align-self: center;
    width: 600px;
    line-height: 150%;
    overflow: visible;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 2 / 3;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    width: auto;
    padding: 0;
    right: 0;
  }

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

  .image-5 {
    width: 100%;
  }

  .section-xx-large-2 {
    width: 100%;
    height: 250px;
    margin-bottom: auto;
    margin-left: 20px;
  }

  .content-left-2 {
    flex-flow: row;
  }

  .image-cover-2 {
    box-sizing: content-box;
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    overflow: auto;
  }

  .paragraph-huge-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    font-size: 22px;
    position: relative;
    left: 20px;
  }

  .content-image-wrapper-2 {
    max-height: 350px;
  }

  .h1-heading-3 {
    flex: 0 auto;
    align-self: flex-start;
    width: 120%;
    max-width: 100%;
    margin-top: 20px;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .content-right-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .content-grid-large-2 {
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    display: block;
  }

  .column-regular-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 35px;
  }

  .div-block-10 {
    height: auto;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    padding-bottom: 0;
  }

  .cell-4 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
  }

  .div-block-11 {
    object-fit: fill;
    flex: 1;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .story-section {
    margin-left: 0;
  }

  .story-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .story-image-column-left {
    width: 80%;
  }

  .story-image-column-right {
    flex: 1;
    align-self: auto;
    width: 70%;
    padding-left: 0;
  }

  .project-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    right: 60px;
  }

  .project-image-column-left {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 120px;
    overflow: visible;
  }

  .project-content-column-right {
    flex: 0 auto;
    align-self: auto;
    width: 120%;
    max-width: 100%;
    height: 10%;
    margin-left: 40px;
    position: static;
    overflow: visible;
  }

  .bold-text-12 {
    color: var(--blue);
  }

  .container-4 {
    max-width: 100%;
  }

  .link-text-4.hover, .nav-button-2.desktop, .nav-button-2.desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .link-wrap.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile);
  }

  .ft-bottom {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-right {
    grid-column-gap: 40px;
  }

  .ft-title {
    margin-bottom: 6px;
  }

  .ft-link {
    font-size: 16px;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile);
  }

  .font-inner {
    flex-wrap: wrap;
  }

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

  .text-heading, .body-font {
    font-size: 60px;
  }

  .font-title {
    font-size: 16px;
  }

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

  .color-main {
    width: 80px;
    height: 80px;
  }

  .primary-button {
    grid-column-gap: 16px;
    padding-left: 26px;
  }

  .button-icon {
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .heading-block {
    grid-row-gap: 4px;
  }

  .cs-title {
    font-size: 56px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px;
  }

  .error-info {
    margin-top: 40px;
  }

  .previous-button {
    grid-column-gap: 16px;
    padding-right: 26px;
  }

  .error-data {
    max-width: 90%;
  }

  .contact-section {
    margin-bottom: var(--landscape-mobile);
  }

  .section-image {
    margin-left: 100px;
  }

  .section-image.form-photo {
    width: 100%;
    margin-left: 0;
  }

  .cd-right {
    grid-row-gap: 40px;
  }

  .cd-text {
    font-size: 14px;
    line-height: 150%;
  }

  .cd-info {
    grid-column-gap: 40px;
  }

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

  .cd-link, .address {
    font-size: 14px;
    line-height: 150%;
  }

  .cd-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .checkbox {
    margin-right: 6px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .facts-block {
    font-size: 14px;
    line-height: 150%;
  }

  .facts-title {
    margin-bottom: 16px;
  }

  .facts-info {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

  .faq-wrap {
    grid-row-gap: 30px;
  }

  .faq-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ans-box {
    padding-right: 0;
  }

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-s {
    margin-bottom: var(--landscape-mobile);
  }

  .review-block {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .review-img {
    max-width: 100%;
  }

  .review-image {
    object-position: 50% 0%;
    min-height: 420px;
    max-height: 420px;
  }

  .review-data {
    max-width: 100%;
  }

  .review-quote {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .review-text {
    font-size: 16px;
    line-height: 170%;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-column-gap: 14px;
  }

  .fp-image {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .fp-data {
    grid-row-gap: 25px;
  }

  .fp-info {
    font-size: 12px;
  }

  .post-title {
    margin-top: 5px;
    font-size: 16px;
  }

  .post-image {
    min-height: 180px;
    max-height: 180px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-heading {
    margin-top: 4px;
    font-size: 26px;
  }

  .post-main-image {
    min-height: 340px;
    max-height: 340px;
  }

  .post-details {
    margin-top: 30px;
  }

  .cta-title {
    margin-bottom: 10px;
  }

  .cta-text {
    max-width: none;
  }

  .cta-right {
    max-width: 75%;
  }

  .cta-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services {
    margin-bottom: var(--landscape-mobile);
  }

  .service-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .service-item {
    width: 530px;
  }

  .service-block {
    padding: 25px 20px;
  }

  .service-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .service-title {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .service-info {
    font-size: 14px;
    line-height: 150%;
  }

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

  .service-main {
    margin-bottom: var(--landscape-mobile);
  }

  .service-main-image {
    min-height: 320px;
    max-height: 320px;
  }

  .service-details {
    grid-row-gap: 50px;
    margin-top: 30px;
  }

  .about-service {
    grid-row-gap: 30px;
  }

  .brochure-button {
    grid-column-gap: 16px;
    padding: 14px 26px;
  }

  .projects {
    margin-bottom: var(--landscape-mobile);
  }

  .project-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .project-img {
    min-height: 290px;
    max-height: 290px;
  }

  .project-box {
    padding: 10px 16px;
    font-size: 14px;
    bottom: 12px;
  }

  .project-name {
    font-size: 16px;
  }

  .project-main {
    margin-bottom: var(--landscape-mobile);
  }

  .project-main-image {
    min-height: 340px;
    max-height: 340px;
  }

  .project-right {
    max-width: 65%;
    padding: 30px;
  }

  .project-title {
    font-size: 36px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .about-wrap {
    grid-row-gap: 30px;
  }

  .about-title {
    font-size: 26px;
  }

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

  .about-data {
    display: none;
  }

  .mission {
    margin-bottom: var(--landscape-mobile);
  }

  .mission-wrap {
    grid-row-gap: 30px;
  }

  .mission-block {
    max-width: 65%;
  }

  .mission-title {
    font-size: 24px;
  }

  .mission-list {
    grid-row-gap: 10px;
  }

  .mission-bg {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .team {
    margin-bottom: var(--landscape-mobile);
  }

  .team-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .support {
    margin-bottom: var(--landscape-mobile);
  }

  .support-wrap {
    grid-row-gap: 30px;
  }

  .left-arrow, .right-arrow {
    bottom: 6px;
  }

  .projects-section {
    margin-bottom: var(--landscape-mobile);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-service-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .story {
    margin-bottom: var(--landscape-mobile);
  }

  .story-wrap {
    grid-row-gap: 25px;
  }

  .story-right {
    grid-row-gap: 10px;
  }

  .story-text {
    margin-bottom: 10px;
  }

  .story-thumb {
    display: none;
  }

  .story-data {
    max-width: 100%;
  }

  .hero {
    margin-bottom: var(--landscape-mobile);
    background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/687522479bc1550ee4ce6adc/687522479bc1550ee4ce6b72_Render%2007.png");
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat-y;
  }

  .hero-wrap {
    top: -41px;
  }

  .hero-top {
    max-width: none;
    display: none;
  }

  .hero-title {
    margin-right: 29px;
    font-size: 25px;
  }

  .hero-text {
    margin-right: 29px;
    padding-right: 186px;
    line-height: 130%;
  }

  .hero-wrapper {
    padding-top: 100px;
  }

  .nav-contact {
    flex: 0 auto;
    display: none;
  }

  .text-20-20-left {
    width: 450px;
  }

  .white-space_regular-size {
    height: 2rem;
  }

  .features-block-two {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-right {
    width: 500px;
  }

  .features-right.commerical, .features-right.industrial, .features-right.residentual, .features-right.commerical, .features-right.industrial, .features-right.residentual {
    margin-left: -11px;
  }

  .text-52-left {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .white-space_small-size {
    height: 20px;
  }

  .text-38-left {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .white-space_mini {
    width: 466px;
    height: 20px;
  }

  .container_1280px {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-26-left {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .text-26-left.blue {
    width: 500px;
  }

  .hero-wrapper-two {
    place-items: center;
  }

  .project-category {
    padding: 0 15px 60px;
  }

  .rt-award-item-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-award-block-paragraph {
    max-width: none;
  }

  .rt-award-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    width: 100%;
  }

  .rt-award-text-wrapper.rt-top-align {
    align-items: flex-start;
  }

  .rt-awards-arrow-block {
    align-items: flex-start;
    padding-top: 0;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-feature-split {
    grid-template-columns: 1fr;
  }

  .rt-home-four-three-box-pic {
    margin-top: 18px;
  }

  .rt-home-four-three-box-block {
    display: block;
  }

  .rt-home-four-three-box-data {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-home-four-three-box-one.rt-blue-bg {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rt-home-one-service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-circle-button-2 {
    min-width: 50px;
    min-height: 50px;
  }

  .rt-home-two-tab-section-tabs-caption {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-two-tab-section-tabs-two {
    margin-bottom: 5px;
  }

  .feature-footnote {
    flex-wrap: wrap;
  }

  .h1-heading {
    margin-bottom: 140px;
    font-size: 48px;
  }

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

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-xx-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .column-x-large {
    width: 90%;
    margin-right: 0;
  }

  .content-grid-small {
    grid-template-columns: minmax(auto, auto);
    grid-auto-columns: auto;
    margin-left: 20px;
  }

  .wbs-heading-h4-2 {
    width: 480px;
    max-width: 500px;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .wbs-lead-text-2 {
    width: 480px;
    max-width: 800px;
  }

  .wbs-feature-title-wrap {
    margin-top: 20px;
  }

  .wbs-feature-list-item {
    width: 110%;
  }

  .div-block-4 {
    left: 10.1rem;
  }

  .div-block-5 {
    flex: 1;
    margin-left: 62px;
  }

  .div-block-6.service1home {
    width: 530px;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .wbs-footer-logo-big {
    height: 50px;
  }

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

  .container-2, .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-5-columns {
    grid-template-columns: 187px .25fr;
    grid-template-areas: ". Area-2 Area-3"
                         ". Area-5 Area-7";
  }

  .bold-text-4 {
    flex: none;
    align-self: stretch;
    width: 70%;
  }

  .bold-text-6 {
    width: 200%;
    max-width: 120%;
    overflow: visible;
  }

  .section-xx-large-2 {
    width: 110%;
    height: 400px;
    margin-left: 0;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-cover-2 {
    width: 500px;
  }

  .primary-button-2 {
    grid-column-gap: 16px;
    padding-left: 26px;
  }

  .paragraph-huge-2 {
    flex: 1;
    align-self: flex-start;
    width: 100%;
    font-size: 22px;
    left: 0;
  }

  .h1-heading-3 {
    width: 110%;
    font-size: 34px;
  }

  .column-regular-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: -20px;
    margin-right: 10px;
    bottom: 30px;
    left: auto;
    right: 30px;
    overflow: visible;
  }

  .div-block-10 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text-10 {
    width: 500px;
  }

  .project-wrapper {
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }

  .project-image-column-left {
    align-self: flex-end;
  }

  .project-content-column-right {
    margin-left: 0;
  }

  .container-4 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav-right {
    grid-column-gap: 16px;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

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

  .main-title {
    font-size: 30px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ft-bottom {
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .footer-wrap {
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-right {
    grid-column-gap: 60px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ft-title {
    margin-bottom: 4px;
  }

  .ft-link {
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 200px;
    margin-top: 20px;
  }

  .primary-button {
    grid-column-gap: 15px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    padding: 6px 6px 6px 24px;
  }

  .primary-button.plain.video {
    text-align: center;
    text-align: center;
    flex-flow: row;
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    position: static;
    bottom: 0;
  }

  .primary-button.button-mobile {
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 45px;
    padding-left: 0;
  }

  .button-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-width: 30px;
    max-width: 36px;
    min-height: 30px;
    max-height: 36px;
    position: relative;
    top: auto;
    left: auto;
  }

  .button-icon.mobile {
    right: 5px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

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

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .previous-button {
    grid-column-gap: 14px;
    padding: 6px 24px 6px 6px;
  }

  .contact-section {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrap {
    grid-row-gap: 25px;
  }

  .section-image {
    width: 120%;
    margin-left: -14px;
  }

  .section-image.form-photo {
    width: 100%;
    margin-left: 0;
  }

  .cd-right {
    grid-row-gap: 30px;
  }

  .cd-bottom {
    grid-column-gap: 20px;
    font-size: 16px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

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

  .form-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile);
  }

  .facts-wrap {
    grid-column-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .facts-title {
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .facts-info {
    margin-bottom: 6px;
    font-size: 38px;
  }

  .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-wrap {
    grid-row-gap: 25px;
  }

  .que {
    grid-column-gap: 15px;
  }

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

  .faq-s {
    margin-bottom: var(--portrait-mobile);
  }

  .review-image {
    min-height: 350px;
    max-height: 350px;
  }

  .review-quote {
    font-size: 20px;
  }

  .review-text {
    padding-bottom: 16px;
    line-height: 150%;
  }

  .review-info {
    margin-top: 16px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-block {
    grid-row-gap: 8px;
  }

  .featured-post {
    border-style: none;
    border-width: 0;
    flex-flow: column;
  }

  .fp-img {
    max-width: none;
  }

  .fp-image {
    height: auto;
  }

  .fp-data {
    max-width: none;
    padding: 8px 0 0;
  }

  .fp-title {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .fp-info {
    display: none;
  }

  .post-image {
    min-height: 230px;
    max-height: 230px;
  }

  .post-link {
    display: none;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-heading {
    font-size: 22px;
  }

  .post-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .cta-title {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .cta-right {
    max-width: 100%;
  }

  .cta-input {
    background-position: 14px;
    padding-left: 38px;
  }

  .cta-wrap {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-form {
    grid-row-gap: 10px;
  }

  .services {
    margin-bottom: var(--portrait-mobile);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-item {
    flex-flow: row;
    width: 100%;
    max-width: 280px;
    overflow: visible;
  }

  .service-item.vertical-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 275px;
    height: 250px;
  }

  .service-block {
    width: 100%;
  }

  .service-block.vertical-home {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    place-content: space-around space-between;
    align-items: center;
    width: auto;
    height: 260px;
    padding-right: 0;
    position: relative;
  }

  .service-icon {
    width: 60px;
    min-width: 50px;
    max-width: 50px;
    min-height: 40px;
    max-height: 40px;
    position: relative;
    top: 0;
  }

  .service-icon.mobile-services {
    top: -29px;
  }

  .service-title {
    box-sizing: border-box;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    justify-content: space-between;
    align-items: flex-end;
    width: 220px;
    margin-top: 0;
    margin-bottom: 4px;
  }

  .service-info {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 200px;
    display: flex;
  }

  .service-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    top: -20px;
  }

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

  .service-main {
    margin-bottom: var(--portrait-mobile);
  }

  .service-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .service-details {
    grid-row-gap: 40px;
  }

  .brochure-button {
    grid-column-gap: 10px;
    padding: 12px 22px;
  }

  .projects {
    margin-right: 10px;
    margin-bottom: var(--portrait-mobile);
    margin-left: 10px;
  }

  .project-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .project-img {
    min-height: 340px;
    max-height: 400px;
  }

  .project-box {
    left: 12px;
    right: 12px;
  }

  .project-main {
    margin-bottom: var(--portrait-mobile);
  }

  .project-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .project-right {
    grid-row-gap: 25px;
    max-width: 100%;
    padding: 25px;
  }

  .project-info-wrap {
    grid-row-gap: 14px;
  }

  .project-title {
    font-size: 26px;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-wrap {
    grid-row-gap: 25px;
  }

  .about-title {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .about-text {
    margin-top: 14px;
  }

  .mission {
    margin-bottom: var(--portrait-mobile);
  }

  .mission-wrap {
    grid-row-gap: 25px;
  }

  .mission-left {
    font-size: 14px;
    line-height: 150%;
  }

  .mission-block {
    grid-column-gap: 10px;
    max-width: 100%;
    padding: 10px;
    font-size: 12px;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .mission-title {
    font-size: 20px;
  }

  .mission-list {
    margin-top: 20px;
  }

  .mission-bg {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .mission-heading {
    font-size: 14px;
  }

  .award-icon {
    min-width: 20px;
    max-width: 20px;
    min-height: 30px;
    max-height: 30px;
  }

  .team {
    margin-bottom: var(--portrait-mobile);
  }

  .team-wrap {
    grid-column-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .team-image {
    min-height: 180px;
    max-height: 220px;
  }

  .support {
    margin-bottom: var(--portrait-mobile);
  }

  .support-wrap {
    grid-row-gap: 25px;
  }

  .left-arrow {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    bottom: 10px;
    right: 36px;
  }

  .right-arrow {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    bottom: 10px;
  }

  .projects-section {
    margin-bottom: var(--portrait-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-link.mobile {
    margin-top: 30px;
    display: flex;
  }

  .project-link.desktop {
    display: none;
  }

  .home-service-list {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .home-service-list.vertical-home-service {
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
  }

  .story {
    margin-bottom: var(--portrait-mobile);
  }

  .hero {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/687522479bc1550ee4ce6adc/687522479bc1550ee4ce6b72_Render%2007.png");
    background-position: 0 0, 15% 100%;
    padding-bottom: 0;
    position: static;
  }

  .hero-wrap {
    grid-row-gap: 20px;
    line-height: 50%;
    top: -44px;
  }

  .hero-top {
    padding: 20px 20px 0;
  }

  .hero-top-text {
    font-weight: 400;
  }

  .hero-info {
    font-size: 40px;
  }

  .hero-info-text {
    font-size: 16px;
    font-weight: 400;
  }

  .hero-title {
    margin-bottom: 10px;
    margin-right: auto;
    padding-right: 10px;
    font-size: 18px;
  }

  .hero-text {
    max-width: 100%;
    padding-right: 71px;
    font-size: 12px;
    line-height: 150%;
  }

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

  .nav-contact {
    grid-column-gap: 6px;
  }

  .about-btn {
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 30px;
  }

  .div-block {
    position: relative;
  }

  .text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    font-size: 10px;
    display: flex;
    position: relative;
    top: 3px;
    bottom: auto;
    right: 33px;
  }

  .text-block.mobile {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 150%;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .text-block.mobile._2nd_button-home {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: static;
    top: auto;
    right: 0;
  }

  .text-block.mobile.primary-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    top: auto;
    bottom: 2px;
  }

  .text-22-left {
    clear: right;
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    width: 135%;
    max-width: 200%;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
  }

  .text-22-left.blue {
    width: 280px;
    line-height: 150%;
  }

  .text-22-left.big-spacing {
    margin-right: auto;
    line-height: 1.75;
  }

  .text-22-left.big-spacing.white {
    margin-right: -2px;
  }

  .text-22-left.sub {
    width: 120%;
  }

  .text-20-20-left {
    width: 250px;
    margin-top: 0;
    font-size: 18px;
  }

  .white-space_regular-size {
    height: 1rem;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 120%;
    margin-bottom: 30px;
    position: relative;
    right: 10px;
    overflow: visible;
  }

  .white-transparent-button {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.3;
  }

  .features-right {
    width: 100%;
    margin-bottom: -30px;
  }

  .features-right.commerical, .features-right.industrial, .features-right.residentual, .features-right.commerical, .features-right.industrial, .features-right.residentual {
    margin-left: 0;
  }

  .text-52-left {
    text-align: center;
    font-size: 30px;
  }

  .white-space_small-size {
    height: auto;
  }

  .features-wrapper-two {
    width: 100%;
  }

  .text-38-left {
    width: 125%;
    font-size: 24px;
  }

  .white-space_mini {
    width: 150px;
    height: 1rem;
  }

  .container_1280px {
    max-width: none;
  }

  .text-26-left {
    font-size: 20px;
    line-height: 1.35;
  }

  .text-26-left.white {
    text-align: left;
  }

  .text-26-left.blue {
    width: 125%;
    max-width: 200%;
    font-size: 22px;
    line-height: 1.35%;
  }

  .hero-wrapper-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-end center;
    max-width: none;
    margin-top: auto;
    margin-left: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project-category {
    width: 300px;
    bottom: 0;
    right: 32px;
    overflow: visible;
  }

  .blue-bg {
    border-radius: 30px;
  }

  .rt-component-section.rt-awards-image-card-wrap {
    margin-left: 60px;
  }

  .rt-awards-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .wbs-feature-split-right {
    grid-template-columns: 1fr;
  }

  .rt-memorable-text {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .rt-memorable-text.rt-blue-text {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .rt-home-one-service-items {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .rt-service-images.rt-overflow-hidden {
    width: 100%;
  }

  .rt-icon-out-3.rt-icont-out-display-off-and-display-on-in-mobile-view {
    display: block;
  }

  .rt-service-image-two {
    width: 100%;
    height: auto;
    display: none;
  }

  .rt-service-items-image-one {
    width: 100%;
    height: auto;
  }

  .rt-circle-button-2 {
    background-color: #6d4545;
    border-color: #6d4545;
  }

  .rt-home-one-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-home-service-name-wrapper {
    max-width: 250px;
  }

  .rt-padding-bottom-ten.rt-home-two-tab-heading {
    font-size: 20px;
  }

  .rt-home-two-tab-section-tabs-one {
    width: 100%;
    margin-bottom: 5px;
  }

  .rt-home-two-tab-section-tabs-caption {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-two-tab-section-tabs-three {
    width: 100%;
    margin-bottom: 5px;
  }

  .rt-home-two-tab-section-caption-column {
    padding-top: 0;
  }

  .rt-home-two-tab-section-tabs-two {
    width: 100%;
    margin-bottom: 5px;
  }

  .div-block-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 900px;
    height: 20px;
    margin-top: 0;
    position: relative;
    top: 137px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    height: 100px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: 41px;
    left: 0;
  }

  .paragraph-huge {
    font-size: 20px;
    line-height: 28px;
  }

  .content-button-wrapper {
    right: 0;
  }

  .max-width-x-large {
    margin-left: 10px;
  }

  .feature-empty-block {
    display: none;
  }

  .button-circle {
    width: 132px;
    height: 132px;
    font-size: 16px;
  }

  .h2-heading {
    width: 120%;
    max-width: 200%;
    font-size: 22px;
  }

  .content-features-list {
    grid-template-columns: 1fr;
  }

  .title-wrapper {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .feature-tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .section-regular-2 {
    margin-bottom: 10px;
    padding-top: 5px;
  }

  .feature-footnote {
    margin-top: 40px;
  }

  .h1-heading {
    margin-bottom: 100px;
    font-size: 30px;
  }

  .feature-tab-pane {
    padding-top: 60px;
  }

  .tab-link {
    margin-top: 4px;
  }

  .content-card {
    padding: 24px;
  }

  .column-x-large {
    justify-content: flex-end;
    align-items: center;
    width: 250px;
    height: 320px;
    overflow: visible;
  }

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

  .wbs-heading-h4-2 {
    width: 105%;
    max-width: 300px;
    font-size: 20px;
  }

  .wbs-section-2 {
    padding-top: 0%;
  }

  .wbs-spacing-31 {
    width: 300px;
  }

  .wbs-lead-text-2 {
    width: 500px;
    max-width: 300px;
  }

  .wbs-feature-title-wrap {
    width: auto;
  }

  .wbs-feature-image {
    box-sizing: border-box;
    flex: none;
    width: 300px;
    max-width: none;
    max-height: none;
    left: auto;
    right: 10px;
    overflow: visible;
  }

  .wbs-feature-image.mobile {
    left: auto;
    right: 10px;
  }

  .wbs-feature-split-3-list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 30px;
  }

  .wbs-feature-list-item {
    width: 300px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    left: auto;
    overflow: visible;
  }

  .div-block-5 {
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
    position: static;
    left: -8px;
    right: 0;
    overflow: visible;
  }

  .text-block-4 {
    flex: 1;
    max-width: 280px;
    margin-right: 0;
    font-size: 16px;
    overflow: clip;
  }

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

  .div-block-6.service1home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 280px;
    margin-left: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .bold-text-2 {
    color: var(--blue);
    width: 120%;
    font-size: 22px;
    line-height: 150%;
  }

  .wbs-footer-logo-wrap {
    margin-bottom: 15px;
  }

  .wbs-footer-title {
    margin-bottom: 10px;
  }

  .wbs-subscribe-input-group {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }

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

  .wbs-footer-social {
    margin-top: 0;
  }

  .wbs-form-input-2 {
    padding-right: 20px;
  }

  .wbs-button-subscribe {
    position: static;
  }

  .grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .text-24-right {
    font-size: 20px;
    line-height: 1.3;
  }

  .text-24-right.white {
    text-align: left;
    text-align: left;
  }

  .image-2 {
    height: 35px;
  }

  .grid-footer-5-columns {
    grid-column-gap: 59px;
    grid-template: ". Area-2 Area-3" 192px
                   ". Area-5 Area-7"
                   / auto 1fr;
  }

  .link-text-3 {
    font-size: 13px;
  }

  .paragraph-2 {
    width: 98%;
    font-size: 13px;
  }

  .image-3, .image-4 {
    position: relative;
    top: 5px;
  }

  .bold-text-4 {
    align-self: auto;
    width: 85%;
    font-size: 16px;
    font-weight: 700;
  }

  .quick-stack {
    right: 0;
  }

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

  .bold-text-5 {
    width: 100%;
    font-size: 26px;
  }

  .bold-text-6 {
    color: var(--iuuu);
    width: 140%;
    max-width: 200%;
    font-size: 22px;
    line-height: 130%;
  }

  .bold-text-9 {
    width: 20px;
    font-size: 22px;
    line-height: 170%;
  }

  .image-5 {
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: inline-block;
    overflow: visible;
  }

  .section-xx-large-2 {
    align-self: flex-start;
    width: 100%;
    height: 600px;
    margin-left: auto;
  }

  .content-left-2 {
    flex-flow: row;
    width: 100%;
  }

  .image-cover-2 {
    width: 1000%;
    max-width: 100%;
  }

  .primary-button-2 {
    grid-column-gap: 14px;
    padding: 6px 6px 6px 24px;
  }

  .paragraph-huge-2 {
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .h1-heading-3 {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 130%;
    max-width: 130%;
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 130%;
    display: flex;
    position: relative;
    top: auto;
    left: 30px;
    overflow: visible;
  }

  .content-right-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    width: 290px;
  }

  .content-grid-large-2 {
    width: 100%;
  }

  .column-regular-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 200px;
  }

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

  .bold-text-10 {
    line-height: 130%;
  }

  .image-6 {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .image-7 {
    max-width: 30px;
  }

  .cell-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-11 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 200px;
  }

  .story-image-column-left, .story-image-column-right {
    width: 90%;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .bold-text-11 {
    font-size: 26px;
  }

  .text-block-8 {
    flex: none;
  }

  .div-block-13 {
    object-fit: cover;
    width: 140%;
    height: 50%;
  }

  .form-block {
    float: none;
    clear: right;
    margin-left: -44px;
    margin-right: 53px;
    position: static;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    place-items: center;
  }

  .checkbox-label-2 {
    margin-top: 5px;
    margin-right: -137px;
    padding-right: 0;
    font-size: 13px;
  }

  .checkbox-2 {
    margin-top: 12px;
  }

  #w-node-f0db1600-81a5-9d7f-3414-4b4d17df738a-5952812d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
