﻿@charset "UTF-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
@font-face {
  font-display: swap;
  font-family: "Cal Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/CalSans-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("/Resources/fonts/Quicksand-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("/Resources/fonts/Quicksand-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("/Resources/fonts/Quicksand-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-envelope:before {
  content: "\f0e0";
}

.checkbox {
  padding: 0px !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}
.checkbox label a {
  color: #042E49;
  font-weight: 600;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 16px;
  line-height: initial;
  top: 4px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #E98A16;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  border-radius: 0;
  background-color: #F0F2F5;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: var(--my-var, #E98A16) !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
.hamburger {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 25px;
  right: 0px;
  display: none;
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #E98A16;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2.open span {
  background: var(--my-var, #E98A16);
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
  header .offcanvas-menu ul li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    margin-top: 105px;
  }
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 8px;
    background-image: url(/Resources/img/arrow.svg);
    width: 12px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 20px 0 20px;
    position: absolute;
    top: calc(100% + 17px);
    left: 25px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    width: 100%;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 5px 5px;
    border-bottom: 4px solid #E98A16;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: #141414;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 15px;
    line-height: initial;
    font-size: 16px;
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  .lening-logo {
    border-bottom: 2px solid #f7f8fb;
    padding: 6px 0;
  }
  .lening-logo img {
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 0px 0 5px;
    background: #fff;
    transition: top 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(224, 227, 233, 0.6274509804);
  }
  header.scroll {
    top: 0;
  }
  header .logo {
    position: relative;
    max-width: 300px;
    top: 3px;
  }
  header .logo span {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    color: #042E49;
    margin-top: -13px;
  }
  header .logo img {
    width: auto;
    height: 50px;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1700px;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    display: block;
    position: relative;
    margin-left: 50px;
    line-height: 21px;
    margin-top: 10px;
  }
  header .right-menu span {
    display: table;
    margin-left: auto;
    color: #35BA4F;
    font-weight: 600;
  }
  header .right-menu .btn-naked {
    color: #042E49;
    font-weight: bold;
    font-size: 20px;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    color: #E98A16;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 10px 25px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #042E49;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
    font-family: "Cal Sans";
  }
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
    margin-left: 10px;
  }
  main {
    margin-top: 110px;
  }
  .lening-logo {
    border-bottom: 2px solid #f7f8fb;
    padding: 6px 0;
    margin-bottom: 5px;
  }
  .lening-logo img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .right-menu {
    display: block;
    position: relative;
    margin-left: auto;
    line-height: 21px;
    margin-top: 10px;
  }
  .right-menu span {
    display: table;
    margin-left: auto;
    color: #35BA4F;
    font-weight: 600;
    font-size: 14px;
  }
  .right-menu .btn-naked {
    color: #042E49;
    font-weight: bold;
    font-size: 18px;
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    left: -45%;
    visibility: visible;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #141414 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border: 1px solid var(--my-var, #E98A16);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    background: var(--my-var, #E98A16);
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 0px 0 10px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(224, 227, 233, 0.6274509804);
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100vw;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    display: table;
    position: relative;
  }
  header .logo span {
    display: block;
    font-size: 11px;
    color: #042E49;
    margin-top: -5px;
  }
  header .logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    position: relative;
    top: 5px;
  }
  header.active .custom-nav {
    right: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    transition: right 0.4s ease-in-out;
    padding: 0 0 25px;
    height: calc(100vh - 110px);
    overflow-y: hidden;
    right: -100%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    border-top: 2px solid #f7f8fb;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: var(--my-var, #E98A16);
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: var(--my-var, #E98A16);
  }
  header .custom-nav .mobile-show {
    display: block;
  }
  header .custom-nav .mobile-show img {
    max-width: 150px;
    display: block;
    height: auto;
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
  html.active {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  header .logo img {
    max-width: 150px;
    height: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: var(--my-var, #E98A16);
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.request-form {
  padding: 0px 0 50px;
  position: relative;
  background: #F0F2F5;
}
.request-form.insurance-form.no-mrg {
  padding: 0;
}
.request-form.insurance-form.no-mrg .inner {
  margin: 0;
}
.request-form.insurance-form .licence-wrapper {
  font-size: 14px;
}
.request-form.insurance-form .licence-wrapper label {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.request-form.insurance-form .licence-wrapper .form-control {
  background-position: center;
  background-image: url(/resources/img/kentekenplaat.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "kenteken";
  padding: 0 0 0 28px;
  font-weight: 500;
  font-size: 45px;
  color: #000;
  text-transform: uppercase;
  width: 290px;
  height: 58px;
  border: 2px solid #8e8c8e;
  border-radius: 5px;
  border-left: 0;
  border-right: 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.request-form.insurance-form .licence-wrapper .form-control:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: url(/resources/img/kentekenplaat.png) !important;
}
.request-form.insurance-form .licence-wrapper .form-control::-webkit-input-placeholder {
  color: #000;
}
.request-form.insurance-form .licence-wrapper .form-control:-ms-input-placeholder {
  color: #000;
}
.request-form.insurance-form .licence-wrapper .form-control::placeholder {
  color: #000;
}
.request-form.insurance-form .title-bar {
  font-size: 26px;
  margin-bottom: 50px;
}
.request-form.insurance-form .type-switch {
  margin-bottom: 25px;
}
.request-form.insurance-form .type-switch li label {
  background: #fafafa;
}
.request-form.insurance-form .cb-checkbox li label {
  background: #fafafa;
}
.request-form.insurance-form .inner {
  background: #fff;
  padding: 50px;
  margin-top: -40px;
}
.request-form.insurance-form .form-group .form-control:not(.license-formatting) {
  background: #fafafa;
}
.request-form .info {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #042E49;
}
.request-form .info svg {
  width: 15px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.request-form .lening-logo {
  border-bottom: 0;
}
.request-form.framed-form {
  padding: 0;
  margin-top: -100px;
}
.request-form.framed-form .btn-default {
  display: table;
  margin: 0 auto;
}
.request-form.framed-form .logo {
  max-width: 225px;
  width: auto;
  height: auto;
}
.request-form.framed-form .price-total {
  margin: 25px 0 0;
}
.request-form.framed-form .inner {
  padding: 20px 50px;
  margin: 15px 0;
}
.request-form.framed-form .inner .row.form-group {
  align-items: center;
  margin-bottom: 15px;
}
.request-form.framed-form .inner .row.form-group label {
  margin-bottom: 0;
}
.request-form .price-total {
  color: #042E49;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.request-form .price-total img {
  cursor: pointer;
}
.request-form .price-total b {
  font-size: 30px;
  color: var(--my-var, #E98A16);
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.request-form .type-switch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 9px;
  min-width: 260px;
}
.request-form .type-switch li {
  width: 50%;
}
.request-form .type-switch li:first-child {
  border-right: 1px solid #DFE3E9;
}
.request-form .type-switch li:first-child label {
  border-radius: 9px 0px 0px 9px;
}
.request-form .type-switch li:last-child label {
  border-radius: 0px 9px 9px 0px;
}
.request-form .type-switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.request-form .type-switch li input:checked + label {
  font-weight: bold;
}
.request-form .type-switch li input:checked + label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--my-var, #E98A16);
  left: 0;
  z-index: 1;
}
.request-form .type-switch li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 10px 12px;
  box-shadow: 0px 1px 1px #B4BED1;
}
.request-form .cb-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 9px;
}
.request-form .cb-checkbox li {
  min-width: calc(50% - 15px);
  margin-right: 10px;
}
.request-form .cb-checkbox li:first-child {
  margin-right: 15px;
}
.request-form .cb-checkbox li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.request-form .cb-checkbox li input:checked + label {
  border-radius: 9px 9px 4px 4px;
  font-weight: bold;
  border-color: #4B8615;
}
.request-form .cb-checkbox li input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.request-form .cb-checkbox li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: left;
  background: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 9px;
  padding: 13px 15px 10px 50px;
  font-weight: 500;
  box-shadow: 0px 1px 1px #B4BED1;
  position: relative;
  border-bottom: 3px solid transparent;
}
.request-form .cb-checkbox li label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #042E49;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  left: 17px;
  border-radius: 50%;
}
.request-form .cb-checkbox li label:before {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  border: 2px solid #DFE3E9;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50px;
}
.request-form .popover-custom {
  position: absolute;
}
.request-form .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.request-form .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.request-form .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.request-form .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.request-form .head {
  color: #000;
  background: #FaFaFa;
  padding: 50px 0;
}
.request-form .head .img-wrapper {
  -webkit-mask-image: url(/resources/img/kredietshopper-icoon-wit.svg);
  mask-image: url(/resources/img/kredietshopper-icoon-wit.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.request-form .head .img-wrapper img {
  max-width: 100%;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.request-form .head h1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
.request-form .title-bar {
  font-size: 32px;
  color: #042E49;
  font-weight: bold;
  margin-bottom: 30px;
}
.request-form .news-wrapper {
  color: #fff;
  padding: 20px 35px;
  background: #042E49;
  border-radius: 9px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.request-form .news-wrapper img {
  max-width: 80px;
}
.request-form .news-wrapper .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 80%;
}
.request-form .news-wrapper .right {
  width: 25%;
  margin-left: auto;
}
.request-form .news-wrapper .text {
  padding: 0px 20px 0 15px;
  font-size: 18px;
}
.request-form .news-wrapper .text b, .request-form .news-wrapper .text strong {
  display: block;
  font-size: 22px;
}
.request-form .news-wrapper a {
  display: table;
  width: 100%;
  box-shadow: none;
  margin-left: auto;
  padding: 5px 20px;
  text-align: left;
  color: #fff;
}
.request-form .news-wrapper a svg {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.request-form .inner {
  background: #FaFaFa;
  border-radius: 9px;
  padding: 50px 150px 50px 50px;
  box-shadow: 0px 1px 1px #E0E3E9;
  margin: 30px 0;
}
.request-form .inner.inner-table {
  padding: 15px;
}
.request-form .inner.inner-table b {
  color: #042E49;
  display: table;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0px 20px;
}
.request-form .inner.inner-table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  font-size: 14px;
}
.request-form .inner.inner-table table tr:nth-of-type(even), .request-form .inner.inner-table table thead {
  background-color: #fff;
}
.request-form .inner.inner-table table th, .request-form .inner.inner-table table td {
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  border-right: 2px solid #f9f9f9;
}
.request-form .inner .row {
  margin: 0px -10px;
}
.request-form .inner .row [class*=col-] {
  padding: 0px 10px;
}
.request-form .inner.small {
  padding: 20px 30px;
}
.request-form .inner.small .form-group {
  margin-bottom: 0;
}

.popup-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.popup-tooltip.active {
  opacity: 1;
  visibility: visible;
}
.popup-tooltip .content {
  font-size: 16px;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  min-width: 300px;
  max-width: 670px;
  width: calc(100% - 20px);
  color: #27395a;
  padding: 30px 125px 50px 50px;
  position: relative;
  overflow: hidden;
}
.popup-tooltip .content .close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  cursor: pointer;
  width: 22px;
  height: auto;
  color: red;
}
.popup-tooltip .content .close-popup path {
  fill: var(--my-var, #E98A16);
}
.popup-tooltip .content .JS_Title {
  font-family: "Cal Sans";
  font-size: 24px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.popup-tooltip .content img {
  width: 130px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media only screen and (max-width: 767.5px) {
  .request-form {
    padding: 0 0 25px;
  }
  .request-form.insurance-form .inner {
    padding: 20px 30px;
  }
  .request-form.framed-form .btn-default {
    width: 100%;
  }
  .request-form.framed-form .inner {
    padding: 25px;
  }
  .request-form.framed-form .inner.inner-table {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 15px 25px;
  }
  .request-form.framed-form .inner .row.form-group label {
    margin-bottom: 10px;
  }
  .request-form.framed-form .logo {
    margin: 10px auto 0;
    display: table;
  }
  .request-form .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .request-form .news-wrapper {
    padding: 20px;
    display: block;
  }
  .request-form .news-wrapper .right, .request-form .news-wrapper .left {
    width: 100%;
  }
  .request-form .news-wrapper a {
    padding: 5px 0;
  }
  .request-form .news-wrapper .text {
    padding: 0;
    margin: 10px 0 20px;
  }
  .request-form:after {
    height: 65vh;
  }
  .request-form .price-total {
    text-align: center;
  }
  .request-form .price-total .btn-default {
    margin-top: 20px;
  }
  .request-form .title-bar {
    font-size: 24px;
  }
  .request-form .inner {
    padding: 40px 30px 20px;
  }
  .request-form .inner.small .form-group {
    margin-bottom: 25px;
  }
  .request-form .head .inner {
    margin-bottom: 0;
  }
  .request-form .head .img-wrapper img {
    height: 175px;
  }
  .request-form .head h1 {
    font-size: 30px;
  }
}
.widget-scrollspy .button {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  height: 50px;
  width: 50px;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid #000;
  border-radius: 0;
  z-index: 999;
}
.widget-scrollspy .button .icon-bars {
  width: 100%;
  height: 3px;
  display: block;
  background: var(--my-var, #E98A16);
  margin: 7px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.widget-scrollspy .button .icon-bars:first-of-type {
  margin-top: 0;
}
.widget-scrollspy .button.open .icon-bars {
  margin: -2.5px 0 0;
}
.widget-scrollspy .button.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.widget-scrollspy .button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.widget-scrollspy .button.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.widget-scrollspy .list {
  display: none;
  position: fixed;
  bottom: 83px;
  right: 15px;
  width: 250px;
  background: #fff;
  border: 1px solid #a1b1bc;
  max-height: 60vh;
  overflow-y: scroll;
  z-index: 999;
}
.widget-scrollspy .list .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.widget-scrollspy .list .nav-tabs li {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: -1px;
}
.widget-scrollspy .list .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: var(--my-var, #E98A16);
}
.widget-scrollspy .list.open {
  animation: 0.25s cubic-bezier(0.1, 1.45, 0.35, 1) 0s normal none 1 running scale-drop-down;
  display: block;
  transform-origin: left bottom 0;
}

.list-group-item2.active a {
  text-decoration: underline;
}

.banner.normal.money svg {
  bottom: -15px;
}

.terms {
  padding: 50px 0;
  background: #fff;
}
.terms .divScrollSpyList {
  position: relative;
  z-index: 1;
}
.terms table {
  width: 100%;
}
.terms table tr {
  background: #fff;
}
.terms table tr:hover {
  background: #eee;
}
.terms table tr td {
  padding: 10px;
}
.terms ul {
  /*padding-left: 40px;*/
  margin-bottom: 10px;
}
.terms ul li {
  list-style: inherit;
}
.terms h4 {
  font-size: 23px;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #E98A16;
}
.terms .list-title {
  display: block;
  color: #000;
  font-weight: 500;
}
.terms .list-group {
  max-width: 400px;
  max-height: 300px;
  margin-top: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}
.terms .list-group .list-group-item a {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.terms .list-group li {
  list-style: none;
}
.terms .list-group a {
  text-decoration: none;
  color: #000;
}
.terms .list-group .list-group-item:first-child {
  border-top: none;
}
.terms .list-group .list-group-item:last-child {
  border-bottom: none;
}
.terms .list-group::-webkit-scrollbar {
  width: 6px;
  margin: 20px 0;
}
.terms .list-group::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.terms .list-group::-webkit-scrollbar-thumb {
  background: var(--my-var, #E98A16);
  border-radius: 6px;
}
.terms .list-group::-webkit-scrollbar-thumb:hover {
  background: var(--my-var, #E98A16);
}
.terms .bigger-bullets .bigger-bullet {
  font-size: 3em;
  content: "●";
}

@media only screen and (max-width: 1024px) {
  .terms table {
    border: none;
  }
  .terms table tr td {
    display: block;
    width: 100%;
  }
  .terms table tr td p {
    margin: 0 !important;
  }
  .terms .list .list-group {
    max-width: 100% !important;
  }
  .widget-scrollspy .button {
    display: block;
  }
}
.banner {
  background: #F7F8FB;
  border-radius: 9px;
  padding: 30px 0 50px;
  box-shadow: 0px 1px 1px #E0E3E9;
}
.banner h1 {
  font-size: 45px;
  color: #042E49;
  font-weight: bold;
  margin-bottom: 20px;
}

.textpage {
  padding: 25px 0 50px;
}
.textpage .breadcrumbs {
  margin-bottom: 40px;
}
.textpage .item {
  padding: 25px;
  border-radius: 10px;
}
.textpage .item:not(.usp) {
  background: #fff;
}
.textpage .item:not(.usp) h3 {
  font-size: 16px;
  color: #01475d;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 40px;
}
.textpage .item:not(.usp) li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 15px;
}
.textpage .item:not(.usp) li a {
  color: #000;
}
.textpage .item:not(.usp) li:nth-child(1):before {
  content: "\f095";
}
.textpage .item:not(.usp) li:nth-child(2):before {
  content: "\f0e0";
}
.textpage .item:not(.usp) li:nth-child(3):before {
  content: "\f3c5";
}
.textpage .item:not(.usp) li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0%;
  color: #01475d;
  font-size: 16px;
}
.textpage .item:not(.usp) li:last-child {
  margin-bottom: 0;
}
.textpage .item:not(.usp) b {
  display: block;
  color: #01475d;
}
.textpage .item.usp {
  background: #01475d;
  background: -moz-linear-gradient(90deg, #01475d 0%, #28bbb0 100%);
  background: -webkit-linear-gradient(90deg, #01475d 0%, #28bbb0 100%);
  background: linear-gradient(90deg, #01475d 0%, #28bbb0 100%);
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}
.textpage .item.usp li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 15px;
}
.textpage .item.usp li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  transform: translateY(-50%);
}
.textpage .item.usp li:last-child {
  margin-bottom: 0;
}
.textpage .text {
  line-height: 24px;
}
.textpage .text table {
  margin: 1rem 0;
  width: 100%;
  color: #212529;
}
.textpage .text table th, .textpage .text table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.textpage .text table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.textpage .text a {
  color: var(--my-var, #E98A16);
}
.textpage .text h1 {
  font-weight: bold;
  color: var(--my-var, #E98A16);
  margin-bottom: 20px;
}
.textpage .text h2 {
  font-weight: bold;
  color: var(--my-var, #E98A16);
  margin-bottom: 20px;
}
.textpage .text h3 {
  font-weight: bold;
  color: var(--my-var, #E98A16);
  margin-bottom: 20px;
}
.textpage .text h4 {
  font-weight: bold;
  color: var(--my-var, #E98A16);
  margin-bottom: 20px;
}
.textpage .text h5 {
  font-weight: bold;
  color: var(--my-var, #E98A16);
  margin-bottom: 20px;
}
.textpage .text h6 {
  font-weight: bold;
  color: var(--my-var, #E98A16);
  margin-bottom: 20px;
}
.textpage .text h1 {
  font-size: 30px;
}
.textpage .text h2 {
  font-size: 22px;
}

.head-about {
  position: relative;
  padding: 15px 0 50px;
}
.head-about.bg-blue {
  padding: 15px 0 0px;
  background-color: #042E49;
  background-image: url(/resources/img/logo-figure.svg);
  background-position: 100% 80%;
  background-size: 400px;
  background-repeat: no-repeat;
}
.head-about.bg-blue .text-head ul li {
  color: #fff;
}
.head-about.bg-blue h1, .head-about.bg-blue h2, .head-about.bg-blue h3, .head-about.bg-blue h4, .head-about.bg-blue h5 {
  color: #fff;
}
.head-about.bg-blue:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fafafa;
}
.head-about .inner {
  background: #ffffff;
  border-radius: 9px;
  padding: 20px 30px;
  box-shadow: 0px 1px 1px #E0E3E9;
  margin: 50px 0 0px;
  z-index: 2;
  position: relative;
}
.head-about .inner.left-align {
  text-align: left;
  margin: 20px 0;
  color: #042E49;
}
.head-about .inner .btn-default {
  padding: 10px 20px;
  width: 100%;
}
.head-about .inner .form-group {
  margin-bottom: 0;
}
.head-about .inner .form-group .form-control {
  background: #FAFAFA;
}
.head-about .price-total {
  color: #042E49;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.head-about .price-total img {
  cursor: pointer;
  width: 13px;
  position: relative;
  bottom: 0;
  margin: 0 0 0 5px;
}
.head-about .price-total b {
  font-size: 30px;
  color: var(--my-var, #E98A16);
  display: block;
  margin-bottom: 0;
  text-align: center;
  margin-right: 10px;
}
.head-about .type-switch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 9px;
  min-width: 260px;
}
.head-about .type-switch li {
  width: 50%;
}
.head-about .type-switch li:first-child {
  border-right: 1px solid #DFE3E9;
}
.head-about .type-switch li:first-child label {
  border-radius: 9px 0px 0px 9px;
}
.head-about .type-switch li:last-child label {
  border-radius: 0px 9px 9px 0px;
}
.head-about .type-switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.head-about .type-switch li input:checked + label {
  font-weight: bold;
}
.head-about .type-switch li input:checked + label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--my-var, #E98A16);
  left: 0;
  z-index: 1;
}
.head-about .type-switch li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: center;
  background: #FAFAFA;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 10px 12px;
  box-shadow: 0px 1px 1px #B4BED1;
}
.head-about .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 175px;
  padding: 10px 20px;
  margin-top: 15px;
}
.head-about .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.head-about .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.head-about .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.head-about .item-link {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  display: block;
  z-index: 2;
}
.head-about .item-link b {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 24px;
}
.head-about .item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(41, 35, 92);
  background: -moz-linear-gradient(16deg, rgba(41, 35, 92, 0.6951155462) 0%, rgba(41, 35, 92, 0) 100%);
  background: -webkit-linear-gradient(16deg, rgba(41, 35, 92, 0.6951155462) 0%, rgba(41, 35, 92, 0) 100%);
  background: linear-gradient(16deg, rgba(41, 35, 92, 0.6951155462) 0%, rgba(41, 35, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#042E49",endColorstr="#042E49",GradientType=1);
}
.head-about .item-link img {
  max-width: 100%;
  margin-bottom: 0;
}
.head-about:not(.bg-blue) .breadcrumbs {
  color: #000;
}
.head-about:not(.bg-blue) .breadcrumbs li {
  color: #000;
}
.head-about:not(.bg-blue) .breadcrumbs li:first-child:before {
  background-image: url(/Resources/img/home-orange.svg);
}
.head-about:not(.bg-blue) .breadcrumbs li a {
  color: #000;
}
.head-about svg {
  height: 30px;
  width: auto;
  margin-bottom: 5px;
}
.head-about h1, .head-about h2, .head-about h3, .head-about h4, .head-about h5 {
  color: #042E49;
  font-size: 24px;
  display: table;
  margin-bottom: 15px;
}
.head-about img {
  max-width: 100%;
  border-radius: 9px;
  margin-bottom: 50px;
}
.head-about .text-head {
  text-align: center;
}
.head-about .text-head h1 {
  font-size: 45px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.head-about .text-head.insurance-page ul li {
  max-width: 25%;
  flex: 0 0 25%;
}
.head-about .text-head ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px -15px 40px;
  padding: 0px 50px;
}
.head-about .text-head ul li {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0px 15px;
  color: #042E49;
  position: relative;
}
.head-about .text-head ul li:before {
  content: "\f058";
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 20px;
  color: #E98A16;
  font-family: "font awesome 5 free";
  margin-right: 10px;
}

.team-section {
  position: relative;
  /*  .row {
      margin: 0px -5px;

      .col-sm-3 {
          padding: 0px 5px;
      }
  }*/
}
.team-section .item {
  position: relative;
  margin-bottom: 35px;
}
.team-section .item i, .team-section .item em {
  display: table;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
  line-height: 20px;
}
.team-section .item b, .team-section .item strong {
  font-size: 18px;
  color: #042E49;
}
.team-section .item img {
  max-width: 100%;
  border-radius: 9px;
  border: 1px solid #e3633e;
}

.quicklinks-insurance {
  position: relative;
  padding: 50px 0x;
}
.quicklinks-insurance h1, .quicklinks-insurance h2, .quicklinks-insurance h3, .quicklinks-insurance h4, .quicklinks-insurance h5 {
  color: #042E49;
  font-size: 24px;
  display: table;
  margin-bottom: 20px;
}
.quicklinks-insurance img {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.quicklinks-insurance .usp-insurance {
  padding: 100px 0 0px;
}
.quicklinks-insurance .usp-insurance ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px -15px 0px;
  padding: 0px 50px;
}
.quicklinks-insurance .usp-insurance ul li {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0px 15px;
  color: #042E49;
  position: relative;
}
.quicklinks-insurance .usp-insurance ul li:before {
  content: "\f058";
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 20px;
  color: #E98A16;
  font-family: "font awesome 5 free";
  margin-right: 10px;
}
.quicklinks-insurance .text ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px -10px;
}
.quicklinks-insurance .text ul li {
  padding: 0px 10px;
  max-width: 50%;
  flex: 0 0 50%;
}
.quicklinks-insurance .text ul li a {
  display: table;
  background: #fff;
  color: #042E49;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  box-shadow: 0px 1px 1px #B4BED1;
  border-radius: 9px;
}

.about-text {
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.about-text .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 175px;
  padding: 10px 20px;
  margin-top: 15px;
}
.about-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.about-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.about-text .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.about-text img {
  max-width: 100%;
  border-radius: 9px;
}
.about-text .text {
  position: relative;
}
.about-text .text:nth-of-type(2) {
  padding-bottom: 100px;
}
.about-text .text:nth-of-type(1) {
  padding-bottom: 100px;
}
.about-text .text:nth-of-type(1) img {
  display: table;
  margin-left: auto;
}
.about-text .text:nth-of-type(2), .about-text .text:nth-of-type(3) {
  padding-top: 100px;
  border-top: 2px solid rgba(180, 190, 209, 0.3);
}
.about-text .text a:not(.btn-default) {
  color: #E98A16;
  font-weight: 600;
}
.about-text .text.pd-0, .about-text .text.no-pd {
  padding-bottom: 0;
}
.about-text p {
  margin-bottom: 15px;
}
.about-text h1, .about-text h2, .about-text h3, .about-text h4, .about-text h5 {
  color: #042E49;
  font-size: 28px;
  display: table;
  margin-bottom: 15px;
  font-weight: 400;
}
.about-text h1 strong, .about-text h2 strong, .about-text h3 strong, .about-text h4 strong, .about-text h5 strong {
  color: #E98A16;
  font-weight: 400;
}
.about-text ul {
  margin-bottom: 15px;
}
.about-text ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.about-text ul li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  font-family: "font awesome 5 free";
}
.about-text svg {
  width: 40px;
  height: auto;
  margin-bottom: 5px;
}

.news-wrapper-about {
  position: relative;
  padding: 50px 0 75px;
}
.news-wrapper-about .news-wrapper-static {
  color: #fff;
  padding: 20px 35px;
  background: #042E49;
  border-radius: 9px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
.news-wrapper-about .news-wrapper-static img {
  max-width: 80px;
}
.news-wrapper-about .news-wrapper-static .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 80%;
}
.news-wrapper-about .news-wrapper-static .right {
  width: 25%;
  margin-left: auto;
}
.news-wrapper-about .news-wrapper-static .text {
  padding: 0px 20px 0 15px;
  font-size: 18px;
}
.news-wrapper-about .news-wrapper-static .text b, .news-wrapper-about .news-wrapper-static .text strong {
  display: block;
  font-size: 22px;
}
.news-wrapper-about .news-wrapper-static a {
  display: table;
  width: 100%;
  box-shadow: none;
  margin-left: auto;
  padding: 5px 20px;
  text-align: left;
  color: #fff;
}
.news-wrapper-about .news-wrapper-static a svg {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 1024px) {
  .about-text {
    padding: 50px 0 0;
  }
  .about-text svg {
    width: 30px;
  }
  .about-text img {
    margin: 15px 0;
  }
  .about-text .text {
    padding: 50px 0 !important;
  }
  .about-text .text.custom-pd-mobile {
    padding: 0 0 50px !important;
  }
  .quicklinks-insurance img {
    margin-bottom: 20px;
  }
  .quicklinks-insurance .usp-insurance {
    padding: 50px 0;
  }
  .quicklinks-insurance .usp-insurance ul {
    display: block;
    padding: 0;
  }
  .quicklinks-insurance .usp-insurance ul li {
    max-width: 100%;
    text-align: left;
  }
  .news-wrapper-about .news-wrapper-static {
    padding: 20px;
    display: block;
    margin-top: 10px;
  }
  .news-wrapper-about .news-wrapper-static .right, .news-wrapper-about .news-wrapper-static .left {
    width: 100%;
  }
  .news-wrapper-about .news-wrapper-static a {
    padding: 5px 0;
  }
  .news-wrapper-about .news-wrapper-static .text {
    padding: 0;
    margin: 10px 0 20px;
  }
  .head-about .item-link {
    margin-bottom: 15px;
  }
  .head-about .inner {
    margin: 30px 0 0px;
  }
  .head-about .inner .form-group {
    margin-bottom: 25px;
  }
  .head-about .text-head h1 {
    font-size: 35px;
  }
  .head-about .text-head ul {
    display: block;
    padding: 0;
  }
  .head-about .text-head ul li {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: left;
  }
  .head-about .price-total {
    justify-content: center;
    margin: 15px 0 0;
  }
}
.contact-head {
  position: relative;
  background: #042E49;
  padding: 20px 0 200px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.contact-head img {
  position: absolute;
  bottom: -10px;
  right: 0;
  max-width: 650px;
}
.contact-head h1, .contact-head h2, .contact-head h3, .contact-head h4, .contact-head h5, .contact-head h6 {
  font-size: 45px;
  margin-bottom: 10px;
}

.usp-contact {
  position: relative;
  padding: 30px 0;
}
.usp-contact ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px -15px;
  padding: 0px 50px;
}
.usp-contact ul li {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0px 15px;
  color: #042E49;
  position: relative;
  text-align: center;
}
.usp-contact ul li:before {
  content: "\f058";
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 20px;
  color: #E98A16;
  font-family: "font awesome 5 free";
  margin-right: 10px;
}

.contact-image {
  padding: 50px 0 20px;
}
.contact-image table tr.active {
  font-weight: bold;
  color: var(--my-var, #E98A16);
}
.contact-image .content-wrapper {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #fff;
  height: calc(100% - 100px);
  border-radius: 9px;
  width: 100%;
  max-width: 550px;
  padding: 50px;
}
.contact-image .content-wrapper.right {
  left: initial;
  right: 50px;
  padding: 30px;
}
.contact-image .content-wrapper b, .contact-image .content-wrapper h1, .contact-image .content-wrapper h2, .contact-image .content-wrapper h3, .contact-image .content-wrapper h4, .contact-image .content-wrapper h5, .contact-image .content-wrapper h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #042E49;
}
.contact-image .content-wrapper .btn-row {
  margin-top: 20px;
}
.contact-image .content-wrapper .btn-row p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.contact-image .content-wrapper .btn-row a {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid var(--my-var, #E98A16);
}
.contact-image .content-wrapper .btn-row a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-image .content-wrapper .btn-row a.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.contact-image .content-wrapper .btn-row a:hover {
  background: #042E49;
  color: #fff;
}
.contact-image .content-wrapper .btn-row a:nth-child(2) {
  margin-left: 20px;
  color: var(--my-var, #E98A16);
  box-shadow: none;
  background: transparent;
}
.contact-image .content-wrapper ul li {
  padding-left: 35px;
  color: #042E49;
  position: relative;
}
.contact-image .content-wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  content: "\f3c5";
}
.contact-image .content-wrapper ul li i {
  font-size: 14px;
  font-style: normal;
}
.contact-image .content-wrapper ul li:nth-child(1) {
  margin-bottom: 20px;
}
.contact-image .content-wrapper ul li:nth-child(1):Before {
  content: "\f05a";
}
.contact-image .img-wrapper {
  position: relative;
}
.contact-image img {
  max-width: 100%;
  border-radius: 9px;
}

.contact-info {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.contact-info .icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 0px 1px 1px #E0E3E9;
  position: relative;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto 10px;
  background: #fff;
}
.contact-info .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-info .item {
  color: #000000;
  display: block;
  text-align: center;
  border-radius: 9px;
  padding: 0px 0 40px;
  font-weight: 500;
  font-size: 20px;
  background: #fff;
  height: 100%;
}
.contact-info .item b, .contact-info .item strong {
  display: block;
  color: #042E49;
  font-size: 21px;
  margin-top: 10px;
  line-height: initial;
  font-weight: 700;
}

.contact-page {
  padding: 30px 0 50px;
}
.contact-page .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  color: #042E49;
}
.contact-page .form {
  padding: 75px 150px;
  background: #fff;
  border-radius: 9px;
}
.contact-page .form .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 165px;
  text-align: left;
  padding: 10px 20px 8px;
  margin-left: auto;
  position: relative;
}
.contact-page .form .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-page .form .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.contact-page .form .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.contact-page .form .btn-default:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url(/Resources/img/arrow-white.svg);
  background-repeat: no-repeat;
  display: table;
  background-size: contain;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .form .form-group textarea {
  min-height: 270px;
}
.contact-page .form .form-group .form-control {
  background: #F0F2F5;
}

.partof-section {
  padding: 65px 0;
  position: relative;
}
.partof-section h1, .partof-section h2, .partof-section h3, .partof-section h4, .partof-section h5, .partof-section h6 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
  color: #042E49;
}
.partof-section img {
  max-width: 100%;
  max-height: 450px;
}
.partof-section .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}
.partof-section .img-wrapper svg {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 150px;
  height: auto;
}
.partof-section .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(41, 35, 92);
  background: -moz-linear-gradient(16deg, rgba(41, 35, 92, 0.6951155462) 0%, rgba(41, 35, 92, 0) 100%);
  background: -webkit-linear-gradient(16deg, rgba(41, 35, 92, 0.6951155462) 0%, rgba(41, 35, 92, 0) 100%);
  background: linear-gradient(16deg, rgba(41, 35, 92, 0.6951155462) 0%, rgba(41, 35, 92, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#042E49",endColorstr="#042E49",GradientType=1);
}

@media only screen and (max-width: 1024px) {
  .partof-section .img-wrapper {
    margin-bottom: 30px;
  }
  .contact-head {
    padding: 20px 0 150px;
  }
  .contact-head img {
    max-width: 350px;
  }
  .contact-page {
    padding: 0px;
  }
  .contact-page .form {
    padding: 50px 20px;
  }
  .contact-page .form .btn-default {
    width: 100%;
  }
  .contact-image img {
    min-height: 400px;
    object-fit: cover;
    width: 100%;
  }
  .contact-image .content-wrapper {
    left: 15px;
    width: calc(100% - 30px);
    padding: 30px;
  }
  .contact-image .content-wrapper.right {
    left: initial;
    right: 15px;
  }
  .usp-contact ul {
    display: block;
    padding: 0;
  }
  .usp-contact ul li {
    max-width: 100%;
    margin: 5px 0;
  }
  .contact-info {
    margin-top: -50px;
  }
  .contact-info .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: initial;
    left: -30px;
    margin: 0;
    width: 60px;
    height: 60px;
    box-shadow: 0px 1px 1px #B4BED1;
  }
  .contact-info .icon svg {
    width: 30px;
  }
  .contact-info .item {
    font-size: 18px;
    width: calc(100% - 35px);
    margin-left: auto;
    position: relative;
    padding: 30px;
    padding-left: 60px;
    text-align: left;
    margin-bottom: 20px;
    height: initial;
  }
  .contact-info .item strong, .contact-info .item b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.5px) {
  .contact-head h1, .contact-head h2, .contact-head h3, .contact-head h4, .contact-head h5, .contact-head h6 {
    font-size: 30px;
  }
  .contact-image img {
    min-height: 450px;
  }
}
.vacatures-head {
  position: relative;
  padding: 15px 0 50px;
}
.vacatures-head img {
  max-width: 100%;
  border-radius: 9px;
}
.vacatures-head h1, .vacatures-head h2, .vacatures-head h3, .vacatures-head h4, .vacatures-head h5, .vacatures-head h6 {
  font-size: 40px;
  font-weight: 600;
  color: #042E49;
  display: table;
  margin-bottom: 10px;
}
.vacatures-head h1 strong, .vacatures-head h1 b, .vacatures-head h2 strong, .vacatures-head h2 b, .vacatures-head h3 strong, .vacatures-head h3 b, .vacatures-head h4 strong, .vacatures-head h4 b, .vacatures-head h5 strong, .vacatures-head h5 b, .vacatures-head h6 strong, .vacatures-head h6 b {
  color: var(--my-var, #E98A16);
}
.vacatures-head .usp ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 40px -15px 0px;
  padding: 0px 50px;
}
.vacatures-head .usp ul li {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0px 15px;
  color: #042E49;
  position: relative;
}
.vacatures-head .usp ul li:before {
  content: "\f058";
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 20px;
  color: #E98A16;
  font-family: "font awesome 5 free";
  margin-right: 10px;
}
.vacatures-head .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 175px;
  padding: 10px 20px;
  margin-top: 15px;
}
.vacatures-head .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.vacatures-head .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.vacatures-head .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.vacatures-head .breadcrumbs {
  color: #000;
}
.vacatures-head .breadcrumbs li {
  color: #000;
}
.vacatures-head .breadcrumbs li:first-child:before {
  background-image: url(/Resources/img/home-orange.svg);
}
.vacatures-head .breadcrumbs li a {
  color: #000;
}

.vacature-page {
  padding: 20px 0 100px;
  position: relative;
}
.vacature-page .title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  flex-direction: row;
  align-items: center;
}
.vacature-page .title .count-jobs {
  background: #E98A16;
  color: #fff;
  text-align: center;
  line-height: 35px;
  width: 35px;
  border-radius: 50%;
  font-weight: 500;
  margin-left: 25px;
}
.vacature-page .title h1, .vacature-page .title h2, .vacature-page .title h3, .vacature-page .title h4, .vacature-page .title h5, .vacature-page .title h6 {
  font-size: 30px;
  display: block;
  color: #042E49;
}
.vacature-page .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 1px 1px #B4BED1;
  background: #fff;
  width: 100%;
  border-radius: 9px;
  padding: 40px 30px;
  margin-bottom: 15px;
}
.vacature-page .item ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-left: 100px;
}
.vacature-page .item ul li {
  color: #000000;
  margin-left: 50px;
}
.vacature-page .item ul li svg {
  width: 21px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.vacature-page .item .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  padding: 10px 20px;
  margin-left: auto;
  background: transparent;
  border: 2px solid var(--my-var, #E98A16);
  box-shadow: none;
  color: var(--my-var, #E98A16);
  position: relative;
  text-align: left;
}
.vacature-page .item .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.vacature-page .item .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.vacature-page .item .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.vacature-page .item .btn-default:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 17px;
  background-image: url(/Resources/img/arrow2.svg);
  right: 20px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.vacature-page .item strong, .vacature-page .item b {
  color: #042E49;
  font-size: 20px;
  font-weight: 500;
}

.vacature-detail-text {
  position: relative;
  padding: 0px 0 50px;
}
.vacature-detail-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.vacature-detail-text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--my-var, #E98A16);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.vacature-detail-text h1, .vacature-detail-text h2, .vacature-detail-text h3, .vacature-detail-text h4, .vacature-detail-text h5, .vacature-detail-text h6 {
  font-size: 20px;
  font-weight: 500;
  color: #042E49;
  display: table;
  margin-bottom: 10px;
  margin-top: 50px;
}
.vacature-detail-text h1 strong, .vacature-detail-text h1 b, .vacature-detail-text h2 strong, .vacature-detail-text h2 b, .vacature-detail-text h3 strong, .vacature-detail-text h3 b, .vacature-detail-text h4 strong, .vacature-detail-text h4 b, .vacature-detail-text h5 strong, .vacature-detail-text h5 b, .vacature-detail-text h6 strong, .vacature-detail-text h6 b {
  color: var(--my-var, #E98A16);
}
.vacature-detail-text h1 {
  margin-top: 30px;
}

.vacature-detail-page {
  position: relative;
  padding: 25px 0;
}
.vacature-detail-page .checkbox label a {
  color: #fff;
}
.vacature-detail-page .file-upload {
  position: relative;
}
.vacature-detail-page .file-upload b {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.vacature-detail-page .file-upload label {
  position: relative;
  padding: 15px;
  background: transparent;
  cursor: pointer;
  border-radius: 9px;
  border: 1px solid #646088;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
}
.vacature-detail-page .file-upload label:before {
  content: "\f382";
  margin-right: 15px;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  font-family: "font awesome 5 free";
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
}
.vacature-detail-page .file-upload input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.vacature-detail-page h1, .vacature-detail-page h2, .vacature-detail-page h3, .vacature-detail-page h4, .vacature-detail-page h5, .vacature-detail-page h6 {
  font-size: 40px;
  font-weight: 700;
  color: #042E49;
  display: table;
  margin-bottom: 10px;
}
.vacature-detail-page h1 strong, .vacature-detail-page h1 b, .vacature-detail-page h2 strong, .vacature-detail-page h2 b, .vacature-detail-page h3 strong, .vacature-detail-page h3 b, .vacature-detail-page h4 strong, .vacature-detail-page h4 b, .vacature-detail-page h5 strong, .vacature-detail-page h5 b, .vacature-detail-page h6 strong, .vacature-detail-page h6 b {
  color: var(--my-var, #E98A16);
}
.vacature-detail-page .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 175px;
  padding: 10px 20px;
  box-shadow: none;
  margin-top: 15px;
}
.vacature-detail-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.vacature-detail-page .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.vacature-detail-page .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.vacature-detail-page .btn-default.smooth-scroll {
  display: none;
}
.vacature-detail-page small {
  font-weight: 500;
  font-size: 14px;
}
.vacature-detail-page .breadcrumbs {
  color: #000;
  margin-bottom: 0;
}
.vacature-detail-page .breadcrumbs li {
  color: #000;
}
.vacature-detail-page .breadcrumbs li:first-child:before {
  background-image: url(/Resources/img/home-orange.svg);
}
.vacature-detail-page .breadcrumbs li a {
  color: #000;
}
.vacature-detail-page .job-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.vacature-detail-page .job-info li {
  margin-right: 50px;
}
.vacature-detail-page .job-info li svg {
  width: 21px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.vacature-detail-page .inner-form {
  padding: 20px;
  border-radius: 9px;
  background: #042E49;
  color: #fff;
}
.vacature-detail-page .inner-form .form-group label {
  color: #fff;
}

@media only screen and (max-width: 767.5px) {
  .vacatures-head img {
    margin-bottom: 15px;
  }
  .vacatures-head .usp ul {
    margin: 20px 0;
    padding: 0;
  }
  .vacatures-head .usp ul li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .vacatures-head h1, .vacatures-head h2, .vacatures-head h3, .vacatures-head h4, .vacatures-head h5, .vacatures-head h6 {
    font-size: 30px;
  }
  .vacature-page .item {
    padding: 25px 30px;
  }
  .vacature-page .item ul {
    justify-content: flex-start;
    margin: 20px 0;
  }
  .vacature-page .item ul li:nth-child(1) {
    margin-left: 0;
  }
  .vacature-page .item .btn-default {
    margin-left: 0;
  }
}
.blogs-head {
  padding: 15px 0 25px;
}
.blogs-head.bg-blue {
  padding: 15px 0 50px;
  background-color: #042E49;
  background-image: url(/resources/img/logo-figure.svg);
  background-position: 100% 80%;
  background-size: 400px;
  background-repeat: no-repeat;
}
.blogs-head.bg-blue .breadcrumbs li {
  color: #fff;
}
.blogs-head.bg-blue .breadcrumbs li:first-child:before {
  background-image: url(/Resources/img/home.svg);
}
.blogs-head.bg-blue .breadcrumbs li a {
  color: #fff;
}
.blogs-head.bg-blue .text-head ul li {
  color: #fff;
}
.blogs-head.bg-blue h1, .blogs-head.bg-blue h2, .blogs-head.bg-blue h3, .blogs-head.bg-blue h4, .blogs-head.bg-blue h5 {
  color: #fff;
}
.blogs-head.bg-blue:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fafafa;
}
.blogs-head small {
  font-weight: 500;
  font-size: 14px;
}
.blogs-head.blog-detail img {
  border-radius: 9px;
  max-width: 100%;
  margin-top: 25px;
}
.blogs-head.blog-detail h1, .blogs-head.blog-detail h2, .blogs-head.blog-detail h3, .blogs-head.blog-detail h4, .blogs-head.blog-detail h5, .blogs-head.blog-detail h6 {
  text-align: left;
  font-size: 35px;
  font-weight: 400;
  color: #042E49;
  display: table;
}
.blogs-head.blog-detail h1 strong, .blogs-head.blog-detail h1 b, .blogs-head.blog-detail h2 strong, .blogs-head.blog-detail h2 b, .blogs-head.blog-detail h3 strong, .blogs-head.blog-detail h3 b, .blogs-head.blog-detail h4 strong, .blogs-head.blog-detail h4 b, .blogs-head.blog-detail h5 strong, .blogs-head.blog-detail h5 b, .blogs-head.blog-detail h6 strong, .blogs-head.blog-detail h6 b {
  color: var(--my-var, #E98A16);
}
.blogs-head h1, .blogs-head h2, .blogs-head h3, .blogs-head h4, .blogs-head h5, .blogs-head h6 {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  color: #042E49;
  display: table;
}
.blogs-head h1 strong, .blogs-head h1 b, .blogs-head h2 strong, .blogs-head h2 b, .blogs-head h3 strong, .blogs-head h3 b, .blogs-head h4 strong, .blogs-head h4 b, .blogs-head h5 strong, .blogs-head h5 b, .blogs-head h6 strong, .blogs-head h6 b {
  color: var(--my-var, #E98A16);
}
.blogs-head .breadcrumbs {
  color: #000;
  margin-bottom: 50px;
}
.blogs-head .breadcrumbs li {
  color: #000;
}
.blogs-head .breadcrumbs li:first-child:before {
  background-image: url(/Resources/img/home-orange.svg);
}
.blogs-head .breadcrumbs li a {
  color: #000;
}

.blog-view {
  padding: 50px 0;
}
.blog-view.pd-custom {
  padding: 75px 0 50px;
}
.blog-view.text-template h1, .blog-view.text-template h2, .blog-view.text-template h3, .blog-view.text-template h4, .blog-view.text-template h5, .blog-view.text-template h6 {
  font-weight: 400;
}
.blog-view.text-template h1 b, .blog-view.text-template h1 strong, .blog-view.text-template h2 b, .blog-view.text-template h2 strong, .blog-view.text-template h3 b, .blog-view.text-template h3 strong, .blog-view.text-template h4 b, .blog-view.text-template h4 strong, .blog-view.text-template h5 b, .blog-view.text-template h5 strong, .blog-view.text-template h6 b, .blog-view.text-template h6 strong {
  color: #E98A16;
  font-weight: 400;
}
.blog-view h1, .blog-view h2, .blog-view h3, .blog-view h4, .blog-view h5, .blog-view h6 {
  font-size: 28px;
  font-weight: 400;
  display: table;
  margin-bottom: 20px;
  color: #042E49;
}
.blog-view .img-wrapper-col {
  position: relative;
  height: calc(100% - 20px);
}
.blog-view .img-wrapper-col:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background: rgba(4, 46, 73, 0.8);
}
.blog-view .img-wrapper-col:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: url("/Resources/img/kredietshopper-icoon-wit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 325px;
  height: 185px;
}
.blog-view .img-wrapper-col img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.blog-view .item {
  position: relative;
  color: #161A38;
  display: block;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  background: #fff;
}
.blog-view .item .description {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-view .item .content {
  background: #fff;
  padding: 20px 30px;
}
.blog-view .item .img-wrapper {
  position: relative;
  border-radius: 9px 9px 0 0;
  display: block;
  overflow: hidden;
}
.blog-view .item .img-wrapper img {
  max-width: 100%;
}
.blog-view .item span {
  color: #E98A16;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.blog-view .item span:after {
  content: "";
  position: relative;
  width: 18px;
  height: 14px;
  background-image: url(/Resources/img/arrow2.svg);
  right: 0;
  background-repeat: no-repeat;
  display: table;
  margin-left: 15px;
  background-size: contain;
}
.blog-view .item .date {
  color: #042E49;
  text-align: right;
}
.blog-view .item .title, .blog-view .item b {
  font-size: 20px;
  font-weight: 700;
  color: #042E49;
  margin-bottom: 10px;
  display: block;
}

.contain-pages {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contain-pages .pagination {
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}
.contain-pages .pagination li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  background: transparent;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #ddd;
  line-height: 43px;
}
.contain-pages .pagination li span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.contain-pages .pagination li.active a {
  color: #257BE0;
  border-color: #257BE0;
  font-weight: bold;
}
.contain-pages .page-controls div {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  background: transparent;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #000;
  line-height: 43px;
}
.contain-pages .page-controls div i {
  font-size: 20px;
  color: #000;
}

.service-detail {
  padding: 20px 0 65px;
}
.service-detail img {
  border-radius: 9px;
  max-width: 100%;
  margin: 50px 0 0;
}
.service-detail.pd-top {
  padding: 75px 0;
}
.service-detail .contact-bar {
  background: #F0F6FF;
  padding: 30px 40px;
  border-radius: 20px;
}
.service-detail .contact-bar b {
  font-size: 30px;
  line-height: initial;
  color: #161A38;
}
.service-detail .contact-bar a {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #161A38;
  min-width: 225px;
  margin-top: 20px;
}
.service-detail .contact-bar a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.service-detail .contact-bar a.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.service-detail .contact-bar a:hover {
  background: #042E49;
  color: #fff;
}
.service-detail .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.service-detail .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.service-detail .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.service-detail .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.service-detail strong, .service-detail b {
  font-weight: 500;
}
.service-detail table {
  margin: 1rem 0;
  width: 100%;
  color: #212529;
}
.service-detail table th, .service-detail table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.service-detail table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.service-detail a {
  color: var(--my-var, #E98A16);
}
.service-detail h1 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
  font-size: 20px;
  margin-top: 20px;
}
.service-detail h2 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
  font-size: 20px;
  margin-top: 20px;
}
.service-detail h3 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
  font-size: 20px;
  margin-top: 20px;
}
.service-detail h4 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
  font-size: 20px;
  margin-top: 20px;
}
.service-detail h5 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
  font-size: 20px;
  margin-top: 20px;
}
.service-detail h6 {
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
  font-size: 20px;
  margin-top: 20px;
}
.service-detail h1 {
  font-size: 32px;
}
.service-detail b {
  font-weight: 600;
}
.service-detail ol {
  margin: 0;
  padding-left: 20px;
}
.service-detail ul {
  margin: 15px 0 0;
}
.service-detail ul li {
  padding-left: 15px;
  position: relative;
}
.service-detail ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #2b2e42;
}
.service-detail .info-wrapper {
  position: relative;
  margin-top: 50px;
}
.service-detail .info-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
}
.service-detail .info-wrapper ul li {
  padding-left: 0;
  list-style: none;
  margin-right: 5px;
}
.service-detail .info-wrapper ul li:before {
  display: none;
}
.service-detail .info-wrapper ul li a {
  border: 1px solid #ceced5;
  width: 45px;
  line-height: 45px;
  border-radius: 18px;
  display: table;
  text-align: center;
  font-size: 20px;
  color: #042E49;
}
.service-detail .info-wrapper em {
  font-weight: bold;
  margin-top: 17px;
  display: table;
  font-style: initial;
  color: #042E49;
}
.service-detail .info-wrapper b {
  font-weight: 300 !important;
  font-size: 17px;
  display: table;
  margin-bottom: 5px;
}
.service-detail .usp-bar {
  color: #fff;
  max-width: 400px;
  display: table;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  padding: 20px 30px;
  box-shadow: 0px 1px 1px #E0E3E9;
  margin: 0px 0 0 auto;
  z-index: 2;
  position: relative;
}
.service-detail .usp-bar .info {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #042E49;
}
.service-detail .usp-bar .info svg {
  width: 15px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.service-detail .usp-bar .price-total {
  color: #042E49;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.service-detail .usp-bar .price-total img {
  margin: 0;
  cursor: pointer;
}
.service-detail .usp-bar .price-total b {
  font-size: 30px;
  color: var(--my-var, #E98A16);
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.service-detail .usp-bar .form-group {
  margin-bottom: 15px;
}
.service-detail .usp-bar .form-group.euro .wrapper span {
  color: #000;
}
.service-detail .usp-bar .form-group .form-control {
  background: #FAFAFA;
}
.service-detail .usp-bar .type-switch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  border-radius: 9px;
  min-width: 260px;
}
.service-detail .usp-bar .type-switch li {
  width: 50%;
  padding-left: 0;
}
.service-detail .usp-bar .type-switch li:before {
  display: none;
}
.service-detail .usp-bar .type-switch li:first-child {
  border-right: 1px solid #DFE3E9;
}
.service-detail .usp-bar .type-switch li:first-child label {
  border-radius: 9px 0px 0px 9px;
}
.service-detail .usp-bar .type-switch li:last-child label {
  border-radius: 0px 9px 9px 0px;
}
.service-detail .usp-bar .type-switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.service-detail .usp-bar .type-switch li input:checked + label {
  font-weight: bold;
}
.service-detail .usp-bar .type-switch li input:checked + label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--my-var, #E98A16);
  left: 0;
  z-index: 1;
}
.service-detail .usp-bar .type-switch li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: center;
  background: #FAFAFA;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 10px 12px;
  box-shadow: 0px 1px 1px #B4BED1;
}
.service-detail .usp-bar .cb-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 9px;
}
.service-detail .usp-bar .cb-checkbox li {
  min-width: calc(50% - 15px);
  margin-right: 10px;
}
.service-detail .usp-bar .cb-checkbox li:first-child {
  margin-right: 15px;
}
.service-detail .usp-bar .cb-checkbox li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.service-detail .usp-bar .cb-checkbox li input:checked + label {
  border-radius: 9px 9px 4px 4px;
  font-weight: bold;
  border-color: #4B8615;
}
.service-detail .usp-bar .cb-checkbox li input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.service-detail .usp-bar .cb-checkbox li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: left;
  background: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 9px;
  padding: 13px 15px 10px 50px;
  font-weight: 500;
  box-shadow: 0px 1px 1px #B4BED1;
  position: relative;
  border-bottom: 3px solid transparent;
}
.service-detail .usp-bar .cb-checkbox li label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #042E49;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  left: 17px;
  border-radius: 50%;
}
.service-detail .usp-bar .cb-checkbox li label:before {
  content: "";
  position: absolute;
  height: 27px;
  width: 27px;
  border: 2px solid #DFE3E9;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50px;
}
.service-detail .usp-bar .popover-custom {
  position: absolute;
}
.service-detail .usp-bar .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.service-detail .usp-bar .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.service-detail .usp-bar .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.service-detail .usp-bar .btn-default:hover {
  background: #042E49;
  color: #fff;
}

@media only screen and (max-width: 767.5px) {
  .blog-view {
    padding: 30px 0 15px;
  }
  .blog-view.homepage {
    padding: 0 0 15px;
  }
  .blog-view .item {
    margin-bottom: 20px;
  }
  .service-detail.pd-top {
    padding: 50px 0;
  }
  .service-detail .usp-bar {
    margin: 0 0 20px;
  }
  .service-detail .contact-bar {
    padding: 20px;
    margin-top: 25px;
  }
  .service-detail .contact-bar b {
    font-size: 25px;
  }
  .blog-cats ul li {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .blog-cats ul li a {
    text-align: center;
    padding: 10px 15px;
  }
}
.offerte-head {
  position: relative;
  padding: 75px 0;
  background: #042E49;
}
.offerte-head img {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 450px;
}
.offerte-head .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  width: 100%;
}
.offerte-head .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.offerte-head .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.offerte-head .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.offerte-head .text {
  color: #fff;
}
.offerte-head .text ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.offerte-head .text ul li a {
  color: #fff;
}
.offerte-head .text ul li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  font-family: "font awesome 5 free";
}
.offerte-head .text h1, .offerte-head .text h2, .offerte-head .text h3, .offerte-head .text h4, .offerte-head .text h5, .offerte-head .text h6 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}

.head-home {
  position: relative;
  padding: 75px 0 0;
  background: #042E49;
}
.head-home.geld-lenen {
  padding: 25px 0 0;
}
.head-home.geld-lenen .breadcrumbs {
  margin-bottom: 25px;
}
.head-home img {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 650px;
}
.head-home:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #F0F2F5;
}
.head-home .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  width: 100%;
}
.head-home .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.head-home .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.head-home .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.head-home .price-total {
  color: #042E49;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.head-home .price-total img {
  cursor: pointer;
  width: 13px;
  position: relative;
  bottom: 0;
  margin: 0 0 0 5px;
}
.head-home .price-total b {
  font-size: 30px;
  color: var(--my-var, #E98A16);
  display: block;
  margin-bottom: 0;
  text-align: center;
  margin-right: 10px;
}
.head-home .text {
  color: #fff;
}
.head-home .text ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.head-home .text ul li a {
  color: #fff;
}
.head-home .text ul li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  font-family: "font awesome 5 free";
}
.head-home .text h1, .head-home .text h2, .head-home .text h3, .head-home .text h4, .head-home .text h5, .head-home .text h6 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}
.head-home .inner {
  background: #ffffff;
  border-radius: 9px;
  padding: 20px 30px;
  margin: 100px auto 0px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(4, 46, 73, 0.2509803922);
  max-width: 1080px;
}
.head-home .inner .form-group {
  margin-bottom: 0;
}
.head-home .inner .form-group .form-control {
  background: #F0F2F5;
}
.head-home .type-switch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 9px;
  min-width: 260px;
}
.head-home .type-switch li {
  width: 50%;
}
.head-home .type-switch li:first-child {
  border-right: 1px solid #DFE3E9;
}
.head-home .type-switch li:first-child label {
  border-radius: 9px 0px 0px 9px;
}
.head-home .type-switch li:last-child label {
  border-radius: 0px 9px 9px 0px;
}
.head-home .type-switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.head-home .type-switch li input:checked + label {
  font-weight: bold;
}
.head-home .type-switch li input:checked + label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--my-var, #E98A16);
  left: 0;
  z-index: 1;
}
.head-home .type-switch li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: center;
  background: #FAFAFA;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 10px 12px;
  box-shadow: 0px 1px 1px #B4BED1;
}
.head-home .link-bar {
  background: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  color: #fff;
}
.head-home .link-bar h1, .head-home .link-bar h2, .head-home .link-bar h3, .head-home .link-bar h4, .head-home .link-bar h5, .head-home .link-bar h6, .head-home .link-bar b {
  font-size: 20px;
  color: #042E49;
  font-weight: bold;
  margin-bottom: 20px;
}
.head-home .link-bar ul li {
  margin: 15px 0;
}
.head-home .link-bar ul li a {
  background: #F0F2F5;
  padding: 10px;
  display: table;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  color: #042E49;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.head-home .link-bar ul li a:hover {
  background: #042E49;
  color: #fff;
}
.head-home .link-bar ul li a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 17px;
  background-image: url(/Resources/img/arrow2.svg);
  right: 20px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.usp-section {
  position: relative;
}
.usp-section ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 60px 0 40px;
  border-bottom: 1px solid #e9e8ed;
}
.usp-section ul li {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0px 15px 0px 0;
  color: #042E49;
}
.usp-section ul li strong, .usp-section ul li b {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 10px;
}
.usp-section ul li strong:before, .usp-section ul li b:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  color: #E98A16;
  font-family: "font awesome 5 free";
}

.quick-links {
  position: relative;
  padding: 60px 0;
  color: #042E49;
}
.quick-links .news-wrapper {
  color: #fff;
  padding: 20px;
  background: #042E49;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 35px;
}
.quick-links .news-wrapper img {
  max-width: 80px;
  margin-right: 10px;
}
.quick-links .news-wrapper .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 80%;
}
.quick-links .news-wrapper .right {
  width: 25%;
  margin-left: auto;
}
.quick-links .news-wrapper .text {
  padding: 0px 20px 0 15px;
}
.quick-links .news-wrapper .text b, .quick-links .news-wrapper .text strong {
  display: block;
  font-size: 18px;
}
.quick-links .news-wrapper a {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  margin-left: auto;
}
.quick-links .news-wrapper a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.quick-links .news-wrapper a.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.quick-links .news-wrapper a:hover {
  background: #042E49;
  color: #fff;
}
.quick-links h1, .quick-links h2, .quick-links h3, .quick-links h4, .quick-links h5, .quick-links h6 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
}
.quick-links .item {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  height: calc(100% - 15px);
  margin-bottom: 15px;
}
.quick-links .item p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: calc(100% - 30px);
  align-items: flex-start;
  margin-bottom: 30px;
}
.quick-links .item .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: auto;
  min-width: 75%;
  background: transparent;
  border: 1px solid #042E49;
  color: #042E49;
}
.quick-links .item .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.quick-links .item .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.quick-links .item .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.quick-links .item strong, .quick-links .item b {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
}

.faq-section {
  position: relative;
  padding: 25px 0;
}
.faq-section .news-wrapper-static {
  color: #fff;
  padding: 20px 35px;
  background: #042E49;
  border-radius: 9px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
.faq-section .news-wrapper-static img {
  max-width: 80px;
  margin-left: 0;
  margin-right: 0;
}
.faq-section .news-wrapper-static .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 80%;
}
.faq-section .news-wrapper-static .right {
  width: 25%;
  margin-left: auto;
}
.faq-section .news-wrapper-static .text {
  padding: 0px 20px 0 15px;
  font-size: 18px;
}
.faq-section .news-wrapper-static .text b, .faq-section .news-wrapper-static .text strong {
  display: block;
  font-size: 22px;
}
.faq-section .news-wrapper-static a {
  display: table;
  width: 100%;
  box-shadow: none;
  margin-left: auto;
  padding: 5px 20px;
  text-align: left;
  color: #fff;
}
.faq-section .news-wrapper-static a svg {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.faq-section .title-main {
  margin-bottom: 20px;
}
.faq-section .title-main h1, .faq-section .title-main h2, .faq-section .title-main h3, .faq-section .title-main h5, .faq-section .title-main h6, .faq-section .title-main h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #042E49;
}
.faq-section img {
  max-width: 100%;
  display: table;
  margin-left: auto;
}
.faq-section .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
.faq-section .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.faq-section .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.faq-section .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.faq-section .item {
  display: block;
  background: #fff;
  margin-bottom: 15px;
  padding: 12px 45px 12px 20px;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 1px 1px #B4BED1;
  border-radius: 9px;
}
.faq-section .item ul {
  margin: 10px 0;
  padding-left: 20px;
}
.faq-section .item ul li {
  list-style: initial;
}
.faq-section .item.active .JSToggle:after {
  transform: rotate(180deg);
}
.faq-section .item.active .desc {
  max-height: 999px;
}
.faq-section .item .JSToggle {
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: #042E49;
}
.faq-section .item .JSToggle:after {
  content: "";
  background-image: url(/Resources/img/arrow.svg);
  position: absolute;
  right: -30px;
  top: 3px;
  transition: all 0.3s ease-in-out;
  line-height: 0;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.faq-section .item .desc {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq-section .item .desc .wrapper {
  margin-top: 15px;
  color: #000000;
  padding-top: 15px;
  border-top: 1px solid rgba(180, 190, 209, 0.3);
}

.aboutus {
  position: relative;
  padding: 40px 0;
}
.aboutus .usp ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 75px -15px 25px;
  padding: 0px 50px;
}
.aboutus .usp ul li {
  max-width: 33%;
  flex: 0 0 33%;
  padding: 0px 15px;
  color: #042E49;
  position: relative;
}
.aboutus .usp ul li:before {
  content: "\f058";
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 20px;
  color: #E98A16;
  font-family: "font awesome 5 free";
  margin-right: 10px;
}
.aboutus .inner {
  padding: 40px 30px;
  background: #FFFFFF;
  border-radius: 9px;
  color: #042E49;
  font-weight: 400;
}
.aboutus .inner h1, .aboutus .inner h2, .aboutus .inner h3, .aboutus .inner h4, .aboutus .inner h5, .aboutus .inner h6 {
  font-size: 28px;
  font-weight: 400;
  display: table;
  margin-bottom: 5px;
}
.aboutus .inner .btn-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.aboutus .inner .btn-row p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.aboutus .inner .btn-row .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  min-width: 200px;
  padding: 8px 20px;
  margin-right: 10px;
  border: 2px solid #042E49;
  background: #042E49;
}
.aboutus .inner .btn-row .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.aboutus .inner .btn-row .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.aboutus .inner .btn-row .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.aboutus .inner .btn-row .btn-default:hover {
  background: #E98A16;
  border-color: #E98A16;
}
.aboutus .inner .btn-row .btn-default:nth-of-type(2) {
  background: transparent;
  border: 2px solid #042E49;
  color: #042E49;
}
.aboutus .inner .btn-row .btn-default:nth-of-type(2):hover {
  background: #042E49;
  color: #fff;
}
.aboutus .inner ul {
  font-size: 16px;
  margin-top: 25px;
}
.aboutus .inner ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
}
.aboutus .inner ul li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  font-family: "font awesome 5 free";
  color: #E98A16;
}
.aboutus .img-wrapper {
  -webkit-mask-image: url(/resources/img/kredietshopper-icoon-wit.svg);
  mask-image: url(/resources/img/kredietshopper-icoon-wit.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.aboutus .img-wrapper img {
  max-width: 100%;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.reviews {
  position: relative;
  padding: 50px 0;
  /* the slides */
  /* the parent */
}
.reviews .average {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #042E49;
  border-radius: 9px;
  display: flex;
  margin-left: auto;
  color: #fff;
  width: fit-content;
  padding: 12px 50px 12px 20px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url(/Resources/img/google.png);
  background-size: 22px;
}
.reviews .average b {
  font-weight: 600;
  font-size: 28px;
}
.reviews .average span {
  margin-left: 20px;
}
.reviews .average .star-wrapper {
  display: table;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  font-size: 16px;
}
.reviews .average .star-wrapper .star-main {
  opacity: 0;
}
.reviews .average .star-wrapper .star-top {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
.reviews .average .star-wrapper .star-top i {
  color: #E98A16;
}
.reviews h1, .reviews h2, .reviews h3, .reviews h5, .reviews h6, .reviews h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #042E49;
}
.reviews .slick-slide {
  margin: 0 10px;
}
.reviews .slick-list {
  margin: 0 -10px;
}
.reviews .slick-track {
  margin: 25px auto;
}
.reviews .slider-wrapper {
  position: relative;
  z-index: 2;
}
.reviews .slider-wrapper .nav-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.reviews .slider-wrapper .slick-arrow {
  background: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  color: #E98A16;
  position: relative;
  font-size: 16px;
  border: 2px solid currentColor;
  margin-left: 10px;
}
.reviews .review-item {
  display: flex;
  flex-direction: column;
}
.reviews .review-item .item {
  background-color: #fff;
  padding: 25px;
  border-radius: 9px;
  box-shadow: 0px 1px 1px #B4BED1;
  background-position: 95% 93%;
  background-repeat: no-repeat;
  background-image: url(/Resources/img/google.png);
  background-size: 25px;
}
.reviews .review-item .item .text-review {
  padding-bottom: 40px;
}
.reviews .review-item .item b, .reviews .review-item .item strong {
  display: block;
  margin-top: auto;
  color: #042E49;
}
.reviews .review-item .item .star-wrapper {
  display: table;
  overflow: hidden;
  position: relative;
  font-size: 19px;
  margin: 5px 0 0 0;
}
.reviews .review-item .item .star-wrapper .star-top {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
.reviews .review-item .item .star-wrapper i {
  color: #E98A16;
}
.reviews .review-item .item .star-wrapper .star-main i {
  color: transparent;
}

.knowledge-base {
  position: relative;
  padding: 65px 0;
}
.knowledge-base.homepage {
  padding: 0 0 50px;
}
.knowledge-base.homepage .news-wrapper-static {
  margin: 0 0 40px;
}
.knowledge-base.homepage .news-wrapper-static .text strong {
  font-size: 18px;
}
.knowledge-base .item {
  background-color: #fff;
  border-radius: 9px;
  display: table;
  color: #000000;
  width: 100%;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  position: relative;
}
.knowledge-base .item .description {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.knowledge-base .item .img-wrapper {
  position: relative;
  border-radius: 9px 9px 0 0;
  display: block;
  overflow: hidden;
}
.knowledge-base .item .img-wrapper img {
  max-width: 100%;
}
.knowledge-base .item .date {
  color: #042E49;
  text-align: right;
}
.knowledge-base .item .content {
  padding: 20px 15px 15px;
}
.knowledge-base .item span {
  color: #E98A16;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-family: "Cal Sans";
}
.knowledge-base .item span:after {
  content: "";
  position: relative;
  width: 18px;
  height: 14px;
  background-image: url(/Resources/img/arrow2.svg);
  right: 0;
  background-repeat: no-repeat;
  display: table;
  margin-left: 15px;
  background-size: contain;
}
.knowledge-base .item b {
  font-size: 21px;
  font-weight: 400;
  color: #042E49;
  margin-bottom: 10px;
  display: block;
  font-family: "Cal Sans";
}
.knowledge-base .title-main {
  margin-bottom: 30px;
}
.knowledge-base .title-main h1, .knowledge-base .title-main h2, .knowledge-base .title-main h3, .knowledge-base .title-main h5, .knowledge-base .title-main h6, .knowledge-base .title-main h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #042E49;
}
.knowledge-base .news-wrapper-static {
  color: #fff;
  padding: 20px;
  background: #042E49;
  border-radius: 9px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 40px 0;
}
.knowledge-base .news-wrapper-static img {
  max-width: 80px;
}
.knowledge-base .news-wrapper-static .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 80%;
}
.knowledge-base .news-wrapper-static .right {
  width: 25%;
  margin-left: auto;
}
.knowledge-base .news-wrapper-static .text {
  padding: 0px 20px 0 15px;
  font-size: 18px;
}
.knowledge-base .news-wrapper-static .text b, .knowledge-base .news-wrapper-static .text strong {
  display: block;
  font-size: 22px;
}
.knowledge-base .news-wrapper-static a {
  display: table;
  width: 100%;
  box-shadow: none;
  margin-left: auto;
  padding: 0 20px;
  text-align: left;
  color: #fff;
}
.knowledge-base .news-wrapper-static a:nth-of-type(1) {
  margin-bottom: 5px;
}
.knowledge-base .news-wrapper-static a svg {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767.5px) {
  .head-home {
    padding: 25px 0 25px;
  }
  .head-home:after {
    height: 135px;
    bottom: -1px;
  }
  .head-home .text h1, .head-home .text h2, .head-home .text h3, .head-home .text h4, .head-home .text h5, .head-home .text h6 {
    font-size: 30px;
    line-height: 40px;
  }
  .head-home .inner {
    margin: 50px 0 0px;
  }
  .head-home .inner .form-group {
    margin-bottom: 25px;
  }
  .head-home .link-bar {
    padding: 20px;
    margin-bottom: 30px;
  }
  .quick-links {
    padding: 40px 0;
  }
  .quick-links h1, .quick-links h2, .quick-links h3, .quick-links h4, .quick-links h6, .quick-links h5 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .quick-links .news-wrapper {
    padding: 20px;
    display: block;
  }
  .quick-links .news-wrapper .right, .quick-links .news-wrapper .left {
    width: 100%;
  }
  .quick-links .news-wrapper a {
    width: 100%;
  }
  .quick-links .news-wrapper .text {
    padding: 0;
    margin: 10px 0 20px;
  }
  .usp-section ul {
    padding: 35px 0 25px;
  }
  .usp-section ul li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .reviews {
    padding: 50px 0 0;
  }
  .reviews .slider-wrapper .nav-slider {
    margin-top: 20px;
  }
  .reviews .average {
    justify-content: flex-start;
    margin-top: 15px;
    width: 100%;
  }
  .reviews .average span {
    margin-left: 10px;
  }
  .reviews .average .star-wrapper {
    margin-right: 5px;
  }
  .reviews .average .star-wrapper b {
    font-size: 24px;
  }
  .aboutus {
    padding-bottom: 0;
    padding: 0;
  }
  .aboutus .usp ul {
    display: block;
    padding: 0;
    margin: 0 -15px 50px;
  }
  .aboutus .usp ul li {
    max-width: 100%;
    text-align: left;
  }
  .aboutus .inner {
    padding: 20px;
  }
  .aboutus .inner .btn-row .btn-default {
    margin: 0;
    min-width: 135px;
  }
  .aboutus .inner .btn-row .btn-default:nth-of-type(2) {
    margin-left: 10px;
  }
  .knowledge-base {
    padding: 0;
  }
  .knowledge-base .item {
    margin-bottom: 15px;
  }
  .knowledge-base .title-main {
    margin-bottom: 20px;
  }
  .knowledge-base .news-wrapper-static {
    padding: 20px;
    display: block;
    margin-top: 10px;
  }
  .knowledge-base .news-wrapper-static .right, .knowledge-base .news-wrapper-static .left {
    width: 100%;
  }
  .knowledge-base .news-wrapper-static a {
    padding: 5px 0;
  }
  .knowledge-base .news-wrapper-static .text {
    padding: 0;
    margin: 10px 0 20px;
  }
  .faq-section {
    padding: 0px 0;
  }
  .faq-section .news-wrapper-static {
    padding: 20px;
    display: block;
    margin-top: 10px;
  }
  .faq-section .news-wrapper-static .right, .faq-section .news-wrapper-static .left {
    width: 100%;
  }
  .faq-section .news-wrapper-static a {
    padding: 5px 0;
  }
  .faq-section .news-wrapper-static .text {
    padding: 0;
    margin: 10px 0 20px;
  }
  .faq-section .title-main h1, .faq-section .title-main h2, .faq-section .title-main h3, .faq-section .title-main h4, .faq-section .title-main h5, .faq-section .title-main h6 {
    font-size: 24px;
  }
}
.text-template-banner {
  position: relative;
  padding: 25px 0 50px;
  background: #042E49;
}
.text-template-banner img {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 450px;
}
.text-template-banner .inner {
  background: #ffffff;
  border-radius: 9px;
  padding: 20px 30px;
  margin: 50px auto -100px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(4, 46, 73, 0.2509803922);
  max-width: 1080px;
}
.text-template-banner .inner .form-group {
  margin-bottom: 0;
}
.text-template-banner .inner .form-group .form-control {
  background: #F0F2F5;
}
.text-template-banner .inner .price-total {
  color: #042E49;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.text-template-banner .inner .price-total img {
  cursor: pointer;
  width: 13px;
  position: relative;
  bottom: 0;
  margin: 0 0 0 5px;
}
.text-template-banner .inner .price-total b {
  font-size: 30px;
  color: var(--my-var, #E98A16);
  display: block;
  margin-bottom: 0;
  text-align: center;
  margin-right: 10px;
}
.text-template-banner .inner .type-switch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 9px;
  min-width: 260px;
}
.text-template-banner .inner .type-switch li {
  width: 50%;
}
.text-template-banner .inner .type-switch li:first-child {
  border-right: 1px solid #DFE3E9;
}
.text-template-banner .inner .type-switch li:first-child label {
  border-radius: 9px 0px 0px 9px;
}
.text-template-banner .inner .type-switch li:last-child label {
  border-radius: 0px 9px 9px 0px;
}
.text-template-banner .inner .type-switch li input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.text-template-banner .inner .type-switch li input:checked + label {
  font-weight: bold;
}
.text-template-banner .inner .type-switch li input:checked + label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--my-var, #E98A16);
  left: 0;
  z-index: 1;
}
.text-template-banner .inner .type-switch li label {
  color: #042E49;
  margin-bottom: 0;
  text-align: center;
  background: #FAFAFA;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 10px 12px;
  box-shadow: 0px 1px 1px #B4BED1;
}
.text-template-banner .breadcrumbs {
  margin: 0 0 50px;
}
.text-template-banner .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 15px;
}
.text-template-banner .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-template-banner .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.text-template-banner .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.text-template-banner .text {
  color: #fff;
}
.text-template-banner .text p:nth-of-type(1) {
  margin-bottom: 15px;
}
.text-template-banner .text ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.text-template-banner .text ul li a {
  color: #fff;
}
.text-template-banner .text ul li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  font-family: "font awesome 5 free";
}
.text-template-banner .text h1, .text-template-banner .text h2, .text-template-banner .text h3, .text-template-banner .text h4, .text-template-banner .text h5, .text-template-banner .text h6 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}

.simple-text {
  background: #F0F2F5;
  padding: 75px 0;
}
.simple-text h1, .simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
  font-size: 28px;
  display: table;
  margin-bottom: 15px;
  color: #042E49;
}
.simple-text h1 strong, .simple-text h2 strong, .simple-text h3 strong, .simple-text h4 strong, .simple-text h5 strong, .simple-text h6 strong {
  color: #E98A16;
  font-weight: 400;
}
.simple-text ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.simple-text ul li:before {
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 400;
  left: 0;
  font-size: 20px;
  font-family: "font awesome 5 free";
}
.simple-text a:not(.btn-default) {
  color: #E98A16;
  font-weight: 600;
}
.simple-text p {
  margin-bottom: 15px;
}
.simple-text .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 15px;
}
.simple-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.simple-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.simple-text .btn-default:hover {
  background: #042E49;
  color: #fff;
}

@media only screen and (max-width: 767.5px) {
  .text-template-banner .inner {
    margin: 50px 0 0px;
  }
  .text-template-banner .inner .form-group {
    margin-bottom: 25px;
  }
  .text-template-banner .text h1, .text-template-banner .text h2, .text-template-banner .text h3, .text-template-banner .text h4, .text-template-banner .text h5, .text-template-banner .text h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  font-size: 12px;
  display: table;
  margin: 25px auto 0 !important;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Quicksand", sans-serif;
  background: #F0F2F5;
  font-weight: 500;
  overflow-x: hidden;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  color: #042E49;
}

p {
  margin: 0;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 75px;
  max-width: 1550px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Cal Sans";
  font-weight: 400;
  line-height: initial;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.overlay-search {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(111, 111, 111, 0.5);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 12px;
  margin-bottom: 20px;
  list-style: none;
}
.breadcrumbs .container-fluid.custom {
  max-width: 1700px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 20px;
  color: #fff;
}
.breadcrumbs li:first-child span {
  display: none;
}
.breadcrumbs li:first-child:before {
  content: "";
  width: 15px;
  height: 14px;
  position: relative;
  display: table;
  background-image: url(/Resources/img/home.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -1px;
}
.breadcrumbs li:not(:last-child):after {
  font-size: 14px;
  content: "/";
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 6px;
}
.breadcrumbs li a {
  color: #fff;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors.thanks {
  padding: 200px 0;
  height: initial;
}
.errors.thanks .content {
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 320px;
  width: 100%;
  z-index: -1;
  background: #F0F2F5;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #042E49;
  padding: 40px 60px;
  border-radius: 20px;
  background: #F7F8FB;
  border-radius: 9px;
  box-shadow: 0px 1px 1px #E0E3E9;
}
.errors .content h4 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  padding: 12px 20px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: var(--my-var, #E98A16);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 20px auto 0 !important;
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.errors .content .btn-default:hover {
  background: #042E49;
  color: #fff;
}
.errors .content p {
  margin: 0;
}

.form-group {
  margin-bottom: 25px;
}
.form-group img {
  cursor: pointer;
  margin-left: 5px;
  margin: 0;
  width: 13px;
  position: relative;
  bottom: 0;
}
.form-group.has-error label {
  color: #D52D20;
}
.form-group.has-error .form-control {
  border-color: #D52D20;
  border-radius: 9px 9px 4px 4px;
}
.form-group.has-success .form-control {
  border-color: #4B8615;
  border-radius: 9px 9px 4px 4px;
}
.form-group.euro .wrapper {
  position: relative;
}
.form-group.euro .wrapper span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 24px;
}
.form-group.euro .wrapper .form-control {
  padding-left: 40px;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group label {
  color: #042E49;
  display: table;
  margin-bottom: 5px;
  font-weight: 600;
}
.form-group .form-control:not(.license-formatting) {
  height: inherit;
  padding: 16px 20px 13px;
  color: #000;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 9px;
  -webkit-appearance: none;
  border-bottom: 3px solid transparent;
}
.form-group .form-control:not(.license-formatting)::-webkit-inner-spin-button {
  display: none;
}
.form-group .form-control:not(.license-formatting):disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form-group .help-block {
  display: block;
  color: #D52D20;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
.copy {
  padding: 15px 0;
  background: #042E49;
  color: #fff;
}
.copy .container-fluid.custom {
  max-width: 1700px;
}
.copy .col-sm-7 {
  font-size: 14px;
}
.copy .col-sm-7 b, .copy .col-sm-7 strong {
  font-size: 16px;
}
.copy a {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
.copy b, .copy strong {
  margin-right: 10px;
  font-weight: 400;
}
.copy .txt-right {
  text-align: right;
}

footer {
  padding: 70px 0 100px;
  background-color: #FFFFFF;
  position: relative;
}
footer .logo-footer {
  position: absolute;
  bottom: 0;
  left: -25px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 285px;
}
footer .container-fluid.custom {
  max-width: 1700px;
}
footer .left-img a {
  margin-left: auto;
}
footer img:not(.logo-footer) {
  border: 1px solid #E0E3E9;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
  max-width: 220px;
  display: table;
  margin-bottom: 15px;
  min-height: 55px;
  max-height: 55px;
  object-fit: contain;
}
footer b {
  display: block;
  margin-bottom: 10px;
  color: #042E49;
  font-weight: 400;
  font-family: "Cal Sans";
}
footer .socials ul li {
  padding-left: 25px;
  color: #042E49;
  position: relative;
}
footer .socials ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
}
footer .socials ul li i, footer .socials ul li em {
  font-size: 14px;
  font-style: normal;
}
footer .socials ul li:nth-child(1):before {
  background-image: url("/Resources/img/icons/phone-icon.svg");
  top: 8px;
}
footer .socials ul li:nth-child(2):before {
  background-image: url("/Resources/img/icons/mail-icon.svg");
}
footer .socials ul li:nth-child(3):before {
  background-image: url("/Resources/img/icons/info-icon.svg");
}
footer ul li {
  margin: 2px 0 7px;
  color: #042E49;
}
footer a {
  display: table;
  color: #042E49;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #E98A16;
}

@media only screen and (max-width: 767.5px) {
  footer {
    padding: 35px 0;
  }
  footer img:not(.logo-footer) {
    background: #fff;
    margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }
  footer .left-img a {
    display: inline-block;
    margin: 0;
    width: 49%;
  }
  footer .left-img a img {
    width: 100%;
  }
  footer b {
    margin-top: 15px;
  }
  .copy {
    text-align: center;
  }
  .copy .txt-right {
    text-align: center;
    margin-top: 10px;
  }
  .copy b {
    margin: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1450px) {
  .container-fluid.custom {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
}
@media only screen and (max-width: 767.5px) {
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal .content {
    padding: 30px 15px !important;
    overflow: hidden;
  }
  .popup-modal .content .input-wrapper .form-control {
    width: 100%;
  }
  .popup-modal .content .btn-ripple {
    width: 100%;
    margin-top: 10px;
  }
  .popup-modal .content .width {
    max-width: 100%;
    margin: 0 auto;
  }
  .popup-modal .content .textdiv {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
  .popup-modal .content .textdiv h3 {
    font-size: 24px;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
}
