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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #f5f5f5;
  letter-spacing: .4px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

a:hover {
  text-decoration: none;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

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

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

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

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

.section {
  padding-bottom: 80px;
}

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

.section._180px-top {
  padding-top: 180px;
}

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

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

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

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

.button {
  color: #409cff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #409cff;
  border-radius: 8px;
  padding: 12px 30px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.jumbo {
  padding: 16px 35px;
  line-height: 28px;
}

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

.button.small {
  color: #3c4043;
  letter-spacing: 0;
  border-style: none;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 16px;
}

.button.small:hover {
  background-color: #ebebeb;
}

.label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

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

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

.rich-text h2, .rich-text h3 {
  opacity: .6;
}

.rich-text li {
  opacity: .8;
}

.rich-text strong {
  font-weight: 500;
}

.paragraph-light {
  opacity: .6;
}

.display-1 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 76px;
}

.display-1.malibu {
  color: #409cff;
}

.display-1.malibu.number {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-jumbo-small._70 {
  width: 70%;
}

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

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

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

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

.logo-link._60 {
  opacity: .6;
}

.logo-link._60:hover {
  opacity: 1;
}

.logo-link._60:active {
  opacity: .8;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation {
  min-height: 55px;
  background-color: #202124;
  border-bottom: 1px solid #5f6368;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  color: #9aa0a6;
  padding: 25px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.navigation-item:hover {
  color: #e8eaed;
  background-color: #32343a;
}

.navigation-item:active {
  opacity: .8;
  background-color: #43494c;
}

.navigation-item.w--current {
  opacity: 1;
  color: #9aa0a6;
  box-shadow: inset 0 -2px #409cff;
}

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

.navigation-item.w--current:active {
  opacity: .7;
}

.logo-image {
  width: 45px;
  display: block;
}

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

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.intro-header {
  height: 620px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

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

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

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

.text-field {
  min-height: 60px;
  color: #f5f5f5;
  background-color: #303134;
  border: 1px solid #5f6368;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .2s, border-color .4s;
}

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

.text-field:focus {
  color: #fff;
  border-color: #409cff;
  box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
}

.text-field::-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
}

.text-field::placeholder {
  font-size: 18px;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.display-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.display-2.malibu {
  color: #409cff;
}

.display-2.no-margin {
  margin-top: 0;
  line-height: 36px;
}

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

.body {
  color: #f5f5f5;
  background-color: #202124;
  font-family: Red Hat Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.margin-40px {
  margin-top: 40px;
}

.link-button {
  color: #409cff;
  letter-spacing: .4px;
  cursor: pointer;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.project-thumbnail {
  box-shadow: 0 13px 20px rgba(0, 0, 0, .31);
}

.project-thumbnail.no-shadow {
  box-shadow: none;
  filter: saturate(0%);
}

.project-logo {
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.footer {
  background-color: #303134;
  padding-top: 80px;
  padding-bottom: 30px;
}

.left-flex {
  flex-direction: column;
  display: flex;
}

.right-flex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.display-5 {
  font-family: Red Hat Display, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.footer-grid {
  max-width: 1440px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr .4fr .4fr;
  margin-left: 7%;
  margin-right: 7%;
}

.footer-grid.align-center {
  grid-template-rows: auto;
  align-items: center;
}

.nav-container {
  max-width: 1440px;
  flex: 1;
  margin-left: 7%;
  margin-right: 7%;
}

.footer-links {
  color: #409cff;
  cursor: pointer;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.footer-links:hover {
  text-decoration: underline;
}

.links-wrapper {
  flex-direction: column;
  display: flex;
}

.subfooter-links {
  letter-spacing: .4px;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.margin-30px {
  margin-top: 30px;
}

.small-cards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #5f6368;
  border-right: 1px solid #5f6368;
}

.material-icons {
  margin-left: 5px;
  text-decoration: none;
}

.material-icons._2px {
  margin-bottom: -2px;
}

.material-icons.dimmed {
  opacity: .5;
}

.material-icons.no-margin {
  margin-left: 0;
}

.text-block-with-icon {
  clear: right;
  align-items: center;
  display: flex;
}

.feature-card {
  min-height: 250px;
  border-top: 1px solid #5f6368;
  border-left: 1px solid #5f6368;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
}

.feature-card:hover {
  background-color: #32343a;
}

.feature-card.reverse {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: #5f6368;
  border-right-width: 1px;
  border-right-color: #5f6368;
}

.display-6 {
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

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

.project-card {
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
}

.project-card:hover {
  background-color: #32343a;
}

.projects-wrapper {
  border: 1px solid #5f6368;
}

.project-details {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #5f6368;
  border-right: 1px solid #5f6368;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid.reverse {
  border-style: solid none none solid;
  border-top-width: 1px;
  border-top-color: #5f6368;
  border-left-width: 1px;
  border-left-color: #5f6368;
}

.circle {
  border-radius: 50%;
}

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

.margin-80px {
  margin-top: 80px;
}

.text-blocks-grid {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  border-bottom: 1px #5f6368;
  border-right: 1px #5f6368;
  grid-template-columns: 1fr .5fr;
}

.grid {
  grid-column-gap: 70px;
  grid-template-rows: auto;
}

.success-message {
  color: #91c799;
  background-color: #3b4940;
  border: 1px solid rgba(145, 199, 153, .3);
  border-radius: 8px;
  margin-top: 20px;
}

.error-message {
  color: #e49086;
  background-color: #4f3c3b;
  border: 1px solid rgba(228, 144, 134, .3);
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
}

.number {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

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

.inline-link:hover {
  text-decoration: underline;
}

.inline-link.blue {
  color: #409cff;
}

.widget-1 {
  flex-direction: column;
  display: flex;
}

.widget-3, .widget-4 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.textarea {
  min-height: 60px;
  color: #f5f5f5;
  background-color: #303134;
  border: 1px solid #5f6368;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 16px 20px 20px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .2s, border-color .4s;
}

.textarea:hover {
  border-color: #409cff;
}

.textarea:focus {
  color: #fff;
  border-color: #409cff;
  box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
}

.textarea::-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
}

.textarea::placeholder {
  font-size: 18px;
  line-height: 28px;
}

.cookie-announcement {
  min-height: 56px;
  color: #3c4043;
  background-color: #f5f5f5;
}

.announcement-container {
  max-width: 1440px;
  flex: 1;
  justify-content: space-between;
  margin-left: 7%;
  margin-right: 7%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.announcement-message, .announcement-buttons {
  align-items: center;
  display: flex;
}

.sticky-nav-wrapper {
  z-index: 99999;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-card {
  min-height: 250px;
  border-top: 1px solid #5f6368;
  border-left: 1px solid #5f6368;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
}

.about-card:hover {
  background-color: #32343a;
}

.logo-absolute {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-logo {
  width: 80px;
  display: block;
}

.copyright-wrap {
  align-items: center;
  display: flex;
}

.copyright {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.standalone-logo {
  width: 80px;
  display: block;
}

.hidden-checkbox {
  display: none;
}

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

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

  .section._180px-top {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .button {
    justify-content: center;
  }

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

  .display-1 {
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    opacity: .5;
    filter: invert();
    display: block;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    width: 100%;
    color: #f5f5f5;
    text-align: center;
    padding: 24px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #3d4043;
    margin-left: -30px;
    margin-right: -30px;
    top: 58px;
  }

  .cta-text {
    width: auto;
  }

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

  .text-field:focus {
    box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
  }

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

  .display-2 {
    line-height: 44px;
  }

  .about-grid {
    grid-column-gap: 39px;
    grid-row-gap: 50px;
    grid-template: "."
                   "."
                   / .75fr 1.25fr;
  }

  .body {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-grid {
    grid-template-columns: .6fr 1fr 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-card {
    min-height: 0;
  }

  .margin-60px._30 {
    margin-top: 30px;
  }

  .cards-grid, .cards-grid.reverse {
    grid-template-columns: 1fr;
  }

  .margin-80px._40 {
    margin-top: 40px;
  }

  .text-blocks-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

  .textarea:focus {
    box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
  }

  .cookie-announcement {
    padding-left: 30px;
    padding-right: 5px;
  }

  .announcement-container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-card {
    min-height: 0;
  }

  .footer-logo {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section.cc-cta {
    padding: 15px;
  }

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

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

  .button.small {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .display-1 {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small._70 {
    width: 100%;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .navigation-items {
    top: 53px;
  }

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

  .intro-content {
    width: 80%;
  }

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

  .text-field:focus {
    box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
  }

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

  .display-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-grid, .small-cards-grid, .cards-grid {
    grid-template-columns: 1fr;
  }

  .textarea:focus {
    box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
  }

  .cookie-announcement {
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement-container {
    flex-direction: column;
    padding: 10px 0 10px 15px;
  }

  .announcement-buttons {
    justify-content: flex-end;
    margin-top: 10px;
    padding-right: 5px;
  }
}

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

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

  .section._180px-top {
    padding-top: 40px;
  }

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

  .display-1 {
    font-size: 36px;
    line-height: 48px;
  }

  .display-1.malibu {
    font-size: 28px;
    line-height: 36px;
  }

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

  .paragraph-small {
    padding-right: 20px;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .navigation-items {
    margin-left: -20px;
    margin-right: -20px;
    top: 53px;
  }

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

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

  .text-field {
    padding-left: 12px;
  }

  .text-field:focus {
    box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
  }

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

  .display-2 {
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-template-rows: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .small-cards-grid {
    border-right-style: none;
    grid-template-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
  }

  .feature-card {
    border-left-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card.reverse {
    border-right-style: none;
  }

  .project-card {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-wrapper {
    border-left-style: none;
    border-right-style: none;
    margin-left: -20px;
    margin-right: -20px;
  }

  .project-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid {
    border-right-style: none;
    grid-template-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
  }

  .cards-grid.reverse {
    border-left-style: none;
  }

  .projects-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .textarea {
    padding-left: 12px;
  }

  .textarea:focus {
    box-shadow: 0 0 0 5px rgba(64, 156, 255, .5);
  }

  .cookie-announcement {
    padding-right: 0;
  }

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

  .about-card {
    border-left-style: none;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-3866c815 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-3866c815 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_90ed4674-fff5-3ba6-4fa5-6e03692da89f-3866c815 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_90ed4674-fff5-3ba6-4fa5-6e03692da8ac-3866c815 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-cba5298d-e7fb-6a2d-e008-c556aeecf992-3866c815 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-cba5298d-e7fb-6a2d-e008-c556aeecf99f-3866c815 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7d6-f90fb7d4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7df-f90fb7d4 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7ea-f90fb7d4 {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7fe-f90fb7d4 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: end;
}

#w-node-_54fa7998-58f7-f1ff-7d81-4adf0e58e572-2666c818 {
  align-self: stretch;
}

#w-node-_5c4cf5c5-5358-a8f7-b4d3-51e674916d7d-1466c81d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-3866c815, #w-node-_86e64837-0616-515b-4568-76c147234d3f-3866c815, #w-node-_90ed4674-fff5-3ba6-4fa5-6e03692da89f-3866c815, #w-node-_90ed4674-fff5-3ba6-4fa5-6e03692da8ac-3866c815, #w-node-cba5298d-e7fb-6a2d-e008-c556aeecf992-3866c815, #w-node-cba5298d-e7fb-6a2d-e008-c556aeecf99f-3866c815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7d6-f90fb7d4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7d9-f90fb7d4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7df-f90fb7d4, #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7ea-f90fb7d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6be6d031-e430-5bbf-55e6-625e4109da93-2666c818 {
    align-self: end;
  }

  #w-node-_5c4cf5c5-5358-a8f7-b4d3-51e674916d7d-1466c81d {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7d6-f90fb7d4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7df-f90fb7d4, #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7ea-f90fb7d4 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7d6-f90fb7d4, #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7d9-f90fb7d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e95df25-f304-7df1-e6c7-5482f90fb7fe-f90fb7d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


