@font-face {
  font-family: Leus Prijzen;
  src: url('../fonts/Leus-prijzen.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --leus-rood: #d23527;
  --heading-blue: #2c1258;
  --leus-donker-blauw: #0a0d3c;
  --orange: #f4ab00;
  --white: white;
  --text-blue: #604b83;
  --background-blue: #4aa6e2;
  --leus-blauw: #4aa6e2;
  --leus-oranje: #e69636;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

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

strong {
  font-weight: bold;
}

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

figcaption {
  text-align: center;
  margin-top: 5px;
}

.orange-btn {
  background-color: var(--leus-rood);
  text-align: center;
  text-transform: none;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .925s;
  display: flex;
}

.orange-btn:hover {
  background-color: var(--heading-blue);
}

.orange-btn.hero-btn {
  text-transform: none;
  padding-left: 1vw;
  padding-right: 1vw;
}

.orange-btn.hero-btn:hover {
  background-color: #000;
}

.orange-btn.submit-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.para-18 {
  color: var(--leus-donker-blauw);
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.para-18.line-height-9 {
  color: var(--leus-donker-blauw);
  line-height: 9px;
}

.para-18.line-height-32 {
  line-height: 32px;
}

.purple-btn {
  border: 2px solid var(--heading-blue);
  color: var(--heading-blue);
  text-align: center;
  text-transform: none;
  background-color: #2c125800;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .3s;
  display: flex;
}

.purple-btn:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 56px;
}

.h4._600-bold {
  font-weight: 600;
}

.style-guide-title {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.h1 {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
}

.h1._600-bold {
  font-weight: 600;
}

.para-16 {
  color: var(--leus-donker-blauw);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.para-16.bold-600 {
  font-weight: 600;
}

.para-16.line-height-1 {
  font-weight: 600;
  line-height: 16px;
}

.para-16.line-height-25 {
  color: var(--leus-donker-blauw);
  line-height: 25px;
}

.para-16.line-height-32-weight-600 {
  font-weight: 600;
  line-height: 32px;
}

.para-16.white {
  color: var(--white);
}

.all-heading-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 550px;
  margin-bottom: 30px;
  display: flex;
}

.post-rich-text h2 {
  color: var(--heading-blue);
  font-family: Nunito, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
}

.post-rich-text p {
  color: var(--heading-blue);
  margin-bottom: 25px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text ul {
  color: var(--heading-blue);
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text li {
  color: var(--heading-blue);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text strong {
  font-weight: 600;
}

.post-rich-text h3 {
  color: var(--heading-blue);
  font-family: Nunito, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.post-rich-text h4 {
  color: var(--heading-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.post-rich-text blockquote {
  border-left-width: 4px;
  border-left-color: var(--orange);
  color: var(--heading-blue);
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 0 0 50px;
  font-family: Nunito, sans-serif;
  font-size: 21px;
  line-height: 35px;
}

.post-rich-text ol {
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text h5 {
  color: var(--heading-blue);
}

.post-rich-text img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-rich-text figcaption {
  color: var(--text-blue);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.post-rich-text a {
  color: var(--orange);
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 14px;
  display: block;
}

.style-guide-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.main-container.pricing-plan-container {
  max-width: 1200px;
}

.style-guide-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.style-guide-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-para-wrapper {
  margin-bottom: 20px;
}

.h8 {
  color: var(--leus-rood);
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.h8.line-height-26 {
  line-height: 26px;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 54px;
}

.h3 {
  color: var(--leus-donker-blauw);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.h3.responsive.rood {
  background-color: var(--leus-rood);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.h7 {
  font-family: Nunito, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.h7.line-height-30-weight-600 {
  color: var(--leus-rood);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}

.h7.line-height-30-weight-600.top.prijzen {
  text-transform: uppercase;
}

.h7.line-height-30-weight-600.prijzen {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Leus Prijzen, sans-serif;
}

.h7.font-weight-600 {
  font-weight: 600;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.color-palette {
  background-color: #fff;
  height: 120px;
  box-shadow: 0 5px 45px #afb1b14d;
}

.color-palette.text-blue {
  background-color: var(--text-blue);
}

.color-palette.heading-blue {
  background-color: var(--heading-blue);
}

.color-palette.orange {
  background-color: var(--orange);
}

.color-palette.background-blue {
  background-color: var(--background-blue);
}

.para-17 {
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.para-17.font-weight-600 {
  font-weight: 600;
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 45px #afb1b14d;
}

.para-15 {
  color: var(--leus-donker-blauw);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.para-15.line-height-1 {
  line-height: 15px;
}

.para-14 {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.para-14.margin-right-10 {
  margin-right: 10px;
}

.para-14.margin-right-2 {
  margin-right: 2px;
}

.para-12 {
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.home-section {
  background-color: #4aa6e200;
  height: 75vh;
  overflow: hidden;
}

.home-section.voorwaarden {
  height: 20vh;
}

.home-content-wrapper {
  height: 100%;
}

.top-bar-container {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.top-bar-container.hide {
  display: none;
}

.home-hero-wrapper {
  height: 100%;
  display: flex;
  position: relative;
}

.top-bar-contact-div {
  margin-right: 20px;
  display: flex;
}

.top-bar-contact-icon-div {
  background-color: var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  display: flex;
}

.top-bar-contact-detail-div {
  color: var(--white);
}

.phone-image {
  width: 12px;
  height: 12px;
}

.top-bar-contact-wrapper {
  align-items: center;
  display: flex;
}

.topbar-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.topbar-social-div {
  color: var(--white);
  object-fit: contain;
  margin-right: 15px;
  transition: all .3s;
}

.topbar-social-div:hover {
  color: var(--orange);
}

.topbar-social-div.fb {
  width: 9.14063px;
  height: 16px;
}

.topbar-social-div.linkedin {
  width: 13.7188px;
  height: 16px;
}

.topbar-social-div.twitter {
  width: 14.8438px;
  height: 16px;
}

.topbar-social-div.pintrest {
  width: 11.4219px;
  height: 16px;
  margin-right: 0;
}

.image {
  height: 16px;
}

.twitter-image {
  height: 14px;
}

.navbar {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 25px 30px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 9px 9px 35px -12px #380b711a;
}

.nav-link {
  color: #232425;
  margin-right: 10px;
  padding: 10px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

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

.nav-link.w--current {
  color: var(--leus-rood);
  font-size: 17px;
}

.nav-menu {
  margin-right: 0;
}

.navbar-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.enquire-btn-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
}

.brand {
  height: 5vh;
}

.brand.w--current {
  height: 40px;
}

.home-hero-flexbox {
  display: flex;
}

.home-hero-flex-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  padding-right: 25px;
  display: flex;
}

.home-hero-flex-right {
  width: 50%;
  padding-left: 25px;
}

.home-hero-flex-right.off {
  display: none;
}

.home-hero-heading-div {
  color: var(--white);
  width: 100%;
  margin-bottom: 30px;
}

.home-hero-caption-div {
  color: var(--white);
  max-width: 430px;
  margin-bottom: 30px;
}

.home-hero-caption-div.hide {
  display: none;
}

.home-hero-btn-div {
  width: 40%;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.body {
  font-family: Nunito, sans-serif;
}

.home-hero-heading-span {
  color: var(--orange);
}

.home-hero-image-div {
  width: 133%;
  margin-left: -70px;
}

.section-divider-bottom-curve {
  background-color: var(--background-blue);
  background-image: url('../images/SEO-bottom-curve.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.section-divider-bottom-curve.background-dark {
  background-color: var(--background-blue);
}

.section-divider-bottom-curve.hide, .section-divider-bottom-curve.off {
  display: none;
}

.about-section {
  margin-top: -5vh;
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
  overflow: visible;
}

.about-section.heracles {
  flex-flow: column;
  display: flex;
}

.about-content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 80px;
  box-shadow: 9px 9px 35px -12px #380b711a;
}

.about-flex-box {
  justify-content: space-between;
  display: flex;
}

.about-flex-left {
  width: 50%;
  padding-left: 0;
  padding-right: 25px;
}

.about-flex-right {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.about-caption-div {
  color: var(--orange);
  margin-bottom: 20px;
  font-weight: 600;
}

.about-heading-div {
  color: var(--heading-blue);
  margin-bottom: 20px;
}

.about-para-div {
  color: var(--text-blue);
}

.about-right-card-wrapper {
  justify-content: flex-start;
  display: flex;
}

.about-right-card-wrapper._1st {
  margin-bottom: 70px;
}

.about-card-icon-div {
  background-image: url('../images/Icon_12x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 86px;
  height: 86px;
  margin-right: 24px;
}

.about-card-content-div {
  color: var(--text-blue);
}

.about-card-heading-div {
  color: var(--heading-blue);
  margin-bottom: 5px;
  font-weight: 600;
}

.about-card-icon-div-2 {
  background-image: url('../images/Icon_22x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 86px;
  height: 86px;
  margin-right: 24px;
}

.why-seo-section.hide {
  display: none;
}

.why-us-flex-box {
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 150px;
  display: flex;
}

.why-us-flex-left {
  justify-content: center;
  width: 55%;
  padding-right: 25px;
  display: flex;
}

.why-us-flex-right {
  width: 45%;
  padding-left: 25px;
}

.why-us-flex-box-2 {
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

.why-us-flex-left-2 {
  width: 50%;
  padding-top: 25px;
  padding-right: 25px;
}

.why-us-flex-right-2 {
  width: 50%;
  padding-left: 25px;
}

.why-uus-image-div {
  max-width: 90%;
}

.why-us-caption-div {
  color: var(--orange);
  margin-bottom: 20px;
  font-weight: 600;
}

.why-us-heading-div {
  color: var(--heading-blue);
  margin-bottom: 20px;
}

.why-us-list-div {
  display: flex;
}

.update-list-wrappper {
  width: 100%;
}

.why-us-list-row {
  color: var(--heading-blue);
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 7.5px;
  display: flex;
}

.check-icon {
  width: 12px;
  height: 12px;
}

.check-icon.white {
  opacity: 0;
}

.why-us-content-div {
  color: var(--text-blue);
  margin-bottom: 30px;
}

.why-us-card-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.why-us-card-div {
  background-color: #f6f1ff;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 25px;
  display: flex;
}

.why-us-card-icon-div {
  background-color: var(--text-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 21px;
  display: flex;
}

.why-us-card-content-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-us-card-icon {
  width: 28px;
}

.why-us-card-heading-div, .why-us-card-para-div {
  color: var(--heading-blue);
}

.section-divider-top-curve {
  background-color: var(--background-blue);
  background-image: url('../images/SEO-top-curve.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.section-divider-top-curve.background-dark {
  background-color: var(--background-blue);
}

.section-divider-top-curve.background-dark.hide, .section-divider-top-curve.hide {
  display: none;
}

.conversion-rate-section {
  background-color: var(--background-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.conversion-rate-section.hide {
  display: none;
}

.conversion-rate-flex-box {
  justify-content: space-between;
  display: flex;
}

.conversion-rate-flex-left {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding-right: 25px;
  display: flex;
}

.conversion-rate-flex-right {
  width: 60%;
  padding-left: 25px;
}

.conversion-rate-heading-div {
  color: var(--white);
  margin-bottom: 20px;
}

.conversion-rate-content-div {
  color: var(--white);
  margin-bottom: 30px;
}

.conversion-rate-btn-div {
  width: 186px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.service-block-overflow-hidden {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.other-services-block-container {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.service-block-paragraph-container {
  color: var(--text-blue);
  margin-bottom: 30px;
}

.services-blocks-column {
  margin-top: 0;
}

.services-blocks-column._2nd-column {
  margin-top: 30px;
  margin-left: 30px;
}

.other-service-block {
  opacity: 1;
  color: #1c1c1c;
  text-transform: none;
  background-color: #fff;
  border-radius: 4px;
  align-items: flex-end;
  max-width: 318px;
  height: 286px;
  margin-bottom: 30px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 6px #0000001a;
}

.service-block-heading-container {
  color: var(--heading-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-block-icon-container {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}

.service-block-arrow-container {
  width: 30px;
  margin-bottom: -40px;
}

.services-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-heading-div {
  color: var(--heading-blue);
  margin-bottom: 30px;
}

.tab {
  color: var(--heading-blue);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 110px;
  padding: 0;
  display: flex;
  box-shadow: 0 20px 60px #0000000d;
}

.tab.w--current {
  background-color: var(--leus-rood);
  color: var(--white);
  border-radius: 10px;
}

.tab-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs {
  width: 100%;
}

.tab-btm-arrow {
  background-color: var(--orange);
  opacity: 0;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  inset: auto 0% -7px 45%;
  transform: rotate(45deg);
}

.tab-icons {
  width: 25px;
  height: 25px;
  margin-bottom: 17px;
  display: block;
  position: relative;
}

.tab-icons:active {
  filter: brightness(200%) grayscale();
  mix-blend-mode: screen;
}

.tab-icons:lang(en) {
  display: block;
}

.tab-icons.off {
  display: none;
}

.tab-icon-svg {
  width: 100%;
  height: 100%;
}

.tab-content {
  margin-top: 90px;
}

.tab-flex-box {
  justify-content: space-between;
  display: flex;
}

.tab-flex-left {
  text-align: left;
  width: 50%;
  padding-right: 60px;
}

.tab-flex-right {
  width: 50%;
}

.tab-heading-div {
  color: var(--heading-blue);
  margin-bottom: 10px;
}

.tab-content-div {
  color: var(--text-blue);
  margin-bottom: 25px;
}

.tab-list-div {
  margin-bottom: 30px;
  display: flex;
}

.tab-list-row {
  color: var(--heading-blue);
  align-items: flex-start;
  margin-bottom: 11px;
  display: flex;
}

.tab-check-icon {
  width: 100%;
  height: 100%;
}

.tab-check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 7.5px;
  display: flex;
}

.tab-panel-btn-div {
  width: 186px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.tab-panel-list-wrappper {
  width: 100%;
}

.tab-panel-2-btn-div {
  width: 258px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.how-seo-works-section {
  background-color: var(--background-blue);
  padding-top: 80px;
  padding-bottom: 100px;
}

.how-seo-works-section.hide {
  display: none;
}

.how-seo-content-wrapper {
  text-align: center;
}

.how-seo-heading-div {
  color: var(--white);
  width: 36%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.how-seo-span {
  color: var(--leus-rood);
}

.how-seo-content-div {
  color: var(--white);
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.how-seo-process-div-wrapper {
  justify-content: space-between;
  display: flex;
}

.how-seo-process-div {
  flex-direction: column;
  display: flex;
  position: relative;
}

.how-seo-process-icon-div {
  margin-bottom: 25px;
}

.how-seo-process-title-div {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 600;
}

.how-seo-process-content-div {
  color: var(--white);
}

.why-seo-icon {
  width: 55px;
  height: 55px;
}

.how-seo-process-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 27.5px;
  right: 0;
  transform: translate(73.5%);
}

.how-seo-process-div-container {
  width: 33.33%;
  padding-left: 60px;
  padding-right: 60px;
}

.team-section {
  padding: 60px 12% 80px;
}

.team-div-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-heading-div {
  color: var(--heading-blue);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.team-content-div {
  color: var(--text-blue);
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.team-details-div {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.team-card {
  flex-flow: column;
  display: flex;
}

.team-card-image-div {
  background-image: url('../images/Leus_Fav_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 86px;
  min-width: 86px;
  height: 86px;
  margin-right: 24px;
}

.team-card-details-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-card-heading-div {
  color: var(--heading-blue);
  font-weight: 600;
}

.team-card-caption-div {
  color: var(--text-blue);
}

.team-card-image-div-2 {
  object-fit: contain;
  border-radius: 0%;
  flex: 0 auto;
  width: 100%;
  min-width: 86px;
  height: 20vh;
  margin-bottom: 20px;
  margin-right: 24px;
  overflow: hidden;
}

.team-card-image-div-2.image2 {
  background-image: url('../images/Locatie-1.png');
}

.team-card-image-div-2.image3 {
  background-image: url('../images/Locatie-2.png');
}

.team-card-image-div-3, .team-card-image-div-4, .team-card-image-div-5, .team-card-image-div-6 {
  background-image: url('../images/Leus_Fav_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 86px;
  min-width: 86px;
  height: 86px;
  margin-right: 24px;
}

.pricing-section {
  background-color: var(--background-blue);
  padding-top: 70px;
  padding-bottom: 110px;
}

.pricing-section._404 {
  padding-top: 40vh;
  padding-bottom: 30vh;
}

.pricing-div-wrapper {
  flex-direction: column;
  display: flex;
}

.pricing-price-caption {
  color: var(--orange);
  margin-top: 5px;
}

.pricing-check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.pricing-btn {
  width: 168px;
  height: 54px;
}

.pricing-btn.hide {
  display: none;
}

.pricing-list-div {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: -8px;
}

.pricing-list-row {
  color: var(--text-blue);
  border: 0 #dfedff;
  border-bottom-width: 1px;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.pricing-list-row.leeg {
  opacity: 0;
}

.pricing-price-div {
  color: #5b25b3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.pricing-list-wrappper {
  width: 100%;
}

.pricing-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 34px 33px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #ffffff0a;
}

.pricing-heading-div {
  color: var(--white);
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-content-div {
  color: var(--white);
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-span {
  font-family: Leus Prijzen, sans-serif;
  font-size: 50px;
  line-height: 36px;
}

.pricing-popular-img-div {
  margin-left: -1px;
  position: absolute;
  inset: 15px auto auto 0%;
}

.reviewer-name {
  color: var(--text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial-left-arrow {
  justify-content: center;
  align-items: center;
  max-width: 30px;
  display: flex;
}

.left-arrow {
  width: 15px;
  height: 15px;
}

.reviewer-image {
  width: 100%;
  height: 100%;
}

.anchorlink-space {
  z-index: -2;
  width: 100%;
  height: 80px;
  padding: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-quote-container {
  color: var(--text-blue);
  text-align: center;
  max-width: 62%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 40px;
}

.testimonial-header {
  color: var(--heading-blue);
  text-align: center;
  letter-spacing: 1px;
}

.reviewer-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-right-arrow {
  justify-content: center;
  align-items: center;
  max-width: 30px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 0;
}

.testimonial-quote-icon {
  width: 100%;
  height: 100%;
}

.testimonial-quote-icon-wrapper {
  width: 34px;
  height: 28px;
  margin: 20px auto 25px;
  padding: 0;
}

.testimonial-section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.reviewer-designation {
  color: var(--text-blue);
}

.testimonial-mask {
  height: auto;
  padding-bottom: 60px;
}

.testimonial-slider-nav {
  font-size: 7px;
  line-height: 7px;
}

.reviewer-image-wrapper {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
  overflow: hidden;
}

.right-arrow {
  width: 15px;
  height: 15px;
}

.testimonial-quote-content {
  color: var(--leus-donker-blauw);
  font-size: 24px;
  line-height: 43.2px;
}

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

.logos-div-wrapper {
  border-top: 1px solid #e9e9e9;
  padding-top: 70px;
  padding-bottom: 30px;
}

.logos-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.logos-img-6 {
  width: 84px;
}

.logos-img-2 {
  width: 109px;
}

.logos-img-3 {
  width: 95px;
  height: auto;
}

.logos-img-4 {
  width: 46px;
}

.logos-img-5 {
  width: 79px;
}

.section-divider-top-curve-grey {
  background-color: var(--background-blue);
  background-image: url('../images/SEO-top-curve.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.blog-section {
  background-color: var(--background-blue);
  padding-top: 90px;
  padding-bottom: 140px;
}

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

.blog-div-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-heading-div {
  color: var(--heading-blue);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content-div {
  color: var(--text-blue);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.blog-collection-list {
  width: 100%;
  margin-bottom: 60px;
}

.blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-card {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.blog-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 288px;
  text-decoration: none;
}

.blog-card-categories {
  margin-bottom: 18px;
}

.blog-card-heading {
  color: var(--heading-blue);
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.blog-card-detail-wrapper {
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: flex-start;
  padding: 30px;
  display: flex;
}

.blog-card-cat-list {
  justify-content: center;
  display: flex;
}

.blog-card-cat-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-card-cat-link {
  color: var(--text-blue);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.cat-seperater {
  opacity: 0;
  background-color: #246cff66;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 9px;
  margin-right: 9px;
}

.blog-see-more-btn {
  width: 179px;
  height: 54px;
}

.contact-section {
  background-color: var(--background-blue);
  padding-top: 110px;
  padding-bottom: 100px;
}

.section-divider-bottom-curve-dark-blue {
  background-color: var(--background-blue);
  background-image: url('../images/SEO-bottom-curve.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 4%;
}

.content-div-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-heading-div {
  color: var(--white);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contact-content-div {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.content-div {
  padding-top: 30px;
}

.contact-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -190px;
  display: grid;
}

.contact-form-div-wrapper {
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 110px;
}

.contact-card-div {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 15px 30px #00000012;
}

.contact-card-icon-div {
  height: 54px;
  margin-bottom: 20px;
}

.contact-card-heading-div {
  color: var(--heading-blue);
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-card-content-div {
  color: var(--text-blue);
  text-align: center;
}

.contact-form-flex {
  justify-content: space-between;
  display: flex;
}

.contact-flex-left {
  justify-content: center;
  width: 50%;
  padding-right: 25px;
  display: flex;
}

.contact-flex-right {
  width: 50%;
  padding-bottom: 0;
  padding-left: 25px;
}

.contact-form-img-div {
  width: 496px;
}

.contact-flex-right-heading-div {
  color: var(--heading-blue);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contact-flex-right-content-div {
  color: var(--text-blue);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact-flex-right-span {
  color: var(--orange);
}

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

.contact-form-row {
  justify-content: space-between;
  display: flex;
}

.contact-form-column {
  width: 46%;
  margin-bottom: 25px;
  padding: 0;
}

.contact-form-column.margin-right {
  margin-right: 4%;
}

.contact-form-column.select-clm-margin-right {
  margin-right: 4%;
  padding-right: 0;
}

.input-text {
  color: var(--text-blue);
  background-color: #fff;
  border: 1px solid #2c12581a;
  border-radius: 5px;
  height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 15px;
  line-height: 26px;
}

.input-text:focus {
  border-color: #2c1258;
}

.input-text::placeholder {
  color: var(--text-blue);
}

.input-text.msg-feild {
  height: auto;
  min-height: 130px;
}

.text-area-div {
  width: 96%;
}

.submit-btn-div {
  width: 159px;
  height: 57px;
  margin-top: 25px;
}

.change-log-link {
  color: var(--text-blue);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity .3s;
}

.change-log-link:hover, .change-log-link.w--current:hover {
  color: #2293d7;
}

.change-log-link.hide {
  display: none;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.footer-icon {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.footer-link-heading-container {
  color: var(--heading-blue);
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-logo {
  width: auto;
  height: 30px;
  margin-top: -5px;
}

.footer-list-item {
  color: var(--heading-blue);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.copy-right-text-container {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.footer-links-list {
  margin-bottom: 0;
}

.webflow-text {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}

.footer-nav-column {
  width: 15%;
  max-width: 190px;
  padding-left: 5px;
  padding-right: 5px;
}

.webflow {
  color: var(--orange);
  text-decoration: none;
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.footer-link-2 {
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.licensing-link {
  color: var(--text-blue);
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
}

.licensing-link:hover {
  color: #2293d7;
}

.footer-container {
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 0 7.5px 7.5px;
  display: flex;
}

.h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.h5-2._600-bold {
  font-weight: 600;
}

.footer-office-contact {
  color: var(--leus-donker-blauw);
  max-width: 190px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.footer-contact-column {
  width: 20%;
  max-width: 310px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.footer-app-link {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.footer-section {
  background-color: var(--leus-blauw);
  border: 1px solid #2c12581a;
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-column {
  width: 25%;
  padding-top: 5px;
  padding-right: 5px;
}

.webflow-span {
  color: var(--leus-rood);
  margin-left: 2px;
}

.non-linked-footer-list-item {
  color: #848991;
  max-width: 313px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.footer-logo-link-2 {
  flex: 0 auto;
  width: auto;
  height: 17px;
  margin-bottom: 20px;
}

.copy-right---social-icon-container {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-logo-container {
  margin-bottom: 30px;
  padding-right: 50px;
}

.footer-follow-us-column {
  width: 15%;
  max-width: 250px;
  padding-left: 5px;
  font-style: normal;
}

.footer-caption-div {
  color: var(--text-blue);
  width: 100%;
  margin-bottom: 30px;
}

.footer-social-icon-div-wrapper {
  justify-content: flex-start;
  display: flex;
}

.footer-social-icon-div {
  color: var(--text-blue);
  width: 23px;
  height: 22px;
  margin-right: 32px;
  transition: all .3s;
}

.footer-social-icon-div:hover {
  color: var(--orange);
}

.footer-social-icon-div.fb {
  width: 12.5781px;
}

.footer-social-icon-div.insta {
  width: 18.875px;
}

.footer-social-icon-div.twitter {
  width: 20.4219px;
}

.facebook-embbed {
  color: var(--white);
  width: 100%;
  height: 100%;
}

.blog-page-hero-wrapper {
  padding-top: 84px;
  padding-bottom: 100px;
}

.blog-page-breadcrumb-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-page-heading-div {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.blog-page-caption-div {
  color: var(--white);
  text-align: center;
  width: 40%;
}

.recent-posts-div {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.full-horizontal-divider2 {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 10px;
}

.blog-post-container {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.blog-search-button {
  z-index: 1;
  background-color: #0000;
  width: 50px;
  position: relative;
}

.blog-search-button:focus {
  color: #848991;
}

.advertisement-title-container {
  color: var(--heading-blue);
}

.blog-about-heading-container {
  color: var(--heading-blue);
  margin-bottom: 20px;
  font-weight: 600;
}

.full-horizontal-divider {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 10px;
}

.post-right-flex {
  flex: none;
  max-width: 340px;
  padding-left: 30px;
  position: relative;
}

.blog-search-icon {
  width: 14px;
}

.blog-post-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tags {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-search-input {
  color: var(--heading-blue);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.blog-search-input::placeholder {
  color: var(--text-blue);
}

.blog-about-sticky-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.blog-search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tag-item {
  margin-bottom: 10px;
}

.blog-post-item {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.blog-search {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 5px 7px #0000000d;
}

.blog-search:focus {
  color: #848991;
}

.tag-list {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.all-blog-post {
  margin-left: 0;
  padding-left: 0;
  padding-right: 30px;
}

.tag-list-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-search-container {
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.blog-post-collection-container {
  padding-bottom: 0;
}

.blog-page-item-card {
  background-color: #00000080;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.blog-page-post-heading-div {
  color: var(--white);
  margin-bottom: 12px;
  font-weight: 600;
}

.body-2 {
  font-family: Nunito, sans-serif;
}

.blog-page-post-caption-div {
  color: var(--white);
  align-items: center;
  font-weight: 500;
  display: flex;
}

.clock-img {
  width: 100%;
  height: 100%;
}

.clock-img-div {
  width: 13px;
  height: 13px;
  margin-top: -8px;
  margin-right: 5px;
}

.blog-post-img-background {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.blog-page-cat-wrapper {
  position: absolute;
  inset: 30px 0% auto 30px;
}

.cat-list {
  flex-direction: row;
  display: flex;
}

.cat-item {
  align-items: center;
  display: flex;
}

.blog-page-cat-name-div {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.blog-page-cat-seperater {
  opacity: 0;
  background-color: #fff6;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 9px;
  margin-right: 9px;
}

.sidebar-cat-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar-cat-name-div {
  color: var(--text-blue);
  margin-bottom: 15px;
  transition: all .3s;
}

.sidebar-cat-name-div:hover {
  color: var(--orange);
}

.recent-post-heading-div {
  max-width: 185px;
  margin-bottom: 8px;
}

.recent-post-heading {
  color: var(--heading-blue);
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.clock-icon-div {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.clock-icon-div.size-12px {
  width: 12px;
  height: 12px;
}

.image-6 {
  display: block;
}

.recent-post-item-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.recent-post-date-div {
  color: #656565;
  display: flex;
}

.recent-posts-date {
  color: var(--text-blue);
  font-size: 13px;
  line-height: 16px;
}

.recent-posts-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 75px;
  height: 75px;
  margin-right: 20px;
}

.tag-link {
  color: var(--text-blue);
  font-size: 15px;
  line-height: 25px;
}

.blog-page-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-fixed {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -90px);
  box-shadow: 0 4px 30px #a7acb74d;
}

.scroll-to-top {
  z-index: 10;
  background-color: var(--leus-rood);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 15px 15px auto;
}

.scroll-to-top-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.up-arrow-image {
  width: 10px;
  height: 10px;
}

.middle-line--45, .middle-line-45, .middle-line {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  transform-origin: 0 0;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-open-overlay {
  opacity: 1;
  display: none;
}

.nav-menu-logo {
  height: 20px;
  display: none;
}

.contact-us-btn-wrapper {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: none;
}

.blogpage-navbar {
  border-radius: 0;
}

.single-blog-breadcrumb-section {
  background-color: #00000080;
  align-items: center;
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.single-blog-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-breadcrumb-overlay {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.single-blog-cat-wrapper {
  margin-bottom: 25px;
}

.single-blog-brc-heading-div {
  color: var(--white);
  text-align: center;
  margin-bottom: 22px;
}

.post-author-details-container {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.post-date {
  color: var(--white);
  padding-top: 1px;
}

.post-author-image-wrapper {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  overflow: hidden;
}

.post-date-container {
  align-items: center;
  height: 20px;
  margin-left: 20px;
  display: flex;
}

.by-2 {
  color: var(--white);
  margin-right: 2px;
  display: inline-block;
}

.post-date-icon {
  width: 100%;
  height: 100%;
}

.author-name {
  color: var(--white);
  transition: color .3s;
  display: inline-block;
}

.post-date-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: flex;
}

.post-author-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-3 {
  font-family: Nunito, sans-serif;
}

.single-blog-content-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single-blog-author-box {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}

.author-details-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 45px;
  display: flex;
  box-shadow: 0 30px 60px #00000012;
}

.footer-author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  flex: none;
  width: 88px;
  height: 88px;
  margin-right: 30px;
}

.blog-bottom-author-name {
  color: var(--heading-blue);
  margin-bottom: 5px;
  font-weight: 600;
}

.author-bio-container {
  color: var(--text-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.read-more-link {
  box-shadow: inset 0 -2px 0 0 var(--orange);
  color: var(--orange);
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 600;
  transition: box-shadow .8s;
}

.read-more-link:hover {
  color: #588af0;
  box-shadow: inset 0 -2px #588af0;
}

.blog-post-description {
  color: #4f545b;
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
}

.blog-link-container {
  align-items: center;
  display: flex;
}

.blog-post-block {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.blog-post-block-text-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}

.blog-post-link {
  color: var(--heading-blue);
  font-weight: 600;
  transition: color .35s;
}

.blog-post-link:hover {
  color: var(--orange);
}

.blog-post-block-title {
  color: #313233;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-block-title:hover {
  color: #588af0;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 44px;
}

.h2-2._600-bold {
  font-weight: 600;
}

._404-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.search-icon {
  width: 14px;
}

._404-search-button {
  z-index: 1;
  color: #222246;
  background-color: #0000;
  position: absolute;
}

.search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._404-search-field {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #84899133;
}

._404-para {
  color: var(--text-blue);
}

._404-search-input {
  color: #848991;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.utility-page-content-2 {
  color: var(--heading-blue);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.field-label {
  color: var(--text-blue);
}

.heading {
  color: var(--heading-blue);
}

.logo-slider {
  background-color: #ddd0;
  height: 150px;
  display: block;
  position: relative;
}

.slider-logo-div {
  width: 16.67%;
  max-width: 194px;
  height: 150px;
}

.icon {
  color: var(--orange);
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.icon-2 {
  color: var(--orange);
  display: none;
  inset: 0% 0% 0% auto;
}

.pagination {
  justify-content: flex-start;
  margin-top: 70px;
}

.next, .previous {
  background-color: var(--orange);
  color: var(--white);
  border-style: none;
  border-width: 0;
  border-radius: 32px;
  margin-left: 0;
}

.why-us-card-container {
  width: 100%;
  max-width: 252.5px;
  margin-right: 12.5px;
}

.why-us-card-container._2nd {
  margin-left: 12.5px;
  margin-right: 0;
}

.why-us-image-div-2 {
  max-width: 100%;
}

.image-7 {
  object-fit: cover;
  width: 555px;
  height: 490px;
}

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

.single-blog-tag-container {
  margin-bottom: 30px;
  display: flex;
}

.tags-collection-lists {
  display: flex;
}

.tag-wrapper {
  background-color: var(--text-blue);
  color: var(--orange);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s;
  display: flex;
}

.tag-wrapper:hover {
  background-color: var(--orange);
  color: var(--white);
}

.scroll-to-top---anchor-div {
  z-index: -1;
  height: 100px;
  position: absolute;
}

.scroll-to-top-anchor {
  width: 100%;
}

.logo-image {
  height: 100%;
}

.changelog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.license-link {
  color: var(--heading-blue);
}

.license-block-title {
  color: var(--heading-blue);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.license-paragraph {
  color: var(--text-blue);
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.license-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-paragraph-container {
  color: var(--text-blue);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-heading-container {
  color: var(--heading-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.template-block {
  border-left: 4px #eca72f;
  width: 95%;
  margin-bottom: 50px;
  padding: 35px;
  display: flex;
  box-shadow: 0 5px 30px #d6d7d891;
}

.template-block.vertical {
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.template-para-wrapper {
  color: var(--text-blue);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.main-container-2 {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.div-block, .text-link {
  color: var(--heading-blue);
}

.template-block-title {
  color: var(--heading-blue);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.navbar-sticky {
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 25px 30px;
  display: block;
  transform: translate(0, -100px);
}

.image-8 {
  border-radius: 20px;
}

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

.team-card---low-opcaity {
  display: flex;
}

.image-15 {
  display: block;
  overflow: visible;
}

.about-content-wrapper---shop {
  background-color: var(--white);
  border-radius: 10px;
  padding: 100px 0;
  box-shadow: 9px 9px 35px -12px #380b711a;
}

.html-embed {
  width: 100%;
  height: 90vh;
}

.main-container---iframe {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.main-container---iframe.pricing-plan-container {
  max-width: 1200px;
}

.extra-btn {
  width: 20vw;
  height: 54px;
  margin-top: 30px;
}

.extra-btn.hide {
  display: none;
}

.orange-btn-copy {
  background-color: var(--leus-rood);
  text-align: center;
  text-transform: none;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 20px;
  transition: all .925s;
  display: flex;
}

.orange-btn-copy:hover {
  background-color: var(--heading-blue);
}

.orange-btn-copy.hero-btn {
  text-transform: none;
}

.orange-btn-copy.hero-btn:hover {
  background-color: #000;
}

.orange-btn-copy.submit-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.hide-ipad {
  display: none;
}

.orange-btn-copy-phone {
  background-color: var(--leus-rood);
  text-align: center;
  text-transform: none;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 20px;
  transition: all .925s;
  display: flex;
}

.orange-btn-copy-phone:hover {
  background-color: var(--heading-blue);
}

.orange-btn-copy-phone.hero-btn {
  text-transform: none;
}

.orange-btn-copy-phone.hero-btn:hover {
  background-color: #000;
}

.orange-btn-copy-phone.submit-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.orange-btn-phone {
  background-color: var(--leus-rood);
  text-align: center;
  text-transform: none;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  transition: all .925s;
  display: flex;
}

.orange-btn-phone:hover {
  background-color: var(--heading-blue);
}

.orange-btn-phone.hero-btn {
  text-transform: none;
}

.orange-btn-phone.hero-btn:hover {
  background-color: #000;
}

.orange-btn-phone.submit-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.contact-us-btn-wrapper-phone {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: none;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list {
  background-color: var(--white);
  display: none;
}

.background-video {
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video.mobile {
  display: none;
}

.success-message {
  background-color: var(--leus-blauw);
}

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

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

.image-16 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-2, .paragraph {
  text-align: center;
}

.div-block-3 {
  flex-flow: column;
  max-height: 50vh;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .purple-btn:hover {
    border-color: var(--leus-rood);
    background-color: var(--leus-rood);
  }

  .h4 {
    text-align: center;
  }

  .para-16.line-height-25 {
    display: block;
  }

  .main-container {
    border: 1px #000;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.navbar-smallscreen {
    max-width: 90vw;
  }

  .h3.responsive {
    color: var(--white);
  }

  .para-15 {
    margin-top: 15px;
  }

  .home-hero-wrapper {
    margin-top: 0;
  }

  .navbar {
    border-radius: 60px;
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 9px 9px 35px -12px #380b711a;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

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

  .nav-link.w--current {
    font-size: 20px;
  }

  .navbar-container {
    max-width: 100%;
  }

  .brand.w--current {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 30px;
    display: flex;
  }

  .home-hero-btn-div {
    width: 16vw;
  }

  .home-hero-image-div {
    border-radius: 20px;
    overflow: hidden;
  }

  .about-section {
    padding-bottom: 572px;
  }

  .about-section.heracles {
    justify-content: flex-start;
  }

  .about-content-wrapper {
    background-color: #fff;
  }

  .about-flex-right.heracles {
    justify-content: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .check-icon.white {
    opacity: 0;
  }

  .other-services-block-container {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .tab-btm-arrow {
    background-color: var(--white);
  }

  .tab-icons {
    width: 30px;
    margin-bottom: 17px;
  }

  .tab-flex-left {
    padding-top: 50px;
    padding-right: 150px;
  }

  .tab-flex-right {
    width: 35%;
  }

  .tab-panel-image-div {
    max-height: none;
  }

  .team-section {
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .team-details-div {
    grid-template-rows: auto auto;
    grid-template-columns: 40vw 40vw;
    grid-auto-flow: row;
    place-items: stretch stretch;
    overflow: hidden;
  }

  .team-card {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .team-card.team-card---low-opcaity {
    display: none;
  }

  .team-card-image-div {
    background-image: url('../images/Vestiging_1.png');
    background-size: cover;
    border-radius: 10%;
    width: 100%;
    height: 200px;
    line-height: 20px;
  }

  .team-card-caption-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-card-image-div-2 {
    background-image: url('../images/Locatie-3.png');
    border-radius: 0%;
    width: 100%;
    height: 25vh;
    margin-bottom: 20px;
    display: block;
    position: static;
  }

  .team-card-image-div-2.image2 {
    background-image: url('../images/Locatie-1.png');
  }

  .team-card-image-div-2.image3 {
    background-image: url('../images/Locatie-2.png');
  }

  .team-card-image-div-3 {
    background-image: url('../images/Vestiging_1.png');
    border-radius: 10%;
    width: 200px;
    min-width: 100px;
    height: 200px;
  }

  .team-card-image-div-4 {
    background-image: url('../images/Vestiging_1.png');
    border-radius: 10%;
    width: 200px;
    height: 200px;
  }

  .pricing-section._404 {
    padding-top: 40vh;
    padding-bottom: 30vh;
  }

  .pricing-price-caption {
    margin-top: 0;
  }

  .pricing-list-div._2 {
    flex: 1;
    margin-top: 20px;
  }

  .pricing-list-row.leeg {
    opacity: 0;
  }

  .pricing-price-div._2 {
    margin-top: 20px;
  }

  .pricing-card {
    justify-content: space-between;
    align-items: center;
  }

  .pricing-card.lower-opacity {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-card-div {
    background-color: #fffc;
  }

  .contact-form-img {
    border-radius: 20px;
  }

  .footer-list-item:hover {
    color: var(--leus-rood);
  }

  .footer-container {
    border: 1px #000;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-contact-column {
    max-width: 220px;
  }

  .footer-social-icon-div.twitter {
    display: none;
  }

  .blog-post-container {
    justify-content: space-between;
    display: flex;
  }

  .blog-post-item {
    justify-content: center;
    align-items: flex-end;
  }

  .menu-open-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .logo-image {
    align-self: center;
    max-width: none;
    height: 30px;
    min-height: auto;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-sticky.hide {
    display: none;
  }

  .image-8 {
    object-fit: contain;
    display: block;
    overflow: hidden;
  }

  .team-card---low-opcaity {
    opacity: .1;
    justify-content: flex-start;
    align-items: center;
  }

  .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
    border-radius: 20px;
  }

  .image-15 {
    max-width: 100%;
  }

  .image-15:hover {
    opacity: 1;
    filter: brightness(200%) grayscale();
    mix-blend-mode: screen;
  }

  .image-15:active {
    mix-blend-mode: normal;
  }

  .video {
    border-radius: 20px;
    display: none;
  }

  .about-content-wrapper---shop {
    background-color: #fffc;
    flex-flow: column;
    height: 100vh;
    max-height: none;
    display: flex;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100vh;
    display: flex;
  }

  .main-container---iframe {
    border: 1px #000;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container---iframe.navbar-smallscreen {
    max-width: 90vw;
  }

  .main-container---iframe.heracles {
    flex-flow: column;
    display: flex;
  }

  .extra-btn {
    width: 20vw;
    margin-top: 30px;
  }

  .dropdown-toggle {
    margin-right: -30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .dropdown-list {
    background-color: var(--white);
    border-radius: 10px;
  }

  .background-video {
    height: 85vh;
  }

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

  .image-17 {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .code-embed {
    flex-flow: column;
    max-height: 100%;
    display: flex;
  }

  .heracles-iframe {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .color-palette-container {
    width: 65%;
  }

  .style-guide-title {
    width: 30%;
  }

  .h1 {
    margin-top: 160px;
    font-size: 40px;
    line-height: 50px;
  }

  .all-heading-container {
    width: 65%;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container.navbar-smallscreen {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.how-seo-works-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .main-container.pricing-plan-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-container {
    width: 65%;
  }

  .h3 {
    font-size: 34px;
    line-height: 46px;
  }

  .h3.responsive {
    font-size: 42px;
    line-height: 56px;
  }

  .all-paragraph-container {
    width: 65%;
  }

  .style-guide-block {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }

  .top-bar-container {
    display: none;
  }

  .home-hero-wrapper {
    background-image: linear-gradient(#000, #4aa6e2);
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    border-radius: 70px;
    padding-left: 15px;
    padding-right: 15px;
    transform: none;
  }

  .nav-link {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px;
  }

  .nav-menu {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 270px;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .navbar-container {
    max-width: 80vw;
  }

  .enquire-btn-wrapper {
    display: none;
  }

  .home-hero-flexbox {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-flex-left {
    width: 100%;
    padding-right: 0;
  }

  .home-hero-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 185px;
  }

  .home-hero-heading-div {
    width: 70%;
  }

  .home-hero-caption-div {
    width: 70%;
    max-width: 100%;
  }

  .home-hero-btn-div {
    width: 207px;
    height: 58px;
  }

  .home-hero-image-div {
    width: 100%;
    margin-left: 0;
  }

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

  .about-section {
    margin-top: -200px;
  }

  .about-content-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 9px 9px 35px #380b711a;
  }

  .about-flex-box {
    flex-direction: column;
  }

  .about-flex-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-right-card-wrapper {
    padding-bottom: 70px;
  }

  .about-right-card-wrapper._1st {
    margin-top: 0;
    margin-bottom: 0;
  }

  .why-us-flex-box {
    flex-direction: column;
    padding: 60px 34px 90px;
  }

  .why-us-flex-left {
    width: 100%;
    padding-right: 0;
  }

  .why-us-flex-right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .why-us-flex-box-2 {
    flex-direction: column;
    padding: 20px 20px 50px;
  }

  .why-us-flex-left-2 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .why-us-flex-right-2 {
    width: 100%;
    padding-left: 0;
  }

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

  .section-divider-top-curve.background-dark {
    background-color: #421b81;
  }

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

  .conversion-rate-flex-box {
    flex-direction: column;
    padding-left: 34px;
    padding-right: 34px;
  }

  .conversion-rate-flex-left {
    width: 70%;
    padding-right: 0;
  }

  .conversion-rate-flex-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .other-services-block-container {
    justify-content: space-between;
    width: auto;
  }

  .services-blocks-column {
    flex: 0 auto;
    width: 50%;
    margin-top: 0;
  }

  .services-blocks-column._2nd-column {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .other-service-block {
    width: 95%;
    max-width: none;
  }

  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-content-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .tab {
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-menu {
    flex-direction: column;
  }

  .tab-btm-arrow {
    display: none;
  }

  .tab-flex-box {
    flex-direction: column-reverse;
  }

  .tab-flex-left {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .tab-flex-right {
    width: 100%;
  }

  .how-seo-works-section {
    padding-bottom: 80px;
  }

  .how-seo-heading-div {
    width: 100%;
  }

  .how-seo-process-line {
    width: 60%;
    transform: translate(63%);
  }

  .how-seo-process-div-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-section {
    padding: 30px 192px 4px;
  }

  .team-heading-div {
    margin-bottom: 10px;
  }

  .team-details-div {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-card.team-card---low-opcaity {
    display: none;
  }

  .team-card-image-div-2 {
    background-image: url('../images/Locatie-3.png');
    border-radius: 0%;
    width: 340px;
    height: 120px;
  }

  .pricing-section {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .pricing-check-icon-wrapper {
    opacity: 1;
  }

  .pricing-list-row {
    justify-content: center;
    align-items: center;
  }

  .pricing-card-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-left: 20%;
    padding-right: 20%;
  }

  .pricing-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-content-div {
    margin-bottom: 40px;
  }

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

  .testimonial-quote-container {
    max-width: 530px;
  }

  .testimonial-right-arrow {
    display: none;
  }

  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .testimonial-mask {
    padding-bottom: 110px;
  }

  .testimonial-slider-nav {
    display: none;
  }

  .logos-div-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-divider-top-curve-grey {
    padding-top: 30px;
    padding-bottom: 80px;
  }

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

  .blog-collection-list {
    justify-content: center;
    display: flex;
  }

  .blog-list {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

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

  .section-divider-bottom-curve-dark-blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-content-div {
    margin-bottom: 0;
  }

  .content-div {
    padding-top: 0;
  }

  .contact-card-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form-div-wrapper {
    padding-bottom: 80px;
  }

  .contact-form-flex {
    flex-direction: column;
  }

  .contact-flex-left {
    display: none;
  }

  .contact-flex-right {
    width: 100%;
    padding-left: 10px;
  }

  .footer-nav-column {
    width: 25%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-contact-column {
    width: 25%;
    max-width: 80%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-app-link {
    width: 75%;
    max-width: 80%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 50%;
    max-width: 80%;
    padding-top: 0;
    padding-right: 0;
  }

  .footer-follow-us-column {
    width: 25%;
    max-width: 80%;
    margin-top: 40px;
    padding-left: 0;
  }

  .blog-page-hero-wrapper {
    padding: 100px 40px 140px;
  }

  .blog-page-caption-div {
    width: 70%;
  }

  .post-right-flex {
    width: 35%;
    margin-left: 0;
  }

  .tags {
    margin-right: 0;
  }

  .blog-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-item {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-search {
    min-width: auto;
  }

  .all-blog-post {
    flex: 0 500px;
    padding-right: 0;
  }

  .blog-page-item-card {
    padding: 15px;
  }

  .blog-post-img-background {
    width: 100%;
  }

  .blog-page-cat-wrapper {
    top: 15px;
    left: 15px;
  }

  .cat-list {
    flex-wrap: wrap;
  }

  .cat-item {
    margin-bottom: 8px;
  }

  .blog-page-list {
    grid-template-columns: 1fr;
  }

  .middle-line--45 {
    background-color: #fff;
  }

  .middle-line--45.black-background {
    background-color: var(--heading-blue);
  }

  .middle-line-45 {
    background-color: #fff;
  }

  .middle-line-45.black-background {
    background-color: var(--heading-blue);
  }

  .middle-line {
    background-color: #fff;
  }

  .middle-line.black-background {
    background-color: var(--heading-blue);
  }

  .bottom-line {
    background-color: #fff;
  }

  .bottom-line.black-background {
    background-color: var(--heading-blue);
  }

  .top-line {
    background-color: #fff;
  }

  .top-line.black-background {
    background-color: var(--heading-blue);
  }

  .menu-button {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .menu-open-overlay {
    z-index: auto;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-logo {
    justify-content: flex-start;
    display: flex;
  }

  .contact-us-btn-wrapper {
    width: 118px;
    display: block;
  }

  .nav-menu-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .author-details-container {
    flex-direction: column;
  }

  .footer-author-image {
    margin-right: 0;
  }

  .blog-bottom-author-name {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-post-block {
    width: 100%;
    max-width: none;
    display: block;
  }

  .blog-post-block-text-container {
    min-height: 0;
    padding: 15px;
  }

  .blog-post-block-title {
    margin-top: 0;
  }

  ._404-search-button {
    display: block;
  }

  .search-icon-container {
    display: flex;
  }

  .why-is-img {
    width: 100%;
  }

  .logo-slider {
    height: 150px;
  }

  .slider-logo-div {
    width: 100%;
    max-width: 100%;
  }

  .icon {
    color: var(--orange);
    display: none;
  }

  .icon-2, .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .why-us-card-container {
    max-width: 295px;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .license-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .license-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template-block {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }

  .template-block.vertical {
    align-items: flex-start;
  }

  .main-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .template-block-title {
    width: 30%;
  }

  .navbar-sticky {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: none;
  }

  .navbar-sticky.hide {
    display: none;
  }

  .about-content-wrapper---shop {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 9px 9px 35px #380b711a;
  }

  .main-container---iframe {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container---iframe.navbar-smallscreen {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container---iframe.how-seo-works-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .main-container---iframe.pricing-plan-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hide-ipad {
    display: none;
  }

  .contact-us-btn-wrapper-phone {
    width: 118px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 29px;
    line-height: 44px;
  }

  .color-palette-container {
    width: 100%;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .all-heading-container, .button-container {
    width: 100%;
  }

  .h8 {
    font-size: 18px;
    line-height: 26px;
  }

  .h5, .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .all-paragraph-container {
    width: 100%;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .home-hero-wrapper {
    padding-bottom: 170px;
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .home-hero-flex-right {
    display: none;
  }

  .home-hero-heading-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-hero-caption-div {
    width: 100%;
  }

  .about-section {
    margin-top: -280px;
  }

  .about-content-wrapper {
    padding: 50px 25px 60px;
  }

  .why-us-flex-box, .why-us-flex-box-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .why-us-flex-right-2 {
    margin-top: 50px;
  }

  .update-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .why-us-card-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .why-us-card-div {
    margin-bottom: 0;
  }

  .section-divider-top-curve.background-dark {
    padding-top: 8px;
  }

  .conversion-rate-flex-left {
    width: 100%;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .service-block-paragraph-container {
    display: flex;
  }

  .services-blocks-column {
    width: 100%;
  }

  .services-blocks-column._2nd-column {
    margin-top: 0;
  }

  .other-service-block {
    width: 100%;
  }

  .tab-panel-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .how-seo-heading-div {
    width: 96%;
  }

  .how-seo-process-div-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .how-seo-process-div {
    align-items: center;
    margin-bottom: 135px;
  }

  .how-seo-process-div.last {
    margin-bottom: 20px;
  }

  .how-seo-process-line {
    perspective-origin: 50%;
    transform-origin: 50%;
    width: 100px;
    position: relative;
    top: 70px;
    transform: rotate(90deg);
  }

  .how-seo-process-div-container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-card-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-quote-container {
    max-width: 430px;
  }

  .testimonial-slider-nav {
    display: block;
  }

  .section-divider-top-curve-grey {
    padding-top: 8px;
  }

  .copy-right---social-icon-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-page-caption-div {
    width: 100%;
  }

  .blog-post-container {
    flex-direction: column;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .post-right-flex {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .blog-about-sticky-container {
    margin-top: 70px;
    position: static;
  }

  .blog-post-item, .all-blog-post {
    width: 100%;
  }

  .top-line {
    background-color: #232425;
  }

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

  .h2-2 {
    font-size: 29px;
    line-height: 44px;
  }

  .why-us-card-container {
    margin-right: 0;
  }

  .why-us-card-container._2nd {
    margin-left: 0;
  }

  .license-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .template-block {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .main-container-2 {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .template-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .about-content-wrapper---shop {
    padding: 50px 25px 60px;
  }
}

@media screen and (max-width: 479px) {
  .orange-btn {
    font-size: 1rem;
    line-height: 22px;
  }

  .para-18 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .para-18.line-height-9 {
    line-height: 34px;
  }

  .purple-btn {
    font-size: 1rem;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .h4 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .style-guide-title {
    text-align: center;
  }

  .h1 {
    flex-flow: column;
    align-items: stretch;
    max-width: 100vh;
    padding-right: 20px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3rem;
    display: flex;
  }

  .para-16 {
    font-size: 14px;
    line-height: 23px;
  }

  .para-16.line-height-25 {
    font-size: 1rem;
  }

  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h8 {
    text-align: center;
    margin-top: 0;
  }

  .h5 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    display: flex;
  }

  .h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h3.responsive {
    text-align: center;
    font-size: 2rem;
    line-height: 2.625rem;
  }

  .h7.line-height-30-weight-600 {
    font-size: 2rem;
  }

  .h7.line-height-30-weight-600.top {
    margin-top: 2vh;
  }

  .para-15 {
    text-align: center;
    font-size: 1rem;
  }

  .home-section.off {
    display: block;
  }

  .home-hero-wrapper {
    background-image: none;
    padding-bottom: 210px;
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    max-width: 310px;
  }

  .navbar-container {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 5vh;
    display: flex;
  }

  .home-hero-heading-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 80vw;
    margin-top: 100px;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

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

  .about-section {
    margin-top: -5vh;
  }

  .about-content-wrapper {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .about-right-card-wrapper, .about-right-card-wrapper._1st {
    flex-flow: column;
  }

  .about-card-icon-div {
    width: 90px;
    display: none;
  }

  .about-card-icon-div-2 {
    display: none;
  }

  .why-us-flex-left-2 {
    padding-right: 0;
  }

  .why-uus-image-div {
    max-width: 100%;
  }

  .why-us-list-div {
    flex-direction: column;
  }

  .update-list-wrappper {
    margin-bottom: 0;
  }

  .check-icon.white {
    opacity: 0;
  }

  .why-us-card-div {
    width: 100%;
  }

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

  .conversion-rate-flex-box {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .services-blocks-column {
    width: 100%;
    margin-top: 0;
  }

  .other-service-block {
    width: auto;
    height: auto;
  }

  .services-content-wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .tab, .tab.w--current {
    height: 7vh;
  }

  .tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-content {
    margin-top: 2vh;
  }

  .tab-flex-box {
    justify-content: space-between;
    align-items: center;
  }

  .tab-flex-left {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-list-div {
    flex-direction: column;
  }

  .tab-list-row {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .tab-check-icon-wrapper {
    margin-left: -5vw;
  }

  .tab-panel-list-wrappper {
    margin-bottom: 0;
  }

  .tab-panel-2-btn-div {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .team-section {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .team-details-div {
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .team-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .team-card.team-card---low-opcaity {
    display: none;
  }

  .team-card-image-div-2, .team-card-image-div-2.image3 {
    width: 100%;
    min-width: auto;
    height: 15vh;
    margin-right: 0;
  }

  .pricing-div-wrapper {
    overflow: hidden;
  }

  .pricing-check-icon-wrapper {
    margin-left: -5vw;
  }

  .pricing-list-div {
    margin-bottom: 0;
  }

  .pricing-list-row.mobile {
    display: none;
  }

  .pricing-list-wrappper {
    margin-bottom: 0;
  }

  .pricing-card {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-heading-div {
    overflow: hidden;
  }

  .pricing-popular-img-div {
    margin-left: -1px;
  }

  .testimonial-left-arrow {
    left: -20px;
  }

  .testimonial-right-arrow {
    right: -20px;
  }

  .testimonial-quote-content {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .blog-content-div {
    text-align: center;
  }

  .contact-card-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-heading-container {
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-list-item {
    margin-bottom: 5px;
  }

  .copy-right-text-container {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .footer-nav-column {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .footer-contact-column {
    width: 100%;
    max-width: none;
  }

  .footer-contact-column.hide-on-phone {
    display: none;
  }

  .footer-app-link {
    width: 100%;
    max-width: none;
    margin-top: 50px;
  }

  .footer-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    padding-right: 50px;
  }

  .footer-logo-link-2 {
    height: 20px;
  }

  .footer-logo-container {
    margin-bottom: 0;
  }

  .footer-follow-us-column {
    width: 100%;
    max-width: none;
    margin-top: 50px;
  }

  .footer-caption-div {
    width: 80vw;
    margin-bottom: 0;
  }

  .footer-social-icon-div-wrapper {
    justify-content: flex-start;
  }

  .tags {
    flex: 1 0 140px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-about-sticky-container {
    position: static;
  }

  .blog-page-list {
    grid-template-columns: 1fr;
  }

  .scroll-to-top {
    bottom: 5px;
    right: 5px;
  }

  .menu-open-overlay {
    display: none;
  }

  .post-author-details-container {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .author-details-container {
    padding: 20px;
  }

  .blog-bottom-author-name {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .blog-post-description {
    min-height: auto;
  }

  ._404-search-field {
    width: 100%;
  }

  .utility-page-wrap-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .why-us-card-container, .why-us-image-div-2 {
    max-width: 100%;
  }

  .image-7 {
    width: 100%;
    height: auto;
  }

  .logo-image {
    max-width: 100%;
    height: 80%;
    position: static;
    inset: 0%;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .template-block.vertical {
    width: 100%;
  }

  .template-block-title {
    text-align: center;
  }

  .about-content-wrapper---shop {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed {
    height: 120vh;
  }

  .main-container---iframe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .extra-btn {
    width: 100%;
  }

  .orange-btn-copy-phone, .orange-btn-phone {
    margin-bottom: 20px;
  }

  .contact-us-btn-wrapper-phone {
    margin-bottom: 40px;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .background-video {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 1rem;
  }
}

#w-node-_9f254552-1f70-bb61-b326-e30826eed192-31c3883c, #w-node-_7ea924ca-829c-26cb-8c93-8ddcdef19406-31c3883c, #w-node-_20a97490-5147-90e2-ba90-40797ac92933-31c3883c, #w-node-f53e2b03-8a08-21a3-79eb-69666e102406-31c3883c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_54eeaf05-3b67-46dc-5acb-458a1b048284-31c3883c {
  align-self: stretch;
}

#w-node-_12087dfa-4a1e-9992-50c1-cef7baf64cac-31c3883c, #w-node-e43da4f8-fc65-545d-3ea1-b85f13b8c3be-31c3883c, #w-node-d1bb2d33-0a6e-aba6-e2f0-74a03489f3f3-31c3883c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54eeaf05-3b67-46dc-5acb-458a1b048284-edbb1d64, #w-node-_54eeaf05-3b67-46dc-5acb-458a1b048284-4cff0d48, #w-node-_54eeaf05-3b67-46dc-5acb-458a1b048284-21eea90a {
  align-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_9f254552-1f70-bb61-b326-e30826eed192-31c3883c {
    justify-self: auto;
  }

  #w-node-_7ea924ca-829c-26cb-8c93-8ddcdef19406-31c3883c, #w-node-_20a97490-5147-90e2-ba90-40797ac92933-31c3883c, #w-node-f53e2b03-8a08-21a3-79eb-69666e102406-31c3883c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Leus Prijzen';
  src: url('../fonts/Leus-prijzen.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}