@charset "UTF-8";
/*! CSS Used from: https://www.kaagent.be/build/css/style-207ffbe580.css ; media=all */
@media all {
  .custom-header a,
  .custom-header img,
  .custom-header li,
  .custom-header ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }
  .custom-header header,
  .custom-header nav {
    display: block;
  }
  .custom-header *,
  .custom-header :after,
  .custom-header :before {
    box-sizing: border-box;
    *behavior: url(https://www.kaagent.be/build/js/polyfills/boxsizing.htc);
  }
  .custom-header a:focus {
    outline: thin dotted;
  }
  .custom-header ul {
    list-style: none;
  }
  .custom-header img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  .custom-header .clearfix {
    *zoom: 1;
  }
  .custom-header .clearfix:after,
  .custom-header .clearfix:before {
    display: table;
    content: " ";
  }
  .custom-header .clearfix:after {
    clear: both;
  }
  .custom-header .vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .custom-header [class*=" icon-"],
  .custom-header [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-header a {
    font-weight: inherit;
  }
  .custom-header a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s;
    font-style: inherit;
  }
  .custom-header a:focus,
  .custom-header a:hover {
    color: #00a4e4;
  }
  .custom-header a:active,
  .custom-header a:focus {
    outline: 0;
  }
  .custom-header li a {
    text-decoration: none;
  }
  .custom-header li a {
    color: #004185;
  }
  .custom-header img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-header ul {
    margin: 0 0 1.5em 16px;
  }
  .custom-header ul li {
    line-height: 1.5em;
    padding: 0;
  }
  .custom-header ul {
    list-style: square;
  }
  .custom-header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .custom-header nav ul li {
    list-style: none;
    list-style-image: none;
    padding: 0;
    background: none;
  }
  .custom-header nav ul {
    *zoom: 1;
  }
  .custom-header nav ul:after,
  .custom-header nav ul:before {
    display: table;
    content: " ";
  }
  .custom-header nav ul:after {
    clear: both;
  }
  .custom-header ::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
  }
  .custom-header ::-moz-placeholder {
    color: #999;
    font-style: italic;
  }
  .custom-header :-ms-input-placeholder {
    color: #999;
    font-style: italic;
  }
  .custom-header ::-ms-clear {
    display: none;
  }
  .custom-header .container {
    margin: 0 15px;
    position: relative;
    *zoom: 1;
    z-index: 12;
    max-width: 100%;
  }
  .custom-header .container:after,
  .custom-header .container:before {
    display: table;
    content: " ";
  }
  .custom-header .container:after {
    clear: both;
  }
}

@media (max-width: 47em) {
  .custom-header .container.mobile-no-m {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 47em) {
  .custom-header .container {
    margin: 0 20px;
  }
}

@media (min-width: 65em) {
  .custom-header .container {
    width: 980px;
    margin: 0 auto;
  }
}

@media (min-width: 84em) {
  .custom-header .container {
    width: 1240px;
  }
}

@media (min-width: 98em) {
  .custom-header .container {
    width: 1400px;
  }
}

@media all {
  .custom-header .container.container--full {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

@media all {
  .custom-header ::selection {
    background-color: rgba(7, 71, 145, 0.2);
    color: inherit;
  }
}

@media all {
  .custom-header .icon-profile:before {
    content: "";
  }
}

@media all {
  .custom-header .icon-search:before {
    content: "";
  }
}

@media all {
  .custom-header .icon-hamburger,
  .custom-header .icon-hamburger:after,
  .custom-header .icon-hamburger:before {
    width: 24px;
    position: absolute;
    height: 1px;
    border-top: 2px solid #fff;
    transition: 0.2s;
  }
}

@media all {
  .custom-header .icon-hamburger {
    position: relative;
  }
}

@media all {
  .custom-header .icon-hamburger:after,
  .custom-header .icon-hamburger:before {
    content: "";
    margin-left: 0;
  }
}

@media all {
  .custom-header .icon-hamburger:before {
    margin-top: 4px;
  }
}

@media all {
  .custom-header .icon-hamburger:after {
    margin-top: 10px;
  }
}

@media all {
  .custom-header .left {
    float: left;
  }
}

@media all {
  .custom-header .right {
    float: right;
  }
}

@media all {
  .custom-header .mobile-show {
    display: block;
  }
}

@media (min-width: 47em) {
  .custom-header .mobile-show {
    display: none;
  }
}

@media all {
  .custom-header .mobile-hide {
    display: none;
  }
}

@media (min-width: 47em) {
  .custom-header .mobile-hide {
    display: block;
  }
}

@media all {
  .custom-header .page-header {
    background-color: #fff;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: sticky;
  }
}

@media all {
  .custom-header .page-header__left,
  .custom-header .page-header__right {
    width: 45%;
    margin-left: 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all {
  .custom-header .page-header__logo {
    width: 20%;
    margin-left: 5%;
    transform: translateY(-80%);
    z-index: 9;
  }
}

@media all {
  .custom-header .mobile-account-trigger {
    display: -ms-flexbox;
    display: flex;
    margin-left: 5%;
    width: 40%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media all {
  .custom-header .mobile-account-trigger a {
    padding: 0 !important;
    color: #fff;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    background: none !important;
  }
}

@media all {
  .custom-header .mobile-account-trigger a:active,
  .custom-header .mobile-account-trigger a:focus,
  .custom-header .mobile-account-trigger a:hover {
    background: none !important;
    background-color: transparent;
  }
}

@media all {
  .custom-header .mobile-account-trigger span + i {
    margin-left: 10px;
  }
}

@media all {
  .custom-header .mobile-account-trigger i,
  .custom-header .mobile-account-trigger span {
    text-transform: none;
    color: #fff;
  }
}

@media all {
  .custom-header .mobile-account-trigger .icon-profile {
    font-size: 22px;
  }
}

@media (min-width: 47em) {
  .custom-header .mobile-account-trigger {
    display: none;
  }
}

@media all {
  .custom-header .page-header__logo--mobile {
    width: 20%;
    transform: translateY(20%);
    z-index: 9;
    height: 30px;
  }
}

@media all {
  .custom-header .page-header__logo--mobile img {
    width: 100%;
    margin: 0 auto;
  }
}

@media all {
  .custom-header .page-header__logo--mobile a,
  .custom-header .page-header__logo--mobile a:focus,
  .custom-header .page-header__logo--mobile a:hover {
    background: none !important;
    background-color: transparent;
  }
}

@media (min-width: 47em) {
  .custom-header .page-header__logo--mobile {
    display: none;
  }
}

@media all {
  .custom-header .top-banner {
    background-color: #004185;
    color: #fff;
    position: relative;
    z-index: 5;
    padding: 0;
    font-size: 12px;
  }
}

@media (min-width: 47em) {
  .custom-header .top-banner {
    font-size: 11px;
  }
}

@media (min-width: 65em) {
  .custom-header .top-banner {
    font-size: 12px;
  }
}

@media (min-width: 84em) {
  .custom-header .top-banner {
    font-size: 14px;
  }
}

@media all {
  .custom-header .top-banner .side-nav,
  .custom-header .top-banner .subnav {
    list-style: none;
    margin: 0;
  }
}

@media all {
  .custom-header .top-banner .side-nav li,
  .custom-header .top-banner .subnav li {
    height: 100%;
  }
}

@media all {
  .custom-header .top-banner .side-nav .account,
  .custom-header .top-banner .side-nav a,
  .custom-header .top-banner .subnav a {
    color: #fff;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
  }
}

@media all {
  .custom-header .top-banner .side-nav a.highlight,
  .custom-header .top-banner .subnav a.highlight {
    background-color: #00a4e4;
  }
}

@media all {
  .custom-header .top-banner .side-nav .account i,
  .custom-header .top-banner .side-nav a i {
    font-size: 19px;
  }
}

@media all {
  .custom-header .top-banner .side-nav .account.subnav__profile,
  .custom-header .top-banner .side-nav a.subnav__profile {
    padding: 0 15px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all {
  .custom-header .top-banner .side-nav .account i + span,
  .custom-header .top-banner .side-nav a i + span {
    margin-left: 10px;
  }
}

@media (min-width: 47em) {
  .custom-header .top-banner .side-nav .account,
  .custom-header .top-banner .side-nav a,
  .custom-header .top-banner .subnav a {
    padding: 15px;
    font-size: 12px;
  }
}

@media (min-width: 65em) {
  .custom-header .top-banner .side-nav .account,
  .custom-header .top-banner .side-nav a,
  .custom-header .top-banner .subnav a {
    padding: 20px 25px;
    font-size: 14px;
  }
}

@media all {
  .custom-header .top-banner .subnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all {
  .custom-header .top-banner .subnav li:focus a,
  .custom-header .top-banner .subnav li:hover a {
    background-color: #074791;
  }
}

@media (max-width: 47em) {
  .custom-header .top-banner .subnav {
    display: none;
  }
}

@media all {
  .custom-header .top-banner .side-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all {
  .custom-header .top-banner .side-nav > li:focus > a,
  .custom-header .top-banner .side-nav > li:hover > a {
    background-color: #074791;
  }
}

@media (max-width: 47em) {
  .custom-header .top-banner .side-nav > li {
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 47em) {
  .custom-header .top-banner .side-nav {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: -1px;
    border-bottom: 1px solid #fff;
    background: #fff;
  }
  .custom-header .top-banner .side-nav > li {
    padding-left: 1px;
  }
  .custom-header .top-banner .side-nav > li a {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all {
  .custom-header .top-banner .icon-search {
    font-size: 8px;
    padding: 0 5px;
  }
}

@media (min-width: 65em) {
  .custom-header .top-banner .icon-search {
    font-size: 10px;
    padding: 0;
  }
}

@media (min-width: 84em) {
  .custom-header .top-banner .icon-search {
    font-size: 11px;
  }
}

@media all {
  .custom-header .subnav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all {
  .custom-header .header-content {
    z-index: unset;
  }
}

@media (max-width: 47em) {
  .custom-header .header-content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 47em) {
  .custom-header .extra-nav-item {
    position: absolute;
    right: 0;
    top: 100%;
  }
  .custom-header .extra-nav-item a {
    background-color: #00a4e4;
    color: #fff;
  }
  .custom-header .extra-nav-item a:focus,
  .custom-header .extra-nav-item a:hover {
    background-color: #074791;
  }
}

@media all {
  .custom-header .extra-nav-item.desktop {
    display: none;
  }
}

@media (min-width: 47em) {
  .custom-header .extra-nav-item.desktop {
    display: block;
  }
}

@media all {
  .custom-header .extra-nav-item.extra-nav-item--square a {
    padding: 0 19px;
    background: #08519e;
    height: 100%;
  }
}

@media all {
  .custom-header .extra-nav-item.extra-nav-item--square a .icon {
    font-size: 15px;
  }
}

@media all {
  .custom-header .logo {
    position: relative;
    height: 60px;
    padding: 0;
    text-decoration: none;
    opacity: 1;
    backface-visibility: hidden;
    z-index: 100;
    *zoom: 1;
    display: block;
    margin: 0 auto;
  }
}

@media all {
  .custom-header .logo:after,
  .custom-header .logo:before {
    display: table;
    content: " ";
  }
}

@media all {
  .custom-header .logo:after {
    clear: both;
  }
}

@media (min-width: 65em) {
  .custom-header .logo {
    margin-top: 5px;
  }
}

@media (min-width: 84em) {
  .custom-header .logo {
    margin-top: -25px;
  }
}

@media all {
  .custom-header .logo img {
    display: block;
    height: 100%;
  }
}

@media (min-width: 47em) {
  .custom-header .logo img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

@media all {
  .custom-header .logo:focus,
  .custom-header .logo:hover {
    opacity: 1;
    backface-visibility: hidden;
  }
}

@media all {
  .custom-header .mobile-nav-trigger {
    display: block;
    width: 40%;
    margin-left: 5%;
  }
}

@media (min-width: 65em) {
  .custom-header .mobile-nav-trigger {
    display: none;
  }
}

@media all {
  .custom-header .main-nav {
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    color: #004185;
    padding: 20px 0;
  }
}

@media all {
  .custom-header .main-nav a {
    text-decoration: none;
    color: #004185;
    padding: 10px 0 10px 25px;
    display: block;
    border: none;
    font-size: 14px;
  }
}

@media all {
  .custom-header .main-nav .logo {
    padding: 0;
  }
}

@media (max-width: 47em) {
  .custom-header .main-nav {
    background: #004185;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -5%;
    padding: 15px 0;
  }
  .custom-header .main-nav a:focus,
  .custom-header .main-nav a:hover {
    background-color: #f3f7f9;
  }
}

@media all {
  .custom-header .main-nav li {
    float: left;
    width: auto;
  }
}

@media all {
  .custom-header .main-nav .trigger {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    width: 50px;
  }
}

@media all {
  .custom-header .main-nav .trigger .icon-hamburger {
    position: absolute;
    left: 14px;
    top: 8px;
  }
}

@media all {
  .custom-header .main-nav .nav-wrap {
    display: none;
    margin: 0;
  }
}

@media (min-width: 47em) {
  .custom-header .main-nav li {
    font-size: 11px;
    float: left;
    margin: 0;
    width: auto;
  }
  .custom-header .main-nav li:nth-child(odd) {
    border-right: 0 solid #f2f2f2;
  }
  .custom-header .main-nav a {
    display: inline-block;
    border: none;
    padding: 15px 5px 12px;
    font-weight: 700;
  }
  .custom-header .main-nav .trigger {
    display: none;
  }
  .custom-header .main-nav .nav-wrap {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -30px;
  }
}

@media (min-width: 65em) {
  .custom-header .main-nav li {
    font-size: 14px;
  }
  .custom-header .main-nav a {
    padding: 15px 10px;
  }
}

@media (min-width: 84em) {
  .custom-header .main-nav li {
    font-size: 17px;
  }
}

@media print {
  .custom-header * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .custom-header a,
  .custom-header a:visited {
    text-decoration: underline;
  }
  .custom-header img {
    page-break-inside: avoid;
  }
  .custom-header img {
    max-width: 100% !important;
  }
  .custom-header .main-nav {
    display: none;
  }
}

/* Mobile */

@media all {
  .custom-header a,
  .custom-header button,
  .custom-header img,
  .custom-header li,
  .custom-header ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }
  .custom-header *,
  .custom-header :after,
  .custom-header :before {
    box-sizing: border-box;
    *behavior: url(https://www.kaagent.be/build/js/polyfills/boxsizing.htc);
  }
  .custom-header a:focus {
    outline: thin dotted;
  }
  .custom-header ul {
    list-style: none;
  }
  .custom-header img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  .custom-header button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  .custom-header button {
    *overflow: visible;
  }
  .custom-header button {
    cursor: pointer;
    -webkit-appearance: button;
  }
  .custom-header .modaal-fullscreen.modaal-wrapper {
    z-index: 100222;
  }
  .custom-header .modaal-fullscreen .modaal-close {
    background: none !important;
    left: 0;
    top: 0;
    right: auto;
  }
  .custom-header .modaal-fullscreen .modaal-container {
    background: #004185;
  }
  .custom-header .modaal-fullscreen .modaal-content-container {
    padding-top: 20px;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-header .mobile-nav__list,
  .custom-header .modaal-fullscreen .modaal-content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-header .mobile-nav__list {
    list-style: none;
    margin: 0 0 -20px;
  }
  .custom-header .mobile-nav__list a {
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .custom-header .mobile-nav__list + .mobile-nav__list {
    margin-top: 25px;
  }
  .custom-header .mobile-nav__list li {
    margin-bottom: 20px;
    text-align: center;
  }
  .custom-header .mobile-nav__list.mobile-nav__list--main a {
    font-weight: 700;
    font-size: 21px;
  }
  .custom-header .mobile-nav__logo {
    margin-bottom: 60px;
  }
  .custom-header [class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-header a {
    font-weight: inherit;
  }
  .custom-header a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s;
    font-style: inherit;
  }
  .custom-header a:focus,
  .custom-header a:hover {
    color: #00a4e4;
  }
  .custom-header a:active,
  .custom-header a:focus {
    outline: 0;
  }
  .custom-header li a {
    text-decoration: none;
  }
  .custom-header li a {
    color: #004185;
  }
  .custom-header img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-header ul {
    margin: 0 0 1.5em 16px;
  }
  .custom-header ul li {
    line-height: 1.5em;
    padding: 0;
  }
  .custom-header ul {
    list-style: square;
  }
  .custom-header .button,
  .custom-header button {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  .custom-header button {
    line-height: normal;
  }
  .custom-header button {
    text-transform: none;
  }
  .custom-header button {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
    border: none;
  }
  .custom-header button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .custom-header .button,
  .custom-header a.button,
  .custom-header button {
    float: left;
    display: block;
    clear: both;
    transition: 0.3s;
    outline: 0;
    line-height: 1.2em;
    padding: 20px 30px;
    margin: 0;
    background: #00a4e4;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .custom-header .button:active,
  .custom-header .button:focus,
  .custom-header .button:hover,
  .custom-header a.button:active,
  .custom-header a.button:focus,
  .custom-header a.button:hover,
  .custom-header button:active,
  .custom-header button:focus,
  .custom-header button:hover {
    background: #0383b6;
  }
  .custom-header .button:active,
  .custom-header a.button:active,
  .custom-header button:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .custom-header .button::-moz-focus-inner,
  .custom-header a.button::-moz-focus-inner,
  .custom-header button::-moz-focus-inner {
    border: 0;
  }
  .custom-header .button.full,
  .custom-header a.button.full {
    width: 100%;
    float: none;
  }
  .custom-header button {
    -webkit-appearance: none;
  }
  .custom-header .button:focus,
  .custom-header a.button:focus,
  .custom-header button:focus {
    outline: 0;
    *outline: inherit;
    box-shadow: 0 0 1px 1px rgba(199, 199, 199, 0.1);
  }
  .custom-header ::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
  }
  .custom-header ::-moz-placeholder {
    color: #999;
    font-style: italic;
  }
  .custom-header :-ms-input-placeholder {
    color: #999;
    font-style: italic;
  }
  .custom-header ::-ms-clear {
    display: none;
  }
  .custom-header .modaal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .custom-header .modaal-wrapper.is-active {
    opacity: 1;
    visibility: visible;
  }
  .custom-header .modaal-wrapper {
    display: none;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .custom-header .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
  }
  .custom-header .modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-appearance: none;
  }
  .custom-header .modaal-wrapper [tabindex="0"] {
    outline: 0 !important;
  }
  .custom-header .modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
  }
  .custom-header .modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .custom-header .modaal-fullscreen .modaal-outer-wrapper {
    display: block;
  }
  .custom-header .modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
  }
  .custom-header .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .custom-header .modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
  }
  .custom-header .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
  }
  .custom-header .modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
  }
  .custom-header .modaal-close:focus,
  .custom-header .modaal-close:hover {
    outline: 0;
    background: #fff;
  }
  .custom-header .modaal-close:focus:after,
  .custom-header .modaal-close:focus:before,
  .custom-header .modaal-close:hover:after,
  .custom-header .modaal-close:hover:before {
    background: #b93d0c;
  }
  .custom-header .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
  .custom-header .modaal-close:after,
  .custom-header .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
  }
  .custom-header .modaal-close:before {
    transform: rotate(-45deg);
  }
  .custom-header .modaal-close:after {
    transform: rotate(45deg);
  }
  .custom-header .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
  }
  .custom-header .modaal-content-container {
    padding: 30px;
  }
}

@media screen and (max-height: 1000px) {
  .custom-header .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all {
  .custom-header ::selection {
    background-color: rgba(7, 71, 145, 0.2);
    color: inherit;
  }
}

@media all {
  .custom-header .icon-profile:before {
    content: "";
  }
}

@media all {
  .custom-header .mobile-hide {
    display: none;
  }
}

@media (min-width: 47em) {
  .custom-header .mobile-hide {
    display: block;
  }
}

@media all {
  .custom-header .logo {
    position: relative;
    height: 60px;
    padding: 0;
    text-decoration: none;
    opacity: 1;
    backface-visibility: hidden;
    z-index: 100;
    *zoom: 1;
    display: block;
    margin: 0 auto;
  }
}

@media all {
  .custom-header .logo:after,
  .custom-header .logo:before {
    display: table;
    content: " ";
  }
}

@media all {
  .custom-header .logo:after {
    clear: both;
  }
}

@media (min-width: 65em) {
  .custom-header .logo {
    margin-top: 5px;
  }
}

@media (min-width: 84em) {
  .custom-header .logo {
    margin-top: -25px;
  }
}

@media all {
  .custom-header .logo img {
    display: block;
    height: 100%;
  }
}

@media (max-width: 47em) {
  .custom-header .logo {
    height: 45px;
  }

  .custom-header .main-nav .logo {
    margin-top: -10px;
  }
}

@media (min-width: 47em) {
  .custom-header .logo img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

@media all {
  .custom-header .logo:focus,
  .custom-header .logo:hover {
    opacity: 1;
    backface-visibility: hidden;
  }
}

@media print {
  .custom-header * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .custom-header a,
  .custom-header a:visited {
    text-decoration: underline;
  }
  .custom-header img {
    page-break-inside: avoid;
  }
  .custom-header img {
    max-width: 100% !important;
  }
}
