:root {
  --slate-grey: #546681;
  --white: white;
  --paldara-db: #1d4172;
  --slate-blue: #484dff;
  --dark-slate-grey: #2e3642;
  --paldara-red: #ed1b34;
  --gray-60: #8087a6;
  --black: black;
  --midnight-blue: #001632;
  --grey: white;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header {
  background-image: url("https://cdn.prod.website-files.com/6077adbaeb33aa07b92ba9c3/6077adbaeb33aa176b2baa0e_bg_shade.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  padding: 120px 3% 0;
  display: flex;
}

.container {
  width: auto;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: #1d4172;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Abhayalibre, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 490px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.button {
  background-color: #ed1b34;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  padding: 30px 5% 20px;
  font-family: Abhayalibre, sans-serif;
  font-weight: 500;
}

.footer-text-02 {
  color: var(--paldara-db);
  text-align: left;
  margin-bottom: 0;
  font-family: Abhayalibre, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  font-family: Abhayalibre, sans-serif;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.paragraph-2 {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 75%;
  min-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  font-family: Abhayalibre, sans-serif;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/6077adbaeb33aa07b92ba9c3/6077adbaeb33aa176b2baa0e_bg_shade.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5% 0;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

.heading-primary {
  color: var(--paldara-db);
  letter-spacing: -.5px;
  white-space: normal;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Abhayalibre, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 75%;
  min-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
}

.button-default {
  background-color: var(--paldara-db);
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #31558e;
}

.hero-content {
  display: flex;
}

.paragraph-hero {
  color: var(--paldara-db);
  max-width: 490px;
  font-family: Abhayalibre, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.content-block-hero {
  max-width: 590px;
  position: relative;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Abhayalibre, sans-serif;
  display: flex;
}

.section-cta {
  background-color: var(--paldara-db);
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

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

.lottie-animation-2 {
  width: 100%;
  min-width: 100px;
}

.contact-form {
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-4 {
  color: var(--white);
}

.submit-button {
  background-color: var(--paldara-red);
  border-radius: 20px;
  font-size: 18px;
}

.field-label {
  font-size: 24px;
}

.container-2 {
  max-width: 500px;
  font-size: 18px;
}

.form {
  width: 100%;
}

.nav-menu {
  color: var(--paldara-db);
  align-items: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: 74px;
  position: absolute;
}

.nav-link, .nav-link.w--current {
  color: var(--paldara-db);
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.logo-icon {
  width: 150px;
  margin-right: 10px;
  display: block;
}

.home-page-lottie {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .burger-icon {
    z-index: 400;
    object-fit: fill;
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 4px;
    display: flex;
    position: static;
  }

  .top-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-burger-line {
    background-color: #37446f;
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-icon {
    flex: 0 auto;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 60px #37446f66;
  }

  .menu-button-2 {
    color: var(--paldara-db);
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-3 {
    position: relative;
  }

  .small-text-2 {
    line-height: 24px;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

  .brand-2 {
    padding-left: 0;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-link-wrap {
    flex: 1;
    order: 0;
    position: static;
  }

  .phone-wrap {
    display: none;
  }

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

  .hero-image-wrap {
    padding: 10px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-card-delete {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_3446b7c6-bcfa-676f-1e44-ee5be1afacc2-49925730 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_3446b7c6-bcfa-676f-1e44-ee5be1afacb2-49925730, #w-node-_3446b7c6-bcfa-676f-1e44-ee5be1afacb6-49925730, #w-node-_3446b7c6-bcfa-676f-1e44-ee5be1afacba-49925730, #w-node-_3446b7c6-bcfa-676f-1e44-ee5be1afacbe-49925730 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
