:root {
  --white: white;
  --black: black;
}

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

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

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.hero-section {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 75px;
}

.hero-section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.hero-section.cc-home-wrap, .hero-section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.features-description {
  margin-left: auto;
  margin-right: auto;
  padding-top: .3em;
  padding-bottom: 4em;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  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;
}

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  font-size: 14px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #060c20;
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 32px;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: .9em;
}

.heading-jumbo-small {
  text-transform: none;
  width: 99.9999%;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 49px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

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

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

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

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

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 710px;
  margin-bottom: 90px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  height: 550px;
  margin-bottom: 0;
  position: static;
}

.intro-content {
  text-align: center;
  width: 90%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 85%;
  margin-bottom: 20px;
}

.features-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
}

.top-summary {
  text-align: center;
  width: 65%;
  margin: 20px auto 100px;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  width: 80%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 50px 50px;
  box-shadow: 0 2px 5px #0003;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  border: 1px solid #eee;
  border-radius: 1px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  background-image: url('../images/ML.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 15px;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-left: 2em;
  margin-right: 2em;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  color: #060c20;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-bar {
  z-index: 99;
  padding: 35px;
  position: fixed;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0 15px 15px;
  display: flex;
}

.image {
  filter: invert();
  cursor: pointer;
  width: 11%;
  height: 70%;
}

.text-block {
  color: #fff;
  padding-right: 6px;
  font-family: Lato, sans-serif;
  font-size: 2.7vh;
  font-style: italic;
  font-weight: 700;
}

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

.div-block-2, .div-block-3, .div-block-4 {
  text-align: left;
}

.div-block-5 {
  text-align: left;
  margin-top: 0;
}

.image-2 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 4.5em;
  line-height: 60px;
}

.text-block-3 {
  color: #287e1e;
  text-align: center;
}

.our-story-section {
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 150px;
}

.product-display-section {
  background-color: #f5f5f5;
  padding-top: 5em;
  padding-bottom: 5em;
}

.hero-bg-video {
  z-index: -99;
  filter: brightness(37%);
  width: 100%;
  position: absolute;
}

.heading-2 {
  text-align: center;
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 4.5em;
}

.features-header {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-6 {
  width: 10%;
  height: 92.1289%;
}

.link, .link-2, .link-3 {
  color: #dd203d;
}

.heading-3 {
  font-size: 35px;
}

.heading-4 {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph {
  color: #6e6e6e;
  margin-bottom: 30px;
  font-size: 16px;
}

.link-4 {
  color: #397e1e;
  font-weight: 600;
  text-decoration: underline;
}

.image-3 {
  border-radius: 20px;
  max-height: 490px;
}

.background-video {
  min-height: 710px;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 20px;
}

.container {
  width: 70%;
}

.grid-2 {
  grid-auto-flow: row;
}

.heading-5 {
  text-align: center;
  margin-bottom: 1em;
  font-family: Lato, sans-serif;
  font-size: 65px;
}

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

.div-block-8, .div-block-9, .div-block-10 {
  padding-bottom: 25px;
}

.bold-text-2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: .8em;
}

.div-block-11 {
  padding-right: 70px;
}

.div-block-12 {
  text-align: left;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-5 {
  border-radius: 20px;
  max-height: 490px;
  margin-top: 25px;
}

.news-section {
  padding: 50px 3.5em 130px;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 15px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.text-block-4 {
  font-size: 15px;
}

.text-block-5 {
  color: #287e1e;
}

.div-block-13 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 50px;
  margin-right: 50px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.footer-section {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
}

.link-6 {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.bold-text-4 {
  font-size: 16px;
}

.div-block-15 {
  margin-bottom: 25px;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-size: 15px;
}

.div-block-16 {
  width: 100%;
  height: 100%;
}

.nav-menu {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.nav-menu:where(.w-variant-a7f17636-6e90-85bd-9a8a-c0b37682d5ba) {
  display: none;
}

.nav-menu-colour {
  background-color: #000000f7;
  width: 100%;
  height: 100%;
}

.heading-8 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.container-2 {
  text-align: left;
  margin-top: 30px;
  padding-top: 0;
}

.div-block-17 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2em;
  padding-right: 2em;
  display: flex;
}

.image-7 {
  filter: invert();
  cursor: pointer;
  min-width: 35px;
  min-height: 35px;
  max-height: 40px;
  display: block;
}

.link-7 {
  color: #fff;
  margin-top: .3em;
  font-family: Lato, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
}

.link-7.w--current {
  font-size: 41px;
  line-height: 70px;
}

.link-8 {
  font-family: Lato, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  text-decoration: none;
}

.italic-text {
  color: #fff;
}

.text-block-9 {
  color: #fff;
  margin-top: 25px;
  margin-left: 50px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.div-block-18 {
  width: 90%;
}

.bold-text-7 {
  color: #1a1b1f;
}

.paragraph-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8em;
  line-height: 40px;
}

.italic-text-2 {
  color: #1f1a1a;
}

.grid-5 {
  filter: brightness(80%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-height: 550px;
  margin-top: 100px;
  overflow: hidden;
}

.bold-text-10 {
  color: #060c20;
}

.text-span, .text-span-2 {
  font-size: 12px;
}

.heading-9 {
  font-size: 38px;
}

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

.div-block-19 {
  background-color: #f4f4f4;
  background-image: url('../images/GZ.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15px;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.div-block-20 {
  background-color: #f4f4f4;
  background-image: url('../images/WD.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.div-block-21, .div-block-22, .div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  font-size: 13px;
}

.section {
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template: "."
  / 1fr 1fr;
}

.heading-10, .heading-11 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 50px;
}

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

.div-block-24 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.button, .button-2 {
  background-color: #000;
  border-radius: 8px;
}

.grid-8 {
  filter: brightness(67%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-25, .div-block-26, .div-block-27 {
  max-height: 200px;
  overflow: hidden;
}

.grid-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.link-9, .link-10 {
  text-decoration: none;
}

.date {
  font-size: 12px;
}

.news-link {
  margin-bottom: 10px;
  text-decoration: none;
}

.heading-12, .heading-13 {
  display: none;
}

.text-block-13 {
  text-align: left;
  font-size: 6em;
  line-height: .9em;
}

.bold-text-11 {
  font-family: Lato, sans-serif;
}

.field-label-5 {
  font-size: 13px;
}

.link-11 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 10px;
}

.link-block-5 {
  cursor: pointer;
}

.text-span-3 {
  font-size: 16px;
}

.grid-10 {
  filter: brightness(74%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
  margin-bottom: 55px;
}

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

.image-8, .image-9, .image-10 {
  border-radius: 12px;
}

.text-span-5 {
  color: #727272;
}

.div-block-29 {
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.highlights {
  opacity: .6;
  color: #060c20;
  font-size: 17px;
}

.heading-15 {
  font-size: 35px;
}

.grid-11 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 70px;
}

.at-a-glance {
  font-size: 15px;
}

.at-a-glance-div {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px 10px 20px;
  box-shadow: 0 -8px #e4e4e4;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-size: 17px;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-15 {
  opacity: .6;
  color: #060c20;
  font-size: 15px;
}

.bold-text-20 {
  font-size: 37px;
}

.heading-16 {
  font-size: 2.7em;
}

.grid-12 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.paragraph-7 {
  font-size: 10px;
  line-height: 15px;
}

.paragraph-8 {
  color: #e0e0e0;
  width: 90%;
  margin-right: auto;
  font-size: 12px;
  line-height: 15px;
}

.heading-17, .heading-18, .heading-19 {
  text-align: center;
  font-size: 40px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-20 {
  margin-top: 50px;
  font-size: 1.6em;
}

.columns {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mobile-phone-forward-disclaimer {
  display: none;
}

.distinct-advantages {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
}

.columns-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 80%;
  margin: 90px auto 20px;
  display: flex;
}

.column {
  border: 1px solid #4b7236;
  border-radius: 13px;
  box-shadow: 0 -7px #4b723633;
}

.column-2 {
  border: 1px solid #4b7236;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 -7px #4b723633;
}

.column-3, .column-4 {
  border: 1px solid #4b7236;
  border-radius: 13px;
  box-shadow: 0 -7px #4b723633;
}

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

.div-block-34 {
  border: 1px solid #eee;
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px 50px;
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  display: none;
}

.div-block-35 {
  margin-bottom: 35px;
}

.text-block-16 {
  font-size: 26px;
  line-height: 33px;
}

.paragraph-9 {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-block-17 {
  font-size: 18px;
}

.text-span-6 {
  vertical-align: super;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  display: inline;
}

.text-span-7 {
  vertical-align: text-bottom;
  font-size: 15px;
  display: inline;
}

.text-span-8 {
  vertical-align: super;
}

.bold-text-22 {
  font-size: 14px;
}

.text-span-9 {
  vertical-align: super;
}

.text-span-10 {
  vertical-align: super;
  font-size: 20px;
}

.text-span-11 {
  vertical-align: super;
}

.bold-text-23 {
  font-size: 14px;
}

.text-span-12, .bold-text-24, .text-span-13, .text-span-14 {
  vertical-align: super;
  font-size: 13px;
}

.bold-text-25 {
  font-size: 13px;
}

.text-span-15 {
  vertical-align: super;
  font-size: 14px;
}

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

@media screen and (min-width: 1440px) {
  .features-description {
    border-radius: 0;
  }

  .label.cc-light {
    font-size: 17px;
  }

  .paragraph-light {
    font-size: 18px;
    line-height: 35px;
  }

  .heading-jumbo {
    margin-top: 0;
  }

  .heading-jumbo-small {
    margin-bottom: 65px;
    font-size: 2.42em;
    line-height: 50px;
  }

  .intro-header {
    height: 740px;
    margin-bottom: 50px;
  }

  .intro-header.cc-subpage {
    height: 650px;
  }

  .intro-content {
    max-width: 1300px;
  }

  .features-wrap {
    width: 75%;
  }

  .top-summary {
    width: 65%;
  }

  .team-pic {
    border-radius: 15px;
  }

  .div-block {
    padding: 1.1em 15px 1.1em 20px;
  }

  .image {
    min-width: 25px;
  }

  .text-block {
    font-size: 2.7vh;
  }

  .heading {
    text-align: center;
    font-size: 4.9em;
  }

  .text-block-3 {
    text-align: center;
    font-size: 19px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .features-header {
    padding-top: 0%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 30px;
  }

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

  .background-video {
    min-height: 730px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .news-section {
    padding: 100px 6.5em 150px;
  }

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

  .link-6 {
    font-size: 16px;
    line-height: 35px;
  }

  .bold-text-4, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 16px;
  }

  .image-7 {
    min-width: 35px;
    min-height: 35px;
  }

  .link-7, .link-7.w--current {
    font-size: 60px;
    line-height: 80px;
  }

  .text-block-9 {
    font-size: 17px;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  .heading-9 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .text-span-4 {
    text-decoration: underline;
  }

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

  .bold-text-21 {
    font-size: 27px;
  }
}

@media screen and (min-width: 1920px) {
  .features-description {
    padding-top: 6em;
    padding-bottom: 7em;
  }

  .primary-button {
    font-size: 19px;
  }

  .label {
    font-size: 20px;
  }

  .paragraph-light {
    margin-bottom: 25px;
    font-size: 1.4em;
    line-height: 50px;
  }

  .heading-jumbo {
    margin-top: 0;
    font-size: 6.5em;
  }

  .heading-jumbo-small {
    margin-bottom: 50px;
    font-size: 3em;
    line-height: 60px;
  }

  .intro-header {
    height: 755px;
  }

  .intro-header.cc-subpage {
    height: 850px;
  }

  .intro-content {
    width: 80%;
    max-width: none;
  }

  .intro-content.cc-homepage {
    width: 65%;
  }

  .features-wrap {
    width: 70%;
    margin-bottom: 100px;
  }

  .top-summary {
    width: 70%;
  }

  .section-heading-wrap {
    margin-bottom: 100px;
  }

  .contact-form-wrap {
    margin-top: 150px;
  }

  .text-field.cc-contact-field {
    margin-bottom: 65px;
    font-size: 19px;
  }

  .contact-form {
    font-size: 25px;
  }

  .contact-form-heading-wrap {
    font-size: 23px;
  }

  .team-member-title-wrap {
    margin-bottom: 2px;
  }

  .team-member-name {
    font-size: 27px;
  }

  .contact-email-link {
    font-size: 19px;
  }

  .div-block {
    padding: 1.3em .5em 1.3em 1.5em;
  }

  .image {
    min-width: 35px;
    min-height: 35px;
  }

  .text-block {
    padding-right: 25px;
  }

  .heading {
    font-size: 6em;
    line-height: 90px;
  }

  .our-story-section {
    padding-top: 8.5em;
    padding-bottom: 6.5em;
  }

  .product-display-section {
    padding-bottom: 6em;
  }

  .heading-2 {
    margin-top: 150px;
    font-size: 3em;
  }

  .heading-4 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 19px;
    line-height: 37px;
  }

  .link-4 {
    font-size: 19px;
  }

  .image-3 {
    max-height: 500px;
  }

  .background-video {
    min-height: 755px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 40px;
  }

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

  .heading-5 {
    font-size: 5em;
    line-height: 80px;
  }

  .bold-text-2 {
    font-size: .5em;
  }

  .bold-text-3 {
    font-size: .7em;
  }

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

  .news-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 35px;
  }

  .text-block-5 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .div-block-13 {
    font-size: 14px;
  }

  .heading-7 {
    font-size: 23px;
  }

  .link-6 {
    font-size: 19px;
    line-height: 38px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    font-size: 20px;
    line-height: 35px;
  }

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

  .image-7 {
    min-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .link-7, .link-7.w--current {
    font-size: 55px;
    line-height: 100px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .bold-text-5 {
    font-size: 30px;
  }

  .text-block-10, .text-block-11, .text-block-12 {
    font-size: 19px;
    line-height: 40px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 21px;
  }

  .bold-text-9 {
    font-size: 23px;
  }

  .paragraph-3 {
    font-size: 2.5em;
    line-height: 45px;
  }

  .text-span, .text-span-2 {
    font-size: 17px;
    line-height: 35px;
  }

  .heading-9 {
    font-size: 55px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 20px;
    line-height: 40px;
  }

  .field-label {
    font-size: 17px;
  }

  .section {
    margin-bottom: 55px;
  }

  .grid-6 {
    margin-top: 130px;
  }

  .heading-10, .heading-11 {
    font-size: 45px;
  }

  .button, .button-2 {
    font-size: 25px;
  }

  .grid-8 {
    place-content: center;
  }

  .div-block-25, .div-block-26, .div-block-27 {
    max-height: 350px;
  }

  .grid-9 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .date {
    font-size: 16px;
  }

  .news-link {
    font-size: 25px;
    line-height: 38px;
  }

  .field-label-2, .field-label-3, .field-label-4 {
    font-size: 17px;
  }

  .text-block-13 {
    font-size: 8.6em;
  }

  .heading-14 {
    margin-top: 150px;
    font-size: 55px;
  }

  .field-label-5 {
    font-size: 17px;
  }

  .field-label-6, .field-label-7, .field-label-8 {
    font-size: 18px;
  }

  .link-11 {
    font-size: 22px;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 20px;
  }

  .at-a-glance {
    font-size: 18px;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
    font-size: 19px;
  }

  .italic-text-3 {
    font-size: 13.5px;
    line-height: 17px;
  }

  .distinct-advantages {
    font-size: 20px;
  }

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

  .text-block-17 {
    font-size: 19px;
  }

  .bold-text-21 {
    font-size: 28px;
  }

  .heading-21 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 70px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-section.cc-cta {
    padding: 15px;
  }

  .hero-section.cc-home-wrap, .hero-section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .features-description {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-8 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .grid-11 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .hero-section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .hero-section.cc-home-wrap, .hero-section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .features-description {
    justify-content: center;
    align-items: flex-end;
    padding-top: 1em;
    padding-bottom: 6em;
  }

  .primary-button {
    font-size: 11px;
  }

  .label {
    width: 100%;
    font-size: 14px;
  }

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

  .paragraph-light {
    text-align: center;
    width: 95%;
    margin: 15px auto 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .heading-jumbo {
    flex-flow: column;
    font-size: 3.5em;
    line-height: 50px;
  }

  .heading-jumbo-small {
    margin-top: 30px;
    font-size: 2em;
    line-height: 33px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 640px;
    margin-bottom: 0;
  }

  .intro-header.cc-subpage {
    height: 550px;
  }

  .intro-content {
    max-width: none;
    display: block;
    overflow: auto;
  }

  .intro-content.cc-homepage {
    width: 80%;
  }

  .features-wrap {
    width: 90%;
    margin-bottom: 55px;
  }

  .top-summary {
    width: 95%;
    margin-top: 55px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    width: 96%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    height: 150px;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .div-block {
    padding-left: 2px;
    padding-right: 2px;
  }

  .image {
    box-shadow: none;
    min-width: 30px;
    height: 100%;
    min-height: 20px;
  }

  .text-block {
    display: none;
  }

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

  .div-block-2, .div-block-3 {
    padding-bottom: 30px;
  }

  .heading {
    font-size: 3.5em;
    line-height: 45px;
  }

  .our-story-section {
    padding-top: 50px;
  }

  .product-display-section {
    padding-bottom: 8em;
    padding-left: 0;
  }

  .heading-2 {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 2.8em;
    line-height: 48px;
  }

  .features-header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-4 {
    text-align: center;
    margin-right: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph {
    text-align: justify;
  }

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

  .image-3 {
    margin-top: 15px;
    display: block;
  }

  .background-video {
    min-height: 625px;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: 90%;
    padding-left: 0;
  }

  .div-block-7 {
    display: none;
  }

  .grid-2 {
    margin-left: 35px;
    margin-right: 35px;
    display: block;
  }

  .heading-5 {
    margin: 10px 15px 1.4em;
    font-size: 45px;
    line-height: 48px;
  }

  .bold-text-2 {
    font-size: .7em;
    line-height: 30px;
  }

  .div-block-11 {
    padding-right: 0;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .news-section {
    background-color: #fafafa;
    padding-bottom: 100px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-13 {
    padding-top: 15px;
  }

  .grid-4 {
    grid-auto-flow: row;
    display: block;
  }

  .heading-6 {
    margin-bottom: 25px;
    font-size: 23px;
  }

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

  .heading-7 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .link-6 {
    font-size: 13px;
    line-height: 24px;
  }

  .div-block-17 {
    padding-right: 1em;
  }

  .image-7 {
    min-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .link-7 {
    margin-top: .6em;
    padding-left: 25px;
    font-size: 35px;
    line-height: 50px;
  }

  .link-7.w--current {
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-9 {
    margin-top: 35px;
    margin-right: 50px;
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-18 {
    display: none;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 1.3em;
    line-height: 30px;
  }

  .grid-5 {
    flex-flow: column;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .heading-9 {
    font-size: 27px;
  }

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

  .grid-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-10, .heading-11 {
    font-size: 25px;
    line-height: 25px;
  }

  .grid-8, .grid-9 {
    flex-flow: column;
    display: flex;
  }

  .heading-12 {
    margin-top: 0;
    font-family: Lato, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 50px;
    display: block;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 50px;
    display: block;
  }

  .text-block-13 {
    display: none;
  }

  .heading-14 {
    margin-bottom: 0;
  }

  .div-block-28 {
    width: 100%;
  }

  .link-11 {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px;
  }

  .grid-10 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .grid-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .at-a-glance-div {
    padding-bottom: 25px;
  }

  .heading-20 {
    font-size: 1.3em;
    line-height: 35px;
  }

  .columns {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-33 {
    display: none;
  }

  .mobile-phone-forward-disclaimer {
    color: #a7a7a7;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: Lato, sans-serif;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .italic-text-4 {
    font-family: Lato, sans-serif;
  }

  .distinct-advantages {
    font-size: 16px;
  }

  .columns-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 20px;
  }

  .column, .column-2, .column-3, .column-4 {
    box-shadow: 0 -4px #4b723633;
  }
}

#w-node-_29c48801-6203-b0d9-c687-60a23a1e2dce-81c789c4 {
  justify-self: end;
}

#w-node-_85fcc2db-8196-8ed8-ead0-c7a765215375-81c789c4 {
  justify-self: start;
}

#w-node-_4ebaeb8a-c839-0420-96ca-c14719c79063-19c79060 {
  place-self: auto start;
}

#w-node-_4ebaeb8a-c839-0420-96ca-c14719c7907a-19c79060 {
  align-self: end;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-81c789c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-81c789c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-81c789c8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-81c789c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-81c789c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_47419d91-5cea-5179-05fc-aa1466b7e46c-49cc4e4a {
  place-self: start;
}

#w-node-_3669652e-7aae-20c4-79d0-01fb2c96b8e6-735d18c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-81c789c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-81c789c8 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-81c789c9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2ff52fa6-1005-4094-6cb5-7a034f6717d6-49cc4e4a, #w-node-bd8366af-e622-4d74-507b-ad99fd120a42-49cc4e4a, #w-node-_76df7633-d134-ca18-860d-fdf8708d34d4-49cc4e4a {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-81c789c8, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-81c789c9 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-81c789c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-81c789c8 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


