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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

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 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

.pricing-section {
  margin-right: 0px;
  margin-left: 0px;
}

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

.pricing-section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  width: 80%;
  margin-bottom: 10px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  position: static;
  float: none;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

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

.button.cc-contact-us {
  position: relative;
  z-index: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.button-3.cta-button {
  width: 100%;
}

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

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

.label.cc-light {
  margin-bottom: 20px;
  opacity: 1;
  font-family: Barlow;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.label.cc-light.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #000;
  text-align: center;
}

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

.label.cc-dark {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-left: 0px;
  background-color: #fff;
  opacity: 1;
  font-family: Barlow;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
}

.label.cc-dark.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #000;
  text-align: center;
}

.label.cc-light {
  margin-bottom: 20px;
  opacity: 1;
  font-family: Barlow;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.paragraph-light {
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
  opacity: 0.8;
  font-family: Barlow;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.heading-jumbo {
  position: relative;
  margin-top: 79px;
  margin-bottom: 10px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  float: none;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 74px;
  line-height: 78px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-right: 10%;
  padding-left: 10%;
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bddbe0;
  font-family: Poppins, sans-serif;
}

.navigation:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.navigation-item:active {
  background-color: transparent;
  opacity: 1;
  color: transparent;
}

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 700px;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

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

.intro-header.headermobile {
  display: none;
}

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

.intro-content.cc-homepage {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  clear: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.our-solutions-grid {
  width: auto;
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
}

.contact-form-grid {
  margin: 50px 100px 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

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

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

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

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

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

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

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

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

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

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
  font-family: Barlow;
  font-weight: 400;
}

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

.solutions {
  margin: 0px 0%;
  padding-left: 0%;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.section-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.intro-text {
  width: 80%;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

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

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

.body {
  background-color: #bddbe0;
}

.image {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  font-family: Barlow;
}

.image-2 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: z-Index 200ms ease;
  transition: z-Index 200ms ease;
}

.contact {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #bddbe0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #bddbe0;
}

.text-block-2 {
  padding-right: 20%;
  padding-left: 20%;
  font-family: Barlow;
  color: #fff;
  font-size: 20px;
}

.text-block-2.paragraph-bigger {
  padding-right: 8%;
  padding-left: 4%;
  color: #757474;
  font-size: 24px;
  text-align: center;
}

.solution1 {
  width: auto;
  max-width: none;
  padding-top: 50px;
  padding-left: 100px;
  float: none;
  grid-auto-flow: row;
  grid-column-gap: 80px;
  grid-template-areas: "Area";
  background-color: #7c7c7c;
}

.bold-text {
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 50px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.text-block-3 {
  direction: ltr;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.bold-text-2 {
  font-family: Barlow;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.text-block-4 {
  text-transform: capitalize;
}

.hero1 {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 0px;
  padding-left: 140px;
  float: none;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  background-color: #bddbe0;
}

.hero1.aboutmobile {
  display: none;
}

.s2 {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding: 100px 80px 100px 0px;
  float: none;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-template-areas: "Area Area-2";
  background-color: #141414;
  background-image: url('../images/Black_Swan_Security.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.s3 {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  float: none;
  grid-auto-flow: row;
  grid-column-gap: 80px;
  grid-template-areas: "Area";
  background-color: #7c7c7c;
  background-image: url('../images/Black_Swan_Wireless_Surveillance_3.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bold-text-copy {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Barlow;
  font-size: 38px;
  line-height: 52px;
  text-align: left;
}

.bold-text-copy.white {
  color: #868686;
}

.slide-4 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button-2 {
  position: fixed;
  left: 50px;
  right: 50px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ff1f3a;
}

.paragraph-light-copy {
  margin-top: 18px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  opacity: 0.6;
  font-family: Barlow;
  color: #111820;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-light-copy.white {
  padding-right: 30px;
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: auto;
  margin: 40px 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.icon {
  color: rgba(0, 0, 0, 0.35);
}

.icon-2 {
  color: rgba(0, 0, 0, 0.35);
}

.left-arrow {
  margin-top: 60px;
  margin-left: 40px;
}

.right-arrow {
  margin-top: 60px;
  margin-right: 40px;
}

.cta-button {
  position: static;
  display: inline-block;
  width: 350px;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
  border-radius: 200px;
  background-color: #111820;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #12a3be;
  color: #fff;
}

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

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

.cta-button.cc-jumbo-button.cc-jumbo-white {
  position: static;
  float: none;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #000;
}

.cta-button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

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

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

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

.cta-button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.cta-button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.cta-button.button-3 {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: none;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #fff;
}

.grid-2 {
  margin-right: 80px;
  margin-left: 80px;
  grid-template-areas: "." "Area";
}

.image-3 {
  margin-bottom: 15px;
  opacity: 1;
}

.text-block-5 {
  position: absolute;
  font-family: Poppins, sans-serif;
  color: #111820;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.columns {
  margin-right: 80px;
  margin-left: 80px;
}

.copyright {
  margin-top: 60px;
  margin-left: 80px;
}

.copyright.smallprint {
  font-family: Poppins, sans-serif;
  color: #747474;
  font-size: 12px;
  font-weight: 400;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.partners {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 40px;
  z-index: auto;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 120px;
  margin-left: 120px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.partners2 {
  position: absolute;
  top: 40px;
  bottom: 40px;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 120px;
  margin-left: 120px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-nav {
  position: absolute;
}

.slider {
  position: relative;
  z-index: -1;
}

.mask {
  position: relative;
}

.slide-2 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slide-1 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.icon-3 {
  z-index: auto;
  margin-bottom: 154px;
  margin-left: 10px;
  color: #8f8d8d;
}

.icon-4 {
  margin-right: 10px;
  margin-bottom: 154px;
  color: #8f8d8d;
}

.slidermain {
  background-color: #fff;
}

.slidermain.mobile {
  display: block;
}

.left-arrow-2 {
  z-index: 1;
  display: block;
  margin-left: 0px;
}

.right-arrow-2 {
  z-index: 1;
  margin-right: 0px;
}

.image-4 {
  border-radius: 100%;
}

.image-5 {
  display: block;
}

.image-6 {
  opacity: 0.15;
}

.image-7 {
  margin-left: 0px;
  border-radius: 0%;
}

.image-8 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.about {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0%;
  background-color: #141414;
  background-image: url('../images/bg.png');
  background-position: 0% 0%;
  background-size: 1000px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.section-heading-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 30px;
  opacity: 1;
  font-family: Barlow;
  color: #000;
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 600;
}

.bold-text-3:active {
  color: #ff1f3a;
}

.bold-text-4 {
  color: #111820;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-4:active {
  color: #000;
}

.bold-text-5 {
  font-size: 16px;
  font-weight: 600;
}

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

.image-9 {
  border-radius: 100%;
}

.div-block-2 {
  margin-right: 20px;
  padding-right: 20%;
  text-align: left;
}

.link {
  font-family: Barlow;
  color: #ff1f3a;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.div-block-3 {
  position: relative;
}

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

.about-grid-copy {
  margin-bottom: 0px;
  padding-top: 120px;
  padding-right: 100px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #909090;
}

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

.about-grid-copy.s2mobile {
  display: none;
}

.about-block {
  margin-bottom: 0px;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bddbe0;
  background-image: none;
}

.about-block.s3mobile {
  display: none;
}

.section-heading-2 {
  margin-top: 0px;
  margin-bottom: 60px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #1f1a1a;
  font-size: 38px;
  line-height: 42px;
  font-weight: 800;
}

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

.slide-nav-2 {
  display: none;
}

.section-2 {
  display: inline-block;
}

.image-11 {
  position: static;
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-12 {
  display: inline-block;
}

.image-13 {
  display: inline-block;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: "Area-2 Area-2 Area-2" ". Area .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area";
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: "Area-3 . Area" "Area-3 Area-2 .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-6 {
  grid-template-areas: "Area-2 Area-2 Area-2" "Area . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.button-3 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-family: Barlow;
}

.button-3.cta-button {
  display: inline-block;
  width: 200px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #111820;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: center;
}

.button-3.cta-button:hover {
  background-color: #12a3be;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Solution-1 Solution-1" "Solution-2 Area .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.div-block-9 {
  background-color: #9c9c9c;
}

.div-block-10 {
  background-color: #9c9c9c;
}

.section-4 {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  background-color: #9c9c9c;
}

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

.solution-block-1-copy {
  display: block;
  margin-bottom: 0px;
  padding-right: 20%;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 1px solid #303030;
  border-top-color: #303030;
  background-color: #9c9c9c;
  background-image: none;
}

.solution-block-1-copy.s3mobile {
  display: none;
}

.solution-block-1-copy {
  margin-bottom: 0px;
  padding: 60px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #303030;
  background-color: transparent;
  background-image: none;
}

.solution-block-1-copy.s3mobile {
  display: none;
}

.solution-block-2 {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
}

.solution-block-2.s3mobile {
  display: none;
}

.solution-block-2-copy {
  display: block;
  margin-bottom: 0px;
  padding: 60px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #303030;
  background-color: #9f9f9f;
  background-image: none;
}

.solution-block-2-copy.s3mobile {
  display: none;
}

.grid-7-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-heading-2-copy {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  opacity: 1;
  font-family: Barlow;
  color: #1f1a1a;
  font-size: 38px;
  line-height: 42px;
  font-weight: 800;
  text-align: left;
}

.grid-7-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #9f9f9f;
}

.bold-text-copy {
  font-family: Barlow;
  font-size: 30px;
  line-height: 28px;
  font-weight: 800;
}

.mask-2 {
  position: relative;
}

.section-5 {
  display: block;
  width: 100%;
  padding: 20px 40% 40px 100px;
  background-color: #9c9c9c;
}

.section-heading-small {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Barlow;
  color: #000;
  font-size: 20px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.bullets {
  display: block;
  margin-bottom: 20px;
  opacity: 0.8;
  font-family: Barlow;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.page-heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  float: none;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  font-family: Barlow;
  color: #fff;
  font-size: 42px;
  line-height: 70px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.page-heading.cc-white-heading-jumbo {
  color: #fff;
}

.productgrid {
  position: static;
  width: auto;
  max-width: none;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  border-top: 1px none #303030;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.productgrid.aboutmobile {
  display: none;
}

.huge {
  margin-top: 8px;
  margin-bottom: 20px;
  opacity: 1;
  font-family: Barlow;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
}

.surveillanceimage {
  border-radius: 100%;
  box-shadow: 0 0 20px 0 #000;
}

.div-block-11 {
  margin-bottom: 40px;
  padding-right: 20px;
}

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

.section-6 {
  margin-bottom: 0px;
  padding: 20px 5% 40px;
  border-top: 0px solid #000;
  background-color: #fff;
}

.div-block-12 {
  margin: 0px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  background-color: #fff;
  color: #fff;
}

.heading {
  color: #303030;
}

.heading.partnername {
  padding-left: 35px;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 800;
}

.hyper {
  padding-left: 35px;
  font-family: Barlow;
  color: #ff1f3a;
  font-size: 18px;
  font-weight: 800;
}

.container-2 {
  position: static;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 2fr 2fr;
  grid-template-columns: 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.paragraph-light-big {
  display: block;
  margin-bottom: 20px;
  opacity: 0.8;
  font-family: Barlow;
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.product-grid {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 100px;
  float: none;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  border-top: 1px solid #000;
  background-color: #7c7c7c;
}

.product-grid.aboutmobile {
  display: none;
}

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

.pageheadericon {
  display: block;
  margin-top: 85px;
  padding-top: 30px;
  padding-right: 4%;
  padding-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #b3b3b3;
}

.image-14 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0%;
}

.pagehead {
  margin-top: 20px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-left: 17px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  font-family: Barlow;
  color: #000;
  font-size: 28px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-grid-copy {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding: 40px 100px 20px;
  float: none;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-1 Area-2";
  -ms-grid-columns: minmax(auto, 2fr) 0px minmax(auto, 2fr);
  grid-template-columns: minmax(auto, 2fr) minmax(auto, 2fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0px solid #000;
  background-color: #b3b3b3;
}

.product-grid-copy.aboutmobile {
  display: none;
}

.partnerblocks {
  margin-right: 0%;
  margin-left: 0%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-15 {
  padding-bottom: 80px;
}

.bold-text-copy {
  font-family: Barlow;
  color: #000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  text-align: center;
}

.solutionlinkbox {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image-15 {
  display: inline;
}

.image-17 {
  display: block;
  text-align: left;
}

.div-block-16 {
  display: block;
  padding-right: 0px;
  text-align: left;
}

.solution-image-section {
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding: 0px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0px solid #000;
  background-color: #303030;
}

.solution-image-section.aboutmobile {
  display: none;
}

.sliderwireless {
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  text-align: left;
}

.section-heading-small-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Barlow;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.paragraph-light-copy {
  display: block;
  margin-bottom: 20px;
  opacity: 0.8;
  font-family: Barlow;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 22px;
}

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

.div-block-17 {
  display: block;
  width: auto;
  padding: 20px 100px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #b3b3b3;
}

.bold-sub-heading {
  margin-bottom: 20px;
  padding-left: 5%;
  font-family: Barlow;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.div-block-18 {
  padding-right: 20px;
}

.div-block-19 {
  padding-right: 20px;
}

.div-block-20 {
  padding-right: 20px;
}

.heading-jumbo-small-copy {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 10%;
  padding-left: 0%;
  font-family: Barlow;
  color: #d3d3d3;
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.div-block-21 {
  text-align: left;
}

.image-18 {
  display: block;
  text-align: left;
}

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

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

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

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

.image-23 {
  display: block;
}

.div-block-22 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.tabs-menu {
  margin-bottom: 10px;
  padding-left: 0px;
}

.tab-link-tab-1 {
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 2px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 0px solid #000;
  background-color: #fff;
}

.tab-link-tab-1:hover {
  background-color: #ff1f3a;
  color: #fff;
}

.tab-link-tab-1:focus {
  background-color: #dbdbdb;
}

.tab-link-tab-1.w--current {
  background-color: #dbdbdb;
  color: #fff;
}

.tab-link-tab-2 {
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 2px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
}

.tab-link-tab-2.w--current {
  margin-right: 2px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: #dbdbdb;
}

.tab-link-tab-2.w--current:hover {
  background-color: #dbdbdb;
  color: #fff;
}

.tab-link-tab-3 {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 0px solid #000;
  background-color: #fff;
}

.tab-link-tab-3:hover {
  background-color: #ff1f3a;
  color: #fff;
}

.tab-link-tab-3.w--current {
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 2px;
  padding-right: 50px;
  background-color: #dbdbdb;
}

.section-heading-small-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Barlow;
  color: #000;
  font-size: 20px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.bold-sub-heading-copy {
  margin-bottom: 20px;
  padding-left: 0%;
  font-family: Barlow;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-transform: capitalize;
}

.div-block-24 {
  padding-right: 30px;
  background-color: transparent;
}

.div-block-25 {
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.heading-images {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Barlow;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.images-copy {
  display: block;
  margin-bottom: 20px;
  opacity: 0.8;
  font-family: Barlow;
  color: #dbdbdb;
  font-size: 20px;
  line-height: 30px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image-24 {
  width: auto;
  margin-right: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-27 {
  width: auto;
  padding-top: 60px;
  padding-right: 100px;
  padding-left: 40px;
  background-color: transparent;
  color: transparent;
}

.slide-nav-3 {
  display: block;
}

.slide {
  position: static;
  text-align: center;
}

.grid-12 {
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-28 {
  padding-top: 30px;
  border-bottom: 0px solid #000;
}

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

.heading-jumbo-small-copy-copy {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 8%;
  padding-left: 8%;
  font-family: Barlow;
  color: #d3d3d3;
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.grid-13 {
  margin-bottom: 0px;
  padding: 50px 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #fff;
}

.images {
  padding-bottom: 30px;
  background-color: #fff;
  text-align: center;
}

.link-2 {
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
  font-family: Barlow;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.field-label {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 800;
}

.body-2 {
  background-color: #b3b3b3;
}

.section-7 {
  display: block;
  padding-right: 10%;
  padding-bottom: 0%;
  padding-left: 10%;
  background-color: #b3b3b3;
}

.image-section {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  padding: 0px 100px 30px;
  float: none;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-1 Area-2";
  -ms-grid-columns: minmax(auto, 2fr) 0px minmax(auto, 2fr);
  grid-template-columns: minmax(auto, 2fr) minmax(auto, 2fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0px solid #000;
  background-color: #b3b3b3;
}

.image-section.aboutmobile {
  display: none;
}

.paragraph-light-copy {
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  opacity: 0.8;
  font-family: Barlow;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.hyper-copy {
  padding-left: 0px;
  font-family: Barlow;
  color: #ff1f3a;
  font-size: 18px;
  font-weight: 800;
}

.paragraph-light-copy {
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  opacity: 0.8;
  font-family: Barlow;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.header {
  display: block;
  width: auto;
  height: auto;
  padding-top: 53px;
  background-color: #bddbe0;
}

.background-video {
  height: 760px;
  margin-top: 81px;
  padding-top: 90px;
  padding-right: 160px;
  padding-left: 160px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(89%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 0%, transparent 89%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.paragraph-light-copy {
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  opacity: 0.8;
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 18px;
  line-height: 26px;
}

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

.bold-text-2-copy {
  font-family: Barlow;
  color: #a7a7a7;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.left-arrow-3 {
  position: absolute;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-6 {
  display: block;
  padding-top: 49px;
  padding-left: 59px;
  text-align: left;
}

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

.slidersolutions {
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  text-align: left;
}

.text-block-7 {
  font-family: Barlow;
}

.text-block-8 {
  font-family: Barlow;
}

.link-3 {
  color: #000;
}

.link-4 {
  color: #000;
}

.link-5 {
  color: #000;
}

.link-6 {
  padding-top: 8px;
}

.link-7 {
  padding-top: 8px;
}

.link-8 {
  padding-top: 8px;
}

.link-9 {
  padding-top: 8px;
}

.grid-13-copy-2 {
  margin-bottom: 0px;
  padding: 50px 200px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #fff;
}

.grid-13-copy {
  margin-bottom: 0px;
  padding: 50px 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #fff;
}

.hyper-copy {
  padding-left: 0px;
  font-family: Barlow;
  color: #ff1f3a;
  font-size: 18px;
  font-weight: 800;
}

.div-block-34 {
  display: block;
  padding-left: 139px;
  border-radius: 0px;
}

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

.section-9 {
  padding-left: 63px;
}

.about-praragraph-1 {
  font-weight: 400;
  text-align: left;
}

.grid-15 {
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-35 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 11%;
  background-color: #bddbe0;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #111820;
  font-weight: 400;
}

.grid-16 {
  padding-right: 11%;
  padding-left: 11%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

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

.pricing {
  text-align: center;
}

.image-26 {
  position: static;
  display: inline-block;
}

.image-27 {
  display: inline-block;
}

.image-28 {
  display: inline-block;
}

.bold-text-sub {
  font-family: Poppins, sans-serif;
  color: #111820;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

.div-block-36 {
  display: block;
  margin-bottom: 55px;
  padding-bottom: 0px;
  text-align: center;
}

.image-29 {
  display: inline-block;
}

.div-block-37 {
  text-align: right;
}

.div-block-38 {
  text-align: left;
}

.grid-18 {
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.nav-link {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.nav-link:hover {
  color: #12a3be;
}

.nav-link.w--current {
  color: #12a3be;
}

.nav-link-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-2:hover {
  color: #12a3be;
}

.nav-link-3 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.nav-link-3:hover {
  color: #12a3be;
}

.smallprint {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
}

.navbar {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #bddbe0;
  -o-object-fit: contain;
  object-fit: contain;
}

.menusticky {
  position: fixed;
  display: inline;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #bddbe0;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-3 {
  width: 100vw;
  max-width: 940vw;
  padding-top: 4px;
  padding-right: 36px;
  padding-left: 36px;
}

.image-30 {
  text-align: right;
}

.div-block-39 {
  display: inline-block;
  text-align: right;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.about-praragraph-bold {
  font-weight: 700;
  text-align: left;
}

.div-block-40 {
  width: 20vw;
}

@media screen and (max-width: 991px) {
  .pricing-section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 20px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .label.cc-dark {
    padding-left: 0px;
  }
  .paragraph-light {
    padding-left: 0px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-jumbo {
    font-size: 80px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: transparent;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: left;
  }
  .navigation-item:hover {
    background-color: transparent;
  }
  .navigation-item:active {
    background-color: transparent;
    font-family: Barlow;
  }
  .navigation-item.w--current:hover {
    color: #dbdbdb;
  }
  .navigation-item.w--current:active {
    background-color: transparent;
    color: #ff1f3a;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #303030;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .intro-content.cc-homepage {
    padding-left: 30px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .motto-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .our-solutions-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-form-grid {
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .text-field.cc-contact-field {
    font-family: Barlow;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .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%;
  }
  .home-section-wrap {
    display: inline;
    padding-right: 0px;
    text-align: center;
  }
  .section-heading {
    text-align: left;
  }
  .about-grid {
    display: block;
    padding-left: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
    margin-bottom: 165px;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero1 {
    padding-top: 0px;
  }
  .cta-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-button.cc-contact-us {
    display: none;
  }
  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section-heading-copy {
    text-align: left;
  }
  .bold-text-4:hover {
    color: #dbdbdb;
  }
  .bold-text-4:active {
    color: #ff1f3a;
  }
  .bold-text-5:hover {
    color: #dbdbdb;
  }
  .div-block-2 {
    margin-right: 0px;
    padding-right: 0%;
    text-align: center;
  }
  .div-block-4 {
    text-align: left;
  }
  .about-grid-copy {
    padding-right: 40px;
    padding-left: 30%;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    background-size: cover;
    text-align: center;
  }
  .about-grid-copy.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-block {
    padding-right: 70px;
    padding-left: 70px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .section-heading-2 {
    margin-bottom: 39px;
    margin-left: 0px;
    text-align: left;
  }
  .image-11 {
    display: inline-block;
    margin-top: 62px;
  }
  .div-block-6 {
    position: absolute;
    display: block;
  }
  .button-3.cta-button {
    text-align: center;
  }
  .solution-block-1-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .solution-block-1-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .solution-block-2 {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .solution-block-2-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .section-heading-2-copy {
    font-size: 28px;
    line-height: 30px;
  }
  .section-heading-small {
    text-align: left;
  }
  .bullets {
    position: static;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .page-heading {
    font-size: 56px;
    line-height: 70px;
  }
  .huge {
    font-size: 42px;
    text-align: left;
  }
  .heading.partnername {
    padding-left: 0px;
  }
  .hyper {
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-light-big {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .pageheadericon {
    margin-top: 75px;
  }
  .image-14 {
    padding-bottom: 20px;
  }
  .pagehead {
    padding-bottom: 16px;
    padding-left: 20px;
    text-align: left;
  }
  .product-grid-copy {
    padding: 0px 50px 10px;
    grid-auto-flow: column;
    grid-template-areas: "Area" "Area-2";
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .partnerblocks {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .div-block-15 {
    padding-top: 80px;
    padding-right: 70px;
    padding-left: 70px;
    text-align: left;
  }
  .bold-text-copy {
    font-size: 24px;
    line-height: 28px;
  }
  .solutionlinkbox {
    position: static;
    padding: 20px 0px;
  }
  .image-16 {
    display: inline;
    text-align: left;
  }
  .image-17 {
    display: inline;
  }
  .div-block-16 {
    padding-right: 0px;
  }
  .solution-image-section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .paragraph-light-copy {
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-18 {
    text-align: left;
  }
  .div-block-19 {
    text-align: left;
  }
  .div-block-20 {
    text-align: left;
  }
  .heading-jumbo-small-copy {
    line-height: 20px;
  }
  .div-block-21 {
    text-align: left;
  }
  .div-block-23 {
    text-align: left;
  }
  .div-block-24 {
    background-color: transparent;
  }
  .div-block-25 {
    padding-right: 0px;
    background-color: transparent;
  }
  .images-copy {
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-27 {
    padding: 20px 50px;
  }
  .grid-11 {
    grid-auto-flow: column;
  }
  .grid-12 {
    display: block;
    grid-auto-flow: row;
  }
  .div-block-28 {
    margin-bottom: 40px;
  }
  .div-block-29 {
    display: none;
  }
  .div-block-30 {
    display: block;
  }
  .heading-jumbo-small-copy-copy {
    position: static;
    line-height: 80px;
  }
  .grid-13 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .field-label {
    text-align: left;
  }
  .body-2 {
    background-color: #b3b3b3;
  }
  .section-7 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .image-section {
    padding: 0px 50px 10px;
    grid-auto-flow: column;
    grid-template-areas: "Area" "Area-2";
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .paragraph-light-copy {
    padding-left: 0px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .hyper-copy {
    padding-left: 0px;
    text-align: left;
  }
  .paragraph-light-copy {
    padding-left: 0px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .background-video {
    padding-right: 50px;
    padding-left: 50px;
  }
  .paragraph-light-copy {
    padding-left: 0px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image-25 {
    margin-left: 62px;
    padding-left: 6px;
  }
  .grid-13-copy-2 {
    padding-right: 50px;
    padding-left: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-13-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .hyper-copy {
    padding-left: 0px;
    text-align: center;
  }
  .heading-4 {
    line-height: 30px;
  }
  .grid-17 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .bold-text-sub {
    display: inline-block;
    margin-left: 0px;
    text-align: left;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link-2 {
    text-align: center;
  }
  .nav-link-3 {
    text-align: center;
  }
  .menu-button-2 {
    display: none;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .nav-menu {
    display: none;
    background-color: #bddbe0;
  }
}

@media screen and (max-width: 767px) {
  .pricing-section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .pricing-section.cc-cta {
    padding: 15px;
  }
  .pricing-section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .pricing-section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .intro-content.cc-homepage {
    position: static;
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .our-solutions-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .home-section-wrap {
    display: block;
    padding-right: 0px;
  }
  .section-heading {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  .s3 {
    padding-right: 70px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .paragraph-light-copy {
    text-align: center;
  }
  .image-3 {
    text-align: center;
  }
  .column {
    display: block;
    text-align: center;
  }
  .section-heading-2 {
    text-align: center;
  }
  .page-heading {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small-copy {
    font-size: 30px;
    line-height: 52px;
  }
  .div-block-21 {
    text-align: center;
  }
  .heading-jumbo-small-copy-copy {
    font-size: 30px;
    line-height: 52px;
  }
  .image-25 {
    margin-left: 0px;
  }
  .about-praragraph-1 {
    text-align: center;
  }
  .grid-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  }
  .grid-17 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .bold-text-sub {
    text-align: center;
  }
  .container-3 {
    margin-right: 0px;
  }
  .column-3 {
    top: 53px;
    text-align: left;
  }
  .link-block {
    text-align: left;
  }
  .about-praragraph-bold {
    text-align: center;
  }
  .div-block-40 {
    width: 40vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .pricing-section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-bigger.cc-bigger-white-light {
    position: relative;
    width: 100%;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .button.button-3.cta-button {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }
  .label.cc-dark {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  .label.cc-light {
    margin-top: 20px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .heading-jumbo {
    width: 100%;
    margin-left: 0px;
    font-size: 36px;
    line-height: 38px;
  }
  .heading-jumbo-small {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 24px;
    line-height: 28px;
  }
  .menu-icon {
    background-color: transparent;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation-wrap {
    background-color: transparent;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-item {
    width: 100%;
    opacity: 1;
    text-align: left;
  }
  .navigation-item:hover {
    background-color: #303030;
    color: #fff;
  }
  .navigation-item.w--current:hover {
    color: #fff;
  }
  .navigation-item.w--current:active {
    background-color: #303030;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-image {
    width: 180px;
    background-color: transparent;
  }
  .navigation-items {
    padding-top: 50px;
    background-color: #303030;
    color: #000;
  }
  .navigation-items:hover {
    background-color: #303030;
    color: #fff;
  }
  .navigation-items:active {
    background-color: #303030;
    color: #ff1f3a;
  }
  .navigation-items:focus {
    background-color: #303030;
    color: #9c9c9c;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-header {
    display: none;
    height: 700px;
    padding-top: 15px;
  }
  .intro-header.headermobile {
    display: none;
    padding-right: 5%;
  }
  .intro-content.cc-homepage {
    width: 100%;
    padding-right: 18px;
    padding-left: 0px;
  }
  .motto-wrap {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .our-solutions-grid {
    margin-bottom: 0px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .home-section-wrap {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-heading {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
  }
  .about-grid {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .intro-text {
    position: static;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-2.paragraph-bigger {
    font-size: 18px;
    line-height: 24px;
  }
  .bold-text {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }
  .bold-text-2 {
    display: block;
    font-size: 16px;
    text-align: left;
  }
  .hero1 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero1.aboutmobile {
    display: block;
    padding-top: 50px;
  }
  .paragraph-light-copy {
    text-align: center;
  }
  .paragraph-light-copy.white {
    color: #000;
    font-size: 16px;
    text-align: left;
  }
  .cta-button {
    display: inline-block;
    width: 280px;
    text-align: left;
  }
  .footer {
    text-align: center;
  }
  .text-block-5 {
    font-size: 14px;
    text-align: center;
  }
  .copyright.smallprint {
    margin-left: auto;
  }
  .partners.mobile {
    grid-auto-flow: row;
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
  .slide-nav {
    display: none;
  }
  .slide-nav:hover {
    background-color: #fff;
    color: #000;
  }
  .slide-nav:focus {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }
  .icon-3 {
    display: none;
    margin-left: 35px;
    padding-top: 150px;
  }
  .icon-4 {
    margin-right: 35px;
    padding-top: 150px;
  }
  .slidermain {
    display: block;
  }
  .slidermain.mobile {
    display: block;
  }
  .left-arrow-2 {
    display: block;
    margin-left: 0px;
  }
  .right-arrow-2 {
    display: none;
    margin-right: 0px;
  }
  .image-8 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .about {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-heading-copy {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }
  .bold-text-3 {
    text-align: left;
  }
  .bold-text-4 {
    text-align: left;
  }
  .bold-text-5 {
    text-align: left;
  }
  .bold-text-5:hover {
    color: #fff;
  }
  .bold-text-5:active {
    color: #ff1f3a;
  }
  .bold-text-6 {
    text-align: left;
  }
  .bold-text-6:active {
    color: #ff1f3a;
  }
  .image-9 {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
  }
  .div-block-2 {
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-3 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .about-grid-copy {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .about-grid-copy.s2mobile {
    display: block;
    padding-left: 20px;
    border-bottom: 0px solid #ababab;
    background-image: none;
  }
  .div-block-5 {
    position: static;
    width: 100%;
    height: 100%;
  }
  .image-10 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 22px;
  }
  .slide-5 {
    padding-top: 0px;
  }
  .about-block {
    display: block;
    padding: 100px 10px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .about-block.s3mobile {
    display: block;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-left: 20px;
    background-image: none;
    text-align: left;
  }
  .section-heading-2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .bold-text-7 {
    display: block;
    font-size: 16px;
    text-align: left;
  }
  .slide-nav-2 {
    display: block;
    padding-top: 12px;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-6 {
    display: block;
  }
  .button-3.cta-button {
    text-align: center;
  }
  .solution-block-1-copy {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .solution-block-1-copy.s3mobile {
    display: block;
    margin-bottom: 0px;
    padding-top: 50px;
    background-image: none;
  }
  .solution-block-1-copy {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .solution-block-1-copy.s3mobile {
    display: block;
    margin-bottom: 0px;
    padding-top: 50px;
    background-image: none;
  }
  .solution-block-2 {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .solution-block-2.s3mobile {
    display: block;
    margin-bottom: 0px;
    padding-top: 50px;
    background-image: none;
  }
  .solution-block-2-copy {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .solution-block-2-copy.s3mobile {
    display: block;
    margin-bottom: 0px;
    padding-top: 50px;
    background-image: none;
  }
  .section-heading-2-copy {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }
  .bold-text-copy {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }
  .section-heading-small {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .bullets {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .page-heading {
    width: 100%;
    margin-left: 0px;
    font-size: 36px;
    line-height: 38px;
  }
  .productgrid {
    display: block;
    padding-right: 18px;
    padding-bottom: 57px;
    padding-left: 18px;
    grid-column-gap: 80px;
  }
  .productgrid.aboutmobile {
    display: block;
    padding-top: 50px;
  }
  .huge {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .div-block-12 {
    padding-top: 20px;
  }
  .heading.partnername {
    padding-left: 0px;
    font-size: 18px;
  }
  .hyper {
    padding-left: 0px;
    font-size: 16px;
  }
  .paragraph-light-big {
    font-size: 16px;
    text-align: left;
  }
  .product-grid {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    grid-column-gap: 80px;
  }
  .product-grid.aboutmobile {
    display: block;
    padding-top: 50px;
  }
  .pageheadericon {
    display: block;
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 0px 0% 0px 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .image-14 {
    display: none;
  }
  .pagehead {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .div-block-14 {
    display: block;
  }
  .product-grid-copy {
    display: -ms-grid;
    display: grid;
    padding-right: 18px;
    padding-left: 18px;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .product-grid-copy.aboutmobile {
    display: block;
    padding-top: 50px;
  }
  .partnerblocks {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-15 {
    padding: 60px 0px 20px;
  }
  .bold-text-copy {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }
  .column-2 {
    text-align: center;
  }
  .image-17 {
    display: none;
  }
  .solution-image-section {
    display: none;
    padding-right: 18px;
    padding-left: 18px;
    grid-column-gap: 80px;
  }
  .solution-image-section.aboutmobile {
    display: block;
    padding-top: 50px;
  }
  .section-heading-small-copy {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }
  .paragraph-light-copy {
    font-size: 16px;
    text-align: left;
  }
  .div-block-17 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-18 {
    padding-right: 0px;
  }
  .div-block-19 {
    padding-right: 0px;
  }
  .div-block-20 {
    padding-right: 0px;
  }
  .heading-jumbo-small-copy {
    margin-top: 30px;
    font-size: 24px;
    line-height: 28px;
  }
  .tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link-tab-1 {
    margin-bottom: 5px;
  }
  .section-heading-small-copy {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  .div-block-24 {
    padding-right: 0px;
  }
  .div-block-25 {
    padding-top: 20px;
    padding-right: 0px;
  }
  .heading-images {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .images-copy {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .div-block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-11 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-jumbo-small-copy-copy {
    margin-top: 30px;
    font-size: 24px;
    line-height: 28px;
  }
  .grid-13 {
    padding-right: 5px;
    padding-left: 5px;
    grid-column-gap: 1px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-section {
    display: -ms-grid;
    display: grid;
    padding-right: 18px;
    padding-left: 18px;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-section.aboutmobile {
    display: block;
    padding-top: 50px;
  }
  .paragraph-light-copy {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .hyper-copy {
    padding-left: 0px;
    font-size: 16px;
  }
  .paragraph-light-copy {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .header {
    display: block;
    padding-top: 60px;
  }
  .background-video {
    display: block;
    height: 600px;
    margin-top: 70px;
    padding-top: 33px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .paragraph-light-copy {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .bold-text-2-copy {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .image-25 {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
  }
  .grid-13-copy-2 {
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-flow: column;
    grid-column-gap: 1px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-13-copy {
    padding-right: 5px;
    padding-left: 5px;
    grid-column-gap: 1px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .hyper-copy {
    padding-left: 0px;
    font-size: 16px;
  }
  .about-praragraph-1 {
    text-align: center;
  }
  .heading-4 {
    line-height: 28px;
  }
  .grid-16 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .bold-text-sub {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .div-block-36 {
    margin-bottom: 10px;
  }
  .navbar {
    padding-top: 0px;
  }
  .container-3 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .image-30 {
    display: inline-block;
    text-align: center;
  }
  .column-3 {
    display: inline-block;
    padding-top: 63px;
    text-align: center;
  }
  .link-block {
    display: inline-block;
    text-align: center;
  }
  .image-31 {
    margin-top: 6px;
    padding-top: 0px;
  }
  .menu-button-2 {
    padding-top: 18px;
    padding-right: 0px;
  }
  .brand {
    padding-left: 20px;
  }
  .nav-menu {
    display: none;
  }
  .div-block-40 {
    width: 60vw;
  }
}

#w-node-2d519421d18b-3a21cfbb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2d519421d198-3a21cfbb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4fc2f1f09828-3a21cfbb {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-2d519421d18b-3a21cfbb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2d519421d198-3a21cfbb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-4fc2f1f09828-3a21cfbb {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-4fc2f1f09827-3a21cfbb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-4fc2f1f09828-3a21cfbb {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-4fc2f1f09827-3a21cfbb {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2d519421d198-3a21cfbb {
    -ms-grid-column: span 0.9895833730697632;
    grid-column-start: span 0.9895833730697632;
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: span 0.9895833730697632;
    -ms-grid-row: span 0.9895833730697632;
    grid-row-start: span 0.9895833730697632;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: span 0.9895833730697632;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-dc6e6b084245-6d17505c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

