@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,700i,800");
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
body {
  font-family: "Poppins", sans-serif;
  color: #163263;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #163263;
  font-weight: 600;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
}

p, li, blockquote, label {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #163263;
}

.table {
  color: #163263;
}

.text-color {
  color: #163263 !important;
}

.text-muted {
  color: #62779e !important;
}

.text-white-muted {
  color: #bcc1cc !important;
}

.text-color-primary {
  color: #004CF4 !important;
}

.text-color-secondary {
  color: #FF0074 !important;
}

ul {
  list-style-image: url(../images/bullet/CIM-ONE_bullet-pink.svg);
}

body {
  overflow-x: hidden;
}

.hide-overflow {
  overflow: hidden;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 76, 244, 0.12) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 76, 244, 0.12) !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.overlay:before {
  content: "";
  background: #0b1e3f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: #004CF4;
  text-decoration: underline;
  text-underline-position: under;
}

a:active,
a:focus,
a:hover {
  color: #FF0074;
}

.navbar a,
.btn {
  text-decoration: none;
}

.bg-gray {
  background: #f5faff;
}

.bg-blue {
  background: #004CF4;
}

.bg-primaryclr {
  background: #004CF4;
}

.bg-secondaryclr {
  background: #FF0074;
}

.bg-darkclr {
  background: #163263;
}

.bg-pattern {
  background: repeat left/190px url(../images/background/XMP_patroon_licht.png);
  box-shadow: inset 0 0 0 50vw rgba(255, 255, 255, 0.8);
}

.bg-pattern-dark {
  background: repeat left/190px url(../images/background/XMP_patroon_donker.png);
}

.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}

.divider-pattern {
  background: repeat-x left/80px url(../images/background/XMP_patroon_licht_1x.png);
  height: 80px;
}

.divider-line {
  background: #FF0074;
  height: 4px;
}

.section {
  padding: 100px 0;
}

.section-s {
  padding: 50px 0;
}

.page-title {
  background-color: #004CF4;
  background-image: linear-gradient(45deg, rgba(0, 76, 244, 0.75) 0%, rgba(0, 76, 244, 0.75) 20%, rgba(11, 30, 63, 0.75) 100%), var(--bgimg);
  background-size: cover;
  background-position: center;
}
.page-title h1 {
  color: #fff;
}
.page-title p {
  color: #bcc1cc;
}

.inpagenav-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background: #f5faff;
  padding: 30px 20px;
  display: flex;
  justify-content: left;
}
.inpagenav-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.inpagenav-nav ul li {
  list-style: none;
}
.inpagenav-nav ul li a {
  font-size: 1rem;
  padding: 10px 0;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .inpagenav-nav ul li a {
    font-size: 1rem;
    padding: 5px 0;
  }
}
.inpagenav-nav ul li a:hover {
  text-decoration: underline;
}
.inpagenav-nav ul li a.active {
  color: #163263;
}
@media (max-width: 767.98px) {
  .inpagenav-nav {
    margin-bottom: 30px;
  }
}

.inpagenav-content {
  padding: 30px;
}
@media (max-width: 479.98px) {
  .inpagenav-content {
    padding: 15px;
  }
}

.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FF0074;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}
.scroll-top-to:hover, .scroll-top-to:active {
  background: color-mix(in srgb, #FF0074, black 15%);
}
@media (max-width: 767.98px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.icon-block {
  text-align: center;
  padding: 20px 20px;
}
.icon-block .icon {
  display: flex;
  justify-content: center;
}
.icon-block .icon i {
  display: block;
  height: 80px;
  width: 80px;
  background: #f5faff;
  border-radius: 100%;
  font-size: 38px;
  text-align: center;
  line-height: 80px;
  color: #004CF4;
}
.icon-block .icon .i-blue {
  background: linear-gradient(135deg, #004CF4 0%, #004CF4 20%, color-mix(in srgb, #004CF4, black 33%) 100%);
  color: #fff;
}
@media (max-width: 767.98px) {
  .icon-block {
    border-bottom: 1px solid #c7d3e7;
  }
}

.form-control {
  color: #163263;
}
.form-control.main {
  background: #fff;
  border: 1px solid #c4ccd4;
}
.form-control.main:focus {
  color: #163263;
  border: 1px solid #004CF4;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #62779e;
  font-size: 1rem;
}

body {
  overflow-y: scroll;
}

.modal-open .modal,
.modal-open .modal-static {
  overflow-y: scroll !important;
}

.modal-open .navbar.main-nav {
  padding-right: 17px;
  margin-right: 0px !important;
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  background-color: #FF0074;
  border-color: #FF0074;
  outline: none;
  border-radius: 100px;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background: color-mix(in srgb, #FF0074, black 15%);
  border-color: color-mix(in srgb, #FF0074, black 15%);
}
.btn-primary:focus {
  color: #fff;
  background: color-mix(in srgb, #FF0074, black 15%);
  border-color: color-mix(in srgb, #FF0074, black 15%);
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: color-mix(in srgb, #FF0074, black 15%);
  border-color: color-mix(in srgb, #FF0074, black 15%);
}

.btn-secondary {
  color: #FF0074;
  background-color: #fff;
  border-color: #FF0074;
  outline: none;
  border-radius: 100px;
}
.btn-secondary:hover, .btn-secondary:active {
  color: color-mix(in srgb, #FF0074, black 15%);
  background: #fff;
  border-color: color-mix(in srgb, #FF0074, black 15%);
}
.btn-secondary:focus {
  color: color-mix(in srgb, #FF0074, black 15%);
  background: #fff;
  border-color: color-mix(in srgb, #FF0074, black 15%);
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: color-mix(in srgb, #FF0074, black 15%);
  background: #fff;
  border-color: color-mix(in srgb, #FF0074, black 15%);
}

.btn-main-lg {
  padding: 25px 45px;
}

.btn-main {
  padding: 17px 38px;
}

.btn-main-sm {
  padding: 15px 35px;
}

.btn-white {
  background: white;
  color: #FF0074;
}

.btn-rounded-icon-light {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.btn-rounded-icon {
  font-weight: 500;
  border-radius: 100px;
  color: #004CF4;
  border: 2px solid #004CF4;
  padding: 13px 50px;
}
.btn-rounded-icon:hover {
  color: #FF0074;
  border: 2px solid #FF0074;
}
.btn-rounded-icon:focus {
  color: #FF0074;
  border: 2px solid #FF0074;
  box-shadow: none;
}

.main-nav {
  background: #fff;
  z-index: 1;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-brand img {
  padding: 0;
  height: 40px;
  width: auto;
}
.main-nav .navbar-brand-divider {
  content: "";
  padding: 0;
  height: 40px;
  width: 4px;
  background-color: #FF0074;
}
.main-nav .navbar-brand-type a {
  padding: 0;
  color: #FF0074;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Poppins", sans-serif;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0b1e3f;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}
.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #004CF4;
}
.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: "";
  background: #004CF4;
  width: 90%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 5%;
}
@media (max-width: 1199.98px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
.main-nav .navbar-nav .nav-item:hover .nav-link {
  color: #FF0074;
}
.main-nav .navbar-nav .nav-item:hover .nav-link:before {
  content: "";
  background: #FF0074;
  width: 90%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 5%;
}
@media (max-width: 1199.98px) {
  .main-nav .navbar-nav .nav-item:hover .nav-link:before {
    display: none;
  }
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown .open > a,
.main-nav .dropdown .open > a:focus,
.main-nav .dropdown .open > a:hover {
  background: transparent;
}
.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 991.98px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}
.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}
.main-nav .dropdown .dropdown-menu.show {
  display: block;
}
@media (max-width: 991.98px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: 0.3s ease;
}
.main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #004CF4;
}
.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}
.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    transform: translateY(0px);
  }
}
.main-nav .dropdown .dropdown-submenu.active > a,
.main-nav .dropdown .dropdown-submenu:hover > a {
  color: #004CF4;
}
.main-nav .dropdown .dropleft .dropdown-menu,
.main-nav .dropdown .dropright .dropdown-menu {
  margin: 0;
}
.main-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.main-nav .dropdown .dropleft .dropdown-toggle::before,
.main-nav .dropdown .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 8px;
  vertical-align: 1px;
}
.main-nav .dropdown .dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}
.main-nav .dropdown .dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}
.main-nav .navbar-toggler:focus,
.main-nav .navbar-toggler:hover {
  outline: none;
}
.main-nav .navbar-toggler {
  background-color: #004CF4;
  color: #fff;
  padding: 0 0.5rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0%;
  text-align: center;
}

@media (max-width: 991.98px) {
  .navbar {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 60px;
  }
}
.footer-main {
  padding: 60px 0;
  background: #163263;
}
.footer-main p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.footer-main .footer-left .footer-brand {
  display: block;
  height: 60px;
}
.footer-main .footer-left .footer-logo-ipsos {
  display: block;
  height: 60px;
}
.footer-main .footer-left .footer-brand-type a {
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.footer-main .footer-right ul {
  padding: 0;
  margin: 0;
}
.footer-main .footer-right ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.footer-main .footer-right ul li a {
  color: #fff;
  transition: 0.2s ease;
}
.footer-main .footer-right ul li a:hover, .footer-main .footer-right ul li a:active {
  color: #bcc1cc;
}

.footer-pattern {
  background: repeat-x top/150px url(../images/background/XMP_patroon_licht_half.png);
  box-shadow: inset 0 0 0 50vw rgba(255, 255, 255, 0.9);
  background-color: #fff;
  height: 54px;
}

.feature .section {
  padding: 100px 0;
}
.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 16px;
}

.gradient-banner {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #004CF4 0%, #004CF4 20%, #0b1e3f 50%);
}

.pull-top {
  margin-top: -100px;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shapes-container .shape {
  position: absolute;
}
.shapes-container .shape::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}
.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}
.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}
.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}
.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}
.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}
.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}
.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}
.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}
.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}
.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}

.carousel-inner {
  padding: 0 7%;
}
.carousel-inner .carousel-item-title {
  color: #004CF4;
}

.carousel-control {
  width: 5%;
  color: #FF0074;
  opacity: 100;
  display: block;
}
.carousel-control i {
  font-size: 38px;
  color: #FF0074;
}
.carousel-control i:hover {
  color: color-mix(in srgb, #FF0074, black 15%);
}
@media (max-width: 575.98px) {
  .carousel-control i {
    font-size: 24px;
  }
}

.carousel-indicators {
  position: relative;
  margin: 1rem 7%;
}
.carousel-indicators li {
  background-color: #FF0074;
}
.carousel-indicators .active {
  height: 5px;
}

.installation .list-inline .list-inline-item {
  margin: 10px 20px 10px 0px;
}
.installation .list-inline .list-inline-item a i {
  font-size: 20px;
  margin-right: 5px;
}
.installation .list-inline .list-inline-item .btn-rounded-icon {
  min-width: 320px;
}

.faq .faq-item {
  margin-bottom: 40px;
}
.faq .faq-item .faq-item-title {
  margin-bottom: 30px;
}
.faq .faq-item .faq-item-title h2 {
  font-size: 30px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FF0074;
}
.faq .faq-item .item .item-link {
  position: relative;
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}
.faq .faq-item .item .item-link a {
  font-size: 20px;
  color: #0b1e3f;
  text-decoration: none;
}
.faq .faq-item .item .item-link a span {
  margin-right: 5px;
}
.faq .faq-item .item .item-link a:hover {
  color: #004CF4;
}
.faq .faq-item .item .item-link:before {
  font-family: "themify";
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}
.faq .faq-item .item .accordion-block {
  background: #f5faff;
}
.faq .faq-item .item .accordion-block p {
  padding: 20px;
}
.faq .faq-item .item .accordion-block p:last-child {
  margin-bottom: 0;
}
.faq .faq-item .item .accordion-block ul {
  padding: 20px 40px;
}
.faq .faq-item .item .accordion-block ul li {
  margin-bottom: 1em;
}
.faq .faq-item .item .accordion-block ul li:last-child {
  margin-bottom: 0;
}
.faq .faq-item:last-child {
  margin-bottom: 0;
}

.policy .policy-item {
  padding-bottom: 40px;
}
.policy .policy-item .title {
  margin-bottom: 20px;
}
.policy .policy-item .title h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #FF0074;
  padding-bottom: 15px;
}
.policy .policy-item .policy-details p {
  margin-bottom: 20px;
}
.policy .policy-item .policy-details ul, .policy .policy-item .policy-details ol {
  margin-top: 1em;
}
.policy .policy-item .policy-details ul li, .policy .policy-item .policy-details ol li {
  margin-bottom: 1em;
}
.policy .policy-item .policy-details ul li:last-child, .policy .policy-item .policy-details ol li:last-child {
  margin-bottom: 0;
}
.policy .policy-item .policy-details ul li ul, .policy .policy-item .policy-details ul li ol, .policy .policy-item .policy-details ol li ul, .policy .policy-item .policy-details ol li ol {
  list-style-image: url(../images/bullet/CIM-ONE_bullet-blue.svg);
  margin-top: 0.5em;
}
.policy .policy-item .policy-details ul li ul li, .policy .policy-item .policy-details ul li ol li, .policy .policy-item .policy-details ol li ul li, .policy .policy-item .policy-details ol li ol li {
  margin-bottom: 0.5em;
}
.policy .policy-item .policy-details ul li ul li:last-child, .policy .policy-item .policy-details ul li ol li:last-child, .policy .policy-item .policy-details ol li ul li:last-child, .policy .policy-item .policy-details ol li ol li:last-child {
  margin-bottom: 0;
}
.policy #nav-privacy, .policy #nav-algvwd {
  position: static;
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Poppins", sans-serif;
}
.error-page .center .block p {
  margin-bottom: 50px;
}
/*# sourceMappingURL=style.css.map */
