:root {
  --night-shoot: #0e1172;
  --white-balance: #f1f1f1;
  --transparent: #fff0;
  --font-family: Montserrat, sans-serif;
  --limelight: #c1ff72;
  --black: black;
  --soft-divider: #bebebe;
  --font-family-2: "PT Serif", serif;
  --gray-hover: #252525;
  --left-right-margin: 30;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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 {
  background-image: url('../images/vimeo-wh.png');
}

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: var(--night-shoot);
  border: 1px solid #252525;
  height: 1px;
}

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

.section {
  background-color: var(--white-balance);
  color: #1a1b1f00;
  margin: 0;
  padding: 20px 60px;
}

.section.cc-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 20px;
  padding: 30px 0 0;
  display: flex;
}

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

.section.cc-store-home-wrap {
  background-color: #f1f1f100;
  margin-top: 0;
  margin-bottom: 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;
}

.container {
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: PT Serif, serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-family: PT Serif, serif;
  font-size: 22px;
}

.contact-button {
  background-color: var(--night-shoot);
  font-family: var(--font-family);
  color: var(--white-balance);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #c1ff7200;
  text-transform: uppercase;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.contact-button:hover {
  background-color: var(--limelight);
  color: var(--black);
}

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

.contact-button.cc-jumbo-button {
  background-color: var(--night-shoot);
  color: #000;
  border: 1px solid #c1ff7200;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.contact-button.cc-contact-us {
  z-index: 5;
  margin-right: 0;
  position: relative;
}

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

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

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

.label {
  font-family: var(--font-family);
  color: #0e1172;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

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

.label.cc-light {
  opacity: 1;
  color: var(--night-shoot);
}

.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;
  font-family: PT Serif, serif;
  font-size: 18px;
}

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

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

.paragraph-light {
  opacity: 1;
  color: var(--white-balance);
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
  font-family: PT Serif, serif;
  font-size: 14px;
  text-decoration: none;
}

.heading-jumbo-green {
  font-family: var(--font-family);
  color: var(--limelight);
  text-align: right;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  display: block;
}

.heading-jumbo-small {
  font-family: var(--font-family);
  color: var(--white-balance);
  letter-spacing: -2px;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.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 {
  color: var(--black);
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-right: 164px;
  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;
  background-image: url('../images/strip-1920x400-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.navigation-item {
  opacity: 1;
  pointer-events: auto;
  color: var(--white-balance);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.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 {
  clear: none;
  color: #000;
  mix-blend-mode: normal;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.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;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  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 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

.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;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.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 #eee;
  padding: 0 50px 50px;
}

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

.details-wrap {
  margin-bottom: auto;
  padding-top: 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 {
  font-family: var(--font-family);
  color: var(--night-shoot);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}

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

.projects-grid {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  margin-bottom: 20px;
  padding-top: 0;
}

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

.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 {
  background-color: var(--white-balance);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
}

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

.section-heading {
  font-family: var(--font-family);
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.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-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  grid-template: ". ."
                 ". ." 2.25fr
                 / 2fr 1.5fr;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.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 {
  font-family: var(--font-family);
  color: var(--night-shoot);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -48px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.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 {
  background-color: var(--limelight);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #a7db65;
  margin-left: 40px;
  margin-right: 220px;
  padding: 12px 0 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.body {
  background-color: var(--limelight);
  background-image: none;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: var(--font-family-2);
  color: var(--black);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
}

.link {
  color: #0e1172;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.block-quote {
  font-family: PT Serif, serif;
  font-size: 22px;
}

.list-item, .list-item-2, .list-item-3 {
  font-family: PT Serif, serif;
  font-size: 18px;
}

.div-block {
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.slider {
  margin-top: 40px;
}

.logos-title-large {
  border-right: 2px none var(--white-balance);
  border-bottom: 1px #e4ebf3;
  border-left: 2px none var(--white-balance);
  background-color: #f1f1f100;
  border-radius: 0;
  padding: 20px 60px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  font-family: var(--font-family);
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-dark {
  object-fit: fill;
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 15px 0;
  position: relative;
}

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

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

.footer-brand {
  order: -9999;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template: ". . Area"
  / 664px 24px 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  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: var(--white-balance);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  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: 15px;
  margin-bottom: 15px;
}

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

.section-heading-white {
  font-family: var(--font-family);
  color: var(--white-balance);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.container-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.section-3 {
  background-color: var(--white-balance);
  margin: 0;
  padding: 20px 60px 0;
}

.section-4 {
  background-image: url('../images/strip-1920x400-2-awards2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.text-block {
  color: var(--white-balance);
}

.text-block:hover {
  color: var(--black);
}

.div-block-2 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-2 {
  color: var(--white-balance);
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.image {
  padding-left: 30px;
}

.hero-heading-center {
  background-color: var(--white-balance);
  border: 0 solid #000;
  padding: 0 0 10px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.button-primary {
  background-color: var(--limelight);
  font-family: var(--font-family);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #a7db65;
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  border-width: 1px;
  border-color: var(--limelight);
  color: #fff;
  background-color: #252525;
}

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

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

.link-2 {
  background-color: var(--night-shoot);
  font-family: var(--font-family);
  color: var(--white-balance);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.link-2:hover {
  background-color: var(--gray-hover);
  color: var(--white-balance);
}

.body-2 {
  background-color: var(--night-shoot);
  background-image: url('../images/blue-lime-background-2000x3600-lr-a.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 60px;
  margin-right: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-5 {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.body-3 {
  background-size: cover;
}

.navbar-logo-center {
  background-image: url('../images/strip-1920x400-1-top-nav.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.navbar-brand-three:hover {
  color: var(--limelight);
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link {
  font-family: var(--font-family);
  color: var(--white-balance);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--limelight);
}

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

.nav-link.w--current {
  color: var(--limelight);
}

.nav-link.nav-dropdown {
  font-family: var(--font-family);
}

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

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

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

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

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

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

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

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.body-4 {
  background-color: var(--transparent);
  background-image: none;
}

.section-6 {
  background-image: url('../images/strip-1920x600-3-CTAfooter-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-7 {
  background-image: url('../images/strip-1920x400-4-footer.png'), url('../images/strip-1920x400-3.png');
  background-position: 0 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.h3 {
  color: var(--night-shoot);
  letter-spacing: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-left {
  font-family: var(--font-family-2);
  color: var(--black);
  font-size: 14px;
}

.team-circles {
  border: 0 solid #000;
  padding: 0 30px 20px;
  position: relative;
}

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

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

.centered-subheading-2 {
  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: 20px;
  display: grid;
}

.team-card {
  text-align: left;
  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;
  overflow: clip;
}

.team-member-name-2 {
  color: var(--black);
  letter-spacing: -1px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-position {
  color: var(--night-shoot);
  margin-bottom: 24px;
}

.columns {
  background-color: var(--night-shoot);
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.column {
  background-color: var(--white-balance);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 340px;
  padding: 20px 60px 40px;
  display: flex;
}

.column-2 {
  background-color: var(--night-shoot);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 340px;
  padding: 20px 60px 40px;
  display: flex;
}

.h4 {
  color: var(--white-balance);
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.column-3 {
  background-color: var(--night-shoot);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.section-8 {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 60px 40px;
}

.paragraph-white {
  font-family: var(--font-family-2);
  color: var(--white-balance);
  text-align: center;
  font-size: 16px;
}

.contact-heading-2 {
  font-family: var(--font-family);
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.list-item-4 {
  font-family: var(--font-family-2);
  color: var(--black);
}

.link-3 {
  font-family: var(--font-family);
  color: var(--night-shoot);
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  width: 75%;
  font-weight: 700;
}

.contact-button-email {
  background-color: var(--limelight);
  font-family: var(--font-family);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #c1ff7200;
  text-transform: uppercase;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.contact-button-email:hover {
  background-color: var(--limelight);
  color: var(--black);
}

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

.contact-button-email.cc-jumbo-button {
  background-color: var(--night-shoot);
  color: #000;
  border: 1px solid #c1ff7200;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.contact-button-email.cc-contact-us {
  z-index: 5;
  margin-right: 0;
  position: relative;
}

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

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

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

.list {
  margin-top: 0;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.link-block {
  object-fit: fill;
}

.div-block-4 {
  padding-top: 30px;
}

.project-name {
  font-family: var(--font-family);
  color: var(--black);
  letter-spacing: 0;
  margin: 0 auto;
  padding-top: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
}

.list-item-project {
  font-family: var(--font-family-2);
  color: var(--black);
  margin-bottom: 5px;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: 32px 32px;
}

.link-2-copy {
  background-color: var(--night-shoot);
  font-family: var(--font-family);
  color: var(--white-balance);
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

.body-5 {
  background-image: none;
}

.section-9 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.section-10 {
  background-image: url('../images/strip-1920x400-4-footer.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-item-project-copy {
  font-family: var(--font-family-2);
  color: var(--black);
  margin-bottom: 5px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  margin-left: auto;
  margin-right: auto;
}

.contact-button-email-2 {
  background-color: var(--limelight);
  font-family: var(--font-family);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #8ac045;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.contact-button-email-2:hover {
  border-color: var(--limelight);
  color: var(--white-balance);
  background-color: #252525;
}

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

.projects-grid-shorts {
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  margin-bottom: 20px;
  padding-top: 30px;
}

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

.section-heading-white-tall {
  font-family: var(--font-family);
  color: var(--white-balance);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-7 {
  margin-top: -4px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.margin-bottom-24px-2.paragraph-left {
  padding-left: 20px;
}

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

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

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

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

.div-block-13 {
  padding-left: 20px;
}

.link-4 {
  flex-flow: wrap;
  display: block;
}

.testimonial-image-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

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

.columns-2 {
  margin-left: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.column-5 {
  border-right: 1px solid var(--soft-divider);
  padding-right: 40px;
}

.contact-heading-3 {
  font-family: var(--font-family);
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.comparison-positive {
  font-family: var(--font-family-2);
  background-image: url('../images/checkmark-gray-green.png');
  background-position: 0%;
  background-size: auto 20px;
  margin-left: 24px;
  padding-left: 40px;
  font-size: 14px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.label-centered {
  font-family: var(--font-family);
  color: #0e1172;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

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

.label-centered.cc-light {
  opacity: 1;
  color: var(--night-shoot);
}

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

.heading-jumbo {
  font-family: var(--font-family);
  color: var(--white-balance);
  text-align: left;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  display: block;
}

.grid-4 {
  grid-template-rows: auto;
}

.paragraph-left-icon {
  font-family: var(--font-family-2);
  color: var(--black);
  background-color: #fff;
  background-image: url('../images/checkmark-gray-green.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
}

.section-11 {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 150px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  border-bottom: 1px solid var(--white-balance);
  background-color: var(--white-balance);
}

.column-7 {
  border-right: 0px solid var(--soft-divider);
  padding-left: 40px;
  padding-right: 0;
}

@media screen and (min-width: 1440px) {
  .section {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

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

  .projects-grid {
    border-bottom: 0px solid var(--soft-divider);
  }

  .home-content-wrap {
    flex-flow: column;
  }

  .section-heading {
    object-fit: fill;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .section-2 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .logos-title-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    padding-bottom: 40px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .hero-heading-center {
    text-align: left;
    border: 0 solid #000;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: static;
  }

  .container-5 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    max-width: 2000px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .section-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body-4 {
    background-color: var(--white-balance);
  }

  .section-6 {
    padding-bottom: 20px;
  }

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

  .team-circles {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

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

  .columns {
    border-right-width: 1px;
  }

  .column {
    background-color: var(--white-balance);
    border: 0 solid #000;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-8 {
    background-color: #fff;
    padding-top: 10px;
  }

  .contact-heading-2 {
    padding-bottom: 0;
    padding-left: 10px;
  }

  .link-3 {
    padding-top: 10px;
  }

  .project-name {
    line-height: 32px;
  }

  .body-5 {
    background-color: var(--white-balance);
  }

  .section-heading-white-tall {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-6 {
    background-color: var(--white-balance);
    background-image: none;
  }

  .testimonial-image-left {
    margin-bottom: 20px;
  }

  .testimonial-wrapper-four {
    justify-content: space-between;
  }

  .testimonial-left {
    margin-left: -40px;
    margin-right: 64px;
  }

  .columns-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-12 {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    align-self: flex-end;
  }

  .column-6 {
    padding-left: 30px;
  }

  .contact-heading-3 {
    padding-bottom: 20px;
  }

  .features-table {
    border-bottom-width: 0;
    padding: 40px 0;
  }

  .comparison-table {
    margin-top: 0;
    font-size: 14px;
  }

  .comparison-row {
    border-bottom-color: var(--white-balance);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .comparison-positive {
    font-family: var(--font-family-2);
    background-image: none;
    font-size: 14px;
  }

  .paragraph-left-icon {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section.cc-cta {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-button {
    justify-content: center;
    padding-bottom: 12px;
    font-size: 14px;
  }

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

  .heading-jumbo-green {
    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;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: var(--transparent);
  }

  .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: 60px 50px 40px;
  }

  .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-cover-pic--72 {
    object-fit: scale-down;
    margin-top: 6px;
  }

  .projects-grid {
    grid-row-gap: 0px;
    border-bottom: 0px solid var(--soft-divider);
    border-radius: 0;
    grid-auto-flow: row;
    padding-bottom: 20px;
  }

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

  .paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .logos-title-large {
    object-fit: fill;
    padding-bottom: 50px;
  }

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

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

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

  .footer-content {
    grid-column-gap: 0px;
    flex: 1;
    grid-template-columns: minmax(300px, 1.5fr) 30px 154px;
  }

  .footer-social-block {
    margin-left: auto;
  }

  .section-heading-white {
    margin-bottom: 0;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .text-block-2 {
    color: var(--black);
  }

  .hero-heading-center {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: 728px;
    margin-bottom: 0;
    padding-top: 0;
  }

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

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

  .shadow-two {
    padding-top: 30px;
  }

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

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

  .navbar-logo-center {
    z-index: 1;
    position: relative;
  }

  .navbar-logo-center-container.shadow-three {
    z-index: 1;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    z-index: 5;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #353e7a;
    border: 1px #000;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    padding: 20px 20px 10px;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .nav-link.nav-dropdown {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .menu-button-2.w--open {
    z-index: 10;
    background-color: var(--transparent);
    color: #fff;
  }

  .section-6 {
    padding-top: 0;
  }

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

  .team-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .columns {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-heading-2 {
    padding-left: 10px;
    line-height: 26px;
  }

  .link-3 {
    padding-top: 10px;
  }

  .contact-button-email {
    justify-content: center;
  }

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

  .project-name {
    padding-top: 0;
    line-height: 32px;
  }

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

  .projects-grid-shorts {
    grid-row-gap: 25px;
    padding-top: 30px;
  }

  .icon {
    color: var(--white-balance);
    font-size: 40px;
  }

  .image-2 {
    padding-left: 20px;
    padding-right: 0;
  }

  .section-heading-white-tall {
    margin-bottom: 0;
  }

  .div-block-8 {
    margin-top: -21px;
  }

  .project-cover-pic-no-marg {
    object-fit: scale-down;
    margin-top: 0;
  }

  .div-block-9 {
    padding-bottom: 0;
  }

  .project-cover-pic--96, .project-cover-pic--48 {
    object-fit: scale-down;
    margin-top: 0;
  }

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

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

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

  .testimonial-image-left {
    padding-top: 30px;
    padding-bottom: 10px;
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .columns-2 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .contact-heading-3 {
    line-height: 26px;
  }

  .features-table {
    border-bottom-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comparison-table {
    margin-top: 20px;
  }

  .comparison-row {
    font-family: var(--font-family-2);
    font-size: 14px;
  }

  .comparison-positive {
    background-image: none;
  }

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

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

  .paragraph-left-icon {
    padding-right: 20px;
  }

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

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .container {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .heading-jumbo-small {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    align-self: center;
    font-size: 20px;
  }

  .cta-wrap {
    padding: 40px 40px 20px;
  }

  .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-cover-pic--72 {
    margin-top: -72px;
  }

  .projects-grid {
    grid-column-gap: 16px;
  }

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

  .home-content-wrap {
    padding-bottom: 20px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos-title-large {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 60px;
  }

  .container-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .footer-content {
    grid-template-columns: 217px;
    grid-auto-columns: 149px;
    grid-auto-flow: row;
    place-items: end start;
    margin-top: 10px;
  }

  .footer-block {
    justify-content: flex-end;
    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;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    background-color: var(--night-shoot);
    background-image: url('../images/strip-1192x1920-mobile-awards-lr.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-2 {
    text-align: left;
    white-space: pre-wrap;
    margin-right: 40px;
    line-height: 18px;
    text-decoration: none;
  }

  .hero-heading-center {
    padding: 0 20px;
  }

  .link-2 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    line-height: 16px;
  }

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

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

  .nav-menu-three {
    border-radius: 0;
    flex-direction: column;
    width: 105vw;
    padding-bottom: 10px;
    position: absolute;
    inset: 0% auto auto;
  }

  .nav-menu-block {
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .nav-link.nav-dropdown {
    text-align: center;
    font-size: 20px;
  }

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

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

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

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

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

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .body-4 {
    background-color: var(--white-balance);
  }

  .div-block-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    background-image: url('../images/strip-1920x400-4-footer.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

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

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

  .project-name, .list-item-project {
    text-align: left;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: 43px 43px;
  }

  .projects-grid-shorts {
    grid-column-gap: 16px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7, .div-block-9, .list-3, .list-4, .div-block-10, .div-block-11 {
    text-align: left;
  }

  .project-cover-pic--96 {
    margin-top: -96px;
  }

  .project-cover-pic--48 {
    margin-top: -48px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .testimonial-image-left {
    padding: 40px 15px 20px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .testimonial-image-four {
    width: 40%;
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column-5 {
    border-bottom: 1px solid var(--soft-divider);
    border-right-width: 0;
    padding-bottom: 10px;
  }

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

  .comparison-positive {
    background-image: none;
  }

  .features-table {
    padding: 60px 15px;
  }

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

  .paragraph-left-icon {
    text-align: left;
  }

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

  .column-7 {
    padding-top: 20px;
  }
}

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

  .section {
    padding-bottom: 20px;
  }

  .section.cc-cta {
    padding: 10px 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-button {
    font-size: 14px;
  }

  .label {
    padding-right: 8px;
  }

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

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

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

  .menu {
    margin-left: 15px;
  }

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

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

  .cta-wrap {
    padding-top: 30px;
    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-cover-pic--72 {
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .projects-grid {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

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

  .section-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }

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

  .logos-title-large {
    padding-bottom: 30px;
  }

  .container-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-wrapper {
    margin-top: 20px;
  }

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

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

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template: ". . Area"
                   ". . ."
                   / 174px;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    place-content: center start;
    place-items: start center;
    display: grid;
  }

  .footer-block {
    flex-flow: column;
  }

  .footer-social-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-social-link {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-white {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .section-3 {
    padding-bottom: 10px;
  }

  .section-4 {
    background-image: url('../images/strip-1192x1920-mobile-awards-lr.png');
    background-position: 100% 100%;
    background-size: cover;
  }

  .text-block-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .hero-heading-center {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-wrapper {
    margin-bottom: auto;
  }

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

  .button-primary {
    margin-bottom: 30px;
  }

  .shadow-two {
    padding-top: 0;
  }

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

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

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

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

  .nav-menu-wrapper-three {
    width: 102%;
    top: auto;
    left: auto;
  }

  .nav-menu-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 102vw;
    height: 100vh;
    padding-bottom: 10px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-menu-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
    position: relative;
    inset: 5% auto auto 0%;
  }

  .mobile-margin-top-10 {
    position: relative;
    bottom: auto;
  }

  .section-6 {
    background-image: url('../images/strip-1192x1920-mobile-footer-lr.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .section-7 {
    background-image: url('../images/strip-1192x1920-mobile-footer-lr.png');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .h3 {
    line-height: 32px;
  }

  .team-circles {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

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

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

  .column, .column-2 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4 {
    line-height: 32px;
  }

  .section-8 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-white {
    line-height: 20px;
  }

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

  .projects-grid-shorts {
    flex-flow: column;
    display: flex;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    opacity: 1;
    color: var(--white-balance);
  }

  .div-block-6 {
    line-height: 36px;
  }

  .section-heading-white-tall {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 32px;
  }

  .project-cover-pic-no-marg {
    margin-top: -21px;
    padding-bottom: 0;
  }

  .project-cover-pic--96, .project-cover-pic--48 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-12 {
    text-align: left;
    margin-bottom: 0;
    margin-right: 47px;
    padding-bottom: 0;
    display: block;
  }

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

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

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

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

  .features-table {
    padding-top: 0;
    padding-bottom: 0;
  }

  .comparison-table {
    margin-top: 20px;
  }

  .comparison-row {
    grid-column-gap: 20px;
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .comparison-positive {
    background-image: none;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .label-centered {
    padding-right: 8px;
  }

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

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

#w-node-_33fc258c-1ce6-55d8-8c79-f79ef7d0083c-51e627e8 {
  grid-area: Area;
  justify-self: end;
}

#w-node-ba9e15d2-6059-9002-5704-e54e3649d9bf-d0c3620e, #w-node-ba9e15d2-6059-9002-5704-e54e3649d9d4-d0c3620e, #w-node-ba9e15d2-6059-9002-5704-e54e3649d9de-d0c3620e, #w-node-ba9e15d2-6059-9002-5704-e54e3649d9e8-d0c3620e, #w-node-ba9e15d2-6059-9002-5704-e54e3649d9ca-d0c3620e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-d0c36213 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ec19c964-debf-7361-139c-0620486400d6-d0c36213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ec19c964-debf-7361-139c-0620486400d5-d0c36213 {
  justify-self: start;
}

#w-node-ec19c964-debf-7361-139c-0620486400ab-d0c36213 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d58e5882-ab16-a9a4-4d0e-2b57b51dd1bb-d0c36213 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e75a1e04-85e4-7cf1-c0b8-7c4585e6a3d9-d0c36213 {
  justify-self: start;
}

#w-node-_631d2075-de62-6571-2b7a-a716c72cdfdc-d0c36213 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_27dfb79e-bd8f-7bb0-387c-2be65aed358e-d0c36213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e43d0e8e-bcd8-2eb8-59bc-e822a2101018-d0c36213 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-ba9e15d2-6059-9002-5704-e54e3649d9d4-d0c3620e, #w-node-ba9e15d2-6059-9002-5704-e54e3649d9ca-d0c3620e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec19c964-debf-7361-139c-0620486400d5-d0c36213 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_083e6607-bb9e-ab25-5387-14b20f64608a-51e627e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-ec19c964-debf-7361-139c-0620486400d6-d0c36213 {
    justify-self: start;
  }

  #w-node-d58e5882-ab16-a9a4-4d0e-2b57b51dd1bb-d0c36213 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e75a1e04-85e4-7cf1-c0b8-7c4585e6a3d9-d0c36213 {
    place-self: start;
  }

  #w-node-_27dfb79e-bd8f-7bb0-387c-2be65aed358e-d0c36213 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec19c964-debf-7361-139c-0620486400ab-d0c36213 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ec19c964-debf-7361-139c-0620486400db-d0c36213, #w-node-ec19c964-debf-7361-139c-0620486400dd-d0c36213, #w-node-ec19c964-debf-7361-139c-0620486400df-d0c36213, #w-node-ec19c964-debf-7361-139c-0620486400e1-d0c36213 {
    align-self: baseline;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33fc258c-1ce6-55d8-8c79-f79ef7d0083c-51e627e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_083e6607-bb9e-ab25-5387-14b20f64608a-51e627e8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


