:root {
  --black: #1e1e1e;
  --white: white;
  --grey: #3f3d3d;
  --light-blue: #d4d4d42e;
  --orange: #e48100;
  --orange-blur: #da7e0742;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Satoshi;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

.nav-menu-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.nav-menu-two.nav-v {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.nav-menu-two.nav-v.non-color {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.navbar-logo-left {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.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-link.nav-small {
  color: var(--white);
  text-align: left;
  font-size: 12px;
}

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

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

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-color: #fffdfd;
  background-image: url('../images/photo_2025-10-15-15.21.58.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.page-title {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: hard-light;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, -11px);
}

.hero-image-foreground {
  z-index: 3;
  text-align: center;
  position: fixed;
  inset: 0%;
}

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

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

.about-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

.section.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
}

.section.tp-100 {
  padding-top: 100px;
}

.section.top-100px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

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

.section.center {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100vw;
  max-height: 600px;
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.floating-image._40vp {
  max-width: 50vw;
  max-height: none;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
  display: none;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.separator-line.separator-items {
  display: none;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-column-gap: 44px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: stretch stretch;
}

._2x1-grid.mb-100 {
  grid-template-columns: .75fr 1fr;
  margin-bottom: 100px;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bottom-margin-medium {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion-trigger.mt-60 {
  margin-top: 60px;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.accordion-content.first.hidden {
  height: 0;
}

.accordion-content-text {
  text-align: left;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.v-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 0%;
  max-height: none;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: auto;
  max-height: none;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.animated-grid-image {
  width: 300px;
  height: 100%;
}

.single-service-grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 0;
  display: flex;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  mix-blend-mode: normal;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 100%;
}

.animated-overlay-blocks {
  z-index: 4;
  text-align: center;
  overflow-wrap: normal;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

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

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--white);
  text-transform: none;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-label-2.paragraph.gray {
  color: var(--grey);
}

.form-block-3 {
  text-align: center;
  max-width: 600px;
  padding-top: 0;
}

.footer-section {
  margin-top: 100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

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

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

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

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

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

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

.changelog-wrapper {
  width: 100%;
}

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

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

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

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.heading-2 {
  box-sizing: border-box;
  color: var(--black);
  letter-spacing: 0;
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-2.smaller-text {
  color: var(--white);
  background-color: #0000;
  justify-content: flex-start;
  font-size: 2vw;
  display: block;
}

.heading-2.align-tl {
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.vacancy-card-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(270deg, #ff9b2973, #fddfa6ad 40%, #fff1d794);
  background-clip: border-box;
  flex-flow: column;
  padding: 64px 42px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.testimonial-card-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  text-align: center;
  margin-bottom: 24px;
  font-size: .8rem;
}

.testimonial-text-three {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.testimonial-author-name-three.mt-40 {
  margin-top: 40px;
}

.paragraph {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.paragraph.p-light {
  font-weight: 300;
}

.paragraph.light {
  margin-top: 0;
  font-weight: 300;
}

.paragraph.light.center-aligned-heading {
  text-align: center;
}

.paragraph.medium {
  font-weight: 500;
  display: block;
}

.paragraph.medium:hover {
  color: var(--orange);
}

.paragraph.medium.w--current {
  color: var(--black);
  font-weight: 500;
}

.paragraph.medium.w--current:hover {
  color: var(--orange);
}

.paragraph.gray {
  color: var(--grey);
  text-align: left;
}

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

.heading-1 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-1.subheading {
  font-size: 3rem;
}

.heading-1.tp-18 {
  margin-top: 18px;
}

.heading-3 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-3.mt-30 {
  margin-top: 30px;
}

.heading-3.mb-30 {
  margin-bottom: 30px;
}

.heading-3.mb-16 {
  margin-bottom: 16px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.bold-text {
  text-align: center;
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 600;
}

.paragraph-5 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-4 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.div-block-76 {
  font-family: Montserrat, sans-serif;
}

.bold-text-3 {
  font-size: 1rem;
}

.bold-text-4 {
  font-size: .8rem;
}

.testimonial-card-content-2 {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading-2 {
  margin-bottom: 24px;
}

.testimonial-text-three-2 {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.footer-dark {
  background-color: var(--grey);
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 50px 60px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -15px;
  display: flex;
  position: relative;
}

.footer-social-link {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  margin-left: 12px;
  display: flex;
}

.footer-social-link.ml-5 {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  display: flex;
}

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  background-color: #fff;
  border-radius: 6px;
  width: 28px;
  max-width: none;
}

.image-3 {
  background-color: var(--white);
  border-radius: 6px;
  width: 26px;
  max-width: none;
}

.button {
  background-color: var(--orange);
  margin-top: auto;
}

.button-2 {
  background-color: var(--orange);
}

.button-main {
  background-color: var(--orange);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 300px;
  max-height: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-main:hover {
  background-color: var(--black);
  color: var(--orange);
}

.button-main:active {
  background-color: var(--grey);
}

.button-main.ml-40 {
  margin-left: 40px;
}

.button-main.ml-40.mt-80 {
  margin-top: 80px;
}

.button-main._200px {
  max-width: 280px;
}

.button-4 {
  background-color: var(--orange);
}

.image-4 {
  max-width: 50%;
}

.image-5 {
  max-width: 32%;
}

.div-block--sm {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block, .link-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.h-wrapper._w-100 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  width: 100%;
}

.h-wrapper._w-100.mt-54 {
  margin-top: 62px;
}

.image-wrapper {
  border-radius: 24px;
  justify-content: flex-start;
  width: auto;
  height: auto;
  display: block;
}

.image-wrapper._w-50 {
  width: 50%;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-6._w-50 {
  width: 50%;
}

.accordion-trigger-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1e1e1e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion-content-text-2 {
  padding-top: 10px;
}

.single-service-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
}

.animated-grid-image-2 {
  width: 500px;
  height: 300px;
}

.bullet-indicator-2 {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.number-2 {
  color: #747474;
  margin-top: 2px;
  font-weight: 400;
}

.div-block-text {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.accordion-grid-wrapper-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
}

.service-bullet-point-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #747474;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

._2x1-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: stretch;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
  height: 60px;
  padding: 40px 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.accordion-item {
  width: 100%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.accordion-item.view {
  overflow: hidden;
}

.dropdown-list {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
}

.dropdown-list.opened-dl {
  display: block;
  overflow: visible;
}

.project-content-box-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box-2.left-aligned {
  left: 0;
  right: auto;
}

.bullet-indicator-3 {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.bottom-margin-medium-2 {
  margin-bottom: 40px;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-label-2 {
  color: #747474;
  font-size: .875rem;
}

.floating-image-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.call-block {
  z-index: 1000;
  width: auto;
  margin-bottom: 40px;
  margin-left: 40px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.contacts-toggle {
  align-items: center;
  max-height: 29.5px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-list-1 {
  background-color: var(--white);
  margin-left: -40px;
  padding-left: 0;
  display: none;
}

.up-arrow {
  z-index: 1000;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.materials-sales-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-7 {
  max-width: none;
  max-height: 300px;
}

.grid {
  grid-row-gap: 19px;
  grid-template-columns: .5fr .5fr;
}

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

.image-materials {
  max-height: 180px;
}

.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 180px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.material-card {
  display: flex;
}

.rental-item-divblock {
  max-width: 580px;
}

.btn-divblock {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.btn-divblock.tm-80 {
  margin-top: 100px;
}

.btn-divblock.tbm-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.btn-divblock.tm-20 {
  margin-top: 20px;
}

.btn-divblock.tm-20.bm-100 {
  margin-bottom: 100px;
}

.div-block-77 {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-bloc-numbers {
  z-index: 5;
  background-color: var(--white);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-numbers {
  margin: 8px 32px;
}

.list-item {
  display: block;
}

.list-item.no-view {
  display: none;
}

.nav-divblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
  padding-left: 0;
  display: flex;
}

.icon {
  mix-blend-mode: normal;
  margin-right: 10px;
  position: static;
  transform: rotate(90deg);
}

.column-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.column-3 {
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.column-rental {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 12px;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button-3:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
  background-color: #c1d0d8;
}

.grey-text-2 {
  color: #747474;
}

.grey-text-2.bottom-margin-60px {
  margin-bottom: 60px;
}

.form-label-3 {
  color: #747474;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.floating-image-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper-4.contact-section {
  max-width: 45vw;
  max-height: 42vw;
}

.form-block-4 {
  max-width: 40vw;
}

.primary-button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button-4:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
  background-color: #c1d0d8;
}

.primary-button-4.paragraph {
  background-color: var(--orange);
  color: var(--white);
  text-transform: capitalize;
  mix-blend-mode: normal;
  margin-top: 22px;
  font-size: .87rem;
}

.primary-button-4.paragraph:hover {
  background-color: var(--black);
  color: var(--orange);
}

.primary-button-4.paragraph:active {
  background-color: var(--grey);
}

.footer-link-3 {
  color: #747474;
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link-3:hover {
  color: #1e1e1e;
}

.text-footer {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block {
  text-align: center;
  text-decoration: none;
}

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

.grid-1 {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.column-5 {
  max-height: 600px;
}

.image-8 {
  max-height: 480px;
}

.column-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.eq-column {
  margin-top: 0;
}

.div-block-79 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.list-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.bold-text-6 {
  font-weight: 600;
}

.div-block-list---8-gap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.grid-2pics {
  grid-template-rows: auto;
}

.dropdown {
  display: block;
}

.dropdown-list-2 {
  background-color: var(--white);
  margin-left: -40px;
  padding-left: 0;
  display: none;
}

.div-block-80 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.image-11 {
  text-align: center;
  vertical-align: baseline;
  flex: 0 auto;
  align-self: center;
  margin-top: -72px;
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two.nav-v.non-color {
    background-color: #0000;
    padding-top: 0;
  }

  .navbar-logo-left {
    z-index: 1000;
    background-color: var(--white);
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

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

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .section.center {
    padding-top: 140px;
    padding-bottom: 59px;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .separator-line.separator-items {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  ._2x1-grid.mb-100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
    display: none;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: 600px;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .styleguide-block {
    text-align: left;
  }

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .heading-2 {
    white-space: break-spaces;
    font-size: 3vw;
  }

  .heading-2.smaller-text {
    font-size: 2.2vw;
  }

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

  .paragraph.light.center-aligned-heading {
    text-align: center;
  }

  .heading-1, .heading-1.tp-18 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto 1fr;
  }

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

  .div-block--sm, .link-block {
    justify-content: center;
    align-items: center;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: 16px;
  }

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

  .accordion-item {
    margin-bottom: 40px;
  }

  .project-content-box-2 {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-4 {
    margin-top: 0;
  }

  .floating-image-wrapper-3 {
    max-width: none;
    max-height: none;
  }

  .section-2 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .image-6 {
    width: 8vh;
  }

  .dropdown-list-1 {
    margin-left: -20px;
    display: none;
  }

  .up-link {
    display: none;
  }

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

  .column-2, .column-3, .column-rental {
    padding-left: 20px;
  }

  .floating-image-wrapper-4 {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper-4.contact-section {
    max-width: none;
  }

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

  .grid-2pics {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 2.25fr;
    justify-items: center;
  }

  .dropdown-list-2 {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .hero-image-background {
    z-index: 0;
    box-sizing: border-box;
    aspect-ratio: 1;
    text-overflow: ellipsis;
    object-fit: contain;
    display: block;
    position: static;
    overflow: auto;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .separator-line {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .form-block-3 {
    max-width: 480px;
  }

  .secondary-button {
    flex: 1;
  }

  .color-palette-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

  .heading-2 {
    white-space: break-spaces;
    flex: auto;
    font-size: 4vw;
  }

  .heading-2.smaller-text {
    font-size: 3.5vw;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three, .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .service-bullet-point-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dropdown-toggle {
    align-items: center;
    margin-top: 5px;
  }

  .call-block {
    margin-bottom: 30px;
    margin-left: 30px;
  }

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

  .link-numbers {
    margin: 4px 20px;
  }

  .column-2, .column-3, .column-rental {
    padding-left: 20px;
  }

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

  .image-8 {
    max-height: 300px;
  }

  .eq-column {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-menu-two.nav-v {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .nav-menu-two.nav-v.non-color {
    box-shadow: none;
    text-align: left;
    text-overflow: clip;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image-background {
    pointer-events: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .stat {
    font-size: 2rem;
  }

  .section {
    padding-top: 100px;
  }

  .section.tp-100 {
    padding-top: 20px;
  }

  .section.top-100px {
    padding-top: 79px;
  }

  .section.tp-80 {
    margin-bottom: -60px;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .separator-line {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-description {
    margin-top: 20px;
  }

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

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  ._2x1-grid {
    grid-row-gap: 0px;
    padding-right: 0;
  }

  ._2x1-grid.mr-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 0;
  }

  ._2x1-grid.mb-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .accordion-trigger.mt-60 {
    margin-top: 20px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-content-text {
    font-size: .7rem;
  }

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

  .animated-grid-image {
    width: 100%;
  }

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    font-size: 16.5vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-margin-100px {
    margin-bottom: 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .heading-2 {
    white-space: break-spaces;
    word-break: normal;
    flex-flow: row;
    flex: auto;
    order: 0;
    align-self: auto;
    height: auto;
    font-size: 6vw;
  }

  .heading-2.smaller-text {
    font-size: 5.5vw;
  }

  .testimonial-stack {
    justify-content: center;
    padding-top: 30px;
    display: flex;
  }

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

  .vacancy-card-three {
    box-shadow: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .paragraph.light {
    flex-flow: column;
    display: flex;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .heading-4 {
    font-size: 1.7rem;
  }

  .footer-dark {
    background-color: var(--grey);
  }

  .button, .button-2 {
    margin-top: 20px;
  }

  .button-main {
    max-width: none;
    margin-top: 20px;
  }

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

  .link-block {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
  }

  .accordion-trigger-2 {
    padding-bottom: 5px;
  }

  .single-service-grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .accordion-grid-wrapper-2 {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .bold-text-5 {
    font-size: 1rem;
  }

  .dropdown-toggle {
    overflow-wrap: normal;
    flex-flow: row;
    align-items: center;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .project-content-box-2 {
    padding-top: 0;
    display: block;
  }

  .call-block {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .materials-sales-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .image-materials {
    max-height: 200px;
  }

  .grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .material-card {
    flex-flow: column;
  }

  .btn-divblock.tm-20.bm-100 {
    margin-top: 0;
  }

  .link-numbers {
    margin: 0 16px;
    font-size: .6rem;
  }

  .column-2, .column-3 {
    padding-left: 20px;
  }

  .column-rental {
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-78 {
    text-align: center;
  }

  .primary-button-3, .primary-button-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    max-height: 360px;
  }

  .column-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 20px;
  }

  .eq-column {
    flex-flow: column;
  }

  .div-block-list---8-gap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .image-9, .image-10 {
    max-height: 200px;
  }
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-f33e0cea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6a03c7-fbd0-f985-51c8-12fac7f85c53-f33e0cea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c3e76356-ab45-4c3c-5618-3156eee7c593-f33e0cea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c32af5d5-809a-074e-bd3f-344802ea0783-f33e0cea {
  justify-self: auto;
}

#w-node-_3c133857-38b1-fbb5-d2c2-da8439c71456-f33e0cea {
  justify-self: end;
}

#w-node-_4e2748e8-ef5c-adeb-a6f4-f19fcb91bb94-f33e0cea {
  justify-self: auto;
}

#w-node-_4e2748e8-ef5c-adeb-a6f4-f19fcb91bb9b-f33e0cea {
  justify-self: end;
}

#w-node-_83edbe6c-ecb7-86b0-c848-10d3a39857a4-f33e0cea {
  justify-self: auto;
}

#w-node-_83edbe6c-ecb7-86b0-c848-10d3a39857ab-f33e0cea {
  justify-self: end;
}

#w-node-a418146c-7d77-58d1-bdd5-6fcc4139758a-f33e0cea {
  justify-self: auto;
}

#w-node-a418146c-7d77-58d1-bdd5-6fcc41397591-f33e0cea {
  justify-self: end;
}

#w-node-_5b9e0bab-e4f7-a849-2b64-ebcbb25f0b27-f33e0cea, #w-node-_5bf12b8a-c47e-f298-7836-e5e9cf122fc4-cf122fbd, #w-node-_5bf12b8a-c47e-f298-7836-e5e9cf122fd4-cf122fbd, #w-node-_5bf12b8a-c47e-f298-7836-e5e9cf122fdc-cf122fbd, #w-node-cd80f3b9-d3ee-abc3-d6d1-635fe0454141-e2075d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd80f3b9-d3ee-abc3-d6d1-635fe0454143-e2075d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-cd80f3b9-d3ee-abc3-d6d1-635fe0454141-72765813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd80f3b9-d3ee-abc3-d6d1-635fe0454143-72765813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_13f54d50-ff79-43b8-94ac-cedca69489c5-72765813, #w-node-_37809297-b001-63a0-a5de-f7503d368f3c-539580b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37809297-b001-63a0-a5de-f7503d368f3e-539580b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8885c30c-3fb7-0876-9a42-c4b06565537f-514501ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8885c30c-3fb7-0876-9a42-c4b065655381-514501ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-f33e0cea, #w-node-_5b9e0bab-e4f7-a849-2b64-ebcbb25f0b27-f33e0cea, #w-node-cd80f3b9-d3ee-abc3-d6d1-635fe0454141-e2075d01, #w-node-cd80f3b9-d3ee-abc3-d6d1-635fe0454141-72765813, #w-node-_37809297-b001-63a0-a5de-f7503d368f3c-539580b7, #w-node-_8885c30c-3fb7-0876-9a42-c4b06565537f-514501ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


