.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: #333;
  font-size: 15px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #41bac3;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}

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

p {
  margin-bottom: 30px;
  line-height: 24px;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: 600;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.cta-top-bar {
  display: none;
  width: 100%;
  padding: 10px 5px;
  background-color: #06324c;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.close-icon {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 16px;
  height: 16px;
  float: right;
  font-family: 'Font awesome 5 Regular', sans-serif;
  color: #fff;
}

.icon {
  font-family: 'Font awesome 5 Solid', sans-serif;
}

.icon.close-cta {
  position: absolute;
  top: -5px;
  right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -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;
  font-size: 16px;
  line-height: 16px;
}

.icon.close-cta.overlay-icon {
  position: static;
  float: right;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.half-top-padding {
  display: block;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
}

.section.half-bottom-padding {
  padding-top: 34px;
  background-image: none;
  color: #fff;
}

.section.blue-background {
  background-color: #e7f8f9;
  background-image: none;
}

.section.blue-background.half-bottom-padding.home-features {
  background-color: #e7f8f9;
}

.section.blue-background.half-bottom-padding.home-features.wit {
  background-color: #fff;
}

.section.blue-background.half-bottom-padding.home-features.wit.notoppad {
  padding-top: 0px;
}

.section.text-page-hero {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #32c0c5;
}

.section.hero_text {
  margin-bottom: -4px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #41bac3;
  background-image: url('../images/curve_low.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.hero_text.artikel_section {
  background-color: transparent;
  background-image: none;
}

.section.hero_text.artikel_section.artikel_header {
  padding-bottom: 0px;
}

.section.hero_text.artikel_section.artikel_header.vacature_post {
  background-color: #182c4a;
}

.section.hero_text.hero_green {
  margin-left: -2px;
  padding-left: 0px;
}

.section.hero_text.hero_blue {
  margin-left: -2px;
  background-color: #04283d;
  color: #fff;
}

.section.hero_text.hero_white {
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
}

.section.hero_text.hero_white.hero_feature {
  margin-top: 40px;
  padding-top: 10px;
}

.section.header_video {
  padding-bottom: 0px;
}

.section.dark {
  padding-bottom: 80px;
  background-color: #182c4a;
  text-align: left;
}

.section.dark.center {
  text-align: center;
}

.section.teal {
  background-color: #41bac3;
}

.section.header {
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #41bac3;
}

.section.header.dark {
  padding-top: 180px;
  padding-bottom: 100px;
  background-color: #182c4a;
  text-align: left;
}

.section.header.home {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section.header.no-color {
  background-color: transparent;
}

.section.grey {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ebebeb;
}

.section.temporary-hide {
  display: none;
}

.container {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.container.medium {
  max-width: 1000px;
}

.logo {
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  color: #32c0c5;
}

.nav-link.cta {
  min-width: 100px;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 10px;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: #41bac3;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  color: #fff;
}

.nav-link.cta.gratis_cta {
  background-color: #f39433;
}

.nav-link.cta.contact_cta {
  display: inline-block;
}

.nav-link.cta.werkenbijbutton {
  display: inline-block;
  background-color: #182c4a;
}

.nav-link.cta.red {
  background-color: #ea515a;
}

.nav-link.language {
  padding-right: 20px;
}

.nav-link.language.lang_bottom {
  display: inline-block;
  padding-left: 20px;
  text-align: left;
}

.nav-link.hidenav {
  display: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: hsla(0, 0%, 97.3%, 0.91);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
}

.text-light {
  color: #333;
  font-weight: 300;
}

.text-gray {
  margin-bottom: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #7e7e7e;
  font-size: 16px;
}

.text-gray.text-center {
  color: #000;
  text-decoration: none;
}

.button {
  margin-bottom: 0px;
  padding: 7px 20px;
  float: none;
  border-radius: 3px;
  background-color: #182c4a;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  text-align: center;
}

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

.button.w--current {
  background-color: #41bac3;
  color: #fff;
}

.button.right {
  float: right;
}

.button.right.button_scan {
  background-color: #41bac3;
}

.button.with-left-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button.btn-rood {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #ff4a66;
  font-weight: 500;
  text-align: center;
}

.button.help_form_btn {
  float: right;
}

.button.btn_small {
  padding: 3px 10px;
  border: 2px solid #fff;
  background-color: #efefef;
  color: #7e7e7e;
}

.button.btn_small.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #efefef;
  color: #7e7e7e;
  text-align: center;
}

.button.btncookie {
  padding-right: 40px;
  padding-left: 40px;
}

.button.btn-rapport {
  margin-left: 20px;
  background-color: #fff;
  color: #182c4a;
}

.button.btn-bottom-margin {
  margin-bottom: 40px;
}

.button.btn-vergelijk-cta {
  margin-bottom: 20px;
}

.button.red {
  background-color: #ea515a;
}

.button.add-right-margin {
  margin-right: 10px;
}

.button.add-right-margin.w--current {
  padding-bottom: 7px;
  background-color: #41bac3;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-icon {
  font-family: 'Font awesome 5 Solid', sans-serif;
}

.inline-icon.solid {
  display: inline-block;
  font-family: 'Font awesome 5 Solid', sans-serif;
}

.inline-icon.solid.left {
  color: #41bac3;
}

.inline-icon.left {
  margin-right: 5px;
}

.inline-icon.solid {
  display: inline;
  font-family: 'Font awesome 5 Solid', sans-serif;
  text-align: right;
}

.text-center {
  color: #333;
  text-align: center;
}

.text-center.text-gray {
  font-size: 16px;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.text-large {
  font-size: 21px;
  line-height: 29px;
}

.form-card {
  position: relative;
  overflow: hidden;
  margin-top: -130px;
  padding: 60px 40px;
  border-radius: 5px;
  background-color: #41bac3;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.form-column-right-line {
  padding-right: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

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

.single-line-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-section {
  position: relative;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #04283d;
}

.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #182c4a;
  color: #fff;
  line-height: 35px;
}

.footer.with-form {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('../images/Swoosh-Line-White.svg');
  background-position: 50% 62%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.footer.with-form {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #182c4a;
  background-image: none;
}

.footer.with-form {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.text-capital {
  text-transform: uppercase;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.nav-dropdown-list {
  margin-bottom: 0px;
  text-align: left;
}

.nav-dropdown-list.w--open {
  left: -85px;
  width: 300px;
  margin-top: -15px;
  background-color: transparent;
}

.nav-dropdown-list.right.w--open {
  width: 160px;
}

.nav-dropdown-inner {
  position: static;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.nav-dropdown-list-item {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
  text-decoration: none;
}

.nav-dropdown-list-item:hover {
  background-color: #f0f6f6;
  color: #32c0c5;
}

.nav-dropdown-list-item.w--current {
  padding-bottom: 15px;
}

.nav-dropdown-list-item.enmob {
  text-align: left;
}

.nav-dropdown-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Dropdown-Arrow.svg');
  background-position: 50% 100%;
  background-size: contain;
}

.nav-dropdown-arrow.align-right {
  right: -40px;
}

.nav-feature-heading {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 600;
}

.nav-feature-heading.no-left-margin {
  padding-left: 0px;
}

.nav-feature-heading.language {
  display: inline-block;
}

.text-small {
  font-size: 13px;
  line-height: 15px;
}

.text-small.text-translucent {
  opacity: 0.6;
}

.text-small.text-translucent.text-left {
  float: left;
}

.text-small.text-right {
  float: right;
}

.text-small.text-right.text-translucent.white {
  margin-left: 10px;
  color: #fff;
}

.text-small.text-right.text-translucent.white:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.text-small.text-right.text-translucent.white {
  margin-left: 10px;
  color: #fff;
}

.text-small.text-right.text-translucent.white:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-row.mobile-no-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.no-top-margin {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.no-top-margin.text-light {
  color: #fff;
}

.card {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-body {
  position: relative;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.gray {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f8f8f8;
}

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

.faq-content-wrap {
  overflow: hidden;
  height: 0px;
}

.customer-logo {
  display: block;
  max-height: 50px;
  max-width: 90px;
  margin: 15px auto;
}

.customer-logo.text-large {
  max-height: 65px;
  max-width: 150px;
}

.text-field {
  margin-bottom: 20px;
  border-style: none;
  border-radius: 5px;
}

.text-field.underline {
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0px;
  background-color: transparent;
  color: #32c0c5;
}

.text-field.underline:focus {
  border-bottom-width: 3px;
  border-bottom-color: #32c0c5;
}

.text-field.left {
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.text-field.no-bottom-margin {
  margin-bottom: 0px;
}

.blue {
  color: #32c0c5;
}

.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-right: 60px;
  padding-left: 60px;
  -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: #fff;
}

.utility-page-content {
  display: block;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.solution-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 15px;
  -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;
  border-radius: 100px;
  background-color: rgba(65, 186, 195, 0.55);
  box-shadow: 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: 'Font awesome 5 Solid', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.solution-feature-icon.blauw {
  background-color: #41bac3;
}

.solution-features-row {
  margin-bottom: 20px;
}

.solution-features-row.first {
  margin-top: 40px;
}

.inline {
  display: inline;
}

.logo-white {
  margin-bottom: 30px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.logo-white.no-bottom-margin {
  margin-bottom: 0px;
}

.logo-white.no-bottom-margin.padding-right {
  margin-right: 20px;
}

.copyright-footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-left: 1px;
  color: #333;
  text-decoration: underline;
}

.link.text-white {
  color: #fff;
}

.link.text-white.bold {
  font-weight: 700;
}

.link.text-white.add-top-margin {
  display: block;
}

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

.footer-social-icon {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Font awesome 5 Brands', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.footer-social-icon:hover {
  opacity: 1;
}

.footer-social-column {
  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;
}

.form-container {
  display: block;
  max-width: 550px;
}

.footer-success-message {
  min-height: 275px;
  background-color: transparent;
}

.large-check-icon {
  margin-top: 20px;
  font-family: 'Font awesome 5 Solid', sans-serif;
  font-size: 105px;
  line-height: 105px;
}

.form-card-swoosh {
  position: absolute;
  left: -40px;
  bottom: 15%;
  width: 325px;
  height: 80px;
  background-image: url('../images/zigzag.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.24;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.form-card-swoosh.email-only {
  bottom: 55px;
  width: 250px;
  height: 60px;
}

.with-bottom-margin {
  margin-bottom: 30px;
}

._404 {
  font-size: 55px;
  line-height: 55px;
}

.loading-overlay {
  position: fixed;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}

.country-flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  border-radius: 100%;
}

.country-flag.mb {
  margin-top: -5px;
  margin-right: 0px;
  border-radius: 2px;
}

.ddma-logo {
  margin-left: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer-copyright-column {
  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;
}

.hidden-wrap {
  display: none;
}

.overlay-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 40%;
  height: 100%;
  min-width: 510px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -1px 0 28px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(110%, 0px);
  -ms-transform: translate(110%, 0px);
  transform: translate(110%, 0px);
}

.overlay-header {
  padding: 15px 15px 0px;
}

.overlay-tabs {
  display: block;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group {
  padding-right: 10px;
  padding-left: 10px;
}

.text-white {
  color: #fff;
}

.overlay-tab-pane {
  padding: 20px 50px;
}

.lined-item {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  color: #333;
}

.lined-item.last {
  border-bottom-style: none;
}

.paragraph-hidden {
  display: none;
}

.hidden-blog-content {
  display: none;
  opacity: 0;
}

.popover {
  position: absolute;
  left: 100px;
  bottom: 70px;
  z-index: 10;
  display: none;
  width: 320px;
  padding: 15px 36px 15px 15px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.text-right {
  float: right;
  text-align: right;
}

.overlay-close {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.circle-tab-link {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  border-radius: 50px;
  background-color: #34aaad;
  color: #30cfd4;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
}

.circle-tab-link.w--current {
  background-color: #04283d;
  color: #fff;
}

.circle-tabs-menu {
  position: absolute;
  top: -30px;
  margin-bottom: 5px;
}

.bold-text-2 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.btn-rood {
  padding: 7px 20px;
  border-radius: 3px;
  background-color: #ea515a;
}

.btn-rood.center {
  display: block;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bold-text-5 {
  font-size: 3px;
}

.checkbox-label {
  font-size: 13px;
}

.btn-center {
  padding: 7px 20px;
  border-radius: 3px;
  background-color: #04283d;
}

.btn-center.center {
  display: block;
  max-width: 190px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 7px;
  text-align: center;
}

.text-span-27 {
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #fff;
}

.text-span-28 {
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #fff;
}

.text-span-29 {
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #fff;
}

.bold-text-7 {
  color: #333;
}

.error-message {
  background-color: #ea515a;
}

.text-block-3 {
  display: inline;
  color: #fff;
}

.success-message-2 {
  background-color: #fff;
}

.error-message-3 {
  background-color: #ea515a;
}

.text-block-6 {
  display: inline-block;
}

.link-6 {
  color: #41bac3;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-10 {
  font-size: 14px;
}

.text-span-64 {
  text-decoration: underline;
}

._404-container {
  padding-right: 40px;
  padding-left: 40px;
}

.heading_pagina_kop {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 40px;
  font-weight: 400;
}

.heading_pagina_kop.white {
  color: #fff;
}

.heading_pagina_kop_uitgelicht {
  color: #fff;
}

.heading_pagina_kop_uitgelicht.blue {
  color: #41bac3;
}

.heading_pagina_subkop {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.heading_pagina_subkop.neutral {
  color: #000;
}

.heading_pagina_subkop.vacatureheader2 {
  color: #f39433;
}

.hero_intro {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.hero_image_column {
  width: 70%;
  height: auto;
  margin-bottom: -75%;
  text-align: right;
}

.hero_image_column.imgfull {
  width: 90%;
}

.hero_image_column_wrapper {
  text-align: right;
}

.hero_columns {
  margin-bottom: 0px;
  text-align: left;
}

.main_text_section {
  padding-top: 0px;
  color: #7e7e7e;
}

.main_text_section.vacaturesbody {
  background-color: #182c4a;
}

.normal-rich-text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.normal-rich-text p {
  position: static;
  display: block;
  color: #333;
  -o-object-fit: fill;
  object-fit: fill;
}

.normal-rich-text h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.normal-rich-text h3 {
  margin-bottom: 0px;
  color: #41bac3;
  font-size: 18px;
}

.normal-rich-text a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.normal-rich-text em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bebebe;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.normal-rich-text ul {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: dotted none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  color: #41bac3;
  list-style-type: square;
}

.normal-rich-text blockquote {
  border-left-style: none;
  background-color: #efefef;
  font-family: Inconsolata, monospace;
}

.normal-rich-text img {
  max-width: 250px;
  border-radius: 50%;
}

.normal-rich-text li {
  padding-left: 10px;
  color: #333;
}

.main_text_boxout {
  background-color: #41bac3;
  color: #fff;
}

.main_text_boxout.boxout-nepmail {
  margin-top: 20px;
  padding-bottom: 40px;
}

.main_text_boxout_rte {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_text_boxout_rte h2 {
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.main_text_boxout_rte a {
  border-bottom: 2px solid #41bac3;
  color: #fff;
}

.main_text_boxout_rte blockquote {
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
}

.main_text_boxout_rte strong {
  color: #04283d;
}

.main_text_boxout_rte em {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.btn-green {
  padding: 7px 20px;
  float: none;
  border-radius: 3px;
  background-color: #41bac3;
}

.btn-green.kennisbtn {
  color: #fff;
  text-align: center;
}

.btn-green.kennisbtn.kennis-complete {
  background-color: #40244c;
}

.btn-green.kennisbtn {
  display: block;
  color: #fff;
  text-align: center;
}

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

.column-8.sidebarcolumn {
  padding-right: 20px;
  padding-left: 20px;
}

.heading_sidebar {
  padding: 5px 20px;
  background-color: #04283d;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.main_text_sidebar_rte {
  padding: 10px 20px 20px;
}

.main_text_sidebar_rte h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.main_text_sidebar_rte p {
  margin-bottom: 20px;
}

.main_text_columns {
  padding-bottom: 30px;
}

.video_text {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
}

.video_lijst {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #41bac3;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.video_link {
  padding-left: 5px;
  border-left: 3px solid #41bac3;
  color: #fff;
  line-height: 20px;
}

.video_link:hover {
  border-left-color: #ea515a;
}

.video_link.w--current {
  color: #7e7e7e;
}

.video_link.done {
  color: #7e7e7e;
}

.kennis_section {
  display: block;
}

.kennis_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kennis_tab.kennis_blok_fullwidth {
  padding-left: 0px;
  text-align: left;
}

.kennis_blok_img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #bebebe;
  text-align: center;
}

.kennis_blok_text {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
}

.kennis_blok_text.subkopdownload {
  margin-top: 5px;
  color: #7e7e7e;
  font-weight: 700;
  text-align: center;
}

.heading_kennis_blok {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.spacer {
  height: 60px;
}

.kennis_header {
  width: 100%;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 0px none #04283d;
}

.body_blue {
  padding-top: 30px;
  background-color: #04283d;
}

.artikel_container {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.artikel_container.artikel_intro {
  padding-top: 40px;
}

.artikel_container.artikel_intro.note {
  background-image: url('../images/fold_1fold.jpg');
  background-position: 100% 0%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.artikel_text_rte {
  padding-top: 20px;
  padding-bottom: 0px;
}

.artikel_text_rte h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.artikel_text_rte h3 {
  margin-bottom: 0px;
  color: #41bac3;
  font-size: 18px;
}

.artikel_text_rte a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.artikel_text_rte em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #b3b3b3;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.artikel_text_rte img {
  margin-right: 10px;
  border-style: none;
  border-width: 4px;
  border-color: #bebebe;
  border-radius: 0%;
}

.artikel_text_rte ul {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  list-style-type: disc;
}

.artikel_text_rte.vacaturecontent {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
}

.artikel_text_rte.conclusievacature {
  border-top: 3px solid #41bac3;
}

.artikel_image {
  background-color: #fff;
}

.artikel_conclusie {
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #fff;
}

.artikel_conclusie.vacature_conclusie {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.artikel_conclusie_text_rte {
  padding: 0px 40px;
  background-color: #41bac3;
  color: #fff;
}

.artikel_conclusie_text_rte h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.artikel_conclusie_text_rte h3 {
  margin-bottom: 0px;
  color: #04283d;
  font-size: 18px;
}

.artikel_conclusie_text_rte a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.artikel_conclusie_text_rte em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bebebe;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.artikel_conclusie_text_rte img {
  max-width: 250px;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #bebebe;
  border-radius: 50%;
}

.artikel_conclusie_text_rte ul {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  list-style-type: none;
}

.text-block-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
}

.subheader-tab {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  background-color: #efefef;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.subheader-tab:hover {
  background-color: rgba(65, 186, 195, 0.28);
}

.table_text {
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.subheader-tab-white {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.subheader-tab-white:hover {
  background-color: rgba(65, 186, 195, 0.28);
}

.check {
  color: #41bac3;
  font-size: 16px;
}

.checklist-text {
  padding-left: 25px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.checklist-text.nam {
  padding-left: 0px;
  float: left;
}

.table_head {
  margin-right: 0px;
  background-color: #182c4a;
  color: #fff;
}

.table_description_center {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.home_header {
  margin-bottom: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #41bac3;
}

.home_header.header-proef {
  padding-bottom: 0px;
}

.home_clients {
  width: 80%;
  margin-bottom: -16px;
  padding-top: 20px;
}

.home_arrow {
  background-color: #0d293d;
}

.image-10 {
  min-width: 100%;
  margin-top: -2px;
  padding-bottom: 30px;
  background-color: transparent;
}

.heading-wit {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.home_usp_rte {
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.home_usp_rte p {
  margin-bottom: 20px;
  float: none;
}

.home_usp_rte h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #41bac3;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}

.home_usp_rte h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #04283d;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
}

.home_usp_rte a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.home_usp_rte em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bebebe;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.home_usp_rte img {
  max-width: 250px;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #bebebe;
  border-radius: 50%;
}

.home_usp_rte ul {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: dotted none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  list-style-type: none;
}

.body-3 {
  background-color: #fff;
}

.home_hero_image {
  position: static;
  left: 59%;
  top: 23%;
  right: auto;
  bottom: 0%;
  margin-top: -47px;
  margin-right: 37px;
  margin-bottom: -136px;
}

.spacer_blue {
  height: 60px;
  margin-bottom: -150px;
  padding-bottom: 180px;
  background-color: #04283d;
}

.hero_image_flex {
  width: 100%;
  float: none;
  text-align: right;
}

.hero_flex_rte_green {
  display: block;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.hero_flex_rte_green h1 {
  margin-top: 0px;
  font-weight: 400;
}

.hero_flex_rte_green h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.hero_flex_rte_green strong {
  color: #fff;
  text-align: center;
}

.hero_flex_rte_green p {
  display: inline;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.hero_flex_rte_green a {
  border-bottom: 2px solid #000;
  color: #000;
  text-decoration: none;
}

.hero_flex_rte_green.link-9 {
  border: 1px none #000;
}

.hero_flex_rte_green.link-9.dmarc-check {
  margin-top: 0px;
  color: #fff;
}

.hero_flex_rte_white {
  display: block;
  padding-right: 0px;
  padding-bottom: 20px;
}

.hero_flex_rte_white h1 {
  margin-top: 0px;
  font-weight: 400;
}

.hero_flex_rte_white h3 {
  margin-bottom: 20px;
  color: #41bac3;
  font-size: 22px;
  font-weight: 400;
}

.hero_flex_rte_white strong {
  color: #41bac3;
}

.hero_flex_rte_white p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.hero_text {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  font-weight: 400;
  text-align: right;
}

.div-block-12 {
  position: static;
  left: auto;
  top: 0%;
  right: -99%;
  bottom: 0%;
  min-width: 400px;
}

.hero_text_swap {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #fff;
  text-align: right;
}

.spacer30 {
  min-height: 30px;
  padding-bottom: 0px;
}

.spacer60 {
  min-height: 60px;
  padding-bottom: 0px;
}

.pricing_circle_top {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: -34px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #04283d;
  color: #fff;
  text-align: left;
}

.pricing_circle_text {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 46px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-24 {
  text-align: right;
}

.slider_form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabellink {
  border-bottom: 1px solid #41bac3;
  text-decoration: none;
}

.false {
  color: #ea515a;
  font-size: 16px;
}

.text-span-70 {
  color: #41bac3;
}

.left-arrow-2 {
  display: none;
}

.left-arrow-2.slider-hide {
  width: 0px;
  height: 0px;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

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

.slide-nav-2.slider-hide {
  display: none;
  width: 0px;
  height: 0px;
}

.slider-2 {
  height: 100px;
  max-height: 100px;
  background-color: transparent;
}

.mask {
  height: 100px;
  max-height: 100px;
}

.menu_flag {
  width: 20px;
  margin-top: 5px;
  float: right;
}

.container-8 {
  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-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-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.section-8 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer_form_header {
  color: #41bac3;
}

.footer_form {
  color: #fff;
}

.footer_form_left {
  padding-right: 40px;
}

.anchor {
  height: 0px;
}

.main_text_rte_img_alt {
  padding-top: 0px;
  padding-bottom: 0px;
}

.main_text_rte_img_alt p {
  color: #333;
}

.main_text_rte_img_alt h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.main_text_rte_img_alt h3 {
  margin-bottom: 0px;
  color: #41bac3;
  font-size: 18px;
}

.main_text_rte_img_alt a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.main_text_rte_img_alt em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bebebe;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.main_text_rte_img_alt img {
  max-width: 250px;
  margin-right: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #bebebe;
  border-radius: 0%;
}

.main_text_rte_img_alt ul {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: dotted none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  list-style-type: none;
}

.main_text_rte_img_alt blockquote {
  border-left-style: none;
  background-color: #efefef;
  font-family: Inconsolata, monospace;
}

.text-span-72 {
  color: #fff;
}

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

.rte-artikel-kop h1 {
  margin-top: auto;
  font-weight: 400;
}

.rte-artikel-kop strong {
  color: #41bac3;
}

.hero_flex_rte_feature {
  display: block;
  padding-right: 0px;
  padding-bottom: 20px;
  text-align: left;
}

.hero_flex_rte_feature h1 {
  margin-top: 0px;
  font-weight: 400;
}

.hero_flex_rte_feature h3 {
  margin-bottom: 20px;
  color: #41bac3;
  font-size: 22px;
  font-weight: 400;
}

.hero_flex_rte_feature strong {
  color: #000;
}

.hero_flex_rte_feature p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
}

.hero_flex_rte_feature h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.hero_flex_rte_feature img {
  float: none;
}

.hero_flex_rte_feature a {
  color: #41bac3;
  font-weight: 700;
  text-decoration: underline;
}

.hero_flex_rte_feature blockquote {
  display: inline-block;
  border-left-style: none;
  border-radius: 6px;
  background-color: #182c4a;
  color: #fff;
}

.feature_heading {
  font-weight: 400;
  text-align: left;
}

.feature_subheading {
  color: #41bac3;
  font-weight: 400;
  text-align: left;
}

.feature_image {
  max-width: 300px;
  float: right;
}

.contact-column {
  margin-top: -10px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #f39433;
  color: #fff;
}

.contact-footer-blok {
  margin-bottom: 20px;
}

.kennis_blok-2 {
  display: block;
  max-width: 30%;
  min-height: 200px;
  margin-right: 3%;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kennis_blok-2:hover {
  border-color: #41bac3;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0 #7e7e7e;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.kennis_blok-2.kwart {
  display: block;
  max-width: 23%;
  margin-right: 2%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kennis_blok-2.kwart.search {
  display: block;
  max-width: 100%;
  min-height: 0px;
}

.kennis_blok-2.kwart {
  max-width: 23%;
  min-width: 23%;
  margin-right: 2%;
}

.header-tab {
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px 4px 0px 0px;
}

.header-tab.w--current {
  background-color: #41bac3;
  color: #fff;
}

.header-tab.cloudengineer {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.srbackenddev {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.backenddev {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.frontenddev {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.techprojmanager {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.intsales {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.cloudengineer {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.accountmanager {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.accountmanager {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.ciso {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}

.header-tab.dark {
  background-color: #182c4a;
}

.cookiediv {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 20px;
}

.cookiecolumn {
  display: block;
  padding: 10px;
  border: 1px solid #41bac3;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.78);
  color: #000;
}

.cookietxt {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}

.column-36 {
  text-align: right;
}

.customer-logo-copy {
  display: block;
  max-width: 90px;
  margin: 15px auto;
}

.home_domeincheck {
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #41bac3;
}

.home_domeincheck.fail {
  background-color: #ea515a;
}

.heading_domeincheck {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  color: #fff;
  font-size: 64px;
  line-height: 70px;
  font-weight: 800;
}

.subheading_domeincheck {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-right: 40px;
  color: #182c4a;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.bodyblue {
  background-color: #182c4a;
}

.creditcard-animate {
  position: relative;
  left: -128px;
  bottom: -101px;
  z-index: 200;
  margin-top: -60px;
}

.below_arrow {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 100px;
  background-color: #04283d;
  color: #fff;
}

.below_arrow.result-more {
  padding-top: 200px;
  padding-bottom: 0px;
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: auto;
  width: 30%;
  float: right;
}

.div-block-14 {
  width: 60%;
  float: left;
}

.text-span-74 {
  color: #fff;
}

.rte-fail a {
  color: #41bac3;
}

.domain-results {
  margin-bottom: 40px;
  padding: 5px 20px 20px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-16 {
  float: right;
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.domain-result-wrap {
  margin-bottom: 10px;
  padding: 10px 10px 0px;
  background-color: #182c4a;
}

.domain-result-text {
  overflow: hidden;
  height: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.creditcard-animate-swing {
  position: relative;
  left: -128px;
  bottom: 0px;
  z-index: 200;
  margin-top: -60px;
}

.heading_nepmail {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  color: #fff;
  font-size: 64px;
  line-height: 70px;
  font-weight: 800;
}

.subheading_nepmail {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  color: #182c4a;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.text-nepmail-wit {
  color: #fff;
}

.text-nepmail-wit.nepmail-nopad {
  margin-bottom: 0px;
}

.subheader-nepmail {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.subheader-nepmail.no-bottom {
  margin-bottom: 0px;
}

.header-nepmail {
  margin-top: 60px;
  margin-bottom: 10px;
}

.header-nepmail.header-dark {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #182c4a;
}

.quote-nepmail {
  color: #fff;
}

.bold-quote-nepmail {
  color: #ea515a;
  font-size: 26px;
}

.section-nepmail {
  margin-top: 220px;
}

.powered-by {
  text-align: center;
}

.text-block-16 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 11px;
}

.text-block-16.poweredby {
  display: block;
  max-height: 30px;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding-right: 50px;
  text-align: right;
}

.container-nepmail {
  color: #fff;
}

.resultaat-mark {
  font-family: 'Font awesome 5 Solid', sans-serif;
}

.check-code {
  font-weight: 700;
}

.check-explain {
  padding-right: 20px;
}

.check-result-table {
  margin-bottom: 10px;
}

.halfway {
  color: #f39433;
}

.resultaat-domein-copy {
  margin-bottom: 10px;
}

.stuurdoor {
  margin-bottom: 5px;
}

.code-dark {
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.prefill-hide {
  display: none;
  overflow: visible;
}

.header-nepmail-nomargin {
  margin-top: 10px;
  margin-bottom: 0px;
}

.header-nepmail-nomargin.left-align {
  margin-bottom: 5px;
  text-align: left;
}

.wordt-gecontroleerd {
  overflow: hidden;
  height: 2px;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: transparent;
}

.rapport-small {
  margin-bottom: -20px;
}

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

.txt-left {
  color: #fff;
  text-align: left;
}

.text-block-19 {
  padding-bottom: 20px;
}

.text-nepmail-wi-boven {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}

.section-10 {
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
}

.div-block-kop-result {
  width: 60%;
  float: left;
}

.header-banner {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  background-color: rgba(65, 186, 195, 0.6);
}

.tijdelijke_melding_tekst {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.button-7 {
  padding: 15px 20px;
  border: 0px none #000;
  border-radius: 3px;
  background-color: #41bac3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.grid-4 {
  margin-top: 10px;
  padding: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3px;
  background-color: #182c4a;
  color: #fff;
}

.texttomblock {
  color: #f7f7f7;
  text-align: center;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-4 Area-5 Area-7 Area-9 Area-11 Area-13 Area-15"
    "Area-2 Area-3 Area-6 Area-8 Area-10 Area-12 Area-14 Area-16";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.image-17 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-18 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-19 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-20 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-21 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-22 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-23 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-24 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.button-8 {
  margin-bottom: 40px;
  clear: none;
  border-radius: 3px;
  background-color: #182c4a;
  text-align: center;
}

.vergelijkings-logo {
  position: relative;
  top: 30px;
  right: 31px;
  max-width: 35%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.middenfeatures {
  text-align: center;
}

.heading-26 {
  margin-top: 10px;
  color: #182c4a;
  font-size: 24px;
}

.heading-27 {
  margin-top: 0px;
  color: #fff;
  font-size: 38px;
}

.academybutton {
  margin-bottom: 40px;
  padding-right: 19px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #f39433;
}

.returnbutton_home {
  margin-bottom: 40px;
  padding-right: 19px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #182c4a;
}

.aangevraagdpf {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #41bac3;
}

.vergelijking {
  margin-right: 0px;
  background-color: #41bac3;
  color: #fff;
}

.tomsblock {
  margin-top: 20px;
  padding: 20px 30px 10px;
  border-radius: 5px;
  background-color: #41bac3;
  color: #fff;
}

.container-12 {
  height: 30px;
  margin-top: 20px;
}

.sidenote {
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

.tabledescription2 {
  padding-left: 25px;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}

.compare-link {
  width: 100%;
  text-align: center;
}

.gridimg {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vergelijkingslijst {
  margin-top: 20px;
}

.dmarc-container {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #333;
  text-align: left;
}

.dmarc-container h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.dmarc-container h3 {
  margin-bottom: 0px;
  color: #41bac3;
  font-size: 18px;
}

.dmarc-container a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.dmarc-container em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bebebe;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.dmarc-container img {
  max-width: 250px;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #bebebe;
  border-radius: 50%;
}

.dmarc-container ul {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: dotted none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  list-style-type: none;
}

.dmarc-container blockquote {
  border-left-style: none;
  background-color: #efefef;
  font-family: Inconsolata, monospace;
}

.main_text_boxout_newcases {
  background-color: #41bac3;
  color: #fff;
}

.main_text_boxout_rte-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_text_boxout_rte-copy h2 {
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.main_text_boxout_rte-copy a {
  border-bottom: 2px solid #41bac3;
  color: #fff;
}

.main_text_boxout_rte-copy blockquote {
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
}

.main_text_boxout_rte-copy strong {
  color: #fff;
}

.main_text_boxout_rte-copy em {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.main_text_sidebar_newcases {
  margin-top: 20px;
  background-color: #ddd;
}

.main_text_sidebar_newcases.inclbtn {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.pijltje-icoon {
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #41bac3;
  font-size: 60px;
  text-align: center;
}

.pijltje-icoon.spotlerdeal {
  color: #ea515a;
  font-size: 40px;
}

.plus {
  margin-top: 0px;
  margin-bottom: -10px;
  text-align: center;
}

.plus.point {
  margin-bottom: 20px;
}

.hero-blue-white {
  display: block;
  padding-right: 20px;
  padding-bottom: 40px;
  color: #fff;
}

.hero-blue-white h1 {
  margin-top: 0px;
  font-weight: 700;
}

.hero-blue-white h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.hero-blue-white strong {
  color: #182c4a;
}

.hero-blue-white p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.hero-blue-white h4 {
  color: #000;
  font-weight: 400;
}

.success-logo {
  position: relative;
  left: 14px;
  top: -15px;
  width: 180px;
  float: left;
  text-align: left;
}

.success-logo.success-eneco {
  top: -36px;
}

.success-logo.success-gogh {
  left: 48px;
  top: -48px;
  width: 110px;
  max-height: 110px;
  max-width: 110px;
}

.success-logo.dpd {
  top: -30px;
}

.feature-quote {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #41bac3;
  border-bottom: 1px solid #41bac3;
  color: #182c4a;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.link-9 {
  border-bottom: 1px solid #000;
}

.dmarc-check {
  margin-top: 20px;
  background-color: transparent;
  color: #7e7e7e;
  font-size: 14px;
}

.hero-check-form {
  margin-bottom: 40px;
}

.beursaanbieding_tab {
  color: #000;
}

.heading-chromecast-large {
  width: 98%;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 60px;
  color: #fff;
  font-size: 120px;
  line-height: 130px;
  font-weight: 800;
  text-align: left;
}

.image-27 {
  display: inline;
  text-align: left;
}

.wintekst-chrome {
  position: absolute;
  left: auto;
  top: 28%;
  right: 10%;
  bottom: auto;
  display: block;
  max-width: 40%;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 120px;
  line-height: 115px;
  font-weight: 800;
  text-align: left;
}

.wintekst-chrome-disclaimer {
  position: static;
  left: auto;
  top: 33%;
  right: 10%;
  bottom: auto;
  display: block;
  max-width: 40%;
  margin-top: -129px;
  margin-bottom: 60px;
  margin-left: 747px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.heading-chromecast-bescherm {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 60px;
  color: #fff;
  font-size: 85px;
  line-height: 100px;
  font-weight: 800;
  text-align: left;
}

.text-span-79 {
  color: #ea515a;
}

.percentage-chrome {
  position: static;
  display: block;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-left: 60px;
  color: #fff;
  font-size: 400px;
  line-height: 115px;
  font-weight: 800;
  text-align: left;
}

.text-span-80 {
  color: #ea515a;
  font-size: 150px;
  line-height: 160px;
}

.text-span-81 {
  color: #ea515a;
  font-size: 80px;
}

.heading-chromecast-sub {
  width: 98%;
  margin-top: -43px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 60px;
  color: #fff;
  font-size: 75px;
  line-height: 130px;
  font-weight: 800;
  text-align: left;
}

.dashboard {
  display: inline;
  width: 90%;
  margin-left: 60px;
  box-shadow: 5px 5px 6px 0 #000;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: left;
}

.text-span-82 {
  color: #41bac3;
}

.phones-chrome {
  position: relative;
  z-index: 200;
  display: block;
  margin-top: -104px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-chromecast-txt {
  width: 98%;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 60px;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
}

.text-span-83 {
  margin-right: 25px;
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #41bac3;
  font-weight: 400;
}

.image-30 {
  min-width: 100%;
  border: 1px none #000;
  border-radius: 100%;
}

.artikelreturn {
  margin-bottom: 10px;
  border-bottom: 1px none #182c4a;
  text-align: left;
}

.artikelreturn.below {
  margin-bottom: -20px;
  margin-left: 40px;
  padding-top: 10px;
}

.artikelen {
  border-bottom: 2px solid #41bac3;
}

.allecases {
  margin-left: 10px;
  border-bottom: 2px solid #f39433;
  text-align: right;
}

.paragraph-18 {
  width: 100%;
  padding-right: 40px;
  text-align: right;
}

.zoekopdracht {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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;
}

.search-input-2 {
  margin-right: 40px;
  margin-bottom: 0px;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
}

.search-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-32 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main_text_rte_square {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.main_text_rte_square p {
  position: static;
  display: block;
  color: #333;
  -o-object-fit: fill;
  object-fit: fill;
}

.main_text_rte_square h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #04283d;
  font-size: 28px;
  font-weight: 400;
}

.main_text_rte_square h3 {
  margin-bottom: 0px;
  color: #41bac3;
  font-size: 18px;
}

.main_text_rte_square a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.main_text_rte_square em {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #bebebe;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.main_text_rte_square ul {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-style: dotted none;
  border-width: 2px 1px;
  border-color: #41bac3 #000;
  list-style-type: none;
}

.main_text_rte_square blockquote {
  border-left-style: none;
  background-color: #efefef;
  font-family: Inconsolata, monospace;
}

.main_text_rte_square img {
  border: 0px none #000;
}

.tevredenklanten {
  padding-top: 40px;
  padding-bottom: 40px;
}

.daterelease {
  color: #41bac3;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gridprivacyshield {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  grid-column-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 0px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3px;
  background-color: #182c4a;
  color: #fff;
}

.filterarticles {
  margin-top: 0px;
}

.filter {
  display: inline-block;
  min-width: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: transparent;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}

.filter.w--current {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  background-color: #41bac3;
  color: #fff;
  text-align: center;
}

.tabs-menu {
  display: block;
  overflow: visible;
  width: 100%;
  margin: 0px 20px 10px 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 3px none #41bac3;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.tag {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: transparent;
  font-size: 11px;
  text-align: center;
}

.tag.maintopic {
  margin-bottom: -5px;
  background-color: #41bac3;
  color: #fff;
}

.tag.maintopic.purple {
  background-color: #40244c;
}

.tag.maintopic.red {
  background-color: #ea515a;
}

.tag.maintopic.orange {
  background-color: #f39433;
}

.tag.maintopic.dark {
  background-color: #1c486f;
}

.tag.maintopic.darker {
  background-color: #182c4a;
}

.grid-6 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-content {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tabs-content.dark {
  margin-top: -14px;
  border-radius: 4px;
}

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

.article-overview {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.article-overview.academyblock {
  background-color: #182c4a;
  color: #fff;
}

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

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

.downloadtabs {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: transparent;
  font-size: 13px;
  text-decoration: none;
}

.downloadtabs.w--current {
  padding: 5px 10px 0px;
  border-bottom: 3px solid #41bac3;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.download-block {
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  border-radius: 4px;
}

.text-block-27 {
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #41bac3;
  text-decoration: none;
}

.download-title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.download_info {
  padding-top: 10px;
}

.download_info a {
  border-bottom: 2px solid #41bac3;
}

.link-block-3 {
  padding-top: 5px;
}

.tabs-menu-2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #adadad;
}

.video-block {
  padding: 10px;
  border: 1px solid #adadad;
  border-radius: 4px;
  background-color: #fff;
}

.videotitle {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.heading-chromecast-wwv {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 60px;
  color: #fff;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  text-align: left;
}

.wwv_bold_header {
  color: #41bac3;
  font-weight: 900;
}

.right-wrapper {
  height: 100%;
  margin-top: 0px;
  padding: 25px;
  border-radius: 10px;
  background-color: #41bac3;
}

.dashboardtextright {
  width: 60%;
  padding-left: 30px;
}

.dashboard-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-wrapper.topaligned {
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-wrapper.blue-big {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #182c4a;
  color: #fff;
}

.container-13 {
  max-width: 1200px;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.vacaturedashboard {
  width: 70%;
}

.whiteblock {
  padding-top: 45px;
  padding-bottom: 45px;
}

.dashboardimageleft {
  width: 40%;
  padding-right: 40px;
  padding-left: 40px;
}

.textright p {
  margin-bottom: 10px;
}

.dashboardimageright {
  width: 40%;
  padding-right: 40px;
  padding-left: 40px;
}

.dashboardtextleft {
  width: 60%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.textleft strong {
  color: #ea515a;
}

.roundedimage {
  display: inline-block;
  border-radius: 4px;
}

.vacaturetabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.vacaturenaam {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(174, 183, 179, 0.32);
  color: #04283d;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.allevacaturesh2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 40px;
  color: #182c4a;
  font-weight: 400;
  text-align: center;
}

.vacaturesectie {
  padding-top: 60px;
}

.vacaturetekst {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px 4px 0px 0px;
}

.vacaturetekst img {
  display: block;
}

.vacaturetekst.applynow {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-radius: 0px 0px 4px 4px;
}

.vacaturetekst.applynow h2 {
  color: #fff;
}

.vacaturetekst.applynow p {
  color: #fff;
}

.vacaturetekst.applynow a {
  color: #ea515a;
  font-weight: 600;
}

.vacaturetekst.applynow h3 {
  color: #fff;
}

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

.buttonvacatures {
  position: static;
  display: inline-block;
  float: right;
  border-radius: 4px;
  background-image: linear-gradient(83deg, #f39433, #ea515a 79%);
  font-size: 16px;
}

.buttonvacatures.w--current {
  position: relative;
  left: 550px;
  top: 17px;
}

.div-block-21 {
  margin-bottom: 40px;
  background-color: #182c4a;
}

.vacatureptft {
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
}

.vacatures {
  position: relative;
  left: 565px;
  top: -50px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
  background-color: #ea515a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.text-block-28 {
  padding-top: 0px;
  font-size: 16px;
  line-height: 25px;
}

.buttonallevacatures {
  position: static;
  display: inline-block;
  float: none;
  border-radius: 4px;
  background-image: linear-gradient(83deg, #f39433, #ea515a 79%);
  font-size: 16px;
}

.buttonallevacatures.w--current {
  position: relative;
  left: 550px;
  top: 17px;
}

.slide-5 {
  height: 100px;
  max-height: 100px;
  background-image: url('../images/en_logoset3a.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/en_logoset1.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/en_logoset2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.clients_vacaturepagina {
  width: 50%;
  margin-bottom: -16px;
  padding-top: 20px;
}

.linkblock_menu {
  display: block;
}

.tijdelijke_melding_tekst_space {
  display: block;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.image-35 {
  display: block;
  height: 80px;
}

.tijdelijke_melding_tekst_bold {
  display: inline;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 2px solid #182c4a;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.vacatureshomemelding {
  position: relative;
  left: 730px;
  top: -52px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
  background-color: #ea515a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.tijdelijkemeldingvacatureaantal {
  padding-top: 0px;
  font-size: 8px;
  line-height: 14px;
}

.vacature_email_icon {
  display: none;
}

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

.homevideo {
  overflow: auto;
  height: 0px;
  margin-right: 0px;
  padding-right: 0px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-37 {
  display: block;
  max-height: 50px;
  max-width: 75px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.more {
  margin-left: 20px;
  font-size: 15px;
  text-decoration: underline;
}

.darkblock-trial {
  margin-bottom: -80px;
  padding: 20px 20px 60px;
  border-radius: 10px;
  background-color: #0d293d;
}

.imag38 {
  max-height: 50px;
  max-width: 75px;
  margin-right: 0px;
  margin-left: 0px;
}

.grid-5-blocks {
  display: -ms-grid;
  display: grid;
  -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;
  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: contain;
  object-fit: contain;
}

.overall-intro {
  margin-top: 20px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.overall-intro.white {
  color: #fff;
}

.overall-intro.white.center {
  text-align: center;
}

.overall-intro.white.no-bottom-margin.no-top-margin {
  margin-top: 0px;
}

.overall-intro.center {
  padding-right: 0px;
  text-align: center;
}

.overall-intro.teal {
  color: #41bac3;
}

.overall-intro.competitors {
  margin-bottom: 0px;
}

.usp {
  position: static;
  color: #182c4a;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.column-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-aligned.no-top-margin {
  margin-top: 0px;
}

.column-aligned.no-top-margin.no-bottom-margin {
  margin-bottom: 0px;
}

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

.paragraph-22 {
  color: #000;
}

.features-list {
  list-style-type: square;
}

.features-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #41bac3;
}

.link-teal {
  margin-left: 1px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #41bac3;
  color: #333;
  text-decoration: none;
}

.overall-6-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-11 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-17 {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  font-size: 14px;
}

.overall-h2 {
  font-weight: 500;
}

.overall-h2.white {
  color: #fff;
  text-align: left;
}

.overall-h2.white.center {
  text-align: center;
}

.overall-h2.teal {
  color: #41bac3;
}

.overall-h2.dark {
  background-color: transparent;
  color: #182c4a;
  line-height: 40px;
}

.overall-h2.text-small {
  font-size: 18px;
}

.overall-h2.text-small.add-top-margin-20 {
  margin-top: 20px;
}

.overall-h2._24px {
  font-size: 24px;
}

.arrow-down {
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #41bac3;
  font-size: 60px;
  text-align: center;
}

.footer-copyright-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-logo-3 {
  overflow: hidden;
  max-height: 50px;
  max-width: 75px;
  margin-right: 20px;
  margin-left: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-3 {
  padding: 10px 20px;
  float: none;
  border-radius: 3px;
  background-color: #04283d;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.btn-3.btncookie {
  padding-right: 40px;
  padding-left: 40px;
}

.footer_form_left-2 {
  padding-right: 40px;
}

.copyright-footer-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview-small {
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-overview {
  margin-top: 10px;
  padding: 5px 10px 10px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background-color: #41bac3;
  background-image: url('../images/Fade.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-case {
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.usp-blue {
  color: #41bac3;
}

.image-80 {
  max-width: 80%;
  margin-left: 10%;
  text-align: center;
}

.image-80.circle {
  border: 2px solid #41bac3;
  border-radius: 100%;
}

.white {
  color: #fff;
}

.case-block {
  padding-right: 20px;
  padding-left: 20px;
}

.customer-case-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  -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;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-cases {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  color: #cecece;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
}

.overall-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 30px;
  color: #002a4d;
  font-size: 40px;
  font-weight: 500;
  text-align: left;
}

.overall-h1.white {
  display: block;
  overflow: visible;
  color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.overall-h1.white {
  overflow: visible;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn {
  margin-bottom: 0px;
  padding: 7px 20px;
  float: none;
  border-radius: 3px;
  background-color: #04283d;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.btn.teal {
  margin-right: 10px;
  background-color: #41bac3;
  text-align: center;
}

.btn.teal.w--current {
  margin-right: 10px;
}

.btn.btn-rood {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #ff4a66;
  font-weight: 500;
  text-align: center;
}

.html-embed-12 {
  display: block;
  height: 40px;
  margin-bottom: 20px;
}

.competitor-overview {
  overflow: visible;
  -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;
  text-align: center;
}

.competitor-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background-color: #e6e6e6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.competitor-block-image {
  display: block;
  height: 30px;
  max-width: 30px;
  margin-right: 5px;
  border: 1px none #bebebe;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.competitor-overview-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #182c4a;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.usp-name {
  position: static;
  color: #41bac3;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.video {
  padding-right: 20%;
  padding-left: 20%;
  border: 2px solid #41bac3;
}

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

.title-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #002a4d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.article-block {
  margin-top: 10px;
  padding: 20px 15px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.overall-h3 {
  font-size: 20px;
  font-weight: 500;
}

.overall-p {
  color: #000;
}

.overall-p.white {
  color: #fff;
}

.connector-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  -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;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background-color: #e6e6e6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.connector-block.teal {
  background-color: #41bac3;
  color: #fff;
}

.connector-block-image {
  display: block;
  height: 20px;
  margin-right: 5px;
  border: 1px none #bebebe;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.small-blog-grid {
  overflow: visible;
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.connectors-overview {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image-50 {
  max-width: 50%;
}

.image-50.add-bottom-margin {
  margin-bottom: 40px;
}

.legal-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background-color: #e6e6e6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.legal-overview {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image-100px {
  max-width: 100px;
}

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

.html-embed-13 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.button-more {
  font-size: 16px;
}

.pricing_block-2 {
  margin-top: 20px;
  padding: 10px 20px 20px;
  border-radius: 8px;
  background-color: #f39433;
}

.pricing_block-2.go {
  background-color: #41bac3;
}

.pricing_block-2.slider {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #002a4d;
  color: #fff;
}

.price-point {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: #002a4d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.text-block-17 {
  margin-top: 10px;
  float: none;
  color: #41bac3;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.pricing_blocks_column-2 {
  margin-top: 0px;
}

.more-2 {
  margin-left: 20px;
  font-size: 16px;
  text-decoration: underline;
}

.more-2.white {
  color: #fff;
}

.center {
  text-align: center;
}

.pricing-customers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.table_text-2 {
  font-size: 13px;
  text-align: center;
}

.text-span-84 {
  color: #f39433;
}

.check-2 {
  font-size: 16px;
}

.table_description-2 {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.table_head-2 {
  margin-right: 0px;
  background-color: #04283d;
  color: #fff;
}

.table_head-2.tabel-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 30;
  background-color: #002a4d;
}

.false-2 {
  color: #ea515a;
  font-size: 16px;
}

.faq-selector {
  display: block;
  margin-right: 0px;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #182c4a;
}

.faq-selector.w--current {
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px 3px 0px 0px;
  background-color: #41bac3;
  color: #fff;
}

.faq-selector.w--open {
  max-width: 100%;
}

.faq {
  position: static;
  overflow: hidden;
  padding: 20px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #7e7e7e;
  background-color: #fff;
}

.right {
  text-align: right;
}

.faq-dropdown {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.dropdown-list {
  max-width: 100%;
}

.dropdown-list.w--open {
  display: block;
  max-width: 100%;
  background-color: transparent;
}

.column-aligned-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-top: 0px;
  float: right;
}

.arrow-in-text {
  font-family: 'Font awesome 5 Solid', sans-serif;
  color: #182c4a;
  font-size: 18px;
}

.customer-overview {
  max-height: 50px;
  max-width: 100px;
  margin-right: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overview-tab {
  color: #000;
}

.column-aligned-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview-check {
  display: block;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.connector-overview-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.nav-name-bold {
  margin-right: 4px;
  font-weight: 400;
}

.div-60 {
  height: 60px;
}

.overall-tabs {
  margin-top: 0px;
}

.overall-tabs-menu {
  display: block;
  overflow: visible;
  width: 100%;
  margin: 0px 20px 10px 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 3px none #41bac3;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.overall-tabs-menu.add-top-margin {
  margin-top: 40px;
}

.overall-tabs-menu.add-top-margin.add-bottom-margin {
  margin-bottom: 40px;
}

.dark {
  background-color: #182c4a;
}

.select-menu {
  background-color: transparent;
  text-decoration: underline;
}

.select-menu.w--current {
  background-color: transparent;
  color: #41bac3;
}

.body-dark {
  background-color: #182c4a;
}

.contact {
  margin-bottom: 0px;
  padding: 7px 20px;
  float: none;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-align: center;
  text-decoration: underline;
}

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

.contact.w--current {
  padding-bottom: 20px;
  background-color: #182c4a;
  color: #fff;
  text-decoration: none;
}

.inline-icon-2 {
  font-family: 'Font awesome 5 Regular', sans-serif;
}

.inline-icon-2.solid {
  display: inline;
  font-family: 'Font awesome 5 Solid', sans-serif;
  text-align: right;
}

.dmarc-tool-steps {
  margin-bottom: 40px;
}

.text-block-23 {
  margin-top: -20px;
  text-align: center;
}

.text-block-23.point {
  margin-bottom: 20px;
}

html.w-mod-js *[data-ix="slide-in-from-left-1"] {
  opacity: 0;
  -webkit-transform: translate(-10%, 0px);
  -ms-transform: translate(-10%, 0px);
  transform: translate(-10%, 0px);
}

html.w-mod-js *[data-ix="slide-in-from-right-2"] {
  opacity: 0;
  -webkit-transform: translate(10%, 0px);
  -ms-transform: translate(10%, 0px);
  transform: translate(10%, 0px);
}

html.w-mod-js *[data-ix="fade-in-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-in-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-6"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-in-6"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-in-7"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-9"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-8"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50% 0px;
    background-size: contain;
  }

  .section.hero_text {
    padding-left: 10px;
    background-position: 100% 100%;
  }

  .section.hero_text.artikel_section.artikel_header {
    padding-left: 0px;
  }

  .section.header {
    padding-left: 10px;
    background-position: 100% 100%;
  }

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

  .nav-link.cta.contact_cta {
    display: block;
  }

  .nav-link.cta.werkenbijbutton {
    display: block;
  }

  .button {
    text-align: center;
  }

  .button-row {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .overlay {
    width: 75%;
  }

  .btn-rood {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .heading_pagina_kop {
    padding-left: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading_pagina_subkop {
    padding-left: 10px;
  }

  .hero_intro {
    padding-left: 10px;
  }

  .hero_image_column {
    width: 100%;
  }

  .normal-rich-text {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .btn-green {
    text-align: center;
  }

  .kennis_tab {
    padding-left: 10px;
  }

  .kennis_tab.kennis_blok_fullwidth {
    padding-left: 10px;
  }

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

  .artikel_conclusie_text_rte {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home_header {
    margin-bottom: 0px;
    padding-top: 100px;
  }

  .home_header.header-proef {
    padding-top: 140px;
  }

  .image-10 {
    margin-top: 0px;
  }

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

  .home_hero_image {
    right: 19px;
    max-width: 90%;
    margin-top: -1px;
    margin-right: 2px;
    float: right;
  }

  .hero_image_flex {
    width: 100%;
  }

  .div-block-12 {
    position: absolute;
    right: 10%;
  }

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

  .paragraph-14 {
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .columns-7 {
    margin-top: -50px;
  }

  .column-35 {
    padding-bottom: 40px;
  }

  .kennis_blok-2.kwart {
    max-width: 30%;
    margin-right: 3%;
  }

  .kennis_blok-2.kwart {
    max-width: 30%;
    margin-right: 3%;
  }

  .header-tab.srbackenddev {
    font-size: 12px;
  }

  .header-tab.backenddev {
    font-size: 12px;
  }

  .header-tab.frontenddev {
    font-size: 12px;
  }

  .header-tab.techprojmanager {
    font-size: 12px;
  }

  .header-tab.intsales {
    font-size: 12px;
  }

  .header-tab.accountmanager {
    font-size: 12px;
  }

  .header-tab.accountmanager {
    font-size: 12px;
  }

  .header-tab.ciso {
    font-size: 12px;
  }

  .home_domeincheck {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-left: 10px;
  }

  .heading_domeincheck {
    padding-left: 10px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

  .subheading_domeincheck {
    padding-left: 10px;
    color: #182c4a;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
  }

  .creditcard-animate {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: -115px;
    display: inline-block;
  }

  .below_arrow {
    padding: 210px 30px 40px;
  }

  .below_arrow.proef-top {
    padding-top: 10px;
  }

  .div-block-13 {
    right: 2%;
    width: 40%;
  }

  .div-block-14 {
    width: 100%;
    padding-left: 0px;
  }

  .creditcard-animate-swing {
    left: 0%;
    right: 0%;
    bottom: 0px;
    display: inline-block;
  }

  .heading_nepmail {
    padding-left: 0px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

  .subheading_nepmail {
    padding-left: 0px;
    color: #182c4a;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
  }

  .section-nepmail {
    margin-top: 140px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .powered-by {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .kolom-nepmail {
    padding-left: 20px;
  }

  .div-block-kop-result {
    padding-left: 0px;
  }

  .header-banner {
    margin-bottom: -70px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-27 {
    width: 60%;
  }

  .aangevraagdpf {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-left: 10px;
  }

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

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

  .hero-blue-white h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .success-logo {
    top: -11px;
    width: 140px;
  }

  .success-logo.success-eneco {
    top: -29px;
  }

  .success-logo.success-gogh {
    left: 37px;
    top: -44px;
    width: 95px;
  }

  .heading-chromecast-large {
    padding-left: 10px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

  .heading-chromecast-bescherm {
    padding-left: 10px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

  .heading-chromecast-sub {
    padding-left: 10px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

  .heading-chromecast-txt {
    padding-left: 10px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

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

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .heading-chromecast-wwv {
    padding-left: 10px;
    color: #fff;
    font-size: 49px;
    line-height: 55px;
    font-weight: 800;
  }

  .dashboardtextright {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .dashboard-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboard-wrapper.tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vacaturedashboard {
    width: 100%;
    margin-top: 20px;
  }

  .dashboardimageleft {
    width: 100%;
  }

  .dashboardimageright {
    width: 100%;
  }

  .dashboardtextleft {
    width: 100%;
  }

  .roundedimage {
    max-width: 100%;
  }

  .vacaturenaam {
    font-size: 12px;
  }

  .allevacaturesh2 {
    padding-left: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .vacatureptft {
    font-size: 12px;
  }

  .image-37 {
    max-width: 75px;
  }

  .container-16 {
    position: static;
    display: block;
    overflow: visible;
    max-width: 80%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .imag38 {
    max-width: 75px;
  }

  .overall-intro {
    padding-left: 10px;
  }

  .column-48 {
    padding-left: 0px;
  }

  .section-11 {
    background-position: 50% 0px;
    background-size: contain;
  }

  .container-17 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .customer-logo-3 {
    max-width: 50px;
  }

  .btn-3 {
    text-align: center;
  }

  .overall-h1 {
    padding-left: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .overall-h1.white {
    font-size: 28px;
  }

  .btn {
    text-align: center;
  }

  .price-point {
    position: static;
    margin-top: 10px;
  }

  .contact {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 29px;
  }

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

  .section.hero_text {
    margin-bottom: 100px;
    padding-right: 20px;
    padding-bottom: 300px;
    padding-left: 20px;
    background-position: 500% 100%;
    background-size: contain;
  }

  .section.hero_text.artikel_section.artikel_header {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero_text.hero_blue {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .section.hero_text.hero_white.hero_feature {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .section.header {
    margin-bottom: 100px;
    padding-right: 20px;
    padding-bottom: 300px;
    padding-left: 20px;
    background-position: 500% 100%;
    background-size: contain;
  }

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

  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo.w--current {
    padding-left: 0px;
  }

  .nav-link.cta {
    margin-left: 0px;
  }

  .button {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.btn-rood {
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 15px;
  }

  .button.btn-rapport {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .button.btn-checker {
    width: 100%;
  }

  .button.btn-bottom-margin {
    width: 100%;
    font-size: 17px;
  }

  .button.btn-vergelijk-cta {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .nav-menu {
    padding: 10px;
    background-color: #fff;
  }

  .overlay {
    width: 100%;
  }

  .heading_pagina_kop {
    margin-top: 20px;
    padding-right: 10px;
  }

  .heading_pagina_subkop {
    padding-right: 10px;
  }

  .hero_intro {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .hero_image_column {
    width: 50%;
    margin-bottom: 0%;
    text-align: center;
  }

  .hero_image_column.hero_image_flex.hero-success {
    width: 80%;
  }

  .hero_image_column.img-check {
    display: none;
  }

  .hero_image_column_wrapper {
    height: 0px;
    text-align: center;
  }

  .normal-rich-text {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .main_text_boxout.boxout-nepmail {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .video_lijst {
    padding-top: 10px;
  }

  .kennis_tab.kennis_blok_fullwidth {
    padding-bottom: 10px;
  }

  .spacer {
    display: none;
  }

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

  .artikel_container.artikel_intro.note {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .home_header {
    padding-top: 60px;
  }

  .home_clients {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .home_usp_rte {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .home_hero_image {
    position: static;
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    max-width: 60%;
    margin-top: auto;
    margin-right: 0px;
    float: none;
  }

  .spacer_blue {
    display: block;
  }

  .hero_image_flex {
    width: 50%;
    text-align: center;
  }

  .hero_flex_rte_green {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .hero_flex_rte_white {
    padding-right: 0px;
  }

  .hero_text {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
  }

  .div-block-12 {
    position: absolute;
    left: auto;
    top: -216px;
    right: auto;
    height: auto;
    margin-top: -431px;
    margin-bottom: -220px;
    text-align: center;
  }

  .hero_text_swap {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
  }

  .column-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .column-21 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .kolom-proef {
    margin-top: -40px;
    text-align: center;
  }

  .hero_flex_rte_feature {
    padding-right: 0px;
  }

  .column-35 {
    padding-bottom: 0px;
  }

  .kennis_blok-2 {
    max-width: 45%;
    min-width: 45%;
  }

  .header-tab {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home_domeincheck {
    padding-top: 40px;
  }

  .heading_domeincheck {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .subheading_domeincheck {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .creditcard-animate {
    left: 8%;
    top: 50%;
    right: -33%;
  }

  .below_arrow {
    padding: 150px 30px 40px;
  }

  .below_arrow.result-more {
    padding-left: 20px;
  }

  .div-block-13 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: 300px;
    padding-right: 20px;
  }

  .div-block-14 {
    width: 100%;
    padding-left: 10px;
  }

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

  .creditcard-animate-swing {
    left: 8%;
    right: -33%;
  }

  .heading_nepmail {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .subheading_nepmail {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .section-nepmail {
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .powered-by {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .kolom-nepmail {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rapport-small {
    max-width: 60%;
    text-align: center;
  }

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

  .column-42 {
    text-align: center;
  }

  .image-15 {
    max-width: 60%;
    text-align: center;
  }

  .column-43 {
    text-align: center;
  }

  .div-block-kop-result {
    width: 65%;
    padding-left: 10px;
  }

  .header-banner {
    top: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 30px;
    background-color: #369fa7;
  }

  .grid-4 {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }

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

  .vergelijkings-logo {
    top: -347px;
    right: -89px;
  }

  .heading-27 {
    width: 65%;
    margin-bottom: 33px;
    padding-right: 47px;
  }

  .aangevraagdpf {
    padding-top: 40px;
    padding-bottom: 86px;
  }

  .sidenote {
    margin-right: 20px;
  }

  .heading-compare {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gridimg {
    width: 20%;
    margin-right: 10px;
    margin-left: 10px;
  }

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

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

  .main_text_boxout_rte-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .pijltje-icoon {
    font-size: 40px;
  }

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

  .success-logo {
    left: 62px;
    top: -317px;
    width: 200px;
  }

  .success-logo.success-eneco {
    top: -347px;
  }

  .success-logo.success-gogh {
    left: 102px;
    top: -358px;
    width: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .heading-chromecast-large {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .heading-chromecast-bescherm {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .heading-chromecast-sub {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .heading-chromecast-txt {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

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

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gridprivacyshield {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }

  .bloggrid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    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;
  }

  .heading-chromecast-wwv {
    margin-top: 20px;
    padding-right: 10px;
    text-align: left;
  }

  .allevacaturesh2 {
    margin-top: 20px;
    padding-right: 10px;
  }

  .slide-7 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }

  .clients_vacaturepagina {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-35 {
    display: none;
  }

  .image-37 {
    max-height: 75px;
    max-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .more {
    font-size: 13px;
  }

  .imag38 {
    max-height: 75px;
    max-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .overall-intro {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .column-48 {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .overall-6-grid-2 {
    display: -ms-grid;
    display: grid;
    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;
  }

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

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

  .arrow-down {
    font-size: 40px;
  }

  .customer-logo-3 {
    max-height: 75px;
    max-width: 75px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .btn-3 {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overview-small {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    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;
  }

  .more-cases {
    font-size: 13px;
  }

  .overall-h1 {
    margin-top: 20px;
    padding-right: 10px;
    font-size: 28px;
    text-align: center;
  }

  .overall-h1.white {
    text-align: left;
  }

  .btn {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.btn-rood {
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 15px;
  }

  .competitor-overview {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    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;
  }

  .small-blog-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    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;
  }

  .connectors-overview {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    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;
  }

  .legal-overview {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    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;
  }

  .button-more {
    position: relative;
    z-index: 100;
    display: block;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .more-2 {
    display: none;
    font-size: 13px;
  }

  .pricing-customers {
    display: -ms-grid;
    display: grid;
    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;
  }

  .table_head-2.tabel-fixed {
    top: 48px;
  }

  .contact {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-23 {
    margin-top: -20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }

  h3 {
    font-size: 20px;
    line-height: 23px;
  }

  p {
    margin-bottom: 15px;
    line-height: 22px;
  }

  ul {
    text-align: left;
  }

  ol {
    text-align: left;
  }

  .cta-top-bar {
    padding-right: 20px;
    text-align: left;
  }

  .close-icon {
    width: 25px;
    height: 25px;
  }

  .icon.close-cta {
    top: 3px;
    right: -10px;
  }

  .icon.close-cta.overlay-icon {
    width: 30px;
    height: 28px;
    font-size: 18px;
    line-height: 18px;
  }

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

  .section.blue-background {
    overflow: hidden;
  }

  .section.text-page-hero {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.hero_text {
    display: block;
    max-width: 100%;
    margin-bottom: 50px;
    background-position: 100% 100%;
    background-size: contain;
  }

  .section.hero_text.hero_blue {
    margin-left: auto;
  }

  .section.hero_text.hero-compare {
    margin-bottom: 0px;
  }

  .section.header {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 50px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .section.header.dark {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.header.home {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .nav-link.cta {
    margin-left: 0px;
    text-align: center;
  }

  .nav-link.language.lang_bottom {
    margin-bottom: 41px;
  }

  .nav-link.language.lang_bottom.w--open {
    margin-bottom: 0px;
  }

  .button {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .button:hover {
    background-color: #04283d;
  }

  .button.btn-rood {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 15px;
  }

  .button.btn-rood:hover {
    background-color: #ff4a66;
  }

  .button.btn-rapport {
    margin-right: auto;
    margin-left: auto;
  }

  .button.btn-rapport:hover {
    background-color: #ff4a66;
  }

  .button.btn-bottom-margin {
    margin-bottom: 0px;
  }

  .button.returnbutton_home {
    width: 100%;
    text-align: center;
  }

  .button.red {
    width: 100%;
  }

  .button.add-right-margin {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .button.add-right-margin.w--current {
    margin-left: 0px;
  }

  .text-large {
    font-size: 17px;
    line-height: 23px;
  }

  .form-card {
    padding: 20px;
  }

  .form-column-right-line {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-right-style: none;
  }

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

  .single-line-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer.with-form {
    background-position: 69% 27px;
    background-size: 200%;
  }

  .footer.with-form {
    background-image: none;
    text-align: left;
  }

  .footer.with-form {
    background-image: none;
    text-align: left;
  }

  .nav-dropdown-list.w--open {
    margin-top: 0px;
  }

  .nav-dropdown-inner {
    border-bottom: 1px solid #dadada;
    border-radius: 0px;
    box-shadow: none;
  }

  .nav-dropdown-list-item {
    padding: 15px;
    border-bottom-style: none;
  }

  .nav-dropdown-list-item.enmob {
    margin-bottom: 40px;
  }

  .text-small.text-translucent.text-left.mobile-text-center {
    float: none;
    text-align: center;
  }

  .text-small.text-translucent.text-left.mobile-text-center {
    float: none;
    text-align: left;
  }

  .text-small.text-right.text-translucent.white {
    margin-left: 0px;
    text-align: left;
  }

  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-row.mobile-no-flex {
    display: block;
  }

  .flex-row.mobile-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .customer-logo.text-large {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo-white {
    margin-bottom: 20px;
  }

  .logo-white.no-bottom-margin.padding-right {
    margin-bottom: 20px;
  }

  .copyright-footer-row {
    display: block;
  }

  .menu-button {
    margin-right: -15px;
  }

  .nav-menu {
    overflow: scroll;
    padding: 10px 10px 40px;
    background-color: #fff;
  }

  .footer-social-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-success-message {
    padding: 0px;
  }

  .form-card-swoosh.email-only {
    bottom: 62px;
  }

  .ddma-logo {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-copyright-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .overlay-wrap {
    display: none;
  }

  .overlay {
    width: 100%;
    min-width: 0px;
  }

  .overlay-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overlay-tab-pane {
    padding: 10px 15px;
  }

  .btn-rood {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .btn-rood:hover {
    background-color: #054164;
  }

  .btn-center {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .btn-center:hover {
    background-color: #054164;
  }

  .heading_pagina_kop {
    margin-top: 20px;
    padding-left: 0px;
    font-size: 24px;
    text-align: center;
  }

  .hero_intro {
    position: static;
    display: block;
    font-size: 14px;
  }

  .hero_image_column {
    width: 80%;
  }

  .hero_image_column.hero_image_flex.hero-success {
    width: 100%;
  }

  .normal-rich-text h3 {
    margin-top: 20px;
  }

  .btn-green {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .btn-green:hover {
    background-color: #054164;
  }

  .kennis_blok_img {
    width: 100%;
  }

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

  .artikel_container.artikel_intro.note {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .artikel_text_rte img {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    text-align: left;
  }

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

  .artikel_conclusie_text_rte img {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    text-align: left;
  }

  .checklist-text {
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
  }

  .checklist-text.nam {
    float: none;
    font-size: 13px;
  }

  .home_header.header-proef {
    padding-top: 100px;
  }

  .home_clients {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home_usp_rte img {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    text-align: left;
  }

  .home_hero_image {
    max-width: 90%;
  }

  .hero_image_flex {
    width: 80%;
  }

  .hero_flex_rte_green {
    padding-right: 0px;
  }

  .hero_flex_rte_white {
    padding-right: 0px;
  }

  .hero_text {
    display: none;
    float: none;
    clear: none;
    text-align: left;
  }

  .div-block-12 {
    min-width: auto;
    margin-top: -364px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero_text_swap {
    display: none;
    max-width: 280px;
    float: none;
    text-align: left;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-24 {
    padding-top: 10px;
  }

  .slider_form.hideblock {
    padding-bottom: 0px;
  }

  .column-25 {
    display: block;
    clear: none;
  }

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

  .main_text_rte_img_alt img {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    text-align: left;
  }

  .paragraph-14 {
    display: none;
  }

  .kolom-proef {
    margin-top: 0px;
    text-align: center;
  }

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

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

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

  .feature_image {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .kennis_blok-2 {
    max-width: 90%;
    min-width: 90%;
    margin-bottom: 10px;
    text-align: center;
  }

  .kennis_blok-2.kwart {
    width: 90%;
    max-width: 90%;
    margin-left: 3%;
  }

  .kennis_blok-2.kwart {
    width: 90%;
    max-width: 90%;
    margin-left: 3%;
  }

  .header-tab.w--current {
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: -40px;
    padding-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .header-tab.srbackenddev {
    text-align: center;
  }

  .header-tab.backenddev {
    text-align: center;
  }

  .header-tab.frontenddev {
    text-align: center;
  }

  .header-tab.techprojmanager {
    text-align: center;
  }

  .header-tab.intsales {
    text-align: center;
  }

  .header-tab.cloudengineer {
    text-align: center;
  }

  .header-tab.accountmanager {
    text-align: center;
  }

  .header-tab.accountmanager {
    text-align: center;
  }

  .header-tab.ciso {
    text-align: center;
  }

  .header-tab.dark.w--current {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .customer-logo-copy {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .home_domeincheck {
    padding-top: 20px;
    padding-left: 10px;
  }

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

  .subheading_domeincheck {
    font-size: 18px;
    line-height: 25px;
  }

  .creditcard-animate {
    top: 68%;
    bottom: -266px;
  }

  .below_arrow {
    padding-bottom: 40px;
  }

  .div-block-13 {
    width: 50%;
  }

  .div-block-14 {
    width: 95%;
    padding-left: 10px;
  }

  .creditcard-animate-swing {
    left: 11%;
    top: -13px;
    bottom: 0px;
  }

  .heading_nepmail {
    font-size: 32px;
    line-height: 36px;
  }

  .subheading_nepmail {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-kop-result {
    width: 80%;
    padding-left: 0px;
  }

  .header-banner {
    display: none;
    height: 120px;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-5 {
    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: 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;
    grid-auto-flow: row;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

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

  .vergelijkings-logo {
    top: -170px;
    right: -51px;
  }

  .heading-26 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-27 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    font-size: 30px;
  }

  .aangevraagdpf {
    padding-top: 20px;
    padding-left: 10px;
  }

  .proef-image {
    display: none;
  }

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

  .tabledescription2 {
    padding-left: 10px;
  }

  .gridimg {
    width: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .dmarc-container h3 {
    margin-top: 20px;
  }

  .dmarc-container img {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    text-align: left;
  }

  .hero-blue-white {
    margin-top: -21px;
  }

  .success-logo {
    left: 12px;
    top: -203px;
    width: 120px;
  }

  .success-logo.success-eneco {
    top: -221px;
  }

  .success-logo.success-gogh {
    left: 34px;
    top: -234px;
    width: 85px;
  }

  .beursaanbieding_tab {
    margin-right: 10px;
    margin-left: 10px;
  }

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

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

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

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

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

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .tabs-menu {
    display: block;
    overflow: visible;
    margin-right: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-content {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .bloggrid {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .article-overview.mobile-hide {
    display: none;
  }

  .video-overview {
    display: block;
    margin-right: 0px;
  }

  .download-block {
    margin-right: 20px;
  }

  .video-block {
    margin-bottom: 20px;
  }

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

  .right-wrapper {
    position: static;
  }

  .dashboardtextright {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .dashboard-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dashboard-wrapper.topaligned {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dashboard-wrapper.tablet {
    display: block;
  }

  .dashboardimageleft {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .textright {
    text-align: center;
  }

  .dashboardimageright {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .textleft {
    text-align: center;
  }

  .roundedimage {
    margin-bottom: 10px;
  }

  .vacaturetabs {
    display: block;
  }

  .vacaturenaam {
    display: inline;
  }

  .allevacaturesh2 {
    font-size: 24px;
    text-align: center;
  }

  .vacaturesectie {
    display: block;
  }

  .vacaturetekst {
    margin-top: 0px;
  }

  .vacaturetekst h2 {
    font-size: 22px;
  }

  .buttonvacatures {
    margin-top: 30px;
  }

  .buttonvacatures.w--current {
    display: none;
  }

  .vacatureptft {
    display: inline;
  }

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

  .container-15 {
    display: block;
  }

  .vacatures {
    display: none;
  }

  .buttonallevacatures.w--current {
    display: none;
  }

  .clients_vacaturepagina {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tijdelijke_melding_tekst_space {
    margin-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  .image-35 {
    display: none;
  }

  .tijdelijke_melding_tekst_bold {
    display: block;
    border-bottom-style: none;
    color: #fff;
    font-size: 13px;
  }

  .vacature_email_icon {
    display: inline;
    font-family: 'Font awesome 5 Solid', sans-serif;
  }

  .homevideo {
    overflow: visible;
    padding-left: 0px;
  }

  .more {
    margin-left: 0px;
    font-size: 13px;
  }

  .darkblock-trial {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .imag38 {
    max-height: 50px;
    max-width: 40px;
  }

  .grid-5-blocks {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .overall-intro {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 600;
  }

  .overall-intro.center {
    font-size: 13px;
  }

  .overall-intro.teal {
    margin-top: 0px;
    font-size: 20px;
  }

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

  .column-48.hidemobile {
    display: none;
  }

  .overall-6-grid-2 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    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;
  }

  .container-17 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }

  .overall-h2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .overall-h2.white {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .overall-h2.teal {
    padding-left: 0px;
  }

  .overall-h2.dark {
    padding-left: 0px;
  }

  .link-block-6 {
    display: none;
  }

  .footer-copyright-column-2 {
    display: block;
  }

  .customer-logo-3 {
    max-width: 75px;
  }

  .btn-3 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .btn-3:hover {
    background-color: #04283d;
  }

  .footer_form_left-2 {
    padding-right: 10px;
    text-align: center;
  }

  .copyright-footer-row-2 {
    display: block;
    text-align: left;
  }

  .overview-small {
    display: block;
    max-width: 100%;
    margin-right: 0px;
  }

  .more-cases {
    margin-left: 0px;
    font-size: 13px;
  }

  .overall-h1 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .overall-h1.white {
    padding-left: 0px;
    font-size: 22px;
    text-align: left;
  }

  .overall-h1.white {
    padding-left: 0px;
    font-size: 24px;
    text-align: left;
  }

  .btn {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .btn:hover {
    background-color: #04283d;
  }

  .btn.teal {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn.btn-rood {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 15px;
  }

  .btn.btn-rood:hover {
    background-color: #ff4a66;
  }

  .competitor-overview {
    display: block;
    max-width: 100%;
    margin-right: 20px;
  }

  .competitor-block.mobile-hide {
    display: none;
  }

  .competitor-block-image {
    width: 100%;
  }

  .video-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-article {
    font-size: 16px;
  }

  .overall-h3.teal {
    color: #41bac3;
  }

  .connector-block-image {
    width: 100%;
  }

  .connector-block-image.mobile-hide {
    display: none;
  }

  .small-blog-grid {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    padding-left: 0px;
  }

  .connectors-overview {
    display: block;
    max-width: 100%;
    margin-right: 0px;
  }

  .image-50.add-bottom-margin.mobile-hide {
    display: none;
  }

  .legal-overview {
    display: block;
    max-width: 100%;
    margin-right: 20px;
  }

  .button-more {
    display: block;
    margin-top: 10px;
    padding-top: 0px;
    -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;
  }

  .pricing_block-2.slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .price-point {
    position: static;
    margin-top: 10px;
    text-align: center;
  }

  .text-block-17 {
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
  }

  .overall-p-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .more-2 {
    margin-left: 0px;
    font-size: 13px;
  }

  .pricing-customers {
    display: -ms-grid;
    display: grid;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    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;
  }

  .table_description-2 {
    font-size: 11px;
    line-height: 15px;
    text-align: right;
  }

  .table_head-2.tabel-fixed {
    top: 48px;
    padding-right: 10px;
  }

  .column-aligned-2 {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .first-aligned-mobile {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .overview-tab {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .column-aligned-top {
    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;
  }

  .column-checklist {
    display: block;
    height: 25px;
    padding-left: 10px;
  }

  .overview-check {
    display: none;
  }

  .overall-tabs-menu {
    display: block;
    overflow: visible;
    margin-right: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .overall-tabs-menu.add-top-margin.add-bottom-margin.mobile-hide {
    display: none;
  }

  .overall-tabs-menu.mobile-hide {
    display: none;
  }

  .section-selector {
    padding-left: 0px;
    text-align: left;
  }

  .tabs-content-2 {
    margin-bottom: 40px;
  }

  .contact {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .contact:hover {
    background-color: #04283d;
  }
}

#w-node-_362f6cb6-22a8-7685-dff2-f3b9f0aee6a6-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c34d4bc3-6299-04f1-75fe-c9ab8bf2170f-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdc2368e-c2aa-44fa-ce22-4175a288eea7-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bdc2368e-c2aa-44fa-ce22-4175a288eea8-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5703e948-7c84-f533-807e-b952afbf72b6-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5703e948-7c84-f533-807e-b952afbf72b7-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ee2b673-d9bd-9fbf-b353-9cdf5f474131-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ee2b673-d9bd-9fbf-b353-9cdf5f474132-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f07da10-0d65-7ddc-eb5c-d09c3a523719-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3f07da10-0d65-7ddc-eb5c-d09c3a52371a-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ff2a9fe-9c82-8182-7712-2e801a0b08b6-e594dcc8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04776a25-d889-eec1-1752-e3e97e1d4bdc-5494df05 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8b2fc2f-faab-85bc-a2a2-f3762e4b4b4f-5494df05 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7247ffcf-5667-0063-2d85-2ab0dc7e12db-5494df05 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee935-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee939-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee93d-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee941-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee945-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee949-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28379edb-dbbf-0450-b879-8c29f21ee94d-d094df07 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63c3adc6-2174-9089-8d83-4fca398f4d6c-fd334601 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_63c3adc6-2174-9089-8d83-4fca398f4d6f-fd334601 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_63c3adc6-2174-9089-8d83-4fca398f4d72-fd334601 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_63c3adc6-2174-9089-8d83-4fca398f4d75-fd334601 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7f8bb45b-4a93-5862-43db-40d7ade5fd7f-ade5fd7b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-5>#w-node-_7f8bb45b-4a93-5862-43db-40d7ade5fd7f-ade5fd7b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.gridprivacyshield>#w-node-_7f8bb45b-4a93-5862-43db-40d7ade5fd7f-ade5fd7b {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-e6bc7991-39ae-d165-5045-02ad9c66a3a6-507ab8f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e6bc7991-39ae-d165-5045-02ad9c66a3a9-507ab8f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e6bc7991-39ae-d165-5045-02ad9c66a3ac-507ab8f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e6bc7991-39ae-d165-5045-02ad9c66a3af-507ab8f5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5e38533b-9a94-ec93-aeb6-4e1f28b3974a-b0eb943d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5e38533b-9a94-ec93-aeb6-4e1f28b3974d-b0eb943d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5e38533b-9a94-ec93-aeb6-4e1f28b39750-b0eb943d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5e38533b-9a94-ec93-aeb6-4e1f28b39753-b0eb943d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4d3a8114-27ea-a1d1-b62a-f936577df432-c9eb96ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4d3a8114-27ea-a1d1-b62a-f936577df435-c9eb96ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4d3a8114-27ea-a1d1-b62a-f936577df438-c9eb96ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4d3a8114-27ea-a1d1-b62a-f936577df43b-c9eb96ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a063189e-0eef-251c-7407-df8891573a56-14be7a40 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a063189e-0eef-251c-7407-df8891573a59-14be7a40 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a063189e-0eef-251c-7407-df8891573a5c-14be7a40 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a063189e-0eef-251c-7407-df8891573a5f-14be7a40 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_15ac514e-dea6-8323-8f49-a180de0b05ee-74b726ff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_15ac514e-dea6-8323-8f49-a180de0b05f1-74b726ff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_15ac514e-dea6-8323-8f49-a180de0b05f4-74b726ff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_15ac514e-dea6-8323-8f49-a180de0b05f7-74b726ff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4586b76a-f215-919c-9ba5-fba4611a7a13-b5365609 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4586b76a-f215-919c-9ba5-fba4611a7a16-b5365609 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4586b76a-f215-919c-9ba5-fba4611a7a19-b5365609 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4586b76a-f215-919c-9ba5-fba4611a7a1c-b5365609 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_94c9841a-f11a-d8f6-beec-4e7337165d92-dd2d60c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_94c9841a-f11a-d8f6-beec-4e7337165d95-dd2d60c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_94c9841a-f11a-d8f6-beec-4e7337165d98-dd2d60c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_94c9841a-f11a-d8f6-beec-4e7337165d9b-dd2d60c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_29bfd2fe-1e09-69ad-7450-e791c3d617b0-84176e9d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2bcba2ba-684b-9d67-a461-11b8d6423f83-aa708573 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_83bae7f3-4525-f651-08f7-ba33577f4a22-aa708573 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1b07a09-3473-2d2a-aca9-bf7e45006713-aa708573 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97b85f97-4f49-3fe1-59b3-c6d06e56a71a-aa708573 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f56d09e-dcc8-43b5-3cb0-a39e3eeefff7-aa708573 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa404998-8922-77f2-d303-23b4cd610345-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eae7a42a-6999-2df8-2f4f-fbc9835c9fb3-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_835ee52e-e748-09d0-2a67-7c0e971d86bd-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5ce2f157-b803-52ab-ca09-822002d6f68c-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_623f6b67-fbeb-b24f-bf2d-d7106cf40844-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_05d9989a-73fa-7c57-5102-04c31dedd060-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bbaa870b-8c93-dc39-27d7-73aff8996924-f358d245 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_07a67ce7-045f-a3bd-3674-00c1ca1ea406-f358d245 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64cee2a5-cd74-73f0-53aa-64ae3700b243-f358d245 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51fe1620-29e5-8811-79e7-4b551a2086f3-f358d245 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b6060c2-c6de-9a83-9562-79b9f4433c71-f358d245 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa404998-8922-77f2-d303-23b4cd610345-f3c50ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c646a8ab-d46d-acb0-854e-b091016b2ead-f3c50ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3d2c1d49-a107-8c79-afd7-b2b8fbecb2a7-f3c50ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_177cc16a-f3a9-60d3-eb8d-ef4399ea595e-f3c50ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_83bae7f3-4525-f651-08f7-ba33577f4a22-3f0c0d0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1b07a09-3473-2d2a-aca9-bf7e45006713-3f0c0d0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97b85f97-4f49-3fe1-59b3-c6d06e56a71a-3f0c0d0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f56d09e-dcc8-43b5-3cb0-a39e3eeefff7-3f0c0d0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_29bfd2fe-1e09-69ad-7450-e791c3d617b0-84176e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Font awesome 5 Regular';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 Brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 Solid';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}