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

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

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

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

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

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

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

p {
  color: #0e0e30;
  margin-bottom: 10px;
}

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

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

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

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

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

.container {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container.aanpak {
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  transition: border-color .2s;
}

.container.aanpak:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: left;
  padding-right: 0;
}

.button {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3c6;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #0abef1;
}

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

.button.cc-jumbo-button {
  width: 200px;
  background-image: linear-gradient(45deg, #3c6, #0abef1);
  margin-left: auto;
  margin-right: auto;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
}

.button.cc-jumbo-button.cc-jumbo-white {
  width: auto;
  color: #000;
  background-color: #3c6;
  background-image: none;
}

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

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

.button.cc-jumbo-button.submit {
  width: auto;
  text-align: center;
  background-image: none;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.cc-jumbo-button.submit:hover {
  background-color: #0abef1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #3c6;
  border-radius: 5px;
  transition: background-position 1s;
  position: relative;
}

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

.label.cc-light {
  opacity: .6;
  color: rgba(23, 47, 91, .75);
  font-size: 14px;
}

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  color: #0e0e30;
}

.heading-jumbo {
  color: #0e0e30;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 74px;
}

.heading-jumbo-small {
  width: 100%;
  color: #0e0e30;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

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

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

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

.menu-icon {
  background-color: #0abef1;
}

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

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 60px;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .9;
  color: #172f5b;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

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

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

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

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

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

.menu-button {
  background-color: #172f5b;
  display: block;
}

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

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

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 41px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.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: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  height: auto;
  max-width: 2250px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  object-fit: fill;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

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

.intro-content.cc-homepage {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.our-services-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 0;
}

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

.service-icon {
  width: auto;
  height: 70px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

.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;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 70%;
  height: 100%;
  color: #fff;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  color: #0e0e30;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

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

.about-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

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

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

.text-block-2 {
  color: #fff;
}

.image {
  width: auto;
  min-width: 0;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-socials {
  margin-bottom: 20px;
}

.div-block-2 {
  width: 60%;
  display: block;
}

.textarea {
  height: auto;
}

.textarea:focus {
  border: 1px solid #0abef1;
}

.checkbox-field {
  margin-top: 20px;
  display: block;
}

.checkbox-label {
  flex-direction: column;
  display: block;
}

.link {
  border: 1px #0abef1;
  border-bottom-style: solid;
  text-decoration: none;
  transition-property: border-color;
  display: inline-block;
}

.link:hover {
  border-bottom-color: #3c6;
}

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

.text-block-3 {
  margin-bottom: 10px;
}

.field:focus {
  border: 1px solid #0abef1;
}

.text-block-4 {
  color: rgba(14, 14, 48, .4);
  text-align: right;
  padding-top: 10px;
  font-size: 12px;
}

.privacy {
  padding-left: 200px;
  padding-right: 200px;
}

.language-link {
  color: #172f5b;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  background-color: #fff;
  border: 2px rgba(23, 47, 91, .2);
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .6s cubic-bezier(.25, .46, .45, .94);
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.language-link:hover {
  color: #172f5b;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.uui-testimonial09_logo {
  max-height: 3rem;
}

.uui-testimonial09_divider {
  width: 1px;
  background-color: #eaecf0;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: #172f5b;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: #0e0e30;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial09_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  color: #0e0e30;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.uui-testimonial09_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial09_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial09_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial09_lightbox-image {
  width: 100%;
  height: auto;
  max-height: 40rem;
  cursor: auto;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 20px;
}

.uui-lightbox_play-icon {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 41, 57, .1);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-testimonial09_lightbox {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-testimonial09_component {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.social-proof {
  padding: 0 100px;
}

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

  .container {
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .paragraph-bigger {
    font-size: 20px;
  }

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: none;
  }

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

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

  .navigation {
    margin-bottom: 30px;
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .footer-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 0;
  }

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

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

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

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

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

  ._404-wrap {
    width: 90%;
  }

  .about-grid {
    grid-row-gap: 0px;
    text-align: left;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .div-block-2 {
    width: 80%;
  }

  .image-2 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .stappen {
    margin-bottom: 60px;
  }

  .privacy {
    padding-left: 100px;
    padding-right: 100px;
  }

  .uui-testimonial09_client {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-heading-medium.text-weight-medium {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .uui-testimonial09_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .uui-testimonial09_lightbox-image {
    width: 100%;
    height: 30rem;
    object-fit: cover;
  }

  .uui-testimonial09_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .social-proof {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-flow: wrap;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

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

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

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

  .container.aanpak {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-icon {
    display: none;
  }

  .navigation {
    margin-bottom: 40px;
    padding: 20px 30px;
  }

  .footer-wrap {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 60px 20px;
  }

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

  .intro-header {
    padding-left: 0;
    display: block;
  }

  .intro-content {
    width: 80%;
  }

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .about-grid {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image {
    display: none;
  }

  .div-block {
    width: 100%;
  }

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

  .image-2 {
    width: 50%;
  }

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

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

  .privacy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .uui-testimonial09_logo {
    max-height: 3rem;
  }

  .uui-testimonial09_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial09_divider {
    display: block;
  }

  .uui-testimonial09_client {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-medium.text-weight-medium {
    font-size: 24px;
  }

  .uui-testimonial09_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 30rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .social-proof {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

  .container {
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .menu-icon {
    display: none;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .footer-wrap {
    display: flex;
  }

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

  .our-services-grid {
    text-align: left;
  }

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

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

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

  ._404-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-bottom: 40px;
  }

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

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

  .about-grid, .about-grid.cc-about-2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

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

  .textarea {
    overflow: auto;
  }

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

  .checkbox-label {
    margin-top: 0;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .stappen {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
  }

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

  .uui-testimonial09_divider {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .uui-text-size-medium, .uui-heading-tiny {
    text-align: center;
  }

  .uui-testimonial09_client {
    flex-direction: column;
    align-items: center;
  }

  .uui-heading-medium.text-weight-medium {
    font-size: 22px;
  }

  .uui-testimonial09_lightbox-image {
    height: 20rem;
  }

  .uui-testimonial09_component {
    grid-template-columns: 1fr;
    display: block;
  }

  .social-proof {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-3063f767 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-3063f767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-3063f767 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-3063f767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e606-3063f767 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e60c-3063f767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e612-3063f767 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-b8d6ae42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-b8d6ae42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-b8d6ae42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-b8d6ae42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e606-b8d6ae42 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e60c-b8d6ae42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e612-b8d6ae42 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-3063f767 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-3063f767, #w-node-_86e64837-0616-515b-4568-76c147234d41-3063f767 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-3063f767 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e612-3063f767 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-b8d6ae42 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-b8d6ae42, #w-node-_86e64837-0616-515b-4568-76c147234d41-b8d6ae42 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-b8d6ae42 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e612-b8d6ae42 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e60c-3063f767 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e612-3063f767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_61ae4be5-585d-b767-c57c-ca02360972e1-3063f767 {
    order: -9999;
  }

  #w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e60c-b8d6ae42 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e878c99-ce3b-f2ce-f0b5-46604c87e612-b8d6ae42 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_07c992bc-aab6-6d6c-0af5-f085fcacc08e-b8d6ae42 {
    order: -9999;
  }
}


