@import url("https://use.typekit.net/vau2rwr.css");
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before,
.after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #171815;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-patroon-groen {
  background-color: #425C55;
  background-image: url(../img/bg/bg-groen.png);
  background-size: cover;
  background-position: center center;
}
.bg-patroon-bruin {
  background-color: #753221;
  background-image: url(../img/bg/bg-bruin.png);
  background-size: cover;
  background-position: center center;
}
.bg-patroon-blauw {
  background-color: #2F5A70;
  background-image: url(../img/bg/bg-blauw.png);
  background-size: cover;
  background-position: center center;
}
.bg-patroon-goud {
  background-color: #79674B;
  background-image: url(../img/bg/bg-goud.png);
  background-size: cover;
  background-position: center center;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+75,000000+75&0+0,1+75 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bradius-tr {
  border-top-right-radius: 65px;
}
.bradius-panel {
  border-radius: 100px 0 0 0;
}
.bradius-panel-tr {
  border-radius: 0 100px 0 0;
}
.bg-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
	BASE
   ========================================================================== */
html {
  scroll-behavior: unset !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "TikTokSans", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #171815;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #30312F;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #30312F;
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.debug .container {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.pre-title {
  display: block;
  font-family: "TikTokSans", sans-serif;
  font-weight: 900;
  color: #204D77;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  text-transform: uppercase;
}
.article-subtitle {
  color: #0085CA;
  text-transform: unset;
  font-weight: 500;
}
.h0 {
  font-size: 100px;
  line-height: 1em;
}
h1,
.h1 {
  font-size: 70px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 31px;
}
h5,
.h5 {
  font-size: 17px;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 60px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}
.f1 {
  font-family: "TikTokSans", sans-serif;
  font-weight: 900;
}
.f2 {
  font-family: "TikTokSans", sans-serif;
}
.f3 {
  font-family: "TikTokSans", sans-serif;
}
.f4 {
  font-family: "TikTokSans", sans-serif;
}
.f5 {
  font-family: "TikTokSans", sans-serif;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.t-white {
  color: #fff !important;
}
.t-black {
  color: #171815 !important;
}
.t-gold {
  color: #F7E9D3;
}
.t-green {
  color: #575B2B;
}
.t-green-2 {
  color: #D5D8BC;
}
.t-green-3 {
  color: #EAECDE;
}
.t-orange {
  color: #DC5B35;
}
.t-blue {
  color: #0085CA;
}
.t-blue-2 {
  color: #0060B5;
}
.t-blue-3 {
  color: #008ACA;
}
.t-blue-4 {
  color: #E6EFF8;
}
.t-light {
  color: #F3F1F2;
}
.t-groen {
  color: #425C55;
}
.t-grey2 {
  color: #CECECE;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-upper {
  text-transform: uppercase;
}
.t-bold {
  font-weight: bold;
}
.article-actions.multi-buttons {
  margin-bottom: -15px;
}
.article-actions.multi-buttons .button {
  margin: 0 15px 15px 0;
}
.text-col-2 {
  columns: 2;
  column-gap: 40px;
}
.article-intro {
  font-family: "TikTokSans", sans-serif;
  font-size: 22px;
}
.article-intro p {
  margin-bottom: 30px;
}
.article-intro p:last-child {
  margin-bottom: 0;
}
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4,
.article-output h5 {
  margin-bottom: 20px;
  text-transform: none;
  color: #171815;
}
.article-output h1 {
  font-size: 26px;
}
.article-output h2 {
  font-size: 24px;
}
.article-output h3 {
  font-size: 22px;
}
.article-output h4 {
  font-size: 20px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a {
  display: inline-block;
  color: #0085CA;
}
.article-output a:hover {
  color: #0060B5;
  opacity: 0.8;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output form {
  margin-top: 60px;
}
.article-output iframe {
  margin-top: 60px;
  margin-bottom: 60px;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #30312F;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.site-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
body .grecaptcha-badge {
  right: -500px !important;
  opacity: 0;
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}
@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }
}
@media (max-width: 991px) {
  .site-wrapper:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-wrapper .container {
    max-width: unset;
  }
}
.comp-logo {
  display: block;
  width: 320px;
  height: 60px;
  background-image: url(../img/svg/kuijvenhoven-logo-horizontal.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.comp-logo.light {
  background-image: url(../img/svg/kuijvenhoven-logo.svg);
}
.site-header {
  background-color: #312F2D;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar {
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar .inner {
  height: 100px;
  position: relative;
}
.site-header .comp-logo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 50;
  transform: translateY(-50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .primary-menu .button {
  min-width: 150px;
  padding: 10px 8px 16px;
}
.site-header .primary-menu .main-nav {
  position: relative;
  z-index: 20;
  overflow: hidden;
  display: flex;
  gap: 10px;
}
.site-header .primary-menu .main-nav a {
  display: block;
  font-family: "TikTokSans", sans-serif;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px;
  white-space: nowrap;
  color: #fff;
}
.site-header .primary-menu .main-nav a:hover {
  color: #0085CA;
}
.site-header .primary-menu .main-nav .active a {
  color: #0085CA;
}
.site-header .nav-toggle {
  display: none;
  width: 34px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.scrolled .site-header {
  box-shadow: 0 0 5px rgba(0, 0, 0.32);
}
.scrolled .site-header .main-bar {
  margin-top: 0;
}
.scrolled .site-header .main-bar .comp-logo {
  transform: scale(1) translateY(-50%);
  opacity: 1;
  top: 50%;
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 80px;
  }
  .site-header {
    transform: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .site-header .container {
    max-width: unset;
  }
  .site-header .main-bar .comp-logo {
    height: 50px;
  }
  .site-header .main-bar .inner {
    height: 80px;
    margin-bottom: 0;
  }
  .site-header .primary-menu {
    display: none;
  }
  .site-header .nav-toggle {
    display: block;
  }
  .shownav .site-header,
  .scrolled .site-header {
    transform: none;
  }
  .shownav .site-header .main-bar .inner,
  .scrolled .site-header .main-bar .inner {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .site-wrapper {
    padding-top: 70px;
  }
  .site-header .main-bar .comp-logo {
    height: 40px;
    width: 180px;
    transform: scale(1) translateY(-50%) translateX(0);
    left: 0;
  }
  .site-header .main-bar .inner {
    height: 70px;
  }
  .shownav .site-header .main-bar .comp-logo,
  .scrolled .site-header .main-bar .comp-logo {
    transform: scale(1) translateY(-50%) translateX(0);
    left: 0;
  }
  .shownav .site-header .main-bar .inner,
  .scrolled .site-header .main-bar .inner {
    height: 70px;
  }
}
.site-footer {
  overflow: hidden;
  color: #CECECE;
  position: relative;
  font-family: "TikTokSans", sans-serif;
}
.site-footer .primary {
  background-color: #312F2D;
  padding: 80px 0 70px;
}
.site-footer .secondary {
  background-color: #312F2D;
  padding: 80px 0;
}
.site-footer .comp-logo {
  position: relative;
  width: 300px;
  height: 160px;
}
.site-footer .col-a .article-title {
  font-size: 22px;
  margin-bottom: 0;
}
.site-footer .col-a .article-output p {
  margin: 0;
  line-height: 1.8em;
}
.site-footer .col-b .inner {
  display: flex;
  gap: 150px;
}
.site-footer .col-b a {
  color: #CECECE;
  display: block;
}
.site-footer .col-b a:hover {
  color: #0085CA;
  opacity: 0.8;
}
.site-footer .c-quick-menu {
  margin-top: 26px;
}
.site-footer .socials {
  margin-top: 20px;
}
.site-footer .socials a {
  display: inline-block;
  margin-right: 5px;
  font-size: 48px;
  color: #CECECE;
}
.site-footer .socials a:hover {
  opacity: 0.8;
}
.site-footer .socials a i:before {
  margin: 0;
}
.site-footer .c-legals {
  background-color: rgba(32, 77, 119, 0.15);
  padding: 20px 0;
}
.site-footer .c-legals .inner {
  display: flex;
  gap: 30px;
  color: #54524D;
}
.site-footer .c-legals a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: unset;
  margin-right: 15px;
  color: #54524D;
}
.site-footer .c-legals a:hover {
  color: #0085CA;
}
@media (max-width: 1400px) {
  .site-footer .primary {
    padding: 60px 0 60px;
  }
}
@media (max-width: 1200px) {
  .site-footer .comp-logo {
    width: 350px;
    height: 200px;
  }
  .site-footer .primary {
    padding: 40px 0 40px;
  }
  .site-footer .col-b .inner {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .site-footer .comp-logo {
    width: 300px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .site-footer .comp-logo {
    width: 250px;
    height: 100px;
  }
  .site-footer .primary .col-a {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-footer .primary .col-b {
    width: 100%;
  }
  .site-footer .primary .c-quick-menu {
    width: 50%;
  }
  .site-footer .primary .c-legals .inner {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 430px) {
  .site-footer .comp-logo {
    width: 150px;
    height: 70px;
  }
  .site-footer .primary .inner {
    display: block;
  }
  .site-footer .primary .c-quick-menu {
    width: 100%;
    margin-top: 0;
  }
  .site-footer .primary .contact-info {
    width: 100%;
    margin-top: 30px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 34px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 360;
  background-color: #0060B5;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .inner {
  padding: 160px 0 60px 0;
}
.mobile-nav .links {
  text-align: center;
  margin-bottom: 30px;
}
.mobile-nav .links a {
  display: inline-block;
  font-family: "TikTokSans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 15px;
}
.mobile-nav .main-nav li {
  margin-bottom: 5px;
}
.mobile-nav .main-nav li.active a {
  color: #0085CA;
}
.mobile-nav .main-nav a {
  display: block;
  font-family: "TikTokSans", sans-serif;
  text-transform: unset;
  font-size: 24px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
.mobile-nav .main-nav a:hover {
  color: #0085CA;
  opacity: 0.8;
}
@media (max-width: 500px) {
  .mobile-nav .inner {
    padding: 110px 0 60px 0;
  }
}
.shownav .mobile-nav {
  top: 0;
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 40px;
}
.text-columns-2.col-gap-lg {
  column-gap: 80px;
}
@media (max-width: 1200px) {
  .text-columns-2 {
    column-count: 2;
    column-gap: 40px;
  }
  .text-columns-2.col-gap-lg {
    column-gap: 60px;
  }
}
@media (max-width: 991px) {
  .text-columns-2 {
    column-count: unset;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes kenburns {
  0% {
    transform: scale3d(1, 1, 1);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button-clean {
  display: inline-block;
  line-height: 1em;
  background-color: transparent;
  font-family: "TikTokSans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: normal;
  color: #fff;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  a.button-clean {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  a.button-clean {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  a.button-clean {
    font-size: 18px;
  }
}
a.button,
form button,
.rsform-thankyou-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  background-color: #0085CA;
  border: 1px solid #0085CA;
  font-family: "TikTokSans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-transform: normal;
  color: #fff;
  padding: 10px 16px;
  transition: all 0.3s ease-in-out;
}
a.button.no-padding,
form button.no-padding,
.rsform-thankyou-button.no-padding {
  padding: 0;
}
a.button:hover,
form button:hover,
.rsform-thankyou-button:hover {
  opacity: 0.8;
}
a.button.narrow,
form button.narrow,
.rsform-thankyou-button.narrow {
  font-size: 16px;
  padding: 6px 30px 6px 15px;
}
a.button.is-orange,
form button.is-orange,
.rsform-thankyou-button.is-orange {
  background-color: #DC5B35;
  border: 1px solid #DC5B35;
  color: #fff;
}
a.button.is-green,
form button.is-green,
.rsform-thankyou-button.is-green {
  background-color: #D5D8BC;
  border: 1px solid #D5D8BC;
  color: #fff;
}
a.button.is-white,
form button.is-white,
.rsform-thankyou-button.is-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0085CA;
}
a.button.is-black,
form button.is-black,
.rsform-thankyou-button.is-black {
  background-color: #171815;
  border: 1px solid #171815;
  color: #fff;
}
a.button.is-blue,
form button.is-blue,
.rsform-thankyou-button.is-blue {
  background-color: #0085CA;
  border: 1px solid #0085CA;
  color: #fff;
}
a.button.is-blue:hover,
form button.is-blue:hover,
.rsform-thankyou-button.is-blue:hover {
  background-color: #0085CA;
}
a.button.is-dblue,
form button.is-dblue,
.rsform-thankyou-button.is-dblue {
  background-color: #204D77;
  border: 1px solid #204D77;
  color: #fff;
}
a.button.is-dblue:hover,
form button.is-dblue:hover,
.rsform-thankyou-button.is-dblue:hover {
  background-color: #204D77;
}
a.button.is-dgrey,
form button.is-dgrey,
.rsform-thankyou-button.is-dgrey {
  background-color: #312F2D;
  border: 1px solid #312F2D;
  color: #fff;
}
a.button.is-dgrey:hover,
form button.is-dgrey:hover,
.rsform-thankyou-button.is-dgrey:hover {
  background-color: #312F2D;
}
a.button.t-black,
form button.t-black,
.rsform-thankyou-button.t-black {
  color: #171815;
}
a.button.t-dark,
form button.t-dark,
.rsform-thankyou-button.t-dark {
  color: #30312F;
}
a.button.t-white,
form button.t-white,
.rsform-thankyou-button.t-white {
  color: #fff;
}
a.button.t-orange,
form button.t-orange,
.rsform-thankyou-button.t-orange {
  color: #DC5B35;
}
a.button.t-green,
form button.t-green,
.rsform-thankyou-button.t-green {
  color: #575B2B;
}
a.button.t-gold,
form button.t-gold,
.rsform-thankyou-button.t-gold {
  color: #F7E9D3;
}
a.button.t-blue,
form button.t-blue,
.rsform-thankyou-button.t-blue {
  color: #0085CA;
}
a.button.t-blue-2,
form button.t-blue-2,
.rsform-thankyou-button.t-blue-2 {
  color: #0060B5;
}
a.button.t-blue-3,
form button.t-blue-3,
.rsform-thankyou-button.t-blue-3 {
  color: #008ACA;
}
a.button.b-white,
form button.b-white,
.rsform-thankyou-button.b-white {
  border-color: #fff;
}
a.button.b-white:hover,
form button.b-white:hover,
.rsform-thankyou-button.b-white:hover {
  background-color: #fff;
  color: #0060B5 !important;
}
a.button.b-black,
form button.b-black,
.rsform-thankyou-button.b-black {
  border-color: #171815;
}
a.button.b-dark,
form button.b-dark,
.rsform-thankyou-button.b-dark {
  border-color: #30312F;
}
a.button.b-orange,
form button.b-orange,
.rsform-thankyou-button.b-orange {
  border-color: #DC5B35;
}
a.button.b-green,
form button.b-green,
.rsform-thankyou-button.b-green {
  border-color: #575B2B;
}
a.button.b-gold,
form button.b-gold,
.rsform-thankyou-button.b-gold {
  border-color: #F7E9D3;
}
a.button.b-none,
form button.b-none,
.rsform-thankyou-button.b-none {
  border-color: transparent;
}
a.button.bg-white,
form button.bg-white,
.rsform-thankyou-button.bg-white {
  background-color: #fff;
}
a.button.bg-gold,
form button.bg-gold,
.rsform-thankyou-button.bg-gold {
  background-color: #F7E9D3;
}
a.button.bg-green,
form button.bg-green,
.rsform-thankyou-button.bg-green {
  background-color: #575B2B;
}
a.button.b-transparent,
form button.b-transparent,
.rsform-thankyou-button.b-transparent {
  border-color: transparent;
  padding: 0;
}
a.button.b-transparent:hover,
form button.b-transparent:hover,
.rsform-thankyou-button.b-transparent:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
@media (max-width: 650px) {
  a.button,
  form button {
    font-size: 18px;
    min-width: 200px;
  }
}
@media (max-width: 500px) {
  a.button,
  form button {
    font-size: 16px;
    min-width: 180px;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?87316776a');
  src: url('../font/fontello.eot?87316776a#iefix') format('embedded-opentype'), url('../font/fontello.woff2?87316776a') format('woff2'), url('../font/fontello.woff?87316776a') format('woff'), url('../font/fontello.ttf?87316776a') format('truetype'), url('../font/fontello.svg?87316776a#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?87316776#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open-big:before {
  content: '\0805';
}
/* 'ࠅ' */
.icon-right-open-big:before {
  content: '\0806';
}
/* 'ࠆ' */
.icon-left-open-big:before {
  content: '\0807';
}
/* 'ࠇ' */
.icon-up-open-big:before {
  content: '\080e';
}
/* 'ࠎ' */
.icon-search:before {
  content: '\e4a3';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e800';
}
/* '' */
.icon-up-circle:before {
  content: '\e801';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e802';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e803';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e804';
}
/* '' */
.icon-search-1:before {
  content: '\e805';
}
/* '' */
.icon-wishlist:before {
  content: '\e806';
}
/* '' */
.icon-cart:before {
  content: '\e807';
}
/* '' */
.icon-ok:before {
  content: '\e808';
}
/* '' */
.icon-star:before {
  content: '\e809';
}
/* '' */
.icon-star-empty:before {
  content: '\e80a';
}
/* '' */
.icon-down-circle:before {
  content: '\e80b';
}
/* '' */
.icon-left-circle:before {
  content: '\e80c';
}
/* '' */
.icon-right-circle:before {
  content: '\e80d';
}
/* '' */
.icon-cancel:before {
  content: '\e812';
}
/* '' */
.icon-oak-arrow-2:before {
  content: '\e817';
}
/* '' */
.icon-std-user:before {
  content: '\e843';
}
/* '' */
.icon-facebook-circled:before {
  content: '\f051';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-linkedin-rect:before {
  content: '\f312';
}
/* '' */
iconify-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7VuH1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7COH1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7OuH1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo71ub1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo77-b1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7iOb1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTok Sans';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiktoksans/v7/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7oeb1pA.ttf) format('truetype');
}
@font-face {
  font-family: 'TikTokSans';
  src: url('../font/TikTokSans-VariableFont_opsz,slnt,wdth,wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #30312F;
  opacity: 0.7;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #30312F;
  opacity: 0.7;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 34px;
  padding: 3px 10px;
  background: none;
  color: #30312F;
  background-color: rgba(32, 77, 119, 0.15);
  border: none;
}
form.formResponsive textarea {
  height: 100px;
  padding: 15px 10px;
}
form.formResponsive label .formRequired {
  display: none;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
  opacity: 0.7;
}
form.formResponsive .formError {
  display: block;
  font-size: 80%;
  font-weight: normal;
  font-style: italic;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 8px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #DC5B35;
}
form.formResponsive .rsform-block.rsform-submit,
form.formResponsive .rsform-block .rsform-thankyou-button {
  background: none;
  padding: 0;
  border-radius: 0;
  margin-top: 20px;
}
form.formResponsive .rsform-block.rsform-submit .formControls,
form.formResponsive .rsform-block .rsform-thankyou-button .formControls {
  width: 100% !important;
  float: none !important;
}
form.formResponsive .rsform-block .formControlLabel {
  display: none;
  color: #171815;
  font-family: "TikTokSans", sans-serif;
  font-size: 18px;
  padding-top: 4px;
  padding-right: 15px;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-type-freetext {
  margin-top: 40px;
  margin-bottom: 0;
}
form.formResponsive .rsform-type-freetext h1,
form.formResponsive .rsform-type-freetext h2,
form.formResponsive .rsform-type-freetext h3,
form.formResponsive .rsform-type-freetext h4 {
  margin-bottom: 10px;
}
form.formResponsive .rsform-type-freetext p {
  font-family: "TikTokSans", sans-serif;
}
form.formResponsive .rsform-type-rsfpsignature {
  margin: 30px 0;
}
form.formResponsive .rsform-select {
  padding: 3px 0 10px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #f9f9f9;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
form.formResponsive .rsform-type-fileupload {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
form.formResponsive .rsform-type-fileupload button,
form.formResponsive .rsform-type-fileupload input {
  text-transform: lowercase !important;
}
form.formResponsive .rsform-type-fileupload .rsform-upload-box {
  text-transform: lowercase;
  max-width: 100%;
}
form.formResponsive .rsform-type-fileupload .formControlLabel {
  margin-bottom: 5px;
}
form.formResponsive .rsform-type-fileupload .formDescription {
  display: block;
  font-size: 15px;
  font-style: italic;
}
.article-images {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
  position: relative;
}
.article-images:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7E9D3;
  position: absolute;
  top: 0;
  left: -300px;
}
.article-images .image {
  width: 33.3334%;
  float: left;
  padding: 15px;
}
.article-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-images a {
  display: block;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .article-images .image {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .article-images {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-images .image {
    width: 33.3334%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .article-images {
    margin-left: -8px;
    margin-right: -8px;
  }
  .article-images .image {
    width: 50%;
    padding: 8px;
  }
}
@media (max-width: 560px) {
  .article-images {
    margin-left: -5px;
    margin-right: -5px;
  }
  .article-images .image {
    width: 50%;
    padding: 5px;
  }
}
.article-images-mozaic {
  position: relative;
}
.article-images-mozaic .img-a {
  margin: 0;
  padding: 80px 10px 0 0;
}
.article-images-mozaic .img-a img {
  height: 800px;
  object-fit: cover;
}
.article-images-mozaic .img-b,
.article-images-mozaic .img-c {
  margin: 0;
}
.article-images-mozaic .img-b img,
.article-images-mozaic .img-c img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.article-images-mozaic .img-b {
  margin-bottom: 30px;
}
.splide-article-images {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.splide-article-images:before {
  content: '';
  display: block;
  width: 3000px;
  height: 100%;
  background-color: #F7E9D3;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: -1;
}
.splide-article-images .gallery-title {
  margin-bottom: 60px;
}
.splide-article-images .splide-article-gallery {
  padding-left: 40px;
  padding-right: 40px;
}
.splide-article-images .splide-article-gallery .image a {
  display: block;
  cursor: pointer;
}
.splide-article-images .splide-article-gallery .image a:hover {
  opacity: 0.9;
}
.splide-article-images .splide-article-gallery .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 991px) {
  .splide-article-images .splide-article-gallery .image img {
    height: 300px;
  }
}
.page-images {
  padding: 60px 0 80px;
}
.page-images .m-header {
  margin-bottom: 40px;
}
.page-images .splide .splide__pagination {
  bottom: -45px;
}
@media (max-width: 576px) {
  .page-images {
    padding: 40px 0 80px;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.main-body .innerxx {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}
.main-body .innerxx .hero-subtitle {
  margin-bottom: 60px;
}
.page-intro {
  padding: 120px 0 80px;
}
.page-intro .hero-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .page-intro {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1200px) {
  .page-intro {
    padding: 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .page-intro {
    padding: 60px 0 60px;
  }
}
.page-content {
  padding: 120px 0 80px;
}
.page-content .article-output {
  margin: 30px 0;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .page-content {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1200px) {
  .page-content {
    padding: 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .page-content {
    padding: 60px 0 60px;
  }
}
@media (max-width: 576px) {
  .page-content {
    padding: 40px 0 40px;
  }
}
.product-page-content {
  padding: 120px 0 80px;
}
.product-page-content .article-image {
  width: 100%;
  height: 100%;
}
.product-page-content .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page-content .inner {
  height: 100%;
}
.product-page-content .article-output {
  margin: 30px 0;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .product-page-content {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1200px) {
  .product-page-content {
    padding: 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .product-page-content {
    padding: 60px 0 60px;
  }
}
@media (max-width: 576px) {
  .product-page-content {
    padding: 40px 0 40px;
  }
}
.mod-home-banner {
  position: relative;
}
.mod-home-banner .bg-lineart {
  z-index: 2;
  position: absolute;
  top: 0;
  left: auto;
  right: calc(50% - 100px);
  opacity: 0.5;
  aspect-ratio: 1530 / 700;
  background-position: top left;
  width: unset;
}
.mod-home-banner .hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}
.mod-home-banner .hero-content {
  width: 780px;
  max-width: 100%;
  color: #fff;
}
.mod-home-banner .hero-image {
  height: 800px;
  position: relative;
}
.mod-home-banner .hero-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #204D77 120%);
  z-index: 1;
  pointer-events: none;
}
.mod-home-banner .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  position: relative;
  z-index: 0;
}
.mod-home-banner .splide__slide.is-active .hero-image img {
  animation: kenburns 8s infinite;
}
.mod-home-banner .inner {
  max-width: 780px;
}
@media (max-width: 1200px) {
  .mod-home-banner .inner {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .mod-home-banner .hero-image {
    height: 700px;
  }
  .mod-home-banner .inner {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .mod-home-banner .hero-image {
    height: 600px;
  }
}
@media (max-width: 576px) {
  .mod-home-banner .hero-image {
    height: 500px;
  }
}
.mod-pagehero-a {
  position: relative;
}
.mod-pagehero-a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #204D77 120%);
  z-index: 1;
}
.mod-pagehero-a .bg-lineart {
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: calc(50% - 100px);
  opacity: 0.5;
  aspect-ratio: 1530 / 700;
  background-position: top left;
  width: unset;
}
.mod-pagehero-a .pagehero-inner {
  height: 600px;
  width: 100%;
}
.mod-pagehero-a .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-pagehero-a .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-pagehero-a .inner {
  padding-top: 400px;
}
.mod-pagehero-b {
  position: relative;
  padding: 400px 0 120px;
}
.mod-pagehero-b:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #204D77 120%);
  z-index: 1;
}
.mod-pagehero-b .bg-lineart {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -235px;
  right: auto;
  opacity: 0.5;
  aspect-ratio: 1530 / 700;
  background-position: top left;
  width: unset;
}
.mod-pagehero-b .pagehero-inner {
  width: 100%;
}
.mod-pagehero-b .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-pagehero-b .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .mod-pagehero-b {
    padding: 320px 0 100px;
  }
}
@media (max-width: 1200px) {
  .mod-pagehero-b {
    padding: 280px 0 80px;
  }
}
@media (max-width: 991px) {
  .mod-pagehero-b {
    padding: 240px 0 60px;
  }
}
@media (max-width: 480px) {
  .mod-pagehero-b {
    padding: 240px 0 40px;
  }
}
.mod-pagehero-c {
  position: relative;
}
.mod-pagehero-c .bg-lineart {
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: calc(50% - 100px);
  opacity: 0.5;
}
.mod-seo {
  background-color: #E6EFF8;
  padding: 120px 0;
}
.mod-seo .inner .article-output {
  margin: 30px 0;
  columns: 2;
}
@media (max-width: 1400px) {
  .mod-seo {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .mod-seo {
    padding: 80px 0 60px;
  }
}
@media (max-width: 991px) {
  .mod-seo {
    padding: 60px 0 40px;
  }
}
.mod-cta {
  background-color: #008ACA;
}
.mod-cta .col-left .inner {
  padding: 100px 0;
}
.mod-cta .col-left .article-output {
  margin-top: 30px;
  margin-bottom: 60px;
}
.mod-cta .col-right .inner {
  height: 100%;
  padding-top: 60px;
}
.mod-cta .col-right .article-image {
  max-width: 480px;
  height: 100%;
}
.mod-cta .col-right .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .mod-cta .col-left .inner {
    padding: 100px 0 80px;
  }
  .mod-cta .col-left .article-output {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .mod-cta .col-left .inner {
    padding: 80px 0 50px;
  }
  .mod-cta .col-left .article-output {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .mod-cta .col-right .inner {
    display: flex;
    align-items: flex-end;
  }
  .mod-cta .col-right .article-image {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .mod-cta .col-left .inner {
    padding: 60px 0 40px;
  }
  .mod-cta .col-right .inner {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
  }
  .mod-cta .col-right .article-image {
    height: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mod-cta .col-right .article-image {
    height: 400px;
  }
}
.mod-image-banner .image {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .mod-image-banner .image {
    height: 360px;
  }
}
@media (max-width: 620px) {
  .mod-image-banner .image {
    height: 300px;
  }
}
.mod-article {
  padding: 120px 0;
}
.mod-article .article-output {
  margin: 30px 0;
}
.mod-article .image {
  width: 700px;
}
.mod-article .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mod-article .inner {
  height: 100%;
}
@media (max-width: 1400px) {
  .mod-article {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .mod-article {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .mod-article {
    padding: 60px 0;
  }
  .mod-article .article-title {
    margin-bottom: 30px;
  }
  .mod-article .col-left {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .mod-article {
    padding: 40px 0;
  }
  .mod-article .col-left {
    margin-bottom: 40px;
  }
}
.mod-article-reverse {
  padding: 120px 0;
}
.mod-article-reverse .article-output {
  margin: 30px 0;
}
.mod-article-reverse .image {
  width: 700px;
}
.mod-article-reverse .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mod-article-reverse .inner {
  height: 100%;
}
.mod-article-b {
  padding-bottom: 80px;
}
.mod-article-b .inner {
  height: 100%;
  position: relative;
}
.mod-article-b .col-left {
  order: 5;
}
.mod-article-b .col-right {
  order: 1;
}
.mod-article-b .col-right .inner {
  padding: 100px 60px 0 0;
}
.mod-article-b .article-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-article-b .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-article-b .article-output {
  margin: 30px 0;
}
@media (max-width: 1400px) {
  .mod-article-b .col-right .inner {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .mod-article-b {
    padding-bottom: 60px;
  }
  .mod-article-b .col-right .inner {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 991px) {
  .mod-article-b .article-title {
    margin-bottom: 30px;
  }
  .mod-article-b .col-left {
    order: 1;
  }
  .mod-article-b .col-left .inner {
    height: 360px;
  }
  .mod-article-b .article-image {
    border-radius: 0 0 0 180px;
  }
  .mod-article-b .col-right {
    order: 3;
  }
  .mod-article-b .col-right .inner {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 650px) {
  .mod-article-b .col-left .inner {
    height: 300px;
  }
  .mod-article-b .article-image {
    border-radius: 0 0 0 120px;
  }
}
.mod-article-c {
  background-color: #DC5B35;
  padding: 80px 0;
  position: relative;
}
.mod-article-c:before,
.mod-article-c:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  width: 50%;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
.mod-article-c:before {
  left: 0;
  background-image: url(../img/svg/bg-pattern-left.svg);
  background-position: bottom left;
}
.mod-article-c:after {
  right: 0;
  background-image: url(../img/svg/bg-pattern-right.svg);
  background-position: bottom right;
}
.mod-article-c .inner {
  position: relative;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  z-index: 50;
}
.mod-article-c .article-output {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .mod-article-c {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .mod-article-c {
    padding: 40px 0 50px;
  }
}
.mod-article-d,
.mod-article-d-clean {
  padding: 120px 0;
  background-color: #204D77;
  position: relative;
  overflow: hidden;
}
.mod-article-d:after,
.mod-article-d-clean:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1125px;
  height: 345px;
  pointer-events: none;
  top: auto;
  bottom: 0;
  right: auto;
  left: calc(50% + 300px);
  background-image: url(../img/svg/bg-pattern-kwaliteit.svg);
  background-position: bottom right;
}
.mod-article-d .col-left,
.mod-article-d-clean .col-left {
  position: relative;
}
.mod-article-d .col-left:before,
.mod-article-d-clean .col-left:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1125px;
  height: 345px;
  pointer-events: none;
  top: 0;
  left: calc(0px - 1150px);
  background-image: url(../img/svg/bg-pattern-kwaliteit.svg);
  background-position: top left;
}
.mod-article-d .article-output,
.mod-article-d-clean .article-output {
  margin: 30px 0;
}
.mod-article-d .images-wrapper,
.mod-article-d-clean .images-wrapper {
  display: flex;
  gap: 100px;
  margin-top: 80px;
}
.mod-article-d .images-wrapper .image,
.mod-article-d-clean .images-wrapper .image {
  width: auto;
  height: auto;
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .mod-article-d,
  .mod-article-d-clean {
    padding: 80px 0;
  }
  .mod-article-d .images-wrapper,
  .mod-article-d-clean .images-wrapper {
    flex-wrap: wrap;
  }
  .mod-article-d .images-wrapper .image,
  .mod-article-d-clean .images-wrapper .image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mod-article-d,
  .mod-article-d-clean {
    padding: 60px 0;
  }
  .mod-article-d .images-wrapper,
  .mod-article-d-clean .images-wrapper {
    gap: 50px;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
  .mod-article-d .images-wrapper .image,
  .mod-article-d-clean .images-wrapper .image {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .mod-article-d,
  .mod-article-d-clean {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .mod-article-d .images-wrapper,
  .mod-article-d-clean .images-wrapper {
    flex-wrap: wrap;
  }
}
.mod-article-d-clean {
  background-color: #E6EFF8;
}
.mod-article-d-clean:after {
  display: none;
}
.mod-article-d-clean .col-left:before {
  display: none;
}
.mod-article-d-clean .images-wrapper {
  margin-top: 80px;
  gap: 40px;
  flex-wrap: wrap;
}
.mod-article-d-clean .images-wrapper .image {
  width: calc(50% - 40px);
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.mod-article-d-clean .images-wrapper .image:last-child {
  margin-top: 80px;
}
@media (max-width: 1400px) {
  .mod-article-d-clean .images-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 40px;
  }
  .mod-article-d-clean .images-wrapper .image {
    width: 100%;
  }
  .mod-article-d-clean .images-wrapper .image:last-child {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .mod-article-d-clean .images-wrapper {
    flex-wrap: wrap;
  }
  .mod-article-d-clean .images-wrapper .image {
    width: 100%;
  }
  .mod-article-d-clean .images-wrapper .image:last-child {
    margin-top: 0;
  }
}
.mod-article-slider {
  padding: 120px 0;
}
.mod-article-slider .m-header {
  text-align: center;
}
.mod-article-slider .m-body {
  margin: 60px 0 60px;
}
.mod-article-slider .m-footer {
  text-align: center;
}
.mod-article-slider .item-action {
  display: none;
}
@media (max-width: 991px) {
  .mod-article-slider {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mod-article-slider {
    padding: 60px 0;
  }
  .mod-article-slider .m-body {
    margin: 40px 0 60px;
  }
}
@media (max-width: 576px) {
  .mod-article-slider {
    padding: 40px 0;
  }
}
.mod-article-clean {
  padding: 80px 0;
}
.mod-article-clean .inner {
  margin-bottom: 30px;
}
.mod-article-clean .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mod-article-clean .item {
  transition: all 0.3s ease-in-out;
}
.mod-article-clean .item:nth-child(even) {
  margin-top: 50px;
}
.mod-article-clean .item:hover {
  transform: scale(0.99);
}
.mod-article-clean .item:hover .icon {
  content: url(../img/svg/service-icon-filled.svg);
}
.mod-article-clean .item-action {
  display: none;
}
@media (max-width: 991px) {
  .mod-article-clean {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mod-article-clean {
    padding: 60px 0;
  }
  .mod-article-clean .item:nth-child(even) {
    margin-top: 0;
  }
  .mod-article-clean .item:last-child .inner {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .mod-article-clean {
    padding: 40px 0;
  }
}
.mod-article-e {
  padding: 100px 0;
  position: relative;
}
.mod-article-e:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #204D77;
  position: absolute;
  top: 0;
  right: calc(50% - 300px);
  z-index: -1;
}
.mod-article-e .content {
  padding: 60px 0px 0px 0px;
}
.mod-article-e .content .article-subtitle {
  font-size: 22px;
  font-weight: 900;
}
.mod-article-e .article-actions {
  margin-top: 30px;
  margin-left: 50px;
  text-align: end;
}
.mod-article-e .col-right {
  position: relative;
}
.mod-article-e .col-right .inner {
  position: relative;
  height: 100%;
  bottom: 0px;
}
.mod-article-e .col-right .bg-blocks-double {
  height: 380px;
  width: 900px;
  left: calc(100% - 155px);
  right: auto;
}
@media (max-width: 991px) {
  .mod-article-e {
    padding: 80px 0;
  }
  .mod-article-e:before {
    right: 0;
  }
  .mod-article-e .content {
    padding: 0px;
    margin-bottom: 50px;
  }
  .mod-article-e .article-actions {
    margin-left: 0;
    text-align: unset;
  }
}
@media (max-width: 768px) {
  .mod-article-e {
    padding: 60px 0;
  }
  .mod-article-e .content {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .mod-article-e {
    padding: 40px 0;
  }
  .mod-article-e .content {
    margin-bottom: 30px;
  }
}
.mod-image-slider {
  padding: 80px 0 100px;
  background-color: #1E5888;
}
.mod-image-slider .item-image {
  margin: 0 30px;
}
.mod-image-slider .item-image img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .mod-image-slider {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  .mod-image-slider {
    padding: 40px 0 60px;
  }
}
.mod-cta-b {
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
.mod-cta-b .bg-lineart-blue {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1720 / 788;
  margin-top: -20%;
  margin-bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-size: cover;
  background-position: top left;
}
.mod-cta-b .cta-wrapper {
  background-color: #312F2D;
  padding: 60px;
  position: relative;
}
.mod-cta-b .col-left .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.mod-cta-b .article-actions {
  margin-top: auto;
}
@media (max-width: 991px) {
  .mod-cta-b {
    padding-top: 80px;
  }
  .mod-cta-b .cta-wrapper {
    padding: 50px;
  }
  .mod-cta-b .col-right .inner {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .mod-cta-b {
    padding-top: 60px;
  }
  .mod-cta-b .cta-wrapper {
    padding: 40px;
  }
  .mod-cta-b .col-right .inner {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .mod-cta-b {
    padding-top: 40px;
  }
  .mod-cta-b .cta-wrapper {
    padding: 30px;
  }
  .col-right .inner {
    margin-top: 30px;
  }
  .col-left .inner {
    gap: 20px;
  }
}
.mod-contactform,
.mod-offerteform {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .mod-contactform,
  .mod-offerteform {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mod-contactform,
  .mod-offerteform {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .mod-contactform,
  .mod-offerteform {
    padding: 40px 0;
  }
}
.mod-gmaps {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .mod-gmaps {
    padding: 80px 0;
  }
}
.mod-footer-logos .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 60px;
}
.mod-footer-logos .inner .logo {
  width: 120px;
  height: 100px;
}
.mod-footer-logos .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .mod-footer-logos .inner {
    padding-top: 40px;
    justify-content: flex-start;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.splide.arrows__bottom__center .splide__arrows {
  width: 130px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.splide.arrows__bottom__right .splide__arrows {
  width: 80px;
  height: 35px;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.splide.arrows__bottom__right .splide__arrow {
  width: 35px;
  height: 40px;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}
.splide.arrows__bottom__right .splide__arrow i {
  color: #F7E9D3;
  font-size: 36px;
}
.splide.arrows__bottom__right .splide__arrow i:before {
  margin: 0;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--prev {
  left: 0px;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--next {
  right: 0px;
}
.splide.arrows__outer .splide__arrows {
  width: 100%;
  position: absolute;
  top: 165px;
  left: 0;
}
.splide .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.splide .splide__arrow i {
  color: #fff;
  font-size: 20px;
  position: relative;
}
.splide .splide__arrow i:before {
  margin: 0;
}
.splide .splide__arrow svg {
  fill: #fff;
  transform: scale(0.9);
}
.splide .splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide .splide__arrow.splide__arrow--prev i {
  left: -5px;
}
.splide .splide__arrow.splide__arrow--prev svg {
  margin-left: -2px;
  transform: scale(0.9) rotate(180deg);
}
.splide .splide__arrow.splide__arrow--next {
  right: 0;
}
.splide .splide__arrow.splide__arrow--next i {
  right: -5px;
}
.splide .splide__arrow.splide__arrow--next svg {
  margin-right: -2px;
}
.splide .splide__arrow:hover svg {
  fill: #fff;
}
.splide .splide__arrow.ar__blue5 i {
  color: #0085CA;
}
.splide .splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.splide.arrows__inner .splide__arrow {
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  opacity: 0;
}
.splide.arrows__inner .splide__arrow svg {
  fill: #fff;
}
.splide.arrows__inner .splide__arrow.splide__arrow--prev {
  left: 20px;
}
.splide.arrows__inner .splide__arrow.splide__arrow--next {
  right: 20px;
}
.splide.arrows__inner .splide__arrow:hover {
  background-color: #363D3D;
  border-color: #363D3D;
  opacity: 1;
}
.splide.arrows__inner .splide__arrow:hover svg {
  fill: #fff;
}
.splide.arrows__inner:hover .splide__arrow {
  opacity: 1;
}
.splide.arrows__inner:hover .splide__arrow:disabled {
  opacity: 0.4 !important;
}
.splide .splide__pagination {
  width: 100%;
  padding: 0 40px;
  bottom: -40px;
}
.splide .splide__pagination li {
  line-height: 0;
  margin: 0 4px;
}
.splide .splide__pagination li button {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0;
  transform: unset;
  opacity: 0.5;
  background-color: #e8e8e8;
}
.splide .splide__pagination li button.is-active {
  opacity: 1;
  background-color: #e8e8e8;
}
@media (max-width: 991px) {
  .splide .splide__arrowxxx {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .splide .splide__arrowxxx {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .splide .splide__pagination li button {
    width: 10px;
    height: 10px;
  }
}
.splide-images .image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.splide-images-nav {
  margin-top: 10px;
}
.splide-images-nav .slide-item {
  border: none !important;
}
.splide-images-nav .image {
  padding: 5px;
  border: 1px dotted transparent;
}
.splide-images-nav .image img {
  width: 108px;
  height: 70px;
  object-fit: cover;
}
.splide-images-nav .is-active {
  border: none !important;
}
.splide-images-nav .is-active .image {
  border: 1px dotted #363D3D;
}
.c-card {
  overflow: hidden;
  background-color: #0060B51A;
  transition: all 0.3s ease-in-out;
}
.c-card .item-image img {
  width: 100%;
  max-width: none;
}
.c-card .item-info {
  padding: 30px;
}
.c-card .item-info .article-header h3 {
  text-transform: unset;
  font-weight: 500;
}
.c-card .item-info .article-output {
  margin: 30px 0;
}
.c-card .item-info .item-action a {
  color: #008ACA;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.c-card:hover {
  transform: scale(0.99);
}
.bg-blocks:before,
.bg-blocks:after {
  display: block;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 160px;
  position: absolute;
}
.bg-blocks:before {
  right: 100%;
  top: 0;
  background-image: url(../img/svg/bg-blocks.svg);
}
.bg-blocks:after {
  left: 75%;
  bottom: -100px;
  background-image: url(../img/svg/bg-blocks.svg);
}
.bg-blocks-double {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/svg/bg-pattern-home.svg);
}
.contactform {
  padding: 40px 0 100px;
}
.bg-lineart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/lineart.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-lineart-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/lineart-blue.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-articles .item {
  margin-bottom: 80px;
}
.mod-articles .item .item-imagex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mod-articles .item .item-infox {
  padding: 40px;
  background-color: #EAECDE;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mod-articles .article-outputx {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .mod-articles .item {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .mod-articles .item {
    margin-bottom: 40px;
  }
}
