/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bold;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 1em;
    line-height: 1.5;
    overflow-y: scroll;
    min-height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
}
body {
    font-family: "Lato", sans-serif;
    color: #27282b;
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 1200px) {
    body {
        font-size: calc(14.4px + 0.13333vw);
    }
}
.h1 {
    font-size: 36px;
}
@media (max-width: 1200px) {
    .h1 {
        font-size: calc(18.4px + 1.46667vw);
    }
}
.h2 {
    font-size: 28px;
}
@media (max-width: 1200px) {
    .h2 {
        font-size: calc(16.8px + 0.93333vw);
    }
}
.h3 {
    font-size: 24px;
}
@media (max-width: 1200px) {
    .h3 {
        font-size: calc(16px + 0.66667vw);
    }
}
.h4 {
    font-size: 20px;
}
@media (max-width: 1200px) {
    .h4 {
        font-size: calc(15.2px + 0.4vw);
    }
}
.h5 {
    font-size: 18px;
}
@media (max-width: 1200px) {
    .h5 {
        font-size: calc(14.8px + 0.26667vw);
    }
}
.h6 {
    font-size: 16px;
}
@media (max-width: 1200px) {
    .h6 {
        font-size: calc(14.4px + 0.13333vw);
    }
}
li > ol,
li > ul {
    margin-bottom: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset {
    min-width: 0;
    border: 0;
}
img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}
html {
    box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
p:last-child {
    margin-bottom: 0;
}
blockquote:last-child {
    margin-bottom: 0;
}
.contextual-region{
    position:relative;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-left: -12px;
    margin-right: -12px;
}
.flex--m0 {
    margin-left: 0;
    margin-right: 0;
}
.flex--no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.flex--no-gutter .flex__item {
    padding: 0;
}
.flex--space {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex--space .flex__item {
    width: auto;
    margin-bottom: 0;
}
.flex--space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex--space-around .flex__item {
    width: auto;
    margin-bottom: 0;
}
.flex__item {
    width: 100%;
    padding: 0 12px;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    margin-bottom: 24px;
}
.flex__item:last-child {
    margin-bottom: 0;
}
.flex__item--m0 {
    margin-bottom: 0;
}
.flex__item--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex__item--pr {
    margin-left: auto;
}
.flex__item--pl {
    margin-right: auto;
}
.flex__item--w0 {
    width: auto;
}
.flex--tiny {
    margin-left: -3px;
    margin-right: -3px;
}
.flex--tiny > .flex__item {
    padding: 0 3px;
}
.flex--small {
    margin-left: -6px;
    margin-right: -6px;
}
.flex--small > .flex__item {
    padding: 0 6px;
}
.flex--large {
    margin-left: -24px;
    margin-right: -24px;
}
.flex--large > .flex__item {
    padding: 0 24px;
}
.flex--huge {
    margin-left: -48px;
    margin-right: -48px;
}
.flex--huge > .flex__item {
    padding: 0 48px;
}
.flex--flush {
    margin-left: 0;
    margin-right: 0;
}
.flex--flush > .flex__item {
    padding: 0;
}
.flex--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex--center-h {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex--stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex--bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex--right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex__item--stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.flex--no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex--rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex--col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -12px;
    margin-right: -12px;
}
.container > div {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 12px;
    min-width: 275px;
}
.container--col-2 > div {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.container--col-3 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container--col-3 > div {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
}
.container--col-4 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container--col-4 > div {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.container--align-col-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.container--align-col-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container--align-col-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.container__item .section,
.container__item .center-div,
.container__item .paragraph--media {
    height: 100%;
}
.section {
    padding: 12px;
}
@media (min-width: 37.5em) {
    .section {
        padding: 24px;
    }
}
.section .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section--flush {
    padding: 0 !important;
}
.section--tiny {
    padding: 6px;
}
.section--small {
    padding: 12px;
}
.section--large {
    padding: 12px;
}
@media (min-width: 37.5em) {
    .section--large {
        padding: 48px;
    }
}
.section--huge {
    padding: 12px;
}
@media (min-width: 37.5em) {
    .section--huge {
        padding: 96px;
    }
}
.section--wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.section--header {
    padding: 48px 24px;
}
@media (max-width: 56.24em) {
    .section--header {
        padding: 12px;
    }
}
.section--grey {
    background-color: #f5f5f5;
}
.hero {
    width: 100vw;
}
.hero--small {
    height: 20vh;
}
.hero--medium {
    height: 50vh;
}
.hero--full {
    height: 100vh;
}
.hero__video {
    height: 100%;
}
.hero__body {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero__slider {
    height: 100%;
}
.hero__slider .slick-list,
.hero__slider .slick-track {
    height: 100%;
}
.cards-collection {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 37.5em) {
    .cards-collection {
        margin-left: -12px;
        margin-right: -12px;
    }
}
.cards-collection .card {
    margin: 24px 12px 0;
}
@media (min-width: 37.5em) {
    .cards-collection .card {
        width: calc((100% / 2) - 24px);
    }
    .cards-collection .card:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (min-width: 56.25em) {
    .cards-collection .card {
        width: calc(33.33% - 24px);
    }
    .cards-collection .card:nth-child(-n + 3) {
        margin-top: 0;
    }
}
.card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.card__image {
    border-bottom: 3px solid #006fac;
    height: calc(100% / (16 / 9));
    overflow: hidden;
}
.card__date {
    background-color: #006fac;
    color: #fff;
    left: 24px;
    padding: 12px 24px;
    position: absolute;
    top: 0;
}
.card__body {
    background: #fff;
    color: #27282b;
    padding: 12px 0 24px;
}
.card__link {
    margin: 24px 0 0;
}
.card__footer {
    margin-top: auto;
    padding: 12px;
}
.btn,
button:not(.pg-faq__trigger):not(.slick-arrow),
[type="button"],
[type="reset"],
[type="submit"] {
    padding: 12px 24px;
    background: #006fac;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-right: 24px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border: none;
}
.btn:last-child,
button:last-child,
:last-child[type="button"],
:last-child[type="reset"],
:last-child[type="submit"] {
    margin-right: 0;
}
.btn:hover,
button:not(.pg-faq__trigger):hover,
:hover[type="button"],
:hover[type="reset"],
:hover[type="submit"] {
    background: #004e79;
}
.btn--small {
    padding: 6px 12px;
}
.btn--large {
    padding: 24px 48px;
}
.btn--border {
    background: transparent;
    border: 2px solid #006fac;
    border-radius: 5px;
    color: #006fac;
}
.btn--border:hover {
    background: transparent;
    border: 2px solid #002d46;
    color: #002d46;
}
.icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/assets/images/settings.svg");
    margin-right: 6px;
    position: relative;
    bottom: -0.125em;
}
.icon--small {
    font-size: 8px;
}
.icon--large {
    font-size: 32px;
}
.icon--huge {
    font-size: 64px;
}
.icon--only {
    margin-right: 0;
}
.icon--home {
    background-image: url("/assets/images/icon-home.svg");
}
.icon--twitter {
    background-image: url("/assets/images/icon-twitter.svg");
}
.icon--twitter-white {
    background-image: url("/assets/images/icon-twitter-white.svg");
}
.icon--fb {
    background-image: url("/assets/images/icon-fb.svg");
}
.icon--fb-white {
    background-image: url("/assets/images/icon-fb-white.svg");
}
.icon--cart {
    background-image: url("/assets/images/cart.svg");
}
.icon--file-upload {
    background-image: url("/assets/images/icon-file-upload.svg");
}
.file {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 24px 48px;
    display: block;
    background-image: url("/assets/images/filetype-und-icon.png");
    background-size: 36px auto;
}
.file--pdf {
    background-image: url("/assets/images/filetype-pdf-icon.png");
}
.file--xlsx,
.file--xls {
    background-image: url("/assets/images/filetype-xls-icon.png");
}
.file--docx,
.file--doc {
    background-image: url("/assets/images/filetype-doc-icon.png");
}
.file--ppt,
.file--pptx,
.file--pps,
.file--ppsx {
    background-image: url("/assets/images/filetype-ppt-icon.png");
}
.file--txt {
    background-image: url("/assets/images/filetype-txt-icon.png");
}
.file--xps {
    background-image: url("/assets/images/filetype-xps-icon.png");
}
html.menu-open {
    overflow-x: hidden;
    overflow-y: hidden;
}
.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 300px;
    padding: 24px 0;
}
.menu__item {
    list-style: none;
}
.menu__item a {
    color: #27282b;
    display: block;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 1200px) {
    .menu__item a {
        font-size: calc(14.8px + 0.26667vw);
    }
}
.menu__item .menu {
    padding: 0;
}
@media (max-width: 56.24em) {
    .menu__item a {
        padding: 12px 0;
    }
}
@media (min-width: 56.25em) {
    .menu {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        max-width: none;
        padding: 0;
    }
    .menu__item {
        position: relative;
    }
    .menu__item:last-child .menu,
    .menu__item:nth-last-child(2) .menu {
        left: auto;
        right: 24px;
    }
    .menu__item:last-child .menu__item .menu,
    .menu__item:nth-last-child(2) .menu__item .menu {
        left: auto;
        right: 100%;
    }
    .menu__item .menu {
        background-color: #f4f4f4;
        display: block;
        left: 24px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        transition:
            width 300ms ease,
            visibility 300ms ease;
        visibility: hidden;
        width: 0;
    }
    .menu__item .menu__item {
        white-space: nowrap;
        width: 100%;
    }
    .menu__item .menu__item .menu {
        background-color: #dbdbdb;
        left: 100%;
        top: 0;
    }
    .menu__item .menu:hover {
        overflow: visible;
    }
    .menu__item:hover > .menu {
        visibility: visible;
        width: 100%;
    }
}
@media (max-width: 56.24em) {
    .menu-wrapper {
        background-color: #f4f4f4;
        height: 100%;
        left: -110vw;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 24px;
        position: fixed;
        top: auto;
        transition: left 800ms ease-in-out;
        width: 100%;
    }
    .menu-open .menu-wrapper {
        left: 0;
    }
    .menu-wrapper > .menu {
        height: 100%;
        margin-bottom: 240px;
    }
}
.menu-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}
.menu-actions__item {
    list-style: none;
}
@media (min-width: 56.25em) {
    .menu-actions {
        display: none;
    }
}
.action-toggle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    margin: 12px;
    position: relative;
    text-indent: -200vw;
    width: 40px;
}
.action-toggle__menu {
    background-color: #006fac;
    display: block;
    height: 3px;
    transition: background-color 200ms ease-in-out;
    width: 40px;
}
.action-toggle__menu::before,
.action-toggle__menu::after {
    background-color: #006fac;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition:
        top 300ms ease-in-out 200ms,
        bottom 300ms ease-in-out 200ms,
        -webkit-transform 300ms ease-in-out;
    transition:
        transform 300ms ease-in-out,
        top 300ms ease-in-out 200ms,
        bottom 300ms ease-in-out 200ms;
    transition:
        transform 300ms ease-in-out,
        top 300ms ease-in-out 200ms,
        bottom 300ms ease-in-out 200ms,
        -webkit-transform 300ms ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
}
.action-toggle__menu::before {
    top: 0;
}
.action-toggle__menu::after {
    bottom: 0;
}
.menu-open .action-toggle__menu {
    background-color: transparent;
}
.menu-open .action-toggle__menu::before,
.menu-open .action-toggle__menu::after {
    transition:
        top 300ms ease-in-out,
        bottom 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out 200ms;
    transition:
        transform 300ms ease-in-out 200ms,
        top 300ms ease-in-out,
        bottom 300ms ease-in-out;
    transition:
        transform 300ms ease-in-out 200ms,
        top 300ms ease-in-out,
        bottom 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out 200ms;
}
.menu-open .action-toggle__menu::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1.5px);
}
.menu-open .action-toggle__menu::after {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb {
    color: #3f4146;
}
.breadcrumb ol {
    margin: 0;
}
.breadcrumb ol li {
    list-style: none;
    display: inline-block;
}
.breadcrumb ol li a {
    color: #4a4a4a;
    text-decoration: none;
}
.pager__items {
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}
.pager__item {
    padding: 12px;
    background: #fff;
    display: block;
    border: 1px solid #cccccc;
}
.pager__item:hover {
    background: #e6e6e6;
}
.pager__item.current {
    background: #e6e6e6;
}
.pager__item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pager__item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager__item:first-child:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
.slick-list:focus {
    outline: none;
}
.slick-list .dragging {
    cursor: hand;
}
.slick-list .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
.slick-list .slick-slider .slick-track:before {
    display: table;
    content: "";
}
.slick-list .slick-slider .slick-track:after {
    display: table;
    content: "";
    clear: both;
}
.slick-list .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 12px;
    bottom: 24px;
    left: 0;
    position: absolute;
    right: 0;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li div {
    width: 15px;
    height: 15px;
    background-color: #002d46;
    border-radius: 100%;
}
.slick-dots li.slick-active div {
    background-color: #006fac;
}
.slick-arrow {
    background: #fff;
    position: absolute;
    top: 50%;
    left: -48px;
    width: 25px;
    height: 50px;
    display: block;
    background-image: url("/assets/images/slider-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
}
.slick-arrow.slick-next {
        right: -48px;
    left: inherit;
}
.slider--center .slick-list {
    padding: 60px 0 !important;
}
.slider--center .slick-slide {
    margin: 0 12px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
    transition: all 300ms ease;
}
.slider--center .slick-center {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
    transition: all 300ms ease;
}
.slick-prev:hover,  .slick-next:hover{
    color:#006fac !important;
    outline:#006fac !important;
    background:#006fac !important;
}
.slick-next:focus, .slick-prev:focus{
   color:rgba(255, 255, 255, 0.6) !important;
    outline:rgba(255, 255, 255, 0.6) !important;
    background:rgba(255, 255, 255, 0.6) !important;
}

.stick-to-top {
    position: relative;
    z-index: 499 !important;
}
.flag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.flag__img {
    border-bottom: 6px solid #006fac;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 35%;
    height: auto;
}
.flag__body {
    color: #27282b;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 24px;
}
.flag__title {
    margin-bottom: 12px;
}
.flag__text {
    margin-bottom: 24px;
}
.flag__btn {
    padding: 12px 24px;
    width: 50%;
}
.flag__date {
    background-color: #006fac;
    color: #fff;
    left: 24px;
    padding: 12px 24px;
    position: absolute;
    top: 0;
}
.flag--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flag__info {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-right: 24px;
    padding-left: 36px;
}
.flag__info--date {
    background-image: url("/assets/images/icon-clock.svg");
}
.flag__info--location {
    background-image: url("/assets/images/icon-location.svg");
}
.flag--rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flag--rev .flag__body {
    padding-left: 0;
    padding-right: 24px;
}
.flag--tiny .flag__body {
    padding-left: 6px;
}
.flag--tiny.flag--reverse .flag__body {
    padding-left: 0;
    padding-right: 6px;
}
.flag--small .flag__body {
    padding-left: 12px;
}
.flag--small.flag--reverse .flag__body {
    padding-left: 0;
    padding-right: 12px;
}
.flag--large .flag__body {
    padding-left: 48px;
}
.flag--large.flag--reverse .flag__body {
    padding-left: 0;
    padding-right: 48px;
}
.flag--huge .flag__body {
    padding-left: 96px;
}
.flag--huge.flag--reverse .flag__body {
    padding-left: 0;
    padding-right: 96px;
}
.flag--flush .flag__body {
    padding-right: 0;
    padding-left: 0;
}
.flag--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flag--bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flag--stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flag--stretch .flag__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.flag--stretch .flag__body {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 56.24em) {
    .flag--responsive {
        display: block;
    }
    .flag--responsive .flag__img {
        width: 100%;
        padding-bottom: 24px;
        width: 100%;
        max-width: none;
    }
    .flag--responsive .flag__body {
        padding-right: 0;
        padding-left: 0;
    }
}
table {
    max-width: 100%;
}
.table tr th {
    padding: 6px 6px;
}
.table tr td {
    padding: 6px 6px;
}
.table--clean {
    border: none;
}
.table--clean tr th {
    border: none;
}
.table--clean tr td {
    border: none;
}
.u-1\/2 {
    width: 50% !important;
    margin-bottom: 0 !important;
}
.u-2\/2 {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.u-1\/4 {
    width: 25% !important;
    margin-bottom: 0 !important;
}
.u-2\/4 {
    width: 50% !important;
    margin-bottom: 0 !important;
}
.u-3\/4 {
    width: 75% !important;
    margin-bottom: 0 !important;
}
.u-4\/4 {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.u-1\/5 {
    width: 20% !important;
    margin-bottom: 0 !important;
}
.u-2\/5 {
    width: 40% !important;
    margin-bottom: 0 !important;
}
.u-3\/5 {
    width: 60% !important;
    margin-bottom: 0 !important;
}
.u-4\/5 {
    width: 80% !important;
    margin-bottom: 0 !important;
}
.u-5\/5 {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.u-1\/10 {
    width: 10% !important;
    margin-bottom: 0 !important;
}
.u-2\/10 {
    width: 20% !important;
    margin-bottom: 0 !important;
}
.u-3\/10 {
    width: 30% !important;
    margin-bottom: 0 !important;
}
.u-4\/10 {
    width: 40% !important;
    margin-bottom: 0 !important;
}
.u-5\/10 {
    width: 50% !important;
    margin-bottom: 0 !important;
}
.u-6\/10 {
    width: 60% !important;
    margin-bottom: 0 !important;
}
.u-7\/10 {
    width: 70% !important;
    margin-bottom: 0 !important;
}
.u-8\/10 {
    width: 80% !important;
    margin-bottom: 0 !important;
}
.u-9\/10 {
    width: 90% !important;
    margin-bottom: 0 !important;
}
.u-10\/10 {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.u-1\/12 {
    width: 8.33333% !important;
    margin-bottom: 0 !important;
}
.u-2\/12 {
    width: 16.66667% !important;
    margin-bottom: 0 !important;
}
.u-3\/12 {
    width: 25% !important;
    margin-bottom: 0 !important;
}
.u-4\/12 {
    width: 33.33333% !important;
    margin-bottom: 0 !important;
}
.u-5\/12 {
    width: 41.66667% !important;
    margin-bottom: 0 !important;
}
.u-6\/12 {
    width: 50% !important;
    margin-bottom: 0 !important;
}
.u-7\/12 {
    width: 58.33333% !important;
    margin-bottom: 0 !important;
}
.u-8\/12 {
    width: 66.66667% !important;
    margin-bottom: 0 !important;
}
.u-9\/12 {
    width: 75% !important;
    margin-bottom: 0 !important;
}
.u-10\/12 {
    width: 83.33333% !important;
    margin-bottom: 0 !important;
}
.u-11\/12 {
    width: 91.66667% !important;
    margin-bottom: 0 !important;
}
.u-12\/12 {
    width: 100% !important;
    margin-bottom: 0 !important;
}
@media all {
    .u-1\/2\@initial {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/2\@initial {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/4\@initial {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/4\@initial {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/4\@initial {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/4\@initial {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/5\@initial {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/5\@initial {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/5\@initial {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/5\@initial {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/5\@initial {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/10\@initial {
        width: 10% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/10\@initial {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/10\@initial {
        width: 30% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/10\@initial {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/10\@initial {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/10\@initial {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/10\@initial {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/10\@initial {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/10\@initial {
        width: 90% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/10\@initial {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/12\@initial {
        width: 8.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/12\@initial {
        width: 16.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/12\@initial {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/12\@initial {
        width: 33.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/12\@initial {
        width: 41.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/12\@initial {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/12\@initial {
        width: 58.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/12\@initial {
        width: 66.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/12\@initial {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/12\@initial {
        width: 83.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-11\/12\@initial {
        width: 91.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-12\/12\@initial {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 37.5em) {
    .u-1\/2\@small {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/2\@small {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/4\@small {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/4\@small {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/4\@small {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/4\@small {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/5\@small {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/5\@small {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/5\@small {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/5\@small {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/5\@small {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/10\@small {
        width: 10% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/10\@small {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/10\@small {
        width: 30% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/10\@small {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/10\@small {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/10\@small {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/10\@small {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/10\@small {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/10\@small {
        width: 90% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/10\@small {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/12\@small {
        width: 8.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/12\@small {
        width: 16.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/12\@small {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/12\@small {
        width: 33.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/12\@small {
        width: 41.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/12\@small {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/12\@small {
        width: 58.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/12\@small {
        width: 66.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/12\@small {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/12\@small {
        width: 83.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-11\/12\@small {
        width: 91.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-12\/12\@small {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 56.25em) {
    .u-1\/2\@medium {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/2\@medium {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/4\@medium {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/4\@medium {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/4\@medium {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/4\@medium {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/5\@medium {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/5\@medium {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/5\@medium {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/5\@medium {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/5\@medium {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/10\@medium {
        width: 10% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/10\@medium {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/10\@medium {
        width: 30% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/10\@medium {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/10\@medium {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/10\@medium {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/10\@medium {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/10\@medium {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/10\@medium {
        width: 90% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/10\@medium {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/12\@medium {
        width: 8.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/12\@medium {
        width: 16.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/12\@medium {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/12\@medium {
        width: 33.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/12\@medium {
        width: 41.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/12\@medium {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/12\@medium {
        width: 58.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/12\@medium {
        width: 66.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/12\@medium {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/12\@medium {
        width: 83.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-11\/12\@medium {
        width: 91.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-12\/12\@medium {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 75em) {
    .u-1\/2\@large {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/2\@large {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/4\@large {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/4\@large {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/4\@large {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/4\@large {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/5\@large {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/5\@large {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/5\@large {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/5\@large {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/5\@large {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/10\@large {
        width: 10% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/10\@large {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/10\@large {
        width: 30% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/10\@large {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/10\@large {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/10\@large {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/10\@large {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/10\@large {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/10\@large {
        width: 90% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/10\@large {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/12\@large {
        width: 8.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/12\@large {
        width: 16.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/12\@large {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/12\@large {
        width: 33.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/12\@large {
        width: 41.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/12\@large {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/12\@large {
        width: 58.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/12\@large {
        width: 66.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/12\@large {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/12\@large {
        width: 83.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-11\/12\@large {
        width: 91.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-12\/12\@large {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 100em) {
    .u-1\/2\@huge {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/2\@huge {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/4\@huge {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/4\@huge {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/4\@huge {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/4\@huge {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/5\@huge {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/5\@huge {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/5\@huge {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/5\@huge {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/5\@huge {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/10\@huge {
        width: 10% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/10\@huge {
        width: 20% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/10\@huge {
        width: 30% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/10\@huge {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/10\@huge {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/10\@huge {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/10\@huge {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/10\@huge {
        width: 80% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/10\@huge {
        width: 90% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/10\@huge {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .u-1\/12\@huge {
        width: 8.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-2\/12\@huge {
        width: 16.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-3\/12\@huge {
        width: 25% !important;
        margin-bottom: 0 !important;
    }
    .u-4\/12\@huge {
        width: 33.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-5\/12\@huge {
        width: 41.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-6\/12\@huge {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
    .u-7\/12\@huge {
        width: 58.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-8\/12\@huge {
        width: 66.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-9\/12\@huge {
        width: 75% !important;
        margin-bottom: 0 !important;
    }
    .u-10\/12\@huge {
        width: 83.33333% !important;
        margin-bottom: 0 !important;
    }
    .u-11\/12\@huge {
        width: 91.66667% !important;
        margin-bottom: 0 !important;
    }
    .u-12\/12\@huge {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}

.center-div--w1920 {
    max-width: 1920px;
}

.center-div--small {
    max-width: 600px;
}
.center-div {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.center-div--medium {
    max-width: 900px;
}
.u-object-fit {
    display: block;
    width: 100%;
    height: 100%;
}
.u-object-fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.u-object-fit.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.u-object-fit.compat-object-fit > img {
    opacity: 0;
}
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
table,
fieldset {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
dd,
ol,
ul {
    margin-left: 24px;
    margin-left: 1.5rem;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
@import url("//use.typekit.net/bqq6wdm.css");
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
html.menu-open {
    overflow-x: hidden;
    overflow-y: hidden;
}
html,
body {
    font-weight: 300;
}
img {
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #27282b;
    line-height: 1.25;
    font-style: italic;
    font-weight: 600;
}
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul {
    margin-top: -18px !important;
}
h1,
.h1 {
    font-size: 36px;
}
@media (max-width: 1200px) {
    h1,
    .h1 {
        font-size: calc(18.4px + 1.46667vw);
    }
}
h2,
.h2 {
    font-size: 30px;
}
@media (max-width: 1200px) {
    h2,
    .h2 {
        font-size: calc(17.2px + 1.06667vw);
    }
}
h3,
.h3 {
    font-size: 24px;
}
@media (max-width: 1200px) {
    h3,
    .h3 {
        font-size: calc(16px + 0.66667vw);
    }
}
ul.bullets {
    margin: 0 0 48px 1.5em;
    padding: 0;
}
ul.bullets li {
    list-style: none;
}
ul.bullets li::before {
    content: "\2022";
    color: #006fac;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
span.highlight {
    color: #006fac;
    font-weight: 700;
}
.layout-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.more-link {
    margin: 72px auto 0;
    text-align: center;
}
@media (min-width: 37.5em) {
    .more-link {
        width: 33.33333%;
    }
}
.more-link a {
    background-color: #006fac;
    background-image: url("/assets/images/icon-btn-arrow.svg");
    background-position: center right 24px;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 25px;
    box-shadow: 0 0 12px -2px rgba(0, 141, 255, 0.5);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    transition:
        background-color 300ms ease,
        background-position 300ms ease,
        color 300ms ease;
}
.more-link a:hover {
    background-color: #004e79;
    background-image: url("/assets/images/icon-btn-arrow.svg");
    background-position: center right 18px;
    background-repeat: no-repeat;
    background-size: 8px;
}
.center-div {
    position: relative;
}
.center-div--narrow {
    max-width: 1000px;
}
.btn {
    background-color: #006fac;
    background-image: url("/assets/images/icon-btn-arrow.svg");
    background-position: center right 24px;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 25px;
    box-shadow: 0 0 12px -2px rgba(0, 141, 255, 0.5);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 48px 12px 24px;
    transition:
        background-color 300ms ease,
        background-position 300ms ease,
        color 300ms ease;
}
@media (min-width: 37.5em) {
    .btn {
        padding: 12px 48px;
    }
}
@media (min-width: 56.25em) {
    .btn {
        padding: 12px 72px;
    }
}
.btn:hover {
    background-image: url("/assets/images/icon-btn-arrow.svg");
    background-position: center right 18px;
    background-repeat: no-repeat;
    background-size: 8px;
}
.btn--empty {
    background-position: center;
    padding: 24px 36px;
}
.btn--arrow {
    background-image: url("/assets/images/icon-btn-arrow.svg");
}
.btn--arrow:hover {
    background-image: url("/assets/images/icon-btn-arrow.svg");
    background-position: center right 18px;
    background-repeat: no-repeat;
    background-size: 8px;
}
.btn--search {
    background-image: url("/assets/images/icon-search.svg");
    background-position: center left 18px;
    background-size: 20px;
}
.btn--search:hover {
    background-image: url("/assets/images/icon-search.svg");
    background-position: center left 18px;
    background-repeat: no-repeat;
    background-size: 20px;
}
.btn--white {
    background-color: #fff;
    box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.31);
    color: #006fac;
}
.btn--white:hover {
    background-color: #002d46;
    color: #fff;
}
.slick-slide:active,
.slick-slide:focus {
    outline: none;
}
.slick-slide a:active,
.slick-slide a:focus {
    outline: none;
}
.js-slider {
    height: 100%;
}
.js-slider .slick-list,
.js-slider .slick-track {
    height: 100%;
}
.js-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.6);
    background-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.js-slider .slick-arrow.slick-prev {
    left: 96px;
}
.js-slider .slick-arrow.slick-next {
    right: 96px;
}
.icon--location {
    background-image: url("/assets/images/icon-location.svg");
}
.icon--clock {
    background-image: url("/assets/images/icon-clock.svg");
}
.icon--handshake {
    background-image: url("/assets/images/icon-handshake.svg");
}
.icon--email {
    background-image: url("/assets/images/icon-email.svg");
}
.icon--phone {
    background-image: url("/assets/images/icon-phone.svg");
}
.icon--whatsapp {
    background-image: url("/assets/images/icon-whatsapp.svg");
}
.social-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.social-icons .social {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    height: 35px;
    margin-right: 8px;
    width: 35px;
}
.social-icons .social:last-child {
    margin-right: 0;
}
.social-icons .social--facebook {
    background-image: url("/assets/images/icon-facebook.svg");
}
.social-icons .social--twitter {
    background-image: url("/assets/images/icon-twitter.svg");
}
.social-icons .social--linkedin {
    background-image: url("/assets/images/icon-linkedin.svg");
}
.social-icons .social--instagram {
    background-image: url("/assets/images/icon-instagram.svg");
}
.wave {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wave::before {
    background-color: transparent;
    background-image: url("/assets/images/havenwerk-wave.svg");
    background-position: center bottom -2px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: -50px;
    pointer-events: none;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 490;
}
.wave--white::before {
    background-image: url("/assets/images/havenwerk-wave-white.svg");
}
.wave--blue::before {
    background-image: url("/assets/images/havenwerk-wave-blue.svg");
}
.wave--white-blue::before {
    background-image: url("/assets/images/havenwerk-wave-blue.svg");
}
.wave--white-blue::after {
    background-color: transparent;
    background-image: url("/assets/images/havenwerk-wave-white.svg");
    background-position: center bottom -2px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: -50px;
    pointer-events: none;
    position: absolute;
    right: -50px;
    top: 5px;
    z-index: 490;
}
.wave--section {
    height: 12vw;
}
main {
    position: relative;
    z-index: 11;
}
.main--negative {
    padding-bottom: 0;
    padding-top: 0;
}
@media (min-width: 56.25em) {
    .main--negative {
        margin-top: -30px;
    }
}
@media (min-width: 62.5em) {
    .main--negative {
        margin-top: -50px;
    }
}
@media (min-width: 75em) {
    .main--negative {
        margin-top: -70px;
    }
}
@media (min-width: 93.75em) {
    .main--negative {
        margin-top: -100px;
    }
}
.section--header {
    padding: 0;
}
@media (min-width: 56.25em) {
    .section--header {
        padding: 24px 0 0;
    }
}
.section--blue {
    background-color: #006fac;
}
.section--grey {
    background-color: #f4f4f4;
}
.section--grey + .wave--section {
    background-color: #f4f4f4;
}
.section--large {
    padding: 36px 12px;
}
@media (min-width: 56.25em) {
    .section--large {
        padding: 36px 24px;
    }
}
@media (min-width: 75em) {
    .section--large {
        padding: 48px 24px;
    }
}
.section--huge {
    padding: 48px 12px;
}
@media (min-width: 56.25em) {
    .section--huge {
        padding: 72px 24px;
    }
}
@media (min-width: 75em) {
    .section--huge {
        padding: 96px 24px;
    }
}
.section--title {
    margin-bottom: 24px;
}
.section--intro {
    padding-bottom: 0;
    padding-top: 0;
}
.section--intro + .section {
    padding-top: 0;
}
.sticky-wrapper {
    margin-bottom: 48px;
}
.sticky-wrapper + .hero-front-page,
.sticky-wrapper + .hero-base-page {
    margin-top: -48px;
}
.stick-to-top {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.header {
    background-color: #fff;
}
.header__desktop {
    display: none;
}
@media (min-width: 56.25em) {
    .header__desktop {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 12px;
    }
}
.header__logo {
    margin: 0 12px;
    position: relative;
    width: 315px;
}
.header__logo::before,
.header__logo::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 2;
}
.header__logo::after {
    left: auto;
    right: 0;
}
.header__logo a {
    display: block;
}
.header__logo a::before {
    background-color: #fff;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 2;
}
.header__logo .logo-img {
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 1;
}
.header__mobile .header__logo {
    height: 50px;
    width: 215px;
    z-index: 491;
}
.header__mobile .header__logo a::before {
    top: 5px;
}
.header__mobile .header__logo .logo-img {
    top: 5px;
}
.header__menu {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: calc(50% - ((250px + 24px) / 2));
}
.header__menu--left {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__menu--right {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header__mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 56.25em) {
    .header__mobile {
        display: none;
    }
}
.header__actions {
    margin-left: auto;
}
.header__mobile-menu {
    background-color: #f4f4f4;
    height: 100vh;
    left: -110vw;
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px;
    position: fixed;
    top: 50px;
    transition: left 800ms ease-in-out;
    width: 100%;
    z-index: 490;
}
.menu-open .header__mobile-menu {
    left: 0;
}
@media (min-width: 56.25em) {
    .header__mobile-menu {
        position: relative;
        height: auto;
        left: auto;
        z-index: 1;
    }
}
.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 300px;
    padding: 24px 0;
}
.menu__item {
    margin: 6px 0;
    list-style: none;
}
.menu__item a {
    color: #27282b;
    display: block;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 18px;
    transition: color 300ms ease;
}
@media (max-width: 1200px) {
    .menu__item a {
        font-size: calc(14.8px + 0.26667vw);
    }
}
.menu__item a:hover {
    color: #006fac;
}
.menu__item--active-trail a {
    color: #006fac;
}
@media (max-width: 56.24em) {
    .menu {
        padding-bottom: 24px;
        padding-top: 0;
    }
    .menu:first-child {
        padding-bottom: 0;
        padding-top: 24px;
    }
    .menu__item a {
        padding: 12px 0;
    }
}
@media (min-width: 56.25em) {
    .menu {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        max-width: none;
        padding: 0;
    }
    .header__menu--left .menu .menu__item:first-child {
        display: none;
    }
}
@media (min-width: 56.25em) and (max-width: 80em) {
    .menu__item a {
        padding: 12px;
    }
    .menu__item:first-child a {
        margin-left: 12px;
    }
    .menu__item:last-child a {
        margin-right: 12px;
    }
}
.menu-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}
.menu-actions__item {
    list-style: none;
}
.action-toggle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    margin: 12px;
    position: relative;
    text-indent: -200vw;
    width: 40px;
}
.action-toggle__menu {
    background-color: #006fac;
    display: block;
    height: 3px;
    transition: background-color 200ms ease-in-out;
    width: 40px;
}
.action-toggle__menu::before,
.action-toggle__menu::after {
    background-color: #006fac;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition:
        top 300ms ease-in-out 200ms,
        bottom 300ms ease-in-out 200ms,
        -webkit-transform 300ms ease-in-out;
    transition:
        transform 300ms ease-in-out,
        top 300ms ease-in-out 200ms,
        bottom 300ms ease-in-out 200ms;
    transition:
        transform 300ms ease-in-out,
        top 300ms ease-in-out 200ms,
        bottom 300ms ease-in-out 200ms,
        -webkit-transform 300ms ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
}
.action-toggle__menu::before {
    top: 0;
}
.action-toggle__menu::after {
    bottom: 0;
}
.menu-open .action-toggle__menu {
    background-color: transparent;
}
.menu-open .action-toggle__menu::before,
.menu-open .action-toggle__menu::after {
    transition:
        top 300ms ease-in-out,
        bottom 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out 200ms;
    transition:
        transform 300ms ease-in-out 200ms,
        top 300ms ease-in-out,
        bottom 300ms ease-in-out;
    transition:
        transform 300ms ease-in-out 200ms,
        top 300ms ease-in-out,
        bottom 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out 200ms;
}
.menu-open .action-toggle__menu::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1.5px);
}
.menu-open .action-toggle__menu::after {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hero {
    height: calc(100vw / (16 / 6.7));
    max-height: 600px;
    position: relative;
    width: 100%;
}
.hero::before {
    background-color: transparent;
    background-image: url("/assets/images/havenwerk-wave.svg");
    background-position: center bottom -2px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: -10vw;
    pointer-events: none;
    position: absolute;
    right: -10vw;
    top: 0;
    z-index: 10;
}
.hero--slider {
    height: calc(100vw / (16 / 6.7));
}
.hero--video {
    height: auto;
    min-height: auto;
    max-height: none;
}
.hero-front-page .hero--video {
    height: auto;
    min-height: auto;
    max-height: none;
}
.iframe-container {
    overflow: hidden;
    height: calc(100vw / (16 / 6.7));
    padding: 0;
    position: relative;
}
.iframe-container iframe {
    height: 720px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.hero--video .iframe-container {
    height: calc(100vw / (16 / 6.7));
    min-height: 180px;
    max-height: 600px;
}
.hero-front-page .hero--video .iframe-container {
    height: calc(100vw / (16 / 6.7));
    min-height: 180px;
    max-height: 600px;
}
.hero--video .iframe-container iframe {
    height: 1080px;
    min-height: 180px;
}
.section--breadcrumb {
    padding: 12px;
}
@media (min-width: 56.25em) {
    .section--breadcrumb {
        padding: 12px 24px;
    }
}
.section--breadcrumb .breadcrumb ol {
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section--breadcrumb .breadcrumb ol li {
    color: #27282b;
    margin-right: 4px;
    text-transform: lowercase;
}
.section--breadcrumb .breadcrumb ol li a {
    color: #27282b;
}
.locations {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 575px;
}
@media (min-width: 56.25em) {
    .locations {
        max-width: none;
    }
}
.locations .location {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}
.locations .location div:last-child {
    margin-top: auto;
}
.locations .location a {
    color: #27282b;
}
.locations .location__logo {
    margin-bottom: 12px;
    max-width: 215px;
}
.locations .location__title {
    font-size: 22px;
    margin-bottom: 12px;
}
@media (max-width: 1200px) {
    .locations .location__title {
        font-size: calc(15.6px + 0.53333vw);
    }
}
.locations .location__text {
    margin-bottom: 12px;
}
.footer .locations {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.footer .locations .location {
    margin-bottom: 24px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .footer .locations .location {
        width: 50%;
    }
}
@media (min-width: 56.25em) {
    .footer .locations .location {
        width: auto;
    }
}
.paragraph-form__body .locations {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
}
.paragraph-form__body .locations .location {
    width: 100%;
}
@media (min-width: 28.125em) and (max-width: 50em) {
    .paragraph-form__body .locations .location {
        width: 50%;
    }
}
@media (min-width: 62.5em) {
    .section--intro .page-title {
        padding-right: 96px;
        width: 50%;
    }
}
@media (min-width: 75em) {
    .section--intro .page-title {
        padding-right: 96px;
        width: 50%;
    }
}
.paragraph__slider .slick-track {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.paragraph__slider .slick-slide {
    margin: 0 24px;
}
.paragraph--single {
    margin: 0;
    max-width: 640px;
}
.paragraph--single .paragraph__title {
    text-align: left;
}
@media (min-width: 56.25em) {
    .paragraph-pi-chart__body {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.paragraph-pi-chart__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 37.5em) {
    .paragraph-pi-chart__text {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 80px;
    }
}
@media (min-width: 56.25em) {
    .paragraph-pi-chart__chart {
        min-height: 350px;
    }
}
.paragraph-pi-chart__chart .chart {
    width: 100%;
}
.paragraph-pi-chart__text,
.paragraph-pi-chart__chart {
    width: 100%;
}
@media (min-width: 56.25em) {
    .paragraph-pi-chart__text,
    .paragraph-pi-chart__chart {
        width: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}
.paragraph-groeipad__header-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 37.5em) {
    .paragraph-groeipad__header-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 37.5em) {
    .paragraph-groeipad__title {
        width: 25%;
    }
}
.paragraph-groeipad__title.paragraph-groeipad__highlighted {
    color: #006fac;
}
@media (min-width: 37.5em) {
    .paragraph-groeipad__text {
        width: 75%;
    }
}
.paragraph-groeipad__groeipad {
    margin-top: 36px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: visible;
}
.paragraph-groeipad__stap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 232px;
    padding: 0 16px 16px 16px;
    position: relative;
}
.paragraph-groeipad__stap.active-step::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    top: 40px;
    left: calc(50% - 50px);
    height: 0;
    width: 100px;
    z-index: -1;
}
.paragraph-groeipad__stap.active-step .paragraph-groeipad__stap-icon {
    background-image: url("/assets/images/groeipad-active.png");
}
.paragraph-groeipad__stap::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #27282b;
    top: 40px;
    left: 50%;
    height: 0;
    width: 100%;
    z-index: -2;
}
.paragraph-groeipad__stap:last-child::before {
    content: unset;
}
.paragraph-groeipad__stap-icon {
    height: 80px;
    width: 80px;
    background-image: url("/assets/images/groeipad.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.paragraph-groeipad__stap-text {
    text-align: center;
}
.paragraph-divider {
    width: 100%;
    border-bottom: 1px solid #006fac;
}
.paragraph-cta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.paragraph-cta__body {
    margin-bottom: 48px;
    width: 100%;
}
@media (min-width: 50em) {
    .paragraph-cta__body {
        width: 50%;
    }
    .paragraph-cta__body:first-child {
        padding-right: 24px;
    }
    .paragraph-cta__body:last-child {
        padding-left: 24px;
    }
}
@media (min-width: 75em) {
    .paragraph-cta__body:first-child {
        padding-right: 96px;
    }
    .paragraph-cta__body:last-child {
        padding-left: 96px;
    }
}
.paragraph-cta__cta {
    background-color: #006fac;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
}
@media (min-width: 50em) {
    .paragraph-cta__cta {
        padding: 24px;
        max-width: 425px;
    }
}
@media (min-width: 75em) {
    .paragraph-cta__cta {
        padding: 48px;
        max-width: 425px;
        margin: 0 0 0 auto;
    }
}
.paragraph-cta__cta .btn {
    background-image: none;
    padding: 12px;
    width: 100%;
}
.paragraph-cta__cta .btn span {
    display: inline-block;
    transition: background-image 300ms ease;
    padding: 0 36px;
}
.paragraph-cta__cta .btn--arrow span {
    background-image: url("/assets/images/icon-btn-arrow-blue.svg");
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-size: 8px;
}
.paragraph-cta__cta .btn--arrow:hover span {
    background-image: url("/assets/images/icon-btn-arrow.svg");
}
.paragraph-cta__cta .btn--search span {
    background-image: url("/assets/images/icon-search-blue.svg");
    background-position: center left 6px;
    background-repeat: no-repeat;
    background-size: 20px;
}
.paragraph-cta__cta .btn--search:hover span {
    background-image: url("/assets/images/icon-search.svg");
}
.paragraph-cta__cta-title {
    color: #fff;
    font-size: 22px;
}
@media (max-width: 1200px) {
    .paragraph-cta__cta-title {
        font-size: calc(15.6px + 0.53333vw);
    }
}
@media (min-width: 50em) {
    .paragraph-cta--rev {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .paragraph-cta--rev .paragraph-cta__body:last-child {
        padding-left: 0;
    }
    .paragraph-cta--rev .paragraph-cta__cta {
        margin: 0 auto 0 0;
    }
}
.paragraph-logos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.paragraph-logos__body {
    margin-bottom: 48px;
    width: 100%;
}
@media (min-width: 50em) {
    .paragraph-logos__body {
        width: 50%;
    }
    .paragraph-logos__body:first-child {
        padding-right: 24px;
    }
    .paragraph-logos__body:last-child {
        padding-left: 24px;
    }
}
@media (min-width: 75em) {
    .paragraph-logos__body:first-child {
        padding-right: 96px;
    }
    .paragraph-logos__body:last-child {
        padding-left: 24px;
    }
}
.paragraph-logos__logos {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.paragraph-logos__logos .logo__item {
    width: 50%;
}
@media (min-width: 50em) {
    .paragraph-logos__logos .logo__item {
        width: 33.33%;
    }
}
.paragraph-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 50em) {
    .paragraph-form {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.paragraph-form__body {
    margin-bottom: 48px;
    width: 100%;
}
@media (min-width: 50em) {
    .paragraph-form__body {
        width: 50%;
    }
    .paragraph-form__body:first-child {
        padding-right: 24px;
    }
    .paragraph-form__body:last-child {
        padding-left: 24px;
    }
}
@media (min-width: 75em) {
    .paragraph-form__body:first-child {
        padding-right: 96px;
    }
    .paragraph-form__body:last-child {
        padding-left: 24px;
    }
}
.paragraph-form__title {
    margin-bottom: 12px;
}
.paragraph-form__text {
    font-size: 22px;
    margin-bottom: 24px;
}
@media (max-width: 1200px) {
    .paragraph-form__text {
        font-size: calc(15.6px + 0.53333vw);
    }
}
.usp-collection__title {
    color: #fff;
    margin-bottom: 48px;
    text-align: center;
}
.usp-collection__usps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 56.25em) {
    .usp-collection__usps {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 56.25em) {
    .usp-collection__usps .usp-card {
        width: 33.33%;
    }
    .usp-collection__usps .usp-card:nth-child(-n + 3) {
        margin-top: 0;
    }
}
.usp-collection__link {
    margin-top: 48px;
}
.usp-card {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
    max-width: 300px;
    text-align: center;
}
@media (min-width: 80em) {
    .usp-card {
        margin-top: 96px;
    }
    .usp-card:nth-child(2),
    .usp-card:nth-child(5) {
        margin-left: calc((1280px - 900px) / 2);
        margin-right: calc((1280px - 900px) / 2);
    }
}
.usp-card__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}
.usp-card__image img {
    height: 90px;
    width: 90px;
}
.usp-card__title {
    font-family: myriad-pro, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 1200px) {
    .usp-card__title {
        font-size: calc(15.2px + 0.4vw);
    }
}
.story-selection {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.story-selection__body {
    width: 100%;
}
@media (max-width: 56.24em) {
    .story-selection__body:last-child {
        padding: 48px 0;
    }
}
@media (min-width: 56.25em) {
    .story-selection__body:first-child {
        padding-right: 24px;
        width: 40%;
    }
    .story-selection__body:last-child {
        padding-left: 24px;
        width: 60%;
    }
}
@media (min-width: 80em) {
    .story-selection__body {
        width: 50%;
    }
    .story-selection__body:first-child {
        padding-right: 72px;
    }
    .story-selection__body:last-child {
        padding-left: 72px;
    }
}
.story-selection__text {
    margin-bottom: 24px;
}
.story {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}
@media (max-width: 37.49em) {
    .story {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 56.24em) {
    .story {
        padding: 0 12px;
    }
}
.story:first-child {
    margin-top: 0;
}
.story__image {
    border-radius: 50%;
    height: 185px;
    overflow: hidden;
    width: 185px;
}
.story__body {
    margin-top: 12px;
}
@media (min-width: 37.5em) {
    .story__body {
        margin: 0;
        padding-left: 24px;
        width: calc(100% - 185px);
    }
}
.story__text {
    line-height: 1.25;
    height: calc(3 * 1.25em);
    margin-bottom: 12px;
    overflow: hidden;
}
.story__link {
    border-bottom: 3px solid #006fac;
    color: #006fac;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
}
.story__link:before {
    background-color: #c1c1c1;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    top: 100%;
    transition: width 300ms ease;
    width: 0;
}
.story__link:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.story__info {
    color: #006fac;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.story__info-left,
.story__info-right {
    width: 50%;
}
.story__info-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: italic;
    text-align: right;
}
.story__employee {
    font-weight: 500;
}
.story__company {
    font-size: 14px;
}
.stories {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 56.25em) {
    .stories {
        margin-left: -24px;
        margin-right: -24px;
    }
}
@media (min-width: 56.25em) {
    .stories .story {
        margin: 48px 24px 0;
        width: calc(50% - 48px);
    }
    .stories .story:nth-child(-n + 2) {
        margin-top: 0;
    }
}
.section--instagram {
    padding: 0;
}
.instagram__title {
    background-color: #006fac;
    color: #fff;
    margin-bottom: 0;
    padding: 24px;
    text-align: center;
}
.instagram .slick-slide:active,
.instagram .slick-slide:focus {
    outline: none;
}
.section--paragraph-usp {
    background-color: #c1f900;
    margin: 48px 0;
    padding: 12px;
}
.paragraph-usp__usps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 400px;
}
@media (min-width: 56.25em) {
    .paragraph-usp__usps {
        max-width: none;
    }
}
@media (min-width: 80em) {
    .paragraph-usp__usps {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.paragraph-usp .usp {
    margin-bottom: 12px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .paragraph-usp .usp {
        width: 50%;
    }
}
@media (min-width: 56.25em) {
    .paragraph-usp .usp {
        width: 33.33%;
    }
}
@media (min-width: 80em) {
    .paragraph-usp .usp {
        margin-bottom: 0;
        width: auto;
    }
}
.paragraph-usp .usp__title {
    background-image: url("/assets/images/icon-checkmark.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    font-family: myriad-pro, sans-serif;
    font-size: 18px;
    font-style: italic;
    padding-left: 24px;
}
@media (max-width: 1200px) {
    .paragraph-usp .usp__title {
        font-size: calc(14.8px + 0.26667vw);
    }
}
.paragraph-usp-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.paragraph-usp-list__body {
    margin-bottom: 48px;
    width: 100%;
}
@media (min-width: 50em) {
    .vacancy-detail .paragraph-usp-list__body {
        width: 50%;
    }
    .paragraph-usp-list__body:first-child {
        padding-right: 24px;
    }
    .paragraph-usp-list__body:last-child {
        padding-left: 24px;
    }
}
@media (min-width: 75em) {
    .paragraph-usp-list__body:first-child {
        padding-right: 96px;
    }
    .paragraph-usp-list__body:last-child {
        padding-left: 96px;
    }
}
.paragraph-usp-list__usp {
    background-color: #006fac;
    color: #fff;
    margin: 0 auto;
    padding: 48px;
}
.paragraph-usp-list__usp h1,
.paragraph-usp-list__usp h2,
.paragraph-usp-list__usp h3,
.paragraph-usp-list__usp h4,
.paragraph-usp-list__usp h5,
.paragraph-usp-list__usp h6 {
    color: #fff;
}
.paragraph-usp-list__usp .bullets li {
    color: #fff;
}
.paragraph-usp-list__usp .bullets li::before {
    color: #fff;
}
@media (min-width: 50em) {
    .paragraph-usp-list__usp {
        padding: 24px;
        max-width: 425px;
    }
}
@media (min-width: 75em) {
    .paragraph-usp-list__usp {
        padding: 48px 72px;
        max-width: 425px;
        margin: 0 0 0 auto;
    }
}
@media (min-width: 50em) {
    .paragraph-usp-list--rev {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media (min-width: 50em) and (min-width: 50em) {
    .paragraph-usp-list--rev .paragraph-usp-list__body {
        width: 50%;
    }
    .paragraph-usp-list--rev .paragraph-usp-list__body:last-child {
        padding-left: 0;
        padding-right: 24px;
    }
}
@media (min-width: 50em) and (min-width: 75em) {
    .paragraph-usp-list--rev .paragraph-usp-list__body:last-child {
        padding-left: 0;
        padding-right: 96px;
    }
}
@media (min-width: 50em) and (min-width: 75em) {
    .paragraph-usp-list--rev .paragraph-usp-list__usp {
        margin: 0 auto 0 0;
    }
}
.section--cards {
    padding: 36px 12px;
}
@media (min-width: 37.5em) {
    .section--cards {
        padding: 48px 24px;
    }
}
.cards-collection {
    margin-left: 0;
    margin-right: 0;
}
.cards-collection .card {
    width: 100%;
}
.cards-collection .card__image {
    height: calc(100vw / (4 / 3));
}
@media (min-width: 37.5em) {
    .cards-collection .card {
        width: calc(50% - 24px);
    }
    .cards-collection .card__image {
        height: calc((100vw / 2) / (4 / 3));
    }
}
@media (min-width: 80em) {
    .cards-collection .card__image {
        height: calc((1280px / 2) / (4 / 3));
    }
    .center-div--narrow .cards-collection .card__image {
        height: calc((1000px / 2) / (4 / 3));
    }
}
.cards-collection .card--news .card__body {
    padding: 0 24px 24px;
}
.cards-collection .card--news .card__title a {
    color: #27282b;
}
@media (min-width: 56.25em) {
    .cards-collection .card--news {
        width: calc(33.33% - 24px);
    }
    .cards-collection .card--news .card__image {
        height: calc((100vw / 3) / (4 / 3));
    }
}
@media (min-width: 80em) {
    .cards-collection .card--news .card__image {
        height: calc((1280px / 3) / (4 / 3));
    }
    .center-div--narrow .cards-collection .card--news .card__image {
        height: calc((1000px / 3) / (4 / 3));
    }
}
.cards-collection .card--employee {
    background-color: transparent;
    box-shadow: none;
    margin-left: 12px;
    margin-right: 12px;
}
@media (min-width: 37.5em) {
    .cards-collection .card--employee {
        width: calc(50% - 48px);
    }
}
@media (min-width: 56.25em) {
    .cards-collection .card--employee {
        width: calc(33.33% - 24px);
    }
}
@media (min-width: 62.5em) {
    .cards-collection .card--employee {
        margin-left: 24px;
        margin-right: 24px;
        width: calc(33.33% - 48px);
    }
}
.cards-collection .card--employee .card__image {
    border-radius: 50%;
    height: 185px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 185px;
    z-index: 10;
}
.cards-collection .card--employee .card__body {
    margin-top: -94px;
    padding: 94px 24px 24px;
}
.cards-collection .card--employee .card__title {
    margin: 12px 0 0;
    text-align: center;
    font-size: 22px;
}
@media (max-width: 1200px) {
    .cards-collection .card--employee .card__title {
        font-size: calc(15.6px + 0.53333vw);
    }
}
.cards-collection .card--employee .card__function {
    font-size: 16px;
    font-weight: 400;
    color: #006fac;
    margin-bottom: 12px;
    text-align: center;
}
@media (max-width: 1200px) {
    .cards-collection .card--employee .card__function {
        font-size: calc(14.4px + 0.13333vw);
    }
}
.cards-collection .card--employee .card__footer {
    padding: 24px 0 0;
}
@media (min-width: 31.25em) and (max-width: 37.49em) {
    .cards-collection .card--employee {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cards-collection .card--employee .card__image {
        margin: 0;
    }
    .cards-collection .card--employee .card__body {
        margin-left: -80px;
        margin-top: 0;
        padding: 0 24px 24px 110px;
        width: calc(100% - 110px);
    }
}
.card {
    background: #ffffff;
    box-shadow: 0 1px 12px -2px rgba(39, 40, 43, 0.25);
}
.card__date {
    background-color: transparent;
    color: #006fac;
    font-weight: 500;
    left: 0;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
}
.card__image {
    border: 0;
}
.card__body {
    padding: 24px;
    width: 100%;
}
.card__footer {
    padding: 24px;
    width: 100%;
}
.card__footer .btn {
    min-width: 200px;
}
.card__btn {
    color: #006fac;
    font-weight: 600;
    max-width: 100%;
}
.card__btn a {
    border-bottom: 3px solid #006fac;
    color: #006fac;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
}
.card__btn a:before {
    background-color: #c1c1c1;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    top: 100%;
    transition: width 300ms ease;
    width: 0;
}
.card__btn a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.employees__title {
    padding: 72px 24px;
    text-align: center;
}
.filter {
    position: relative;
}
.filter .btn {
    margin-bottom: 24px;
}
@media (min-width: 56.25em) {
    .filter .js-show-filter {
        display: none;
    }
}
.filter__wrapper {
    background-color: #006fac;
    padding: 24px;
}
@media (max-width: 56.24em) {
    .filter__wrapper {
        left: -100vw;
        position: absolute;
        top: 0;
        transition: left 800ms ease;
        width: 100%;
        z-index: 490;
    }
    .filter-open .filter__wrapper {
        left: 0;
    }
}
.filter__wrapper .bef-exposed-form {
    width: 100%;
}
.filter__wrapper .bef-exposed-form .form-item .ui-selectmenu-button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 12px;
    width: 100%;
}
.filter__wrapper .bef-exposed-form .form-item .ui-selectmenu-button .ui-icon {
    background-image: url("/assets/images/icon-select-arrow.svg");
    background-position: center;
    background-size: 12px;
}
.filter__wrapper .bef-exposed-form .form-item .ui-selectmenu-button:active,
.filter__wrapper .bef-exposed-form .form-item .ui-selectmenu-button:focus {
    outline: none;
}
.filter__wrapper .bef-exposed-form .form-item .ui-selectmenu-button.ui-selectmenu-button-open {
    border-radius: 6px 6px 0 0;
}
.filter__wrapper .bef-exposed-form .form-item:active,
.filter__wrapper .bef-exposed-form .form-item:focus {
    outline: none;
}
.filter__wrapper .bef-exposed-form .form-item:nth-last-child(2) {
    margin-bottom: 0;
}
.filter__wrapper .bef-exposed-form .form-actions {
    display: none;
}
.ui-selectmenu-text {
    font-family: "Lato", sans-serif;
}
.ui-selectmenu-menu {
    z-index: 491;
}
.ui-selectmenu-menu .ui-widget {
    font-family: "Lato", sans-serif;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
    border: 1px solid #fff;
}
.ui-selectmenu-menu .ui-widget .ui-menu-item-wrapper {
    padding: 6px 12px;
}
.ui-selectmenu-menu .ui-widget .ui-state-active {
    background: #006fac;
    border: 1px solid #004e79;
    margin: 0;
}
.vacatures {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 37.5em) {
    .vacatures {
        margin-left: -12px;
        margin-right: -12px;
    }
}
.vacature {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.13);
    color: #27282b;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}
.vacature:first-child {
    margin-top: 0;
}
.vacature__img {
    height: calc(100vw / (4 / 3));
}
.vacature__body {
    padding: 24px;
}
.vacature__title {
    margin-bottom: 12px;
}
.vacature__title a {
    color: #27282b;
}
.vacature__info {
    color: #006fac;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media (min-width: 75em) {
    .vacature__info {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.vacature__item {
    margin-bottom: 6px;
}
@media (min-width: 75em) {
    .vacature__item {
        margin-right: 24px;
    }
    .vacature__item:last-child {
        margin-right: 0;
    }
}
.vacature__text {
    margin-bottom: 24px;
}
.vacature__btn .btn {
    min-width: 200px;
}
@media (min-width: 37.5em) {
    .vacature {
        margin: 24px 12px 0;
        width: calc(50% - 24px);
    }
    .vacature__img {
        height: calc((100vw / 2) / (4 / 3));
    }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
    .vacature:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (min-width: 56.25em) {
    .vacature {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }
    .vacature__img {
        height: 100%;
        width: 33.33%;
    }
    .vacature__body {
        width: calc(100% - 33.33%);
    }
    .vacature__btn {
        text-align: right;
    }
}
.news-date {
    color: #006fac;
    font-weight: 700;
    margin: -18px 0 48px;
}
.logo .slick-track {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.logo .slick-arrow {
    background-color: transparent;
    background-size: 12px;
    cursor: pointer;
}
.logo .slick-arrow.slick-prev {
    left: 0;
}
@media (min-width: 37.5em) {
    .logo .slick-arrow.slick-prev {
        left: -12px;
    }
}
@media (min-width: 100em) {
    .logo .slick-arrow.slick-prev {
        left: -72px;
    }
}
.logo .slick-arrow.slick-next {
    right: 0;
}
@media (min-width: 37.5em) {
    .logo .slick-arrow.slick-next {
        right: -12px;
    }
}
@media (min-width: 100em) {
    .logo .slick-arrow.slick-next {
        right: -72px;
    }
}
.logo .slick-dots {
    bottom: 0;
}
.logo__title {
    font-size: 20px;
    text-align: center;
}
@media (max-width: 1200px) {
    .logo__title {
        font-size: calc(15.2px + 0.4vw);
    }
}
.logo__item {
    padding: 0 24px;
}
.logo__item img {
    margin: 0 auto;
}
.section--form {
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 0;
}
.form-open .section--form {
    height: auto;
    padding: 36px 12px;
}
@media (min-width: 37.5em) {
    .form-open .section--form {
        height: auto;
        padding: 48px 24px;
    }
}
@media (min-width: 56.25em) {
    .form-open .section--form {
        height: auto;
        padding: 72px 24px;
    }
}
.section--form .form-close {
    background-image: url("/assets/images/icon-close.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    padding-right: 36px;
    position: absolute;
    top: 0;
    right: 0;
}
.sollicitatie-form {
    max-width: 640px;
}
.section--media {
    padding: 36px 12px;
}
@media (min-width: 37.5em) {
    .section--media {
        padding: 48px 24px;
    }
}
@media (min-width: 56.25em) {
    .section--media {
        padding: 96px 24px;
    }
}
@media (min-width: 56.25em) {
    .webform-section-wrapper .form-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .webform-section-wrapper .form-wrapper .form-item {
        margin-bottom: 0;
        width: calc(70% - 12px);
    }
    .webform-section-wrapper .form-wrapper .form-item:first-child {
        margin-right: 12px;
        width: 30%;
    }
}
.form__wrapper {
    margin: 0 auto;
    padding: 48px 0 0;
}
@media (min-width: 56.25em) {
    .form__wrapper {
        padding: 0;
    }
    .form__wrapper--padding {
        padding: 0 36px;
    }
}
.form-item.form-item--error[type="text"] + label,
.form-item.form-item--error[type="password"] + label,
.form-item.form-item--error[type="email"] + label,
.form-item.form-item--error[type="tel"] + label,
.form-item.form-item--error[type="date"] + label,
.form-item.form-item--error[type="search"] + label {
    top: 35%;
}
.form-item input[type="text"],
.form-item input[type="password"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item input[type="date"],
.form-item input[type="search"] {
    background-color: #fff;
    border: 1px solid #006fac;
    border-radius: 6px;
    color: #27282b;
    font-weight: 400;
}
.form-item input[type="text"]:focus,
.form-item input[type="text"]:active,
.form-item input[type="password"]:focus,
.form-item input[type="password"]:active,
.form-item input[type="email"]:focus,
.form-item input[type="email"]:active,
.form-item input[type="tel"]:focus,
.form-item input[type="tel"]:active,
.form-item input[type="date"]:focus,
.form-item input[type="date"]:active,
.form-item input[type="search"]:focus,
.form-item input[type="search"]:active {
    border: 1px solid #27282b;
}
.form-item input[type="text"].active.correct,
.form-item input[type="password"].active.correct,
.form-item input[type="email"].active.correct,
.form-item input[type="tel"].active.correct,
.form-item input[type="date"].active.correct,
.form-item input[type="search"].active.correct {
    border: 1px solid #18a854;
}
.form-item input[type="text"] + label,
.form-item input[type="password"] + label,
.form-item input[type="email"] + label,
.form-item input[type="tel"] + label,
.form-item input[type="date"] + label,
.form-item input[type="search"] + label {
    color: #27282b;
    font-weight: 400;
}
.form-item input[type="text"] + label::after,
.form-item input[type="password"] + label::after,
.form-item input[type="email"] + label::after,
.form-item input[type="tel"] + label::after,
.form-item input[type="date"] + label::after,
.form-item input[type="search"] + label::after {
    color: #27282b;
    margin-left: 6px;
}
.form-item input[type="text"].hasDatepicker,
.form-item input[type="password"].hasDatepicker,
.form-item input[type="email"].hasDatepicker,
.form-item input[type="tel"].hasDatepicker,
.form-item input[type="date"].hasDatepicker,
.form-item input[type="search"].hasDatepicker {
    padding: 30px 12px 6px;
}
.form-item .form-select {
    background-color: #fff;
    border: 1px solid #006fac;
    border-radius: 6px;
    color: #27282b;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 18px 12px;
}
@media (max-width: 1200px) {
    .form-item .form-select {
        font-size: calc(14.4px + 0.13333vw);
    }
}
.form-item .form-textarea {
    background-color: #fff;
    border: 1px solid #006fac;
    border-radius: 6px;
    color: #27282b;
    font-weight: 400;
    height: 200px;
    padding: 12px;
    resize: none;
}
.form-item .form-textarea:focus,
.form-item .form-textarea:active {
    border: 1px solid #27282b;
}
.form-item .form-textarea.active.correct {
    border: 1px solid #18a854;
}
.form-checkboxes .form-item input[type="checkbox"] + label::before {
    background-color: #bae0f5;
    border-color: #006fac;
    border-radius: 50%;
}
.js-form-type-webform-document-file {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.js-form-type-webform-document-file > label {
    font-weight: 400;
    width: 100px;
}
.js-form-type-webform-document-file .js-webform-document-file {
    margin-bottom: 24px;
    width: calc(100% - 100px);
}
.js-form-type-webform-document-file .js-webform-document-file input.button {
    background-color: #de3c26;
    border-radius: 24px;
    font-weight: 700px;
    padding: 9px 24px;
}
.js-form-type-webform-document-file .js-webform-document-file label.button-action {
    background-color: #006fac;
    background-image: url("/assets/images/icon-upload.svg");
    background-position: left 24px center;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    padding: 9px 24px;
    text-align: center;
    width: 175px;
}
.js-form-type-webform-document-file .js-webform-document-file .js-form-type-checkbox {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-left: 40px;
}
.js-form-type-webform-document-file .js-webform-document-file .js-form-type-checkbox input[type="checkbox"] {
    position: absolute;
    left: -10px;
    opacity: 0;
    width: auto;
}
.js-form-type-webform-document-file
    .js-webform-document-file
    .js-form-type-checkbox
    input[type="checkbox"]:checked
    + label::before {
    background-image: url("/assets/images/icon-cancel-red.svg");
}
.js-form-type-webform-document-file .js-webform-document-file .js-form-type-checkbox label {
    position: relative;
}
.js-form-type-webform-document-file .js-webform-document-file .js-form-type-checkbox label::before {
    background-image: url("/assets/images/icon-cancel-grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
    cursor: pointer;
    height: 30px;
    left: -35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}
.js-form-type-webform-document-file .js-webform-document-file .webform-file-button-input {
    top: auto;
    left: -100vw;
}
.js-form-type-webform-document-file .description {
    margin-left: 100px;
}
::-webkit-input-placeholder {
    color: #27282b;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #27282b;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
::placeholder {
    color: #27282b;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 1200px) {
    ::-webkit-input-placeholder {
        font-size: calc(14.4px + 0.13333vw);
    }
    :-ms-input-placeholder {
        font-size: calc(14.4px + 0.13333vw);
    }
    ::placeholder {
        font-size: calc(14.4px + 0.13333vw);
    }
}
.form-actions .form-submit {
    border-radius: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-left: auto;
    padding: 9px 48px;
    text-transform: none;
    transition: background-color 300ms ease;
}
.form-actions .form-submit:hover {
    background-color: #18a854;
    background-position: center right 12px;
}
.captcha {
    margin-bottom: 24px;
}
.captcha .g-recaptcha div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
@media (max-width: 21.875em) {
    .captcha .g-recaptcha div {
        width: 100% !important;
    }
    .captcha .g-recaptcha div iframe {
        width: 100%;
    }
}
.pure-html iframe {
    border: 0;
    display: block;
    width: 100%;
}
.section--cta {
    padding: 0;
}
.section--grey + .section--cta {
    background-color: #f4f4f4;
}
.cta {
    text-align: center;
}
.cta__wave {
    height: calc(100vw / (160 / 15));
    position: relative;
    width: 100%;
    z-index: 1;
}
.cta__wave.wave::before {
    background-position: center top;
}
.cta__body {
    background-color: #006fac;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.cta__title {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin: 0;
    text-align: left;
}
@media (max-width: 1200px) {
    .cta__title {
        font-size: calc(17.2px + 1.06667vw);
    }
}
.cta__actions {
    padding: 24px 0;
}
.cta__actions a {
    background: #fff;
    color: #006fac;
    border-radius: 25px;
    margin-left: 0;
    padding: 12px 48px;
}
.cta__actions a:hover {
    background: #fff;
    color: #006fac;
}
.cta__actions a:nth-child(even) {
    background: transparent;
    color: #27282b;
    border: 2px solid #27282b;
}
.cta__actions a:nth-child(even):hover {
    background: transparent;
    color: #27282b;
    border: 2px solid #27282b;
}
@media (min-width: 37.5em) {
    .cta__text {
        width: 65%;
    }
    .cta__actions {
        width: 65%;
    }
}
@media (min-width: 56.25em) {
    .cta__body .center-div {
        margin-top: -72px;
    }
    .cta__text {
        width: 50%;
    }
    .cta__actions {
        width: 50%;
    }
}
@media (min-width: 80em) {
    .cta__body .center-div {
        margin-top: -96px;
    }
}
.paragraph-faq {
    border-bottom: 1px solid #006fac;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 0 auto;
}
@media (min-width: 56.25em) {
    .paragraph-faq {
        max-width: 650px;
    }
}
.paragraph-faq label {
    color: #006fac;
    padding-left: 0;
}
.paragraph-faq label::after {
    background-image: url("/assets/images/icon-select-arrow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "" !important;
    text-align: right;
}
.paragraph-faq-list {
    margin-bottom: 24px;
}
.pg-faq__trigger {
    border-bottom: 3px solid #005db9;
}
.pg-faq__icon {
    border-color: #005db9 transparent transparent transparent;
}
.pg-faq__trigger[aria-expanded="true"] .pg-faq__icon {
    border-color: transparent transparent #005db9 transparent;
}
.footer .company {
    text-align: center;
}
.company__logo {
    margin-bottom: 24px;
}
.company__whatsapp {
    margin-bottom: 24px;
}
@media (min-width: 56.25em) {
    .company__whatsapp {
        margin-bottom: 48px;
    }
}
.company__whatsapp a {
    color: #27282b;
}
.section--footer {
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
    padding: 24px 24px 0;
    position: relative;
    z-index: 100;
}
.footer__top {
    padding: 48px 0 24px;
}
.footer__bottom {
    border-top: 1px solid #006fac;
}
@media (min-width: 56.25em) {
    .footer__bottom {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.footer__social {
    margin-left: auto;
    padding: 24px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (min-width: 37.5em) {
    .footer__social {
        max-width: 575px;
        margin: auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 56.25em) {
    .footer__social {
        max-width: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin: 0 0 0 auto;
    }
}
.footer__social .social-icons {
    margin: 0 auto;
    max-width: 575px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .menu {
    -webkit-columns: 2;
    columns: 2;
    display: block;
    max-width: 575px;
    padding: 0;
}
.footer .menu__item {
    margin-right: 24px;
}
.footer .menu__item:last-child {
    margin-right: 0;
}
.footer .menu__item a {
    font-size: 16px;
    font-weight: 300;
    padding: 6px 0;
}
@media (max-width: 1200px) {
    .footer .menu__item a {
        font-size: calc(14.4px + 0.13333vw);
    }
}
@media (min-width: 56.25em) {
    .footer .menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: none;
    }
}
@media (min-width: 56.25em) and (min-width: 56.25em) {
    .footer .menu__item a {
        padding: 12px 0;
    }
}
.footer__erkenning {
    width: 75px;
    height: 75px;
    margin-right: 32px;
}
@media (min-width: 56.25em) {
    .footer__erkenning {
        margin-right: 90px;
        margin-bottom: -70px;
        border: 1px solid #f4f4f4;
    }
}
@media (min-width: 75em) {
    .footer__erkenning {
        margin-right: 124px;
    }
}
.section--subfooter {
    padding: 24px;
}
@media (max-width: 95.3125em) {
    .section--subfooter {
        padding-bottom: 72px;
    }
}
.subfooter {
    color: #006fac;
    font-size: 14px;
    margin: 0 auto;
    max-width: 575px;
    position: relative;
    z-index: 10;
}
@media (min-width: 56.25em) {
    .subfooter {
        max-width: none;
    }
}
.subfooter a {
    color: #006fac;
}
@media (min-width: 56.25em) {
    .subfooter__item {
        margin: 0 12px;
    }
}
.subfooter__item:first-child {
    margin-left: 0;
}
.subfooter__item:last-child {
    margin-left: auto;
    margin-right: 0;
}
.subfooter__item--subfooternav a {
    color: #006fac;
    display: block;
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
}
@media (min-width: 37.5em) {
    .subfooter__item--subfooternav a {
        display: inline-block;
        margin-bottom: 0;
    }
    .subfooter__item--subfooternav a:last-child {
        margin-right: 0;
    }
    .subfooter__item--subfooternav a:last-child::after {
        content: none;
    }
    .subfooter__item--subfooternav a::after {
        background-color: #006fac;
        content: "";
        height: 1px;
        right: -10px;
        position: absolute;
        top: 50%;
        width: 6px;
    }
}
@media (max-width: 56.24em) {
    .subfooter {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .subfooter__item {
        margin-bottom: 12px;
    }
    .subfooter__item:last-child {
        margin-left: 0;
    }
}
.pager {
    margin: 48px 24px;
    width: 100%;
}
.pager__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0;
    padding: 0;
}
.pager__item {
    width: 30px;
    height: 30px;
    background: #f4f4f4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f4f4f4;
    margin-right: 8px;
    padding: 0;
    transition:
        background-color 300ms ease,
        color 300ms ease;
    color: #006fac;
}
.pager__item a {
    color: #006fac;
    display: block;
    height: 100%;
    line-height: 30px;
    transition:
        background-color 300ms ease,
        color 300ms ease;
    width: 100%;
}
.pager__item:hover {
    background: #006fac;
    color: #fff;
}
.pager__item:hover a {
    color: #fff;
}
.pager__item.is-active {
    background: #006fac;
    color: #fff;
}
.pager__item.is-active a {
    color: #fff;
}
.pager__item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pager__item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pager__item--next {
    background-color: transparent;
    border: 0;
    padding: 0 6px;
    width: auto;
}
.pager__item--first {
    background-color: transparent;
    border: 0;
    padding: 0 6px;
    width: auto;
}
.pager__item--last {
    background-color: transparent;
    border: 0;
    padding: 0 6px;
    width: auto;
}
.pager__item--previous {
    background-color: transparent;
    border: 0;
    padding: 0 6px;
    width: auto;
}
.cookie-consent {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 56.25em) {
    .cookie-consent {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.cookie-consent-wrapper {
    background-color: #006fac;
}
.cookie-consent__body {
    color: #fff;
}
.cookie-consent__body p {
    color: #fff;
}
.cookie-consent__body a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.cookie-consent__show-options {
    border-color: #fff;
    color: #fff;
    cursor: pointer;
}
.cookie-consent__options {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 37.5em) {
    .cookie-consent__options {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.cookie-consent__option {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
@media (min-width: 37.5em) {
    .cookie-consent__option {
        margin-bottom: 0;
    }
}
.cookie-consent__accept {
    background-color: #f4f4f4;
    border-radius: 25px;
    color: #27282b;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .cookie-consent__accept {
        font-size: calc(14.4px + 0.13333vw);
    }
}
.user-login-form,
.user-pass {
    margin: 0 auto;
    max-width: 700px;
}
.admin-tabs {
    position: fixed;
    top: 50%;
    right: 0;
    background: #fff;
    z-index: 498;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
    list-style-type: none;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
}
.admin-tabs li {
    width: 100%;
}
.admin-tabs li a {
    background-color: #006fac;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-bottom: 12px;
    padding: 6px 12px;
}
.admin-tabs li:last-child a {
    margin-bottom: 0;
}
.pg-faq {
  margin: 0 auto;
  max-width: 640px; }
  .pg-faq__panel {
    padding: 0 48px;
    /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */ }
    .pg-faq__panel[hidden] {
      display: none; }
  .pg-faq__icon {
    display: block;
    width: 12px;
    height: 8px;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #79adfb transparent transparent transparent; }
  .pg-faq__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    outline: none; }
  .pg-faq__trigger {
    background: none;
    color: #212121;
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 0 12px;
    position: relative;
    line-height: 3;
    text-align: left;
    width: 100%;
    outline: none;
    border:none;
    border-bottom: 3px solid #025CB0; }
    .pg-faq__trigger[aria-expanded="true"] .pg-faq__icon {
      border-width: 0 6px 8px 6px;
      border-color: transparent transparent #025CB0 transparent; }
    .pg-faq__trigger:focus, .pg-faq__trigger:hover {
      background: #e1edfe; }
      .pg-faq__trigger:focus .pg-faq__icon, .pg-faq__trigger:hover .pg-faq__icon {
        border-color: #025CB0 transparent transparent transparent; }
      .pg-faq__trigger:focus[aria-expanded="true"] .pg-faq__icon, .pg-faq__trigger:hover[aria-expanded="true"] .pg-faq__icon {
        border-color: transparent transparent #025CB0 transparent; }


.paragraph-media__rev{
    display:flex;
    flex-direction:row-reverse;
}


.paragraph-media__media, .paragraph-media__body{
    max-width:50%;
    padding:0;
}

.paragraph-media__media{
    padding-left:1rem;
}