:root {
  --blue-dark: #02466e;
  --steel-blue: #33acff;
  --steel-blue-2: #0070bc;
  --color: white;
  --light: #dfeaf4;
}

strong {
  color: var(--blue-dark);
  font-weight: 600;
}

.slider01010 {
  background-color: #fff;
  height: 80vh;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.slide {
  background-image: url('../images/DIANA-ART-WEBSITE11-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-logo-left {
  z-index: 999;
  background-color: #fff;
  height: 10vh;
  position: sticky;
  inset: 0 0% auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: var(--steel-blue);
  text-align: center;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-subscribe {
  z-index: 999;
  background-color: #fff;
  border: 1px #000;
  height: 10vh;
  padding: 28px 30px 20px;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -1px 7px 1px #2e2e2e08;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--steel-blue-2);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image {
  opacity: 1;
  height: 100%;
}

.image.mobile {
  display: none;
}

.body {
  background-image: url('../images/DIANA-ART-WEBSITE--copy.jpg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-span {
  color: var(--steel-blue-2);
  font-weight: 600;
}

.text-span-2 {
  color: #000;
  font-weight: 600;
}

.link {
  text-decoration: none;
}

.section {
  background-image: url('../images/DIANA-ART-WEBSITE--copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.hero-heading-right {
  background-color: #ffffffab;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.container-3 {
  text-align: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.right {
  max-width: 50%;
  padding: 0 30px;
}

.hero-split.left {
  max-width: 50%;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #000;
  text-align: left;
  margin-top: 33px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #006fbc;
  margin-top: 43px;
  padding: 10px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 10.8px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.text-span-3 {
  color: #006fbc;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.text-span-4 {
  color: #353535;
  font-family: Great Vibes, cursive;
  font-size: 26px;
  font-weight: 400;
}

.contact-info-wrapper {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.contact-info {
  color: #000;
  padding: 0;
  text-decoration: none;
  transition: all .6s;
}

.contact-info:hover {
  color: #006fbc;
  transform: translate(0, 3px);
}

.contact-us-flex-block {
  grid-column-gap: 10px;
  align-items: center;
  line-height: 14px;
  text-decoration: none;
}

.contact-us-flex-block.left {
  align-items: center;
  margin-left: 0;
}

.contact-icon-2 {
  max-width: 20px;
  max-height: 20px;
  margin-top: 2px;
}

.contact-icon-2.invert {
  filter: invert();
}

.contact-us-card-description {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.pricing-comparison {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 100px 50px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 26px -31px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-span-5 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  display: flex;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -2% 4% auto 0%;
  transform: rotate(45deg);
}

.icon-3 {
  width: 100%;
}

.chevron {
  margin-right: 5px;
}

.icon-square {
  background-color: #eaf5ff;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding: 14px;
  display: flex;
}

.dropdown-link {
  z-index: 30;
  color: #283338;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 8px 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  opacity: .91;
  color: #1c7ce0;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 7px 15px 45px 2px #7b88a833;
}

.navigation-item {
  opacity: 1;
  color: #333;
  letter-spacing: .3px;
  text-transform: none;
  padding: 9px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .475s;
}

.navigation-item:hover {
  opacity: .58;
  color: #1c7ce0;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:focus {
  color: #1c7ce0;
  font-weight: 400;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1c7ce0;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.w--current:focus {
  color: #1c7ce0;
}

.navigation-item.last {
  padding-right: 0;
}

.navigation-item.first {
  padding-left: 0;
  font-size: 14px;
}

.brand, .brand.w--current {
  width: 150px;
}

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

.dropdown-title {
  color: #333;
  margin-bottom: 2px;
  font-size: 13px;
}

.dropdown-title:hover {
  color: #283338;
}

.bottom-link {
  background-color: var(--steel-blue);
  border-top: 1px solid #0000000f;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 10px;
  text-decoration: none;
  transition: opacity .425s;
  display: flex;
}

.bottom-link:hover {
  opacity: .73;
}

.dropdown-toggle {
  color: #121e46;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #1c7ce0;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.bottom-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 410px;
  max-height: 100vh;
  padding-top: 10px;
  left: -120px;
}

.nav-wrapp {
  z-index: 999;
  background-color: var(--color);
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.content-wrapp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.section-2 {
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.hero {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-2.services {
  background-color: var(--light);
  background-image: linear-gradient(#ffffffb0, #ffffffb0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  display: flex;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.button-container {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.body-paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.body-paragraph.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #33acff;
  border: 1px solid #33acff;
  height: 45px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .4s;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
  opacity: .49;
  color: #fff;
  background-color: #02466e00;
  border-style: solid;
  border-color: #fff;
}

.button-2.cc-jumbo-button.cc-jumbo-white._12-copy {
  background-color: var(--blue-dark);
  background-image: none;
  width: 100%;
}

.button-2.cc-jumbo-button.cc-jumbo-white._12-copy:hover {
  background-color: var(--steel-blue-2);
}

.button-2.cc-jumbo-button.cc-jumbo-white.nyc2 {
  background-color: var(--blue-dark);
  background-image: none;
  border-style: none;
}

.button-2.cc-jumbo-button.cc-jumbo-white.nyc2:hover {
  background-color: var(--steel-blue);
  border-style: none;
}

.button-2.cc-jumbo-button.cc-jumbo-white.nyc4 {
  background-color: var(--blue-dark);
  background-image: none;
  border-style: none;
  margin-top: 33px;
}

.button-2.cc-jumbo-button.cc-jumbo-white.nyc4:hover {
  background-color: var(--steel-blue);
  border-style: none;
}

.button-2.cc-jumbo-button.cc-jumbo-white.deck1 {
  background-color: var(--blue-dark);
  background-image: none;
  border-style: none;
  margin-top: 15px;
}

.button-2.cc-jumbo-button.cc-jumbo-white.deck1:hover {
  background-color: var(--steel-blue);
  border-style: none;
}

.button-2.cc-jumbo-button.cc-jumbo-white.roof1 {
  background-color: var(--blue-dark);
  background-image: none;
  border-style: none;
  margin-top: 19px;
}

.button-2.cc-jumbo-button.cc-jumbo-white.roof1:hover {
  background-color: var(--steel-blue);
  border-style: none;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  color: #fff;
  height: 45px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 24px;
  transition: opacity .4s;
}

.button-2.cc-jumbo-button.cc-jumbo-white._12 {
  border-style: solid;
  border-color: var(--blue-dark);
  background-color: var(--blue-dark);
  letter-spacing: 1px;
  background-image: none;
  margin-top: 9px;
  font-weight: 500;
  transition-property: background-color;
}

.button-2.cc-jumbo-button.cc-jumbo-white._12:hover {
  background-color: var(--steel-blue);
  opacity: 1;
}

.button-2.cc-jumbo-button.new-jumbo {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #33acff;
  border: 1px solid #33acff;
  height: 45px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .4s;
}

.button-2.cc-jumbo-button.new-jumbo:hover {
  opacity: .49;
  color: #fff;
  background-color: #02466e00;
  border-style: solid;
  border-color: #fff;
}

.button-2.cc-jumbo-button.new-jumbo:active {
  background-color: #e1e1e1;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #150051;
  background-image: linear-gradient(to right, #150051, #1c7ce0);
  border: 1px #f33;
  height: 45px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 24px;
  transition: opacity .4s;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
  opacity: .49;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.button-2.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.heading-container {
  width: 100%;
}

.check-icon {
  margin-right: 10px;
}

.right-panel {
  border-radius: 10px;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.left-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  padding-right: 6%;
  display: flex;
}

.svg-3 {
  position: absolute;
  top: 429px;
  right: 45%;
}

.text-block-5 {
  color: #333;
}

.section-header {
  color: var(--blue-dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.section-header.whiteh {
  color: var(--color);
}

.intro-section {
  background-color: #fff;
  border-bottom: 1px #0000001a;
  padding: 100px 50px;
  position: relative;
  overflow: visible;
}

.intro-section.ll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-holder {
  color: #333;
  align-items: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.intro-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.svg-1 {
  position: absolute;
  top: 71px;
  left: -54px;
}

.text-block-6 {
  letter-spacing: 1px;
  text-transform: none;
}

.svg-2 {
  position: absolute;
  top: 351px;
  right: -45px;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  margin-bottom: 26px;
  padding-top: 30px;
}

.upper-head {
  color: var(--steel-blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.upper-head.ll {
  color: var(--color);
}

.commercial {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-2 {
  margin-top: 27px;
}

.split-div {
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split-div.right {
  flex-direction: row-reverse;
}

.designer-image {
  background-image: url('../images/ambassador_suite_541220210617003235416.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.disi {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.designer-description {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.body-paragraph-2 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph-2.light {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.upper-head-2 {
  color: #150051;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.section-header-2 {
  color: #1c7ce0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 58px;
}

.section-header-2.light {
  color: #1c7ce0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

.section-3 {
  background-image: url('../images/Exterior-Renovation--Installation-STAIRS--RAILS2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.section-4 {
  background-color: #150051;
}

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

.text-link {
  color: #fff;
  letter-spacing: .2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.icon-font {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.info-grid-wrapper {
  color: #fff;
  border-bottom: 1px #0b2a40;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-wrapper {
  color: #0b2a40;
  border-right: 1px solid #fff;
  align-items: center;
  height: 30px;
  margin-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.info-wrapper.lastf {
  border-right-style: none;
}

.info-wrapper.inicio {
  color: #0b2a40;
  border-right: 1px solid #fff;
  align-items: center;
  height: 30px;
  margin-left: 0;
  padding-right: 10px;
}

.top-nav {
  z-index: 100;
  border-bottom: 1px #7e7e7e;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: static;
  top: 0;
}

.top-nav.info {
  background-color: #130077;
  background-image: linear-gradient(to right, #150051, #1c7ce0);
  border-bottom: 3px solid #a3a3a3;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

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

.section-5 {
  padding: 1.25vw;
  position: relative;
  overflow: hidden;
}

.section-5.is-full-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Exterior-Renovation--Installation-STAIRS--RAILS2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.button {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #ffe51c;
  border-radius: 4rem;
  min-width: 14rem;
  padding: 1rem 2.5rem;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: 0 1px 4px #0000001a;
}

.button:hover {
  box-shadow: 0 6px 12px 3px #0003;
}

.section_sub-heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

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

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

.text-color-white {
  color: #fff;
}

.heading__2.why-us_heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.background-image {
  z-index: 1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.guests {
  background-image: url('../images/Diana-Art-Sections-4-1.jpg');
  background-position: 50%;
}

.background-image.schoo2 {
  background-image: url('../images/02_80willoughbystreet.jpg');
  background-position: 100%;
}

.background-image._1844 {
  background-image: url('../images/1_Current_Project_IMG_0245.jpg');
  background-position: 100% 20%;
}

.background-image.temple {
  background-image: url('../images/Temple-Untitled-4.jpg');
  background-position: 50%;
}

.background-image.church {
  background-image: url('../images/church-IMG_6390-preview-3.jpg');
  background-position: 50% 45%;
}

.background-image.lexing {
  background-image: url('../images/6_6AAFBD-6111-4031-ADA5-A33F05F85B50.jpg');
}

.background-image.redner {
  background-image: url('../images/DIANA_ART_COMMERCIAL_.png');
  background-position: 0 0;
  background-size: cover;
}

.background-image.hot {
  background-image: url('../images/ambassador_suite_541220210617003235416.jpg');
}

.background-image.church-copy {
  background-image: url('../images/ST_Mary.png');
  background-position: 50% 0;
}

.background-image.school2 {
  background-color: #fff;
  background-image: url('../images/ST_Raymond.png');
  background-position: 50%;
  background-size: contain;
}

.background-image.google {
  background-image: url('../images/DAC_Projects.jpg');
  background-position: 50% 100%;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-image.school {
  background-image: url('../images/IMG_6390.jpg');
}

.hover-link {
  z-index: 2147483647;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-link.iv {
  border-color: var(--blue-dark);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  position: relative;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  min-height: 250px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.general-collection-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  display: grid;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.white {
  color: #fff;
}

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

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-text {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-2 {
  filter: invert();
  margin-bottom: 1px;
  margin-right: 7px;
}

.none {
  margin-bottom: 1px;
  margin-right: 7px;
}

.text-container-5 {
  background-color: #fff;
  justify-content: flex-end;
  width: 50%;
  margin-bottom: 120px;
  padding: 80px 70px;
  display: flex;
}

.link-2 {
  color: #59615e;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.left-padding._4lk {
  padding-left: 0;
}

.flex-left {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.chairs {
  background-image: url('../images/Exterior-Renovation--Installation-STAIRS--RAILS1.jpg');
}

.paragraph-5 {
  color: #59615e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-3 {
  color: #59615e;
  letter-spacing: .2px;
  font-weight: 300;
}

.title {
  color: var(--blue-dark);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._30-pixels {
  margin-top: 21px;
}

.top-margin._10-pixels {
  margin-top: 8px;
}

.absolute-bg {
  z-index: 5;
  background-color: #fdfcf9;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-full {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.no-top-margin {
  color: #4e6b3f;
  margin-top: 0;
  font-size: 35px;
}

.column-full-width {
  width: 80%;
  max-width: 510px;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.lynx-link-block {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.lynx-block-footer-center {
  border-top: 1px #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

._9a9a {
  filter: contrast(200%);
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-footer {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  box-shadow: 0 -2px 5px #3f3f3f0d;
}

.lynx-logo-footer-center {
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-top: -13px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 140%;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: #1f2022;
}

.paragraph-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.div-block-3.new {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-7.dif {
  color: var(--blue-dark);
  text-align: center;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 15px;
}

.newp {
  background-color: var(--light);
  background-image: linear-gradient(#ffffffd4, #ffffffd4);
  border-bottom: 1px #e4ebf3;
  padding: 100px 50px 68px;
  position: relative;
}

.image-3 {
  margin-left: -7px;
}

.section-6 {
  background-image: linear-gradient(#002a578c, #002a578c), url('../images/Residential-Concrete-Floors--Driveways2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white {
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.section-header-3 {
  color: #1c7ce0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 58px;
}

.section-header-3.op {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

._1001 {
  border-top: 1px #0000001f;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 16px;
  padding-top: 0;
}

._5050 {
  border: 1px #000;
  width: 47%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

._5050.right {
  width: 100%;
  margin-right: 24px;
}

.w {
  color: #1c7ce0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 58px;
}

.w.e {
  margin-bottom: 0;
  font-size: 35px;
}

.feature-section {
  background-color: #fff;
  padding: 60px 50px 154px;
}

.retail {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: auto;
  margin-right: 40px;
}

.text-block-8 {
  color: #333;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  max-width: 1050px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container.flip, .flex-container.new {
  flex-direction: row-reverse;
  margin-top: 0;
}

.section-header-4 {
  color: #1c7ce0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 58px;
}

.section-header-4.title {
  margin-bottom: 0;
  font-size: 35px;
}

.q {
  color: #150051;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.check-holder-2 {
  color: #1b1b1b;
  align-items: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.check-holder-2.last {
  margin-bottom: 0;
}

.text-block-9 {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.overn {
  background-image: none;
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: auto;
  margin-right: 40px;
}

.feature-image-mask {
  width: 50%;
  height: auto;
  margin-right: 40px;
}

.feature-image-mask.flip2 {
  margin-left: 40px;
  margin-right: 0;
}

.feature-image-mask.power {
  background-image: none;
  background-position: 50%;
  margin-left: 40px;
  margin-right: 0;
}

.div-block-6 {
  margin-top: 36px;
  margin-bottom: 34px;
  display: flex;
}

.div-block-6.right {
  flex-flow: column;
}

.div-block-5 {
  width: 50%;
  height: 100%;
  margin-top: 94px;
}

.div-block-5._2s {
  margin-top: 77px;
}

.div-block-5._3s {
  margin-top: 36px;
}

.div-block-5._4s {
  margin-top: 47px;
}

.div-block-5.none, .div-block-5._00 {
  margin-top: 0;
}

.div-block-5.new00 {
  margin-top: 77px;
}

.r {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.upper-head-3 {
  color: #150051;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.line {
  border-top: 1px solid #0000001f;
  width: 100%;
  max-width: 1050px;
  margin: 112px auto;
  padding-top: 0;
}

.slider-2 {
  height: 500px;
}

.slider-2.no-perspective {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 0;
  transform: none;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  display: none;
  left: -76px;
}

.slider-arrow.right {
  display: none;
  right: -77px;
}

.slider-thumb-image {
  object-fit: cover;
  width: 100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slider-thumb-wrap {
  background-color: #bfbfffe6;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.no-perspective {
  grid-row-gap: 10px;
  border-style: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 80px;
  margin-top: 0;
  display: flex;
  bottom: -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .01;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-right: 0;
  padding: 0;
  font-size: 80px;
  line-height: 10px;
  display: block;
  bottom: -25%;
  left: 0%;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 400px;
  padding-right: 15px;
}

.image-4.right {
  object-position: 0% 50%;
}

.whi {
  color: var(--color);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

._100 {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.resi0 {
  background-image: linear-gradient(#002a578c, #002a578c), url('../images/Diana-Art-Sections-13.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contact {
  background-image: linear-gradient(#002a578c, #002a578c), url('../images/ambassador_suite_541220210617003235416.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.flexwrapper-2.reverse {
  justify-content: center;
  align-items: flex-start;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 37px 45px 41px;
  display: grid;
  position: relative;
}

.c123 {
  color: #3b3b3b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.divider-line {
  transform-origin: 0%;
  background-color: #ed3f36;
  width: 85px;
  height: 2px;
  display: block;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.tracking-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #02385e;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.tracking-button:hover {
  background-color: #272731;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.html-embed-4 {
  color: #3b3b3b;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.flexinner66 {
  color: #fff;
  background-color: #0000;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  margin-left: 19px;
}

.success-message-3 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.flexinner33 {
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.section04 {
  padding: 60px 35px;
  overflow: hidden;
}

._32 {
  color: var(--blue-dark);
  font-weight: 600;
  line-height: 35px;
}

.section-title {
  color: #02385e;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 14px;
  font-size: 42px;
  display: block;
}

.pkrblack-2 {
  color: #000;
  text-align: left;
  margin-top: 31px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.pkrblack-2.phone {
  text-align: left;
  margin-bottom: 0;
}

.error-message-3 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.container-4 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.numtext {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.numtext.no-margin {
  color: #2b2b2b;
}

.numtext.no-margin.home {
  color: #3b3b3b;
}

.line-title {
  align-items: center;
  display: flex;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.background-video-2 {
  background-color: #000000a1;
  height: 90vh;
  padding-top: 128px;
  padding-bottom: 55px;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.section-7 {
  z-index: 1;
  padding: 73px 50px 78px;
  position: relative;
}

.text-block-10 {
  text-align: left;
  margin-bottom: 26px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: 107px;
}

.bold-text {
  font-size: 15px;
}

.text-span-6 {
  line-height: 20px;
}

.image-7 {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 11px;
}

.image-7.left {
  height: 100%;
}

.image-7.left2 {
  aspect-ratio: auto;
  height: 100%;
}

.full {
  background-image: linear-gradient(#002a578c, #002a578c), url('../images/Residential-Concrete-Floors--Driveways2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.side-frame {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-frame.new4 {
  margin-top: 100px;
}

.frame {
  transform: translate(-30px, -30px);
  box-shadow: inset 0 0 0 8px #e6e6e6;
}

.frame.reversed {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  transform: translate(30px, -30px);
  box-shadow: inset 0 0 0 8px #3f3f3f;
}

.divider {
  background-color: #000;
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-text {
  opacity: .04;
  color: #111;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 700;
  line-height: 96px;
  position: absolute;
  top: -36px;
  left: -20px;
}

.side-content-small {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.side-content-small.bigger {
  width: 41%;
  margin-right: 5.33333%;
  padding-right: 0;
}

.section-description {
  color: #111;
  font-size: 16px;
  line-height: 28px;
}

.section-header-5 {
  margin-top: 0;
}

.frame-image {
  transform: translate(30px, 30px);
}

.frame-image.reversed {
  transform: translate(-30px, 30px);
}

.side-feature-media {
  flex: 0 auto;
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
}

.gradient {
  color: #ffb567;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #362ab1, #eb32ad);
  -webkit-background-clip: text;
  background-clip: text;
}

.nycapa {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.dropdown-toggle-2 {
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 29px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
  margin-top: 7px;
  padding-left: 0;
  padding-right: 0;
}

.icon {
  margin-right: 8px;
}

.dropdown-list {
  background-color: #cec6c6;
}

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

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding: 14px 8px 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #c30022;
}

.nav-link-2.fixed-nav-link {
  color: #333;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  transition: color .2s;
}

.nav-link-2.fixed-nav-link:hover {
  color: var(--steel-blue);
  text-decoration: none;
}

.nav-link-2.fixed-nav-link.w--current {
  color: var(--steel-blue);
}

.navbar-2 {
  top: 99px;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo.fixed-nav-bar-logo {
  color: #111;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.logo.fixed-nav-bar-logo.w--current {
  height: auto;
  padding-left: 0;
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-dont {
  padding-top: 9px;
  padding-bottom: 9px;
  top: 0;
  transform: translate(0, -100px);
}

.nav-bar.fixed-dont._03133 {
  z-index: 9999999;
  background-color: #fff;
  padding: 8px 50px 0;
  position: sticky;
  inset: 0% 0% auto;
  transform: none;
}

.wrapper {
  text-align: left;
  background-color: #0000;
  max-width: 1050px;
}

.nyc-apartments {
  border-top: 1px solid #0000001f;
  width: 100%;
  max-width: 1050px;
  margin: 163px auto 80px;
  padding-top: 0;
}

.slider.main {
  width: 50%;
  margin-left: 45px;
}

.slider.residential {
  margin-left: 0;
}

.splide__slide {
  position: relative;
}

.slider-img {
  width: 100%;
}

.double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  margin-bottom: 34px;
  display: grid;
}

.double.right {
  flex-flow: column;
}

.new98 {
  color: var(--blue-dark);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.new98.ll {
  color: var(--color);
}

.concrete {
  border-top: 1px solid #0000001f;
  width: 100%;
  max-width: 1050px;
  margin: 90px auto 99px;
  padding-top: 0;
}

.text0 {
  color: var(--blue-dark);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text0.ll {
  color: var(--color);
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1050px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cont-sec {
  background-image: linear-gradient(#002a571a, #002a571a), url('../images/2_Diana_IMG_3862.webp');
  background-position: 0 0, 50% 9%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  margin: 12px;
  text-decoration: none;
}

.image-29 {
  object-fit: cover;
  margin-bottom: 0;
}

.modal__close {
  opacity: 1;
  filter: contrast(200%) invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 20px;
  left: 22px;
  right: auto;
}

.modal__close:hover {
  opacity: 1;
}

.image-26 {
  filter: none;
}

.awards {
  color: #000;
  text-align: center;
  background-color: #02466e12;
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
  position: relative;
}

.awards.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.text-span-7 {
  font-size: 28px;
  line-height: 35px;
}

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

.kids {
  object-fit: cover;
  object-position: 30% 50%;
  border-radius: 11px;
  height: 100%;
}

.kids.left {
  height: 100%;
}

.kids.left2 {
  aspect-ratio: auto;
  height: 100%;
}

.image-30 {
  margin-top: 25px;
}

.left-train {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.image-31 {
  mix-blend-mode: darken;
  margin-bottom: 25px;
}

.div-block-63 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-span-8 {
  color: #fff;
  background-color: #00000078;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.glass-house {
  color: #fff;
  text-transform: uppercase;
  background-color: #0006;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0% auto;
}

.glass-house.ll {
  color: var(--color);
}

@media screen and (min-width: 1440px) {
  .column-full-width {
    width: 97%;
    max-width: 520px;
  }
}

@media screen and (min-width: 1920px) {
  .intro-section.ll {
    aspect-ratio: auto;
  }

  .column-full-width {
    max-width: 570px;
  }

  .cont-sec {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    margin-left: 0;
  }

  .navbar-wrapper {
    align-items: center;
    max-height: 92px;
    padding-right: 15px;
  }

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

  .nav-menu-two {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
  }

  .nav-link {
    letter-spacing: .15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 12px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link-accent {
    text-align: right;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .footer-subscribe {
    height: auto;
    padding: 20px 15px 14px;
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-legal-block {
    margin-top: 0;
  }

  .hero-heading-right {
    padding-top: 36px;
    padding-bottom: 45px;
  }

  .container-3 {
    text-align: center;
    max-width: none;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.right {
    max-width: 100%;
    padding-left: 0;
  }

  .hero-split.left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .shadow-two {
    width: 100%;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .button-primary-2 {
    margin-top: 30px;
  }

  .contact-info-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  .contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding: 0 0 30px;
    display: flex;
  }

  .contact-info.last {
    padding-bottom: 0;
  }

  .contact-us-flex-block {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .pricing-comparison {
    padding: 45px 30px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr 1fr;
    place-items: stretch center;
  }

  .pricing-card {
    width: 100%;
  }

  .list-item {
    display: none;
  }

  .list-item-2 {
    line-height: 10px;
  }

  .dropdown {
    text-align: right;
    display: block;
  }

  .chevron {
    margin-top: 18px;
  }

  .dropdown-link {
    text-align: right;
  }

  .navigation-item {
    text-align: right;
    padding: 15px 25px 4px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.last {
    padding-bottom: 21px;
    padding-right: 25px;
  }

  .navigation-item.first {
    padding-bottom: 4px;
    padding-right: 25px;
  }

  .navigation-item.first.w--current {
    padding-right: 25px;
  }

  .brand {
    width: 140px;
  }

  .navigation-items {
    text-align: right;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 27px;
  }

  .dropdown-toggle {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 4px;
  }

  .nav-content-wrap {
    text-align: right;
    align-items: flex-end;
  }

  .menu-button-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    transition: transform .4s;
    transform: rotate(90deg);
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-icon {
    display: block;
    position: relative;
  }

  .navigation-dropdown.w--open {
    text-align: right;
    left: 0;
  }

  .nav-wrapp {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .content-wrapp {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2.hero {
    height: 70vh;
  }

  .section-2.services {
    padding: 0;
  }

  .background-video {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-container {
    margin-left: auto;
    margin-right: auto;
  }

  .body-paragraph, .body-paragraph.white {
    text-align: center;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 1.4;
  }

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

  .button-2 {
    justify-content: center;
  }

  .button-2.cc-jumbo-button.cc-jumbo-white._12 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.cc-jumbo-button.cc-jumbo-white._12._0n {
    display: none;
  }

  .button-2.cc-jumbo-button.cc-jumbo-white, .button-2.cc-jumbo-button.new-jumbo, .button-2.cc-jumbo-button.cc-jumbo-white {
    width: auto;
    margin-bottom: 10px;
  }

  .heading-container {
    width: 100%;
    font-size: 1em;
    line-height: 1;
  }

  .right-panel {
    text-align: center;
    width: 100%;
    display: none;
  }

  .left-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .section-header {
    font-size: 35px;
    line-height: 54px;
  }

  .intro-section {
    border-bottom-style: none;
    padding: 45px 30px;
    overflow: hidden;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .svg-1 {
    left: 27px;
  }

  .text-block-6 {
    text-align: center;
  }

  .svg-2 {
    right: 29px;
  }

  .commercial {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-div {
    flex-flow: column-reverse wrap;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .split-div.right {
    flex-flow: column-reverse;
  }

  .designer-image, .disi {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .designer-description {
    background-color: var(--light);
    background-image: linear-gradient(#ffffffdb, #ffffffdb);
    align-items: center;
    width: 100%;
    padding: 45px 30px;
  }

  .section-header-2 {
    margin-bottom: 13px;
    font-size: 35px;
    line-height: 54px;
  }

  .section-header-2.light {
    font-size: 35px;
    line-height: 54px;
  }

  .info-grid {
    grid-template-columns: auto auto auto;
  }

  .text-link {
    letter-spacing: 0;
    font-size: 11px;
  }

  .top-nav.info {
    padding-left: 40px;
  }

  .section-5.is-full-bg {
    display: none;
  }

  .button {
    min-width: 12rem;
  }

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

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .general-collection-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-container-5 {
    width: 60%;
    padding-left: 30px;
  }

  .section-full {
    padding-bottom: 0;
  }

  .column-full-width {
    width: 100%;
  }

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

  .div-block-3 {
    margin-top: 22px;
  }

  .div-block-3._01 {
    margin-bottom: 30px;
  }

  .newp {
    text-align: center;
    padding: 45px 30px;
  }

  .section-header-3 {
    font-size: 35px;
    line-height: 54px;
  }

  ._5050 {
    width: 49%;
  }

  .w {
    font-size: 35px;
    line-height: 54px;
  }

  .feature-section {
    padding: 40px 30px 48px;
  }

  .retail {
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .flex-container {
    flex-direction: column;
    margin-top: 0;
  }

  .flex-container.flip, .flex-container.new {
    flex-direction: column;
  }

  .section-header-4 {
    font-size: 35px;
    line-height: 54px;
  }

  .text-block-9 {
    text-align: center;
  }

  .overn {
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .feature-image-mask {
    width: 100%;
    margin-bottom: 140px;
    margin-right: 0;
  }

  .feature-image-mask.flip2 {
    margin-top: 0;
    margin-left: 0;
  }

  .feature-image-mask.power {
    margin-left: 0;
  }

  .div-block-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-5._2s {
    margin-top: 0;
  }

  .div-block-5._00 {
    margin-top: 86px;
  }

  .div-block-5.new00 {
    margin-top: 94px;
  }

  .line {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .image-4 {
    padding-right: 0;
  }

  ._100 {
    width: 49%;
  }

  .image-5, .resi0, .contact {
    display: none;
  }

  .flexwrapper-2.reverse {
    flex-direction: column;
    align-items: center;
  }

  .cta11-form-wrap {
    border-style: none;
    padding: 0;
  }

  .flexinner66 {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }

  .success-message-3 {
    max-width: 738px;
  }

  .flexinner33 {
    width: 100%;
  }

  .section04 {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Group-1-12.46.57-PM.png');
    background-position: 0 0, 50% 30%;
    padding: 80px 40px;
  }

  .section-title {
    text-align: center;
  }

  .section-title.th {
    text-align: center;
    margin-left: 0;
  }

  .pkrblack-2 {
    margin-top: 15px;
    padding-right: 0;
  }

  .error-message-3 {
    max-width: 738px;
  }

  .container-4 {
    width: 100%;
  }

  .numtext.no-margin {
    margin-left: 0;
  }

  .numtext.no-margin.home {
    text-align: center;
  }

  .line-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .background-video-2 {
    display: none;
  }

  .section-7 {
    padding-top: 42px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-10 {
    text-align: left;
    margin-bottom: 0;
  }

  .image-6 {
    width: 200px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-7.left2 {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .side-frame {
    flex-direction: row;
  }

  .frame {
    transform: translate(-20px, -20px);
  }

  .frame.reversed {
    padding-left: 0;
    transform: translate(20px, -20px);
  }

  .divider {
    width: 60px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .bg-text {
    font-size: 88px;
  }

  .side-content-small {
    width: 44%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.bigger {
    margin-left: 0;
    padding-left: 0;
  }

  .section-description {
    font-size: 15px;
  }

  .frame-image {
    transform: translate(20px, 20px);
  }

  .frame-image.reversed {
    transform: translate(-20px, 20px);
  }

  .side-feature-media {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 30px;
  }

  .nycapa {
    margin-top: 28px;
    margin-bottom: 23px;
  }

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

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    height: auto;
    overflow: scroll;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid #e3e3e3;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

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

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

  .menu-button-3.fixed-menu-button {
    color: #111;
    margin-top: 11px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-2 {
    color: #111;
    text-align: center;
    background-color: #fff;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    box-shadow: inset 0 1px #e3e3e3, 0 1px #e3e3e3;
  }

  .nav-link-2.w--current {
    color: #dfa25f;
  }

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

  .nav-bar.fixed-dont {
    margin-top: 0;
  }

  .nav-bar.fixed-dont._03133 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .nyc-apartments {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .slider.main, .slider.residential {
    width: 100%;
    margin-left: 0;
  }

  .double {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .concrete {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .awards {
    text-align: center;
    margin-top: -16px;
    padding-bottom: 35px;
    display: block;
  }

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

  .div-block-61 {
    flex-flow: column;
    justify-content: center;
  }

  .text-span-7 {
    font-size: 20px;
  }

  .kids {
    width: 100%;
    max-width: none;
  }

  .kids.left2 {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .left-train {
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .slider01010 {
    height: 40vh;
  }

  .navbar-logo-left {
    height: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    max-height: 80px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    padding-left: 0;
    font-size: 12.5px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image {
    object-fit: cover;
    height: auto;
    max-height: 80px;
  }

  .hero-heading-right {
    padding: 30px 30px 60px;
  }

  .margin-bottom-24px {
    font-size: 15px;
  }

  .contact-info-wrapper {
    align-items: center;
    width: 100%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .pricing-comparison {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    line-height: 22px;
  }

  .text-span-5 {
    font-size: 15px;
  }

  .navigation-item {
    padding-left: 30px;
    padding-right: 25px;
  }

  .navigation-item.w--current, .navigation-item.last, .navigation-item.first {
    padding-right: 25px;
  }

  .navigation-item.first.w--current {
    padding-left: 30px;
  }

  .brand {
    width: 130px;
    padding-left: 0;
  }

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

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-wrapp {
    height: auto;
  }

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

  .body-paragraph, .body-paragraph.white {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 2.2em;
  }

  .button-2.cc-jumbo-button.cc-jumbo-white, .button-2.cc-jumbo-button.new-jumbo, .button-2.cc-jumbo-button.cc-jumbo-white {
    width: auto;
    padding-left: 21px;
    padding-right: 21px;
  }

  .svg-3 {
    right: 13%;
  }

  .section-header {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
  }

  .intro-section {
    padding-top: 40px;
  }

  .svg-1 {
    left: -37px;
  }

  .svg-2 {
    right: -33px;
  }

  .designer-image, .disi {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .designer-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-header-2, .section-header-2.light {
    font-size: 30px;
    line-height: 50px;
  }

  .info-grid {
    grid-template-columns: auto auto;
  }

  .info-wrapper.lastf {
    display: none;
  }

  .info-wrapper.p {
    border-right-style: none;
    padding-right: 0;
  }

  .top-nav.info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .general-collection-wrapper {
    padding-top: 0;
  }

  .text-container-5 {
    width: 80%;
    margin-bottom: 80px;
    padding: 60px 50px 60px 30px;
  }

  .left-padding {
    padding-left: 15px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .title {
    font-size: 12px;
  }

  .section-full {
    padding-top: 80px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .newp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-6 {
    height: 280px;
  }

  .section-header-3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
  }

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

  ._5050 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .w {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
  }

  .w.e {
    font-size: 30px;
    line-height: 40px;
  }

  .feature-section {
    padding: 30px 30px 40px;
  }

  .retail {
    height: 280px;
    margin-right: 0;
  }

  .flex-container {
    flex-direction: column;
  }

  .section-header-4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
  }

  .section-header-4.title {
    font-size: 30px;
    line-height: 40px;
  }

  .check-holder-2 {
    font-size: 15px;
  }

  .check-holder-2._121 {
    margin-top: 20px;
    font-size: 15px;
  }

  .overn {
    height: 280px;
    margin-right: 0;
  }

  .feature-image-mask {
    margin-bottom: 146px;
    margin-right: 0;
  }

  .div-block-6 {
    flex-direction: column;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .div-block-5._3s, .div-block-5._4s {
    margin-top: 0;
  }

  .div-block-5._00 {
    margin-top: 165px;
  }

  .div-block-5.new00 {
    margin-top: 63px;
  }

  .image-4 {
    height: 300px;
  }

  ._100 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .resi0, .contact {
    background-image: linear-gradient(#1c7ce085, #1c7ce085), none;
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 280px;
  }

  .c123 {
    color: #000;
  }

  .flexinner66 {
    margin-top: 21px;
  }

  .success-message-3 {
    width: 100%;
    max-width: none;
  }

  .section04 {
    background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/Group-1-12.46.57-PM.png');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 550px;
    padding-top: 60px;
    padding-bottom: 41px;
  }

  ._32 {
    line-height: 25px;
  }

  .section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .pkrblack-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .error-message-3 {
    width: 100%;
    max-width: none;
  }

  .line-title {
    align-items: center;
  }

  .section-7 {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .text-block-10 {
    margin-top: 13px;
  }

  .side-frame {
    flex-flow: column;
  }

  .side-frame.new4 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .divider {
    margin: 16px auto;
  }

  .bg-text {
    text-align: center;
    margin-top: -63px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    line-height: 72px;
    position: relative;
    top: 0;
    left: auto;
  }

  .side-content-small {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small.bigger {
    text-align: center;
    width: 100%;
    margin-top: 38px;
    margin-right: 0%;
  }

  .section-description {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .section-header-5 {
    text-align: center;
    margin-top: 16px;
    font-size: 35px;
  }

  .side-feature-media {
    flex: 1;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-3.fixed-menu-button {
    padding-top: 21px;
    padding-bottom: 16px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .nav-bar {
    padding-right: 0;
  }

  .nav-bar.fixed-dont {
    margin-top: 0;
  }

  .double {
    flex-direction: column;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .cont-sec {
    height: 280px;
  }

  .modal__body {
    flex-direction: column;
  }

  .link-block-6 {
    margin: 0;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .modal__close {
    top: 6px;
    left: 8px;
    right: auto;
  }

  .awards, .awards.white {
    font-size: 15px;
  }

  .image-30 {
    margin-bottom: 8px;
  }

  .left-train {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .slider01010 {
    height: 250px;
  }

  .navbar-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    text-align: center;
    background-color: #0070bc;
    align-self: center;
    width: 100%;
  }

  .nav-menu-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .nav-menu-two {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-legal-link {
    text-align: center;
  }

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

  .image.mobile {
    width: auto;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .container-3 {
    max-width: none;
  }

  .hero-split.right {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
  }

  .text-span-4 {
    font-size: 30px;
    line-height: 30px;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex;
    overflow: hidden;
  }

  .contact-info {
    min-width: 100%;
    max-width: 100%;
  }

  .contact-us-flex-block {
    grid-column-gap: 7.5px;
    justify-content: center;
  }

  .contact-us-card-description {
    text-align: center;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .pricing-comparison {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-card {
    padding-top: 20px;
  }

  .pricing-divider {
    margin-top: 18px;
  }

  .pricing-feature {
    text-align: left;
  }

  .navigation-item, .navigation-item.last, .navigation-item.first {
    padding-right: 25px;
  }

  .brand {
    width: 120px;
  }

  .menu-button-2 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    padding-bottom: 0;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-wrapp {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .content-wrapp {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.hero {
    height: 500px;
    margin-top: 0;
  }

  .section-2.services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-paragraph {
    font-size: 15px;
  }

  .body-paragraph.white {
    text-align: left;
    font-size: 15px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-3 {
    letter-spacing: 0;
    width: 100%;
  }

  .button-2.cc-jumbo-button.cc-jumbo-white.nyc2, .button-2.cc-jumbo-button.cc-jumbo-white.nyc4, .button-2.cc-jumbo-button.cc-jumbo-white.deck1, .button-2.cc-jumbo-button.cc-jumbo-white.roof1 {
    margin-top: 23px;
  }

  .button-2.cc-jumbo-button.cc-jumbo-white, .button-2.cc-jumbo-button.new-jumbo, .button-2.cc-jumbo-button.cc-jumbo-white {
    width: auto;
    margin-left: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-container {
    text-align: left;
    width: 100%;
  }

  .svg-3 {
    display: none;
  }

  .section-header {
    font-size: 26px;
    line-height: 44px;
  }

  .intro-section {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-section.ll {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .check-holder {
    font-size: 15px;
  }

  .svg-1 {
    top: 46px;
    left: -24px;
  }

  .text-block-6 {
    letter-spacing: 0;
    width: 100%;
  }

  .svg-2 {
    top: 177px;
    right: -16px;
  }

  .upper-head {
    font-size: 12px;
  }

  .designer-image, .disi {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .designer-description {
    padding: 60px 28px;
  }

  .body-paragraph-2, .body-paragraph-2.light {
    font-size: 15px;
  }

  .upper-head-2 {
    font-size: 12px;
  }

  .section-header-2 {
    font-size: 26px;
    line-height: 44px;
  }

  .section-header-2.light {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 44px;
  }

  .info-grid {
    grid-template-columns: auto;
  }

  .info-wrapper.inicio {
    border-right-style: none;
    padding-right: 0;
  }

  .info-wrapper.p {
    display: none;
  }

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

  .background-image.redner {
    background-position: 0 0;
    background-size: cover;
  }

  .project-card-info {
    padding: 18px 12px;
  }

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

  .text-container-5 {
    width: 100%;
    margin-bottom: 0;
    padding: 40px 40px 40px 30px;
  }

  .left-padding {
    padding-left: 10px;
  }

  .section-full {
    padding-top: 0;
  }

  .lynx-text-footer {
    text-align: center;
    margin-top: -26px;
  }

  .newp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .white {
    font-size: 12px;
  }

  .section-header-3 {
    font-size: 26px;
    line-height: 44px;
  }

  .section-header-3.op {
    text-align: center;
  }

  .w {
    font-size: 26px;
    line-height: 44px;
  }

  .w.e {
    font-size: 26px;
  }

  .feature-section {
    padding-bottom: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-header-4 {
    font-size: 26px;
    line-height: 44px;
  }

  .section-header-4.title {
    font-size: 26px;
  }

  .q {
    font-size: 12px;
  }

  .check-holder-2 {
    font-size: 15px;
  }

  .text-block-9 {
    letter-spacing: 0;
    width: 100%;
  }

  .feature-image-mask {
    margin-bottom: 30px;
  }

  .feature-image-mask.flip2 {
    margin-bottom: 0;
  }

  .div-block-5._2s, .div-block-5._3s, .div-block-5._00, .div-block-5.new00 {
    margin-top: 30px;
  }

  .r {
    font-size: 15px;
  }

  .upper-head-3 {
    font-size: 12px;
  }

  .line {
    margin-top: 34px;
  }

  .slider-arrow.left {
    color: #fff;
    display: block;
    left: auto;
  }

  .slider-arrow.right {
    color: #fff;
    display: block;
    right: 0;
  }

  .slider-navigation.no-perspective {
    display: none;
    position: absolute;
  }

  .slider-navigation.default-no-perspective {
    display: none;
  }

  .whi {
    font-size: 12px;
  }

  .resi0, .contact {
    background-image: linear-gradient(#1c7ce0a1, #1c7ce0a1), none;
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flexwrapper-2 {
    flex-direction: column-reverse;
  }

  .flexwrapper-2.reverse {
    flex-direction: column;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .c123 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .divider-line {
    width: 55px;
  }

  .tracking-button {
    flex: 1;
    align-self: stretch;
  }

  .flexinner66, .flexinner33 {
    width: 100%;
  }

  .section04 {
    background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/Group-1-12.46.57-PM.png');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding: 50px 20px 54px;
  }

  .section-title {
    margin-top: 12px;
    margin-left: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .pkrblack-2 {
    font-size: 14px;
    line-height: 170%;
    display: block;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .numtext {
    font-size: 12px;
  }

  .section-7 {
    padding-top: 29px;
    padding-bottom: 51px;
  }

  .text-block-10 {
    margin-top: 20px;
    margin-bottom: 12px;
    position: static;
  }

  .image-7 {
    aspect-ratio: 3 / 2;
  }

  .image-7.left {
    object-position: 100% 50%;
  }

  .image-7.left2 {
    object-position: 0% 50%;
    margin-bottom: 5px;
  }

  .full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-4 {
    color: #fff;
  }

  .side-frame {
    flex-direction: column;
  }

  .bg-text {
    margin-top: -85px;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    left: -8px;
    right: 0;
  }

  .side-content-small {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-content-small.bigger {
    margin-top: 30px;
  }

  .section-header-5 {
    line-height: 45px;
  }

  .side-feature-media {
    width: 70%;
  }

  .menu-button-3.fixed-menu-button {
    margin-top: 11px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .nav-bar.fixed-dont {
    margin-top: 0;
  }

  .nav-bar.fixed-dont._03133 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nyc-apartments {
    margin-top: 34px;
  }

  .new98 {
    font-size: 12px;
  }

  .concrete {
    margin-top: 34px;
  }

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

  .div-block-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 35px;
  }

  .cont-sec {
    height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

  .image-29 {
    object-fit: cover;
  }

  .modal__close {
    top: 8px;
    right: 4px;
  }

  .awards {
    border-radius: 14px;
    margin-top: -5px;
    font-size: 15px;
  }

  .awards.white {
    font-size: 15px;
  }

  .text-span-7 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-62 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .kids {
    aspect-ratio: 3 / 2;
  }

  .kids.left {
    object-position: 100% 50%;
  }

  .kids.left2 {
    object-position: 0% 50%;
    margin-bottom: 5px;
  }

  .glass-house {
    margin-bottom: -10px;
    font-size: 12px;
  }
}

#w-node-_6bd70289-dc66-973c-f4b6-b9c301dcec48-774c75ab, #w-node-_6bd70289-dc66-973c-f4b6-b9c301dcec4c-774c75ab {
  place-self: center stretch;
}

#w-node-_4361eba9-9352-314f-994a-4af5113480cf-774c75ab {
  place-self: auto;
}

#w-node-_19287053-c953-6e33-8d22-663a08fc0aed-774c75ab, #w-node-_2649a784-31ba-0e5f-a5f1-841c3121665d-774c75ab, #w-node-_2649a784-31ba-0e5f-a5f1-841c31216684-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_940e4506-5083-ad05-09f5-08cd2ac8d445-774c75ab {
  align-self: stretch;
}

#w-node-_940e4506-5083-ad05-09f5-08cd2ac8d44d-774c75ab, #w-node-_4adc0ee5-0264-4cef-e8a1-e8b92551f835-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44b743b1-cdc9-e73a-5692-c0d8f424ccca-774c75ab {
  align-self: stretch;
}

#w-node-_44b743b1-cdc9-e73a-5692-c0d8f424cccd-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b15b48f9-c273-5a26-ac0a-ef818267062a-774c75ab {
  align-self: stretch;
}

#w-node-b15b48f9-c273-5a26-ac0a-ef818267062d-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b984f3-dcb2-60da-ef99-aa950d791314-774c75ab {
  align-self: stretch;
}

#w-node-_11b984f3-dcb2-60da-ef99-aa950d79131c-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f41bb168-3a3e-ce34-37ba-2a61ba12f8ca-774c75ab {
  align-self: stretch;
}

#w-node-f41bb168-3a3e-ce34-37ba-2a61ba12f8d2-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcaf4ddd-2310-880b-5863-9fe9e7c60e07-774c75ab {
  align-self: stretch;
}

#w-node-dcaf4ddd-2310-880b-5863-9fe9e7c60e0f-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0103e02d-1a0a-ef2c-6332-df243776ad5f-774c75ab {
  align-self: stretch;
}

#w-node-eb5af40e-2dfa-9168-3707-759c3942d45c-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f64e27-6b59-309f-7f22-69e5bf69a94c-774c75ab {
  align-self: stretch;
}

#w-node-b2eb6298-e747-394b-516c-2552524e59cb-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94644c5e-3752-399b-7d7e-91043729bfa6-774c75ab {
  align-self: stretch;
}

#w-node-_94644c5e-3752-399b-7d7e-91043729bfa9-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7611aea-3cf3-583e-a864-0b19584f91f2-774c75ab {
  align-self: stretch;
}

#w-node-a7611aea-3cf3-583e-a864-0b19584f91fa-774c75ab, #w-node-_6dcb712b-1364-ef2a-8bd8-1a360dca8e00-774c75ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dcb712b-1364-ef2a-8bd8-1a360dca8e05-774c75ab {
  align-self: stretch;
}

#w-node-_6dcb712b-1364-ef2a-8bd8-1a360dca8e0d-774c75ab, #w-node-e34d7649-866d-0dc6-7952-ef6c42a47400-16e9a1bb, #w-node-_3b06bf23-e675-facd-b40a-31cc35619ac0-16e9a1bb, #w-node-_25dcf213-49e2-28fd-2c0a-7b16c26abbc8-16e9a1bb, #w-node-_1c449db0-067d-34a8-d6c2-39f6736f5a9d-16e9a1bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19a28019-dc02-d9be-bca9-f8bc6344922f-6344922c, #w-node-_19a28019-dc02-d9be-bca9-f8bc63449233-6344922c {
  place-self: center stretch;
}

#w-node-b1235981-fddb-293d-63e7-1040aa54edaf-d6da33de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e34d7649-866d-0dc6-7952-ef6c42a47400-d6da33de, #w-node-_06b789bb-cbe4-ce1d-5b64-939c287fd3d5-d6da33de, #w-node-bb655783-a3fd-ba65-5d06-8507f1e0a028-d6da33de, #w-node-fba4d73c-e043-0aac-f7f5-f55685a43f24-d6da33de, #w-node-a98fdbac-e441-faf2-dbfc-1fae098fd20b-d6da33de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0d1bd8-36bc-6a1d-ec78-9aace81474aa-e1c10080, #w-node-df0d1bd8-36bc-6a1d-ec78-9aace81474ac-e1c10080 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e34d7649-866d-0dc6-7952-ef6c42a47400-e9f328fd, #w-node-_783a776f-5999-eeb6-f149-bbd9e8a28fb6-e9f328fd, #w-node-bb655783-a3fd-ba65-5d06-8507f1e0a028-e9f328fd, #w-node-_06b789bb-cbe4-ce1d-5b64-939c287fd3d5-e9f328fd, #w-node-fba4d73c-e043-0aac-f7f5-f55685a43f24-e9f328fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4361eba9-9352-314f-994a-4af5113480cf-774c75ab {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_19287053-c953-6e33-8d22-663a08fc0aed-774c75ab {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2649a784-31ba-0e5f-a5f1-841c3121665d-774c75ab, #w-node-_2649a784-31ba-0e5f-a5f1-841c31216684-774c75ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2eb6298-e747-394b-516c-2552524e59cb-774c75ab, #w-node-a7611aea-3cf3-583e-a864-0b19584f91fa-774c75ab, #w-node-_6dcb712b-1364-ef2a-8bd8-1a360dca8e0d-774c75ab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-df0d1bd8-36bc-6a1d-ec78-9aace81474ac-e1c10080 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2649a784-31ba-0e5f-a5f1-841c3121665d-774c75ab, #w-node-_2649a784-31ba-0e5f-a5f1-841c31216684-774c75ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2cca6aa0-da0f-e76d-e72d-b50d01e844b3-774c75ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


