:root {
  --walsh--black: #2c2c2c;
  --white: white;
  --black: black;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--walsh-dark-green: #204f58;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--walsh-mid-green: #47888a;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: 12px;
  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;
}

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

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

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
  font-weight: 500;
}

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

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

.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 {
  opacity: .6;
  line-height: 25px;
}

.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;
  margin-bottom: 0;
}

.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: #1a1b1f;
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.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;
  align-items: center;
  display: block;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

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

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

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

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: row;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 120px;
  display: grid;
}

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

.service-icon {
  text-align: left;
  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;
  padding: 45px 50px 50px;
}

.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;
  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 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  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;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

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

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

.project-cover-pic {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
  position: static;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

.project-name-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  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;
  margin-bottom: 5px;
}

.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: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  text-align: left;
  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 {
  width: 80%;
  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;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
  bottom: auto;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  font-size: 16px;
  font-weight: 100;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-without-title-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image {
  display: block;
}

.paragraph {
  justify-content: flex-end;
  display: flex;
}

.container-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.paragraph-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

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

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

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.quick-stack {
  padding-top: 100px;
}

.text-block {
  font-size: 15px;
  line-height: 25px;
}

.image-3 {
  box-shadow: 0 0 20px 7px #0003;
}

.heading-desktop {
  text-align: center;
  margin-top: 140px;
  padding-bottom: 80px;
}

.image-4 {
  margin-left: 0;
  padding-left: 0;
  box-shadow: 0 0 20px 7px #0003;
}

.slide-nav {
  background-color: #fff;
  margin-bottom: 0;
}

.slide {
  background-color: #fff;
  margin-top: 11px;
}

.image-5 {
  text-align: center;
  background-color: #fff;
  margin-top: 40px;
}

.slide-2 {
  text-align: left;
  background-color: #fff;
}

.slider {
  overflow: visible;
}

.image-6 {
  display: block;
}

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

.section-2 {
  text-align: center;
  margin-bottom: 50px;
}

.button-2 {
  text-align: left;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  padding-top: 20px;
}

.cell-2 {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #1a1b1f;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.cell-3 {
  text-align: left;
  border: 1px #000;
  justify-content: center;
  align-items: center;
}

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

.heading-3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cell-4 {
  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;
  padding-bottom: 140px;
  display: block;
}

.image-7 {
  margin-top: 100px;
  padding-top: 0;
  box-shadow: 0 0 20px 7px #0003;
}

.image-8 {
  padding: 100px 90px 100px 100px;
}

.cell-5 {
  padding-top: 100px;
}

.cell-6 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  text-align: left;
  padding-left: 0;
  padding-right: 60px;
}

.image-9 {
  margin-left: 0;
  padding-left: 0;
  box-shadow: 0 0 20px 7px #0003;
}

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

.quick-stack-3 {
  margin-top: 140px;
  margin-bottom: 100px;
  margin-left: 40px;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  font-weight: 500;
}

.logos-title-large-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 60px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title-2 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  box-shadow: 0 0 20px 7px #0003;
}

.text-block-3 {
  padding-top: 0;
}

.button-4 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  margin-bottom: 80px;
}

.quick-stack-4 {
  padding-top: 60px;
  box-shadow: 0 0 20px 7px #0003;
}

.quick-stack-5 {
  box-shadow: 0 0 20px 7px #0003;
}

.container-7 {
  text-align: center;
}

.button-5 {
  background-color: #000;
}

.section-4 {
  margin-top: 10px;
  margin-bottom: 90px;
}

.quick-stack-6 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 220px;
  padding: 50px 30px 15px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.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;
}

.map-2 {
  margin-top: 100px;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  height: 32px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.walsh-inner-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
  position: relative !important;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  color: #fff;
  background-color: #000;
  padding: 10px;
  position: sticky;
  top: 0;
}

.walsh-nav-link-black {
  color: var(--walsh--black);
  text-align: center;
  border-radius: 8px;
  padding: 15px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-toggle-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-menu-white {
  grid-column-gap: 8px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: static;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.button-6 {
  background-color: #000;
}

.walsh-container {
  z-index: 2;
  background-color: #fff;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.walsh-cta-green-wrapper {
  background-color: var(--white);
}

.walsh-cta-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding: 5em 3em;
  display: flex;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-heading-medium-white {
  color: var(--black);
  text-align: center;
  margin-top: 86px;
  margin-bottom: 0;
  padding-bottom: 36px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.walsh-main-paragraph-white {
  color: #000c;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.walsh-text-small-white {
  color: #fffc;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #fff;
  font-weight: 600;
}

.image-11 {
  padding-left: 0;
  box-shadow: 0 0 20px 7px #0003;
}

.button-7 {
  text-align: left;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-icon-wrapper-circle {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.udesly-code-snippet {
  display: none;
}

.udesly-typewriter-effect {
  text-align: center;
  cursor: ew-resize;
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph {
  color: #0009;
  text-align: center;
  letter-spacing: 0;
  margin-top: 92px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.walsh-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-cover-image-2 {
  opacity: 1;
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 7px #0003;
}

.walsh-profile-wrapper-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-circle-image-2 {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-info-wrap-2 {
  text-align: left;
}

.walsh-quote-image-2 {
  opacity: .26;
  height: 56px;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 6em 6em;
  display: flex;
}

.walsh-quote-image-wrapper {
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding: 3em 0 4em 4em;
  display: flex;
}

.image-12 {
  background-color: var(--white);
}

.mask {
  background-color: #fff;
  margin-top: 50px;
}

.cell-7 {
  flex-flow: column;
  align-items: center;
}

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

.quick-stack-7 {
  margin-top: 18px;
}

.heading-6 {
  text-align: center;
  margin-top: 73px;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-regular-2 {
  color: var(--walsh--black);
  margin-top: -13px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.walsh-heading-small-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-cover-image-3 {
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  direction: ltr;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px #0003;
}

.walsh-profile-wrapper-3 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-circle-image-3 {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-text-small-left-2 {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-info-wrap-3 {
  text-align: left;
}

.walsh-quote-image-3 {
  opacity: .26;
  height: 56px;
}

.walsh-rounded-box-banner-2 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-center-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-quote-image-wrapper-2 {
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left-2 {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding: 5em 3em;
  display: flex;
}

.button-8 {
  color: #fff;
  background-color: #000;
}

.image-13 {
  margin-bottom: 0;
  padding: 100px 100px 100px 90px;
}

.div-block {
  text-align: left;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cell-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.paragraph-3-desktop {
  margin-bottom: -6px;
  padding-left: 115px;
  padding-right: 180px;
}

.cell-9 {
  padding-top: 83px;
  padding-right: 50px;
}

.cell-10 {
  padding-top: 79px;
  padding-left: 50px;
  display: block;
}

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

.paragraph-4 {
  padding-left: 180px;
  padding-right: 115px;
}

.cell-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 75px;
}

.div-block-2 {
  box-shadow: 0 0 5px #0003;
}

.div-block-3 {
  box-shadow: 0 0 20px 5px #0003;
}

.div-block-4 {
  margin-left: 0;
  padding-left: 0;
  box-shadow: 0 0 20px 7px #0003;
}

.container-10 {
  margin-top: -61px;
  padding-top: 0;
}

.image-14 {
  text-align: left;
  padding-left: 0;
  text-decoration: none;
  position: static;
}

.body {
  text-align: left;
  display: block;
}

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

.container-11 {
  text-align: left;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cell-12 {
  align-items: flex-end;
}

.cell-13 {
  align-items: center;
}

.heading-9 {
  text-align: left;
  padding-right: 26px;
  font-size: 25px;
}

.cell-14 {
  padding-right: 0;
}

.heading-10 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 35px;
}

.image-15 {
  box-shadow: 0 0 20px 7px #0003;
}

.quick-stack-8 {
  margin-top: 30px;
}

.udesly-date-block {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
}

.udesly-code-snippet-2 {
  display: none;
}

.udesly-seconds-left, .udesly-hours-left, .udesly-minutes-left {
  font-size: 2rem;
}

.udesly-unit-wrapper {
  text-align: center;
}

.udesly-days-left {
  font-size: 2rem;
}

.udesly-countdown-wrapper {
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.udesly-text-black {
  padding-top: 20px;
  font-size: 20px;
}

.udesly-paragraph {
  color: #afafaf;
}

.heading-11 {
  text-align: center;
  font-size: 35px;
}

.heading-12 {
  justify-content: center;
  display: flex;
}

.cell-15, .cell-16 {
  align-items: center;
}

.heading-13, .heading-14 {
  font-size: 20px;
}

.heading-15 {
  margin-top: auto;
  font-size: 20px;
  font-weight: 200;
}

.text-block-4 {
  text-align: center;
  margin-top: -35px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.section-5 {
  margin-top: 70px;
}

.div-block-5 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-6 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-7, .div-block-8, .div-block-9 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  text-align: left;
  margin-left: 60px;
  margin-right: 0;
  font-weight: 300;
}

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

.div-block-10 {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section-6 {
  flex-flow: row;
  justify-content: center;
  margin-top: auto;
  display: flex;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green);
  position: relative;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-cover-image-4 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-link-block-green {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-hero-center-wrapper {
  grid-row-gap: 2em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 6em 3em;
  display: flex;
}

.walsh-hero-wrapper {
  padding: 2em 5em 5em;
}

.walsh-hero-frame-image {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 16em;
  height: 16em;
  overflow: hidden;
}

.walsh-hero-frame-image-med {
  border-radius: 8px;
  flex: none;
  width: 100%;
  max-width: 20em;
  overflow: hidden;
}

.walsh-logo-wrapper-green {
  width: 100%;
  height: 8em;
  box-shadow: 0 1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-cta-h-wrapper-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-flex-col {
  grid-column-gap: 2em;
  display: flex;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-cta-block-dark-green {
  background-color: var(--walsh--walsh-dark-green);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-list-flex-white {
  color: #fffc;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-tag-white {
  color: var(--walsh--walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-link-block-default-white {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-default-white:hover {
  box-shadow: inset 0 -3px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.button-9 {
  background-color: #000;
}

.heading-16 {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.heading-17 {
  flex-flow: row;
  justify-content: center;
  margin-top: 140px;
  margin-bottom: -70px;
  display: flex;
}

.paragraph-8-desktop {
  margin-bottom: 30px;
  padding-left: 120px;
  padding-right: 60px;
}

.cell-23 {
  padding-top: 0;
  display: flex;
}

.hero-video-mobil {
  display: none;
}

.heading-mobile {
  text-align: center;
  margin-top: 55px;
  padding-bottom: 40px;
}

.paragraph-3-mobile {
  margin-bottom: -6px;
  padding-left: 115px;
  padding-right: 180px;
}

.heading-18-desktop {
  justify-content: center;
  display: flex;
}

.button-10 {
  background-color: #000;
}

.text-block-6 {
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 1440px) {
  .section {
    margin-top: 65px;
  }

  .paragraph-bigger {
    justify-content: center;
    display: flex;
  }

  .label {
    font-size: 15px;
  }

  .paragraph-light {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

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


  .walsh-main-nav {
    align-items: center;
    display: flex;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .walsh-main-paragraph-white {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }

  .walsh-main-paragraph-2 {
    text-align: center;
    font-weight: 300;
  }

  .div-block {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .cell-8 {
    text-align: center;
  }

  .paragraph-3-desktop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-5, .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-7, .div-block-8 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .paragraph-5 {
    margin-top: -25px;
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph-6 {
    text-align: center;
    margin-top: -55px;
    margin-bottom: 86px;
    font-weight: 500;
  }

  .paragraph-7 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .quick-stack-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cell-17 {
    align-items: center;
    display: flex;
  }

  .cell-18 {
    display: block;
  }

  .quick-stack-10 {
    margin-top: -100px;
    padding-top: 0;
  }

  .cell-19 {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .cell-20 {
    flex-flow: column;
    align-items: center;
  }

  .cell-21 {
    flex-flow: row;
    justify-content: center;
  }

  .cell-22 {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -100px;
    padding-top: 0;
  }

  .section-6 {
    justify-content: center;
    margin-top: auto;
    display: flex;
  }

  .walsh-hero-wrapper {
    padding-top: 0;
  }

  .walsh-heading-xlarge-white {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-link-block-orange-2 {
    background-color: #000;
  }

  .walsh-heading-large-white {
    color: #000;
    background-color: #fff;
  }

  .walsh-cta-block-dark-green {
    background-color: var(--white);
  }

  .paragraph-8-desktop {
    padding-left: 130px;
  }

  .heading-18 {
    text-align: left;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: -14px;
    display: flex;
  }

  .heading-19 {
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    display: flex;
  }

  .hero-video-desktop {
    width: auto;
    height: 33.6vw;
    min-height: 500px;
    display: block;
  }

  .hero-video-mobil {
    display: none;
    overflow: clip;
  }

  .heading-mobile {
    display: none;
  }

  .paragraph-3-mobile {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .heading-18-desktop {
    text-align: left;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: -14px;
    display: flex;
  }

  .button-10 {
    background-color: #000;
  }

  .cell-24 {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .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: 56px;
    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;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .clients-image-three-2 {
    margin-bottom: 30px;
  }

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

  .clients-title-2 {
    margin-bottom: 32px;
  }

  .quick-stack-4 {
    box-shadow: 0 0 20px 7px #0003;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .walsh-nav-link-black {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black:hover {
    background-color: #0000;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .walsh-menu-button-black {
    order: 1;
  }

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

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

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

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-cover-image-3 {
    box-shadow: inset 0 0 20px 7px #0003;
  }

  .walsh-rounded-box-banner-2 {
    flex-direction: column;
  }

  .walsh-inner-column-center-2 {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left-2 {
    max-width: none;
    padding: 4em 4em 0;
  }

  .div-block-2 {
    box-shadow: 0 0 20px 7px #0003;
  }

  .udesly-seconds-left, .udesly-hours-left, .udesly-minutes-left, .udesly-days-left {
    font-size: 1.5rem;
  }

  .udesly-countdown-wrapper {
    margin-bottom: 20px;
  }

  .udesly-text-black {
    font-size: 2rem;
  }

  .udesly-paragraph {
    font-size: 1.5rem;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

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

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-hero-center-wrapper {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-hero-wrapper {
    padding-top: 7.2em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .hero-video-mobil {
    display: none;
  }
}

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

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

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

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .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;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-large-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-2 {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .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 {
    align-items: center;
  }

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

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

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

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

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .image-11 {
    padding-left: 3em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-rounded-box-banner-2 {
    grid-row-gap: 1.5em;
  }

  .walsh-quote-image-wrapper-2 {
    margin-bottom: 0;
  }

  .walsh-inner-column-left-2 {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .udesly-text-black {
    font-size: 1rem;
  }

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

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

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-hero-center-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-logo-wrapper-green {
    height: 10em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobil {
    display: block;
  }

  .background-video {
    display: none;
  }
}

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

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

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

  .heading-jumbo-small {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
  }

  .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;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

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

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

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

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .cell {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-desktop {
    display: none;
  }

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

  .clients-image-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-main-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .walsh-nav-logo {
    height: 24px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  .walsh-inner-nav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-black {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-cta-inner-image {
    padding-top: 0;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .image-11 {
    padding-left: 0;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small, .walsh-paragraph-small {
    font-size: 1em;
  }

  .udesly-typewriter-effect {
    font-size: 2rem;
    font-weight: 500;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph, .walsh-heading-small-2 {
    font-size: 1em;
  }

  .walsh-circle-image-2 {
    flex: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding: 30px 30px 0;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-regular-2 {
    margin-top: -15px;
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-2 {
    margin-top: 0;
    font-size: 1em;
  }

  .walsh-heading-small-3 {
    font-size: 1em;
  }

  .walsh-circle-image-3 {
    flex: none;
  }

  .walsh-text-small-left-2 {
    font-size: 13px;
  }

  .walsh-inner-column-center-2 {
    padding-top: 30px;
  }

  .walsh-quote-image-wrapper-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-left-2 {
    padding: 30px 30px 0;
  }

  .cell-8 {
    flex-flow: row;
  }

  .paragraph-3-desktop {
    display: none;
  }

  .udesly-date-block {
    font-size: 1.5rem;
  }

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

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

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

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-center-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-hero-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-hero-frame-image {
    max-width: 8em;
    height: 8em;
  }

  .walsh-hero-frame-image-med {
    max-width: 14em;
  }

  .walsh-logo-wrapper-green {
    min-width: 35vw;
    height: 8em;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-h-wrapper-2 {
    grid-row-gap: 1em;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-cta-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-flex-col {
    flex-wrap: wrap;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .walsh-list-flex-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobil {
    display: block;
  }

  .background-video {
    display: none;
  }

  .heading-mobile {
    font-size: 30px;
    display: block;
  }

  .paragraph-3-mobile {
    padding-left: 20px;
    padding-right: 0;
  }

  .container-14 {
    justify-content: center;
    display: block;
  }
}

#w-node-_85601621-a967-3e7e-7de0-0eac3d169345-7a42db67 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_85601621-a967-3e7e-7de0-0eac3d169343-7a42db67 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end center;
}

#w-node-a95dd366-44a8-8ba7-b6ef-3ad79ffa31a0-7a42db67, #w-node-a95dd366-44a8-8ba7-b6ef-3ad79ffa31b4-7a42db67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afecefea-4a8b-abca-46b2-6a05be79c344-7a42db68 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-eb89f216-ccab-a6b9-bfe2-1ae4e9b11e11-7a42db68, #w-node-eb89f216-ccab-a6b9-bfe2-1ae4e9b11e1a-7a42db68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be1a9105-6791-6960-9673-15924018ada2-7a42db6a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
}

#w-node-cb733c12-48f9-8e23-ce17-cbd004fe15c7-7a42db6a, #w-node-a8168fe9-79e1-71f1-c54c-87f7a245e5f5-7a42db6a {
  grid-column: span 2 / span 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-7a42db6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-7a42db6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-7a42db6a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-7a42db6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-7a42db6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-7a42db6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3a520e55-1556-8aaa-13f9-4e3a932250df-7a42db6a, #w-node-_3a520e55-1556-8aaa-13f9-4e3a932250e8-7a42db6a, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b729-7a42db6b, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b734-7a42db6b, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b73e-7a42db6b, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b748-7a42db6b, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b752-7a42db6b, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b75c-7a42db6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-d915ee17-7483-e0e9-93df-5cf4946d2e22-7a42db6c, #w-node-d915ee17-7483-e0e9-93df-5cf4946d2e2b-7a42db6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-7a42db6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-7a42db6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a07ef27d-6d59-f5d0-9135-d4e6509e377b-7a42db6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0ed968eb-3617-52cd-5145-6cbc61657773-7a42db6d, #w-node-_0ed968eb-3617-52cd-5145-6cbc6165777c-7a42db6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e8dd85-662b-80c5-56a8-730ac9384ae8-7a42db6f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74e8dd85-662b-80c5-56a8-730ac9384afc-7a42db6f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_74e8dd85-662b-80c5-56a8-730ac9384b09-7a42db6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fdc64f6d-a161-eff4-c662-96b565cf9ca8-7a42db6f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fdc64f6d-a161-eff4-c662-96b565cf9cbc-7a42db6f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fdc64f6d-a161-eff4-c662-96b565cf9cc9-7a42db6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a8e5c13-7058-71b7-04fe-e36bd0870abe-7a42db70 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-f77f7f04-85bc-f3ff-8302-19f81c171dde-7a42db70, #w-node-f77f7f04-85bc-f3ff-8302-19f81c171de7-7a42db70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-7a42db71 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-7a42db71 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-be1a9105-6791-6960-9673-15924018ada2-7a42db6a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-7a42db6a {
    place-self: auto;
  }

  #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b734-7a42db6b, #w-node-dbbcbdf7-f181-981e-e23b-3b7e8445b73e-7a42db6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_85601621-a967-3e7e-7de0-0eac3d169345-7a42db67 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85601621-a967-3e7e-7de0-0eac3d169343-7a42db67 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-7a42db6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-7a42db6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-7a42db6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-7a42db6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-7a42db6c, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7a42db6d, #w-node-_74e8dd85-662b-80c5-56a8-730ac9384afc-7a42db6f, #w-node-fdc64f6d-a161-eff4-c662-96b565cf9cbc-7a42db6f, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7a42db71 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-7a42db6c, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7a42db6d, #w-node-_74e8dd85-662b-80c5-56a8-730ac9384afc-7a42db6f, #w-node-fdc64f6d-a161-eff4-c662-96b565cf9cbc-7a42db6f, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7a42db71 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-7a42db6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-7a42db6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-7a42db6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-7a42db6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-7a42db6a {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85601621-a967-3e7e-7de0-0eac3d169345-7a42db67 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85601621-a967-3e7e-7de0-0eac3d169343-7a42db67 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end center;
  }

  #w-node-afecefea-4a8b-abca-46b2-6a05be79c344-7a42db68 {
    display: grid;
  }

  #w-node-be1a9105-6791-6960-9673-15924018ada2-7a42db6a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}


.walsh-inner-container-nav-float {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.walsh-inner-nav {
  justify-content: space-between !important;
  display: flex !important;
  width: 100% !important;
}

.walsh-brand-block {
  margin-right: 0 !important;
}

.w-nav-menu {
  margin-left: auto !important;
  margin-right: auto !important;
}

.button-10, .button-6, .primary-button.cc-contact-us {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


@media screen and (max-width: 991px) {
  .walsh-inner-container-nav-float {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .walsh-inner-nav {
    justify-content: space-between !important;
    display: flex !important;
    width: 100% !important;
    flex-flow: row !important;
  }
  .w-nav-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: none !important;
  }
  .w-nav-menu.w--open {
    display: block !important;
  }
  .walsh-nav-menu-white {
    position: absolute !important;
    top: 100% !important;
    right: 20px !important;
    left: auto !important;
    width: 220px !important;
    background-color: #fff !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 10px 0 !important;
    z-index: 1000 !important;
  }
  .walsh-nav-link-black {
    text-align: right !important;
    padding: 12px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
  }
  .button-10, .button-6, .primary-button.cc-contact-us {
    margin-left: auto !important;
  }
  .walsh-menu-button-black {
    display: block !important;
    margin-left: 15px !important;
  }
}


@media screen and (min-width: 992px) {
  .walsh-menu-button-black {
    display: none !important;
  }
}


.primary-button.cc-contact-us {
  display: inline-block !important;
}


.client-logos-section {
  background-color: #fff !important;
  padding: 60px 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  position: relative !important;
}


.client-logos-section::before,
.client-logos-section::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  width: 250px !important;
  height: 100% !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

.client-logos-section::before {
  left: 0 !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.client-logos-section::after {
  right: 0 !important;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.logo-marquee-container {
  display: flex !important;
  overflow: hidden !important;
  width: 100% !important;
  user-select: none !important;
  background-color: #fff !important;
  position: relative !important;
}

.logo-marquee-content {
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.logo-marquee-img {
  height: 60px !important; 
  width: auto !important;
  aspect-ratio: auto !important; 
  max-width: none !important;
  flex-shrink: 0 !important;
  object-fit: contain !important;
  margin: 0 45px !important; 
  display: block !important;
}


.marquee-row-1 .logo-marquee-content {
  animation: marquee-scroll-right 65s linear infinite !important;
}

.marquee-row-2 .logo-marquee-content {
  animation: marquee-scroll-right 85s linear infinite !important;
}

.marquee-row-3 .logo-marquee-content {
  animation: marquee-scroll-right 72s linear infinite !important;
}

@keyframes marquee-scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}


@media screen and (max-width: 767px) {
  .client-logos-section {
    padding: 30px 0 !important;
    gap: 15px !important;
  }
  .client-logos-section::before,
  .client-logos-section::after {
    width: 80px !important;
  }
  .logo-marquee-container {
    height: 35px !important;
  }
  .logo-marquee-img {
    height: 35px !important;
    margin: 0 20px !important;
  }
  .marquee-row-1 .logo-marquee-content {
    animation-duration: 40s !important;
  }
  .marquee-row-2 .logo-marquee-content {
    animation-duration: 52s !important;
  }
  .marquee-row-3 .logo-marquee-content {
    animation-duration: 45s !important;
  }
}


.custom-google-map {
  width: 100% !important;
  height: 400px !important;
  position: relative !important;
  background-color: #eee !important;
}


.map.custom-google-map {
  height: 460px !important;
}


.walsh-nav-wrapper-green-padding {
  background-color: transparent !important;
}


.walsh-float-menu {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}


@media screen and (max-width: 767px) {
  .button-10, .button-6, .primary-button.cc-contact-us {
    font-size: 13px !important;
    padding: 10px 16px !important;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 479px) {
  .button-10, .button-6, .primary-button.cc-contact-us {
    font-size: 11px !important;
    padding: 8px 12px !important;
    line-height: 1.2 !important;
  }
}


@media screen and (max-width: 991px) {
  .project-details-grid > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .project-details-grid > div:first-child .details-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .project-details-grid > div:first-child .label {
    text-align: center !important;
    width: 100% !important;
  }
  .project-details-grid > div:first-child .paragraph-light {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
}


.our-services-grid > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.our-services-grid .paragraph-light {
  text-align: center !important;
  justify-content: center !important;
}
.our-services-grid .paragraph-bigger {
  text-align: center !important;
}


@media screen and (min-width: 992px) {
  .walsh-menu-button-black {
    display: none !important;
  }
}


@media screen and (max-width: 991px) {
  .w-icon-nav-menu:before {
    content: "" !important;
  }
  .walsh-menu-button-black {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .walsh-menu-button-black .w-icon-nav-menu {
    width: 22px !important;
    height: 2px !important;
    background-color: #000000 !important;
    position: relative !important;
    transition: background-color 0.2s ease-in-out !important;
  }
  .walsh-menu-button-black .w-icon-nav-menu::before,
  .walsh-menu-button-black .w-icon-nav-menu::after {
    content: "" !important;
    position: absolute !important;
    width: 22px !important;
    height: 2px !important;
    background-color: #000000 !important;
    transition: transform 0.2s ease-in-out !important;
    left: 0 !important;
  }
  .walsh-menu-button-black .w-icon-nav-menu::before {
    top: -7px !important;
  }
  .walsh-menu-button-black .w-icon-nav-menu::after {
    top: 7px !important;
  }

  
  .walsh-menu-button-black.w--open .w-icon-nav-menu {
    background-color: transparent !important;
  }
  .walsh-menu-button-black.w--open .w-icon-nav-menu::before {
    transform: translateY(7px) rotate(45deg) !important;
  }
  .walsh-menu-button-black.w--open .w-icon-nav-menu::after {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
}


.mobile-only-nav {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile-only-nav {
    display: block !important;
  }
}


.heading-desktop {
  display: block !important;
  text-align: center !important;
  margin-top: 100px !important;
  margin-bottom: 50px !important; 
  padding: 0 !important;
}

.container-10 {
  margin-top: 0px !important; 
  padding-top: 0 !important;
}

.heading-18-desktop {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-top: 100px !important; 
  margin-bottom: 50px !important; 
}

@media screen and (max-width: 991px) {
  .heading-desktop {
    display: block !important;
    margin-top: 60px !important;
    margin-bottom: 30px !important;
  }
  .container-10 {
    margin-top: 0px !important;
  }
  .heading-18-desktop {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
  }
}


body, html {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
input, textarea {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  pointer-events: none;
}


.project-overview-header.cc-project-3-header {
  height: 450px !important;
}
@media (min-width: 1200px) {
  .project-overview-header.cc-project-3-header {
    height: 550px !important;
  }
}
@media (min-width: 1600px) {
  .project-overview-header.cc-project-3-header {
    height: 650px !important;
  }
}

@media (max-width: 767px) {
  .project-overview-header .heading-jumbo span {
    font-size: 1.5rem !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 479px) {
  .project-overview-header .heading-jumbo span {
    font-size: 1.2rem !important;
    margin-top: 8px !important;
    line-height: 1.4 !important;
  }
}






