/*!
 * 
 *   Theme Name: nen-connect-voordeur
 *   Author: Pixelpillow
 *   Author URI: https://pixelpillow.nl
 *   Version: 0.0.1
 *   License: Proprietary
 * 
 */
:root {
    --nen-blue: #306AB2;
    --important-color: #D14124;
    --primary-color: #00205B;
    --muted-color: #8A9499;
    --paragraph-color: #282828;
    --card-background-color: #EDF6EE;
    --banner-background-color: #EBF1FA;
    --button-important-background-color: #D14124;
    --button-important-hover-background-color: #B62F15;
    --button-primary-background-color: #306AB2;
    --button-primary-hover-background-color: #1D579F;
}

.text-align-center {
    text-align: center;
}

.font-weight-normal {
    font-weight: normal;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.changepwfigure {
    height: 126px;
    width: 102vw;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.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;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

a, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, Roboto Condensed, Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, header, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto Condensed, Roboto, Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    vertical-align: baseline;
    color: var(--primary-color);
}

p {
    color: var(--paragraph-color);
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, Roboto Condensed, Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

a {
    text-decoration: none;
}

li, ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

    button:active, button:disabled, button:focus, input:active, input:disabled, input:focus, select:active, select:disabled, select:focus, textarea:active, textarea:disabled, textarea:focus {
        outline: 0;
    }

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

fieldset, progress {
    border: 0;
    outline: none;
}

address {
    font-style: normal;
}

table, tbody, td, th, thead, tr {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: 0;
}

input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}

select {
    background: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
}

body, button, html, input, select, textarea {
    font-family: Roboto, Roboto Condensed, Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

html {
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: inherit;
}

p a {
    color: #306AB2;
    border-bottom: 1px dashed #306AB2;
}

body.no-scroll {
    overflow: hidden;
}

.container {
    padding: 0 40px;
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.container--inset {
    padding: 0 120px;
}

@media screen and (max-width:75em) {
    .container--inset {
        padding: 0 40px;
    }
}

.button {
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 24px;
    color: #00205B;
    text-align: center;
    display: inline-block;
}

@media screen and (max-width:48em) {
    .button {
        padding: 5px 15px;
        font-size: 16px;
    }
}


.button--large {
    padding: 20px;
}

.button--primary {
    background: var(--button-primary-background-color);
    color: #fff;
}

    .button--primary:hover {
        background-color: var(--button-primary-hover-background-color);
    }

    .button--primary.button--orange {
        background: var(--button-important-background-color);
    }

        .button--primary.button--orange:hover, .button--primary.button--orange:active {
            background: var(--button-important-hover-background-color);
        }

.button--secondary {
    background: #EBF1FA;
    color: #00205B;
}

.button--confirmation {
    background: #09B856;
    color: #fff;
}

.button--ghost {
    background: #fff;
    color: #306AB2;
    box-shadow: inset 0 0 0 2px rgba(48, 106, 178,.35);
}

.button--text-left {
    text-align: left;
}

.button--arrow {
    padding: 10px 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .button--arrow:not(.forgotpw):after {
        content: "";
        margin-left: 10px;
        width: 20px;
        height: 20px;
        right: 20px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23055579' d='M2.886 10.937h11.69l-3.97 3.97a.75.75 0 0 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.748.748 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l3.97 3.97H2.885a.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
    }

    .button--arrow.button--large {
        padding: 20px;
    }

    .button--arrow.button--primary:not(.forgotpw):after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M2.886 10.937h11.69l-3.97 3.97a.75.75 0 0 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.748.748 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l3.97 3.97H2.885a.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
    }

.app-invite .button--arrow:after {
    margin-left: auto;
}

.category {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px 6px;
    border-radius: 30px;
    background: #EBF1FA;
}

.category, .category--large {
    line-height: 20px;
    color: #00205B;
}

.category--large {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
}

.category--active {
    border-radius: 30px;
    background: #ffed88;
}

.checkbox {
    float: left;
    width: 100%;
}

.checkbox--white .checkbox__hidden:checked + label:before {
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath fill='%23098fca' d='M10.604 5.24L7.132 8.71 5.397 6.976A.818.818 0 0 0 4.24 8.132l2.313 2.315a.82.82 0 0 0 1.158 0l4.05-4.05a.818.818 0 1 0-1.157-1.157z'/%3E%3C/g%3E%3C/svg%3E");
}

.checkbox--white .checkbox__label:before {
    background-color: #fff;
}

.checkbox__input {
    float: left;
    width: 100%;
}

.checkbox__hidden {
    opacity: 0;
    visibility: 0;
}

    .checkbox__hidden:checked + label:before {
        background: #f0f3f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath fill='%23098fca' d='M10.604 5.24L7.132 8.71 5.397 6.976A.818.818 0 0 0 4.24 8.132l2.313 2.315a.82.82 0 0 0 1.158 0l4.05-4.05a.818.818 0 1 0-1.157-1.157z'/%3E%3C/g%3E%3C/svg%3E");
    }

.checkbox__label {
    float: left;
    width: 100%;
    padding: 10px 0 10px 26px;
    color: #8a9499;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}

    .checkbox__label:hover {
        cursor: pointer;
    }

    .checkbox__label:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #f0f3f5;
        background-size: 100% 100%;
        border-radius: 3px;
    }

.field {
    float: left;
    width: 100%;
}

.field--white .field__input {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
}

    .field--white .field__input:hover {
        background: #cde5f6;
        border-color: #cde5f6;
    }

.field__input {
    float: left;
    width: 100%;
    background: #f0f3f5;
    border-radius: 3px;
    border: 2px solid #f0f3f5;
    position: relative;
    height: 65px;
}

    .field__input:hover {
        background: #eaeef1;
        border-color: #eaeef1;
    }

.field__input__source {
    transition: .2s;
    float: left;
    width: 100%;
    padding: 30px 20px 10px;
    position: relative;
    z-index: 1;
    background: none;
    line-height: 21px;
    font-size: 18px;
    color: #00205B;
}

    .field__input__source.open, .field__input__source:focus {
        z-index: 2;
    }

        .field__input__source.open + label, .field__input__source:focus + label, .field__input__source.open + label.field__input__labelchangepw {
            padding: 10px 0 0 20px;
            font-size: 14px;
            top: -7px;
            z-index: 3;
            /*position: relative;*/
        }

            .field__input__source.open + label:hover, .field__input__source:focus + label:hover, .field__input__source.open + label.field__input__labelchangepw:hover {
                cursor: text;
            }

.field__input__label {
    transition: .2s;
    float: left;
    width: 100%;
    padding: 20px;
    color: #8a9499;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.field__input__labelchangepw {
    transition: .2s;
    float: left;
    padding: 20px;
    color: #8a9499;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

    .field__input__label:hover {
        cursor: pointer;
    }
#changepw_container .form__item.field_forgotpw {
    padding: 10px 10px 10px 0px;
    margin-bottom: 17px;
}
.field__message {
    float: left;
    width: 100%;
    padding: 0 5px;
    font-size: 14px;
    line-height: 30px;
}

.field__suffix {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #00205B;
    font-weight: 400;
    padding: 5px 0 0;
}

.field__suffix__link {
    margin-left: 10px;
}

.field--error .field__input {
    background: #fff;
    border: 2px solid rgba(238,88,88,.35);
}

.field--error .field__message {
    color: #ee5858;
}

.field--textarea .field__input__source {
    padding: 30px 20px 20px;
    max-width: 100%;
    min-width: 100%;
    min-height: 160px;
    max-height: 200px;
}

.image {
    padding: 0 0 70px;
}

.image__source {
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.15);
    max-width: 100%;
}

.image__caption {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8a9499;
    margin-top: 10px;
}

@media screen and (max-width:48em) {
    .image__caption {
        font-size: 16px;
        line-height: 24px;
    }
}

.link {
    transition: .2s;
    color: #306AB2;
    display: inline-block;
}

    .link:hover {
        color: #087eb2;
    }

.link--arrow {
    padding: 0 20px;
    position: relative;
    line-height: 20px;
}

    .link--arrow:before {
        transition: .2s;
        content: "";
        width: 12px;
        height: 20px;
        position: absolute;
        float: left;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h12v20H0z'/%3E%3Cpath fill='%23098fca' d='M6.48 15.544l-.688-.736 3.216-2.992H2v-1.088h7.008L5.792 7.736 6.48 7l4.352 4.24v.064z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 12px 20px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .link--arrow:hover:before {
        left: 4px;
    }

.link--arrow--flip {
    padding: 0 20px;
    position: relative;
    line-height: 20px;
}

    .link--arrow--flip:before {
        transition: .2s;
        content: "";
        width: 12px;
        height: 20px;
        position: absolute;
        float: left;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h12v20H0z'/%3E%3Cpath fill='%23098fca' d='M6.48 15.544l-.688-.736 3.216-2.992H2v-1.088h7.008L5.792 7.736 6.48 7l4.352 4.24v.064z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 12px 20px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        left: 0;
        /*top: 50%;
        transform: translateY(-50%);*/
    }

    .link--arrow--flip:hover:before {
        left: 4px;
    }

.link--plus {
    padding: 0 0 0 20px;
    position: relative;
    line-height: 20px;
}

    .link--plus:hover {
        cursor: pointer;
    }

    .link--plus:before {
        transition: .2s;
        content: "";
        width: 10px;
        height: 20px;
        position: absolute;
        float: left;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20'%3E%3Cpath fill='rgba(9, 143, 202, 0.5)' fill-rule='evenodd' d='M4 9V5h2v4h4v2H6v4H4v-4H0V9h4z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px 20px;
        left: 0;
        margin-top: 1px;
        margin-left: 1px;
    }

.link--min {
    padding: 0 0 0 20px;
    position: relative;
    line-height: 20px;
    cursor: pointer;
}

    .link--min:hover {
        cursor: pointer;
    }

    .link--min:before {
        transition: .2s;
        content: "";
        width: 10px;
        height: 20px;
        position: absolute;
        float: left;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20'%3E%3Cpath fill='rgba(9, 143, 202, 0.5)' fill-rule='evenodd' d='M4 9V5h0v4h4v2H4v4H4v-4H0V9h4z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px 20px;
        left: 0;
        margin-top: 1px;
        margin-left: 1px;
    }

.link--large {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    color: #306AB2;
}

@media screen and (max-width:48em) {
    .link--large {
        font-size: 16px;
        line-height: 24px;
    }
}

.link--large.link--arrow, .link--large.link--plus {
    line-height: 20px;
}

.listing--two-columns {
    display: flex;
    flex-flow: row wrap;
}

    .listing--two-columns > .listing__item {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@supports (display:grid) {
    .listing--two-columns {
        display: -ms-grid;
        display: grid;
        grid-gap: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@supports (display:grid) {
    .listing--two-columns .listing__item {
        width: auto;
        margin: 0;
    }
}

.listing--two-columns[class*="--centered"] {
    padding: 0 200px;
}

@media screen and (max-width:74.99875em) {
    .listing--two-columns[class*="--centered"] {
        padding: 0 100px;
    }
}

@media screen and (max-width:75em) {
    .listing--two-columns[class*="--centered"] {
        padding: 0;
    }
}

@media screen and (max-width:48em) {
    @supports (display:grid) {
        .listing--two-columns[class*="--centered"] {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.listing--three-columns {
    display: flex;
    flex-flow: row wrap;
}

    .listing--three-columns > .listing__item {
        width: calc(33.33333% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@supports (display:grid) {
    .listing--three-columns {
        display: -ms-grid;
        display: grid;
        grid-gap: 40px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@supports (display:grid) {
    .listing--three-columns .listing__item {
        width: auto;
        margin: 0;
    }
}

@media screen and (max-width:75em) {
    .listing--three-columns {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:48em) {
    .listing--three-columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@supports (display:grid) {
    .listing--four-columns {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 40px;
    }
}

@media screen and (max-width:75em) {
    .listing--four-columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.listing--four-columns .listing__item {
    width: 25%;
}

@supports (display:grid) {
    .listing--four-columns .listing__item {
        width: 100%;
    }
}

.listing--footer {
    display: flex;
    flex-flow: row wrap;
}

    .listing--footer > .listing__item {
        width: calc(25% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@supports (display:grid) {
    .listing--footer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 3fr 3fr 3fr;
        grid-template-columns: 2fr 3fr 3fr 3fr;
        grid-gap: 20px;
    }

    @media screen and (max-width:75em) {
        .listing--footer {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            grid-gap: 40px;
        }
    }

    @media screen and (max-width:48em) {
        .listing--footer {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            grid-gap: 40px;
        }
    }
}

@supports (display:grid) {
    .listing--footer .listing__item {
        width: auto;
        margin: 0;
    }
}

.listing--grid {
    display: flex;
    flex-flow: row wrap;
}

@supports (display:grid) {
    .listing--grid {
        display: -ms-grid;
        /*display: grid;*/
        grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
        grid-gap: 20px;
    }
}

@supports (display:grid) {
    .listing--grid[data-gap="4"] {
        grid-gap: 40px;
    }
}

.listing--grid .listing__item {
    margin: 0 0 30px;
    flex: 0 0 50%;
}

@supports (display:grid) {
    .listing--grid .listing__item {
        width: 100%;
        margin: 0;
    }
}

<!-- [if !IE] ><!-- > .usps .listing--grid .listing__item {
    margin: 0 0 -60px 0;
}
<!-- <![endif] -->
.listing--items .listing__item {
    padding: 5px 0 10px;
}

.logo-slider {
    float: left;
    width: 100%;
}

.logo-slider__source {
    width: 100%;
    height: auto;
}

.logo {
    display: block;
}

.logo__source {
    height: 62px;
    width: 71px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width:75em) {
    .logo__source {
        height: 62px;
        width: 71px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

#changePWheader {
    line-height: 5px;
}
.mail {
    display: flex;
    align-items: stretch;
}

@supports (display:grid) {
    .mail {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr max-content;
        grid-template-columns: 1fr -webkit-max-content;
        grid-template-columns: 1fr max-content;
    }
}

.mail__input {
    padding: 15px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

@media screen and (max-width:48em) {
    .mail__input {
        font-size: 16px;
        line-height: 24px;
    }
}

.mail__input::-webkit-input-placeholder {
    color: #8a9499;
    font-style: italic;
}

.mail__input:-ms-input-placeholder, .mail__input::-ms-input-placeholder {
    color: #8a9499;
    font-style: italic;
}

.mail__input::placeholder {
    color: #8a9499;
    font-style: italic;
}

.mail__button {
    border-radius: 0 3px 3px 0;
}

.mail__button--arrow-only {
    width: 40px;
    color: transparent;
    text-indent: -9999px;
    position: relative;
    background: #fff;
    height: 52px;
}

@supports (display:grid) {
    .mail__button--arrow-only {
        height: 100%;
    }
}

.mail__button--arrow-only:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='rgba(5, 85, 121, 0.5)' d='M2.886 10.937h11.69l-3.97 3.97a.75.75 0 0 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.748.748 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l3.97 3.97H2.885a.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.radio, .radio__input {
    float: left;
    width: 100%;
}

.radio__hidden {
    opacity: 0;
    visibility: 0;
}

    .radio__hidden:checked + label:before {
        background: #306AB2;
        border: 2px solid #dae1e6;
        box-shadow: inset 0 0 0 3px #fff;
    }

.radio__label {
    float: left;
    width: 100%;
    padding: 5px 0 5px 26px;
    color: #8a9499;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}

    .radio__label:hover {
        cursor: pointer;
    }

    .radio__label:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #f0f3f5;
        background-size: 100% 100%;
        border-radius: 100%;
    }

.section {
    padding: 80px 0;
}

.section__header {
    padding: 0 0 40px;
}

.section__title {
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
}

@media screen and (max-width:48em) {
    .section__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.section--assortment .section__container, .section--autocomplete {
    position: relative;
    z-index: 1;
}

.section--autocomplete {
    padding: 0;
    margin-top: -45px;
}

    .section--autocomplete .section__container {
        padding: 0 200px;
    }

@media screen and (max-width:75em) {
    .section--autocomplete .section__container {
        padding: 0 40px;
    }
}

@media screen and (max-width:48em) {
    .section--autocomplete .section__container {
        padding: 0 40px;
    }
}

.section--feature {
    padding: 40px 0 20px;
}

.section--content-blocks .section__container {
    display: flex;
    flex-flow: row nowrap;
}

    .section--content-blocks .section__container > .content-block {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@supports (display:grid) {
    .section--content-blocks .section__container > .content-block {
        width: auto;
        margin: 0;
    }
}

@supports (display:grid) {
    .section--content-blocks .section__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 120px;
    }

    @media screen and (max-width:75em) {
        .section--content-blocks .section__container {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            grid-gap: 40px;
        }
    }
}

.section--flat {
    padding: 80px 0;
}

.section--centered .section__header {
    text-align: left;
}

.section--content {
    padding: 0 0 80px;
    position: relative;
}

    .section--content:before {
        content: "";
        position: absolute;
        height: 40px;
        width: 100%;
        top: 0;
        left: 0;
        background: #EBF1FA;
    }

.template-contact .section--content:before {
    height: 160px;
}

.section--cards {
    background: var(--card-background-color);
}

.section--usps-home {
    background: #F5F8FC;
}

.section--newsletter {
    padding: 0;
    position: relative;
}

    .section--newsletter:before {
        content: "";
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        right: 0;
        background: #EBF1FA;
        position: absolute;
    }

.select, .select__input {
    float: left;
    width: 100%;
}

.select__input {
    background: #f0f3f5;
    border-radius: 3px;
    position: relative;
}

    .select__input:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath stroke='%23098fca' stroke-width='2' d='M17.903 8.968l-5.935 5.935-5.936-5.935'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 24px 24px;
    }

    .select__input:hover {
        background: #eaeef1;
    }

.select__input__source {
    float: left;
    width: 100%;
    padding: 30px 20px 10px;
    position: relative;
    z-index: 2;
    color: #00205B;
    font-size: 18px;
    line-height: 24px;
}

    .select__input__source:hover {
        cursor: pointer;
    }

.select__input__label {
    float: left;
    width: 100%;
    padding: 10px 20px 30px;
    color: #8a9499;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tab {
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    background: #fff;
    border: 1px solid rgba(48, 106, 178,.35);
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    display: block;
}

@media screen and (max-width:48em) {
    .tab {
        font-size: 16px;
        line-height: 24px;
    }
}

.slick-current .tab {
    background: #EBF1FA;
    border: 0;
    border: 1px solid #EBF1FA;
}

    .slick-current .tab:before {
        content: "";
        width: 60px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -70px;
        border-bottom: 1px dashed #8a9499;
    }

.feature--left .slick-current .tab:before {
    left: calc(100% + 10px);
}

@media screen and (max-width:75em) {
    .slick-current .tab:before {
        left: calc(50% - 30px) !important;
        top: -20px;
        transform: rotate(90deg) translateX(-50%);
    }
}

.testimonial {
    float: left;
    width: 100%;
    text-align: center;
    white-space: normal;
}

.testimonial__quote {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

@media screen and (max-width:48em) {
    .testimonial__quote {
        font-size: 24px;
        line-height: 29px;
    }
}

.testimonial__quote:before {
    content: open-quote;
}

.testimonial__quote:after {
    content: close-quote;
}

.testimonial__source {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .testimonial__source {
        font-size: 16px;
        line-height: 24px;
    }
}

.testimonial__source--name {
    font-weight: 600;
}

.video {
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

    .video:after {
        transition: .2s;
        content: "";
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background: hsla(0,0%,100%,.8) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23055579' d='M16.516 11.789l-9.622 4.81A2 2 0 0 1 4 14.811V5.189A2 2 0 0 1 6.894 3.4l9.622 4.811a2 2 0 0 1 0 3.578z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 20px 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }

    .video:hover {
        cursor: pointer;
    }

        .video:hover:after {
            transform: translate(-50%,-50%) scale(1.1);
        }

.video__source {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\:cover;
    z-index: 1;
}

@media screen and (min-width:64em) {
    .contact-content {
        margin-top: -60px;
    }
}

.about {
    padding: 90px 400px 0 0;
}

@media screen and (max-width:75em) {
    .about {
        padding: 90px 0 0;
    }
}

.about--border-top {
    border-top: 1px dashed #979797;
}

.about__header {
    padding: 0;
}

.about__title {
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 10px;
}

@media screen and (max-width:48em) {
    .about__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.about__description {
    font-weight: 400;
    color: #00205B;
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 40px;
}

.about__suffix {
    color: #8a9499;
}

.about__suffix__link {
    margin-left: 10px;
}

.anchor-links {
    padding: 30px 0 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    margin: 0 0 30px;
    border-top: 1px dashed #8a9499;
    border-bottom: 1px dashed #8a9499;
}

@media screen and (max-width:48em) {
    .anchor-links {
        font-size: 16px;
        line-height: 24px;
    }
}

@supports (display:grid) {
    .anchor-links {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: fit-content(100%) 1fr;
        grid-template-columns: fit-content(100%) 1fr;
        grid-gap: 30px;
    }

    @media screen and (max-width:48em) {
        .anchor-links {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            grid-gap: 10px;
        }
    }
}

.anchor-links__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    padding: 0 30px 5px 0;
    display: inline-block;
}

@media screen and (max-width:48em) {
    .anchor-links__item {
        font-size: 16px;
        line-height: 24px;
    }
}

.anchor-links__link {
    color: #306AB2;
}

.assortment {
    float: left;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    padding: 20px;
    min-height: 574px;
}

@supports (display:flex) {
    .assortment {
        display: flex;
        flex-flow: column wrap;
        /*justify-content: space-between;*/
    }
}

.assortment__header {
    float: left;
    width: 100%;
    padding: 20px 20px 30px;
    text-align: center;
}

.assortment__title {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 10px;
}

@media screen and (max-width:48em) {
    .assortment__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.assortment__description {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    padding: 0 0 40px;
}

@media screen and (max-width:48em) {
    .assortment__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.assortment__button {
    float: left;
    width: 100%;
}

.assortment__information {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f0f3f5;
    border-radius: 3px;
    position: relative;
    flex: 1;
    max-height: 260px;
    overflow: hidden;
}

    .assortment__information:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #f0f3f5;
        top: -5px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        border-radius: 3px;
        position: absolute;
        z-index: 0;
    }

.assortment__information__expanded {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f0f3f5;
    border-radius: 3px;
    position: relative;
    flex: 1;
    overflow: hidden;
}

    .assortment__information__expanded:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #f0f3f5;
        top: -5px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        border-radius: 3px;
        position: absolute;
        z-index: 0;
    }

.assortment__information__section {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
}

    .assortment__information__section:last-of-type {
        padding: 0;
    }

.assortment__information__title {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #00205B;
    font-size: 16px;
    line-height: 20px;
}

.assortment__information__paragraph {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #00205B;
    font-weight: 400;
}

.assortment__information__expand {
    float: left;
    width: 100%;
    padding: 120px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-180deg,rgba(240,243,245,0),#f0f3f5 64%);
    z-index: 2;
}

.autocomplete {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}

.autocomplete__input {
    position: relative;
}

    .autocomplete__input:after {
        content: "";
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 40px;
        position: absolute;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23098fca' fill-rule='evenodd' d='M14.357 12.14a1 1 0 0 1 .241.179l4.735 4.734a1 1 0 0 1 0 1.415l-.43.43a1 1 0 0 1-1.415 0l-4.734-4.734a1.005 1.005 0 0 1-.128-.156 7.826 7.826 0 1 1 1.73-1.867zm-6.53.903a5.217 5.217 0 1 0 0-10.434 5.217 5.217 0 0 0 0 10.434z'/%3E%3C/svg%3E");
    }

.autocomplete__input__field {
    padding: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    width: 100%;
}

@media screen and (max-width:48em) {
    .autocomplete__input__field {
        font-size: 16px;
        line-height: 24px;
    }
}

.autocomplete__output {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 40px 40px 0 rgba(0,0,0,.1);
    padding: 0 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.autocomplete__listing {
    padding: 20px 0;
    border-top: 1px dashed #8a9499;
}

.autocomplete__item {
    padding: 5px 0;
}

.autocomplete__link {
    padding: 5px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    color: #087eb2;
}

@media screen and (max-width:48em) {
    .autocomplete__link {
        font-size: 16px;
        line-height: 24px;
    }
}

.autocomplete__link:hover {
    color: #00205B;
}

.autocomplete__link--query {
    font-weight: 700;
}

.banner {
    float: left;
    width: 100%;
    padding: 40px;
    background: var(--banner-background-color);
    border-radius: 3px;
}

.banner__header {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.banner__title {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #00205B;
    font-size: 22px;
    line-height: 26px;
}

@media screen and (max-width:48em) {
    .banner__title {
        font-size: 16px;
        line-height: 20px;
    }
}

.banner__content, .banner__description {
    float: left;
    width: 100%;
}

.banner__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .banner__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.banner__footer {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}

@supports (display:grid) {
    .banner__footer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: max-content 1fr;
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        grid-gap: 40px;
        align-items: center;
    }

    @media screen and (max-width:75em) {
        .banner__footer {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.block__title {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
}

@media screen and (max-width:48em) {
    .block__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.block__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    padding: 20px 0 0;
}

@media screen and (max-width:48em) {
    .block__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.block__footer {
    padding: 30px 0 0;
}

.breadcrumbs {
    border-bottom: 1px dashed hsla(200,7%,57%,.5);
    margin-bottom: 30px;
    padding-top: 46px;
}

.breadcrumbs__list {
    padding: 15px 0;
    display: flex;
}

.breadcrumbs__item {
    padding: 0 40px 0 0;
    width: auto;
    position: relative;
}

    .breadcrumbs__item:not(:last-of-type):after {
        content: "";
        width: 4px;
        height: 4px;
        background: hsla(200,7%,57%,.5);
        border-radius: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
    }

    .breadcrumbs__item:last-of-type {
        padding: 0;
    }

.breadcrumbs__item--active .breadcrumbs__link {
    color: #00205B;
}

.breadcrumbs__link {
    color: #306AB2;
    display: block;
    line-height: 20px;
}

ol.breadcrumbs__list li.breadcrumbs__item:last-child a.breadcrumbs__link:last-child {
    color: #00205B;
}

@media screen and (max-width:48em) {
    .breadcrumbs__item {
        display: none;
    }

        .breadcrumbs__item:first-of-type {
            display: block;
        }

        .breadcrumbs__item:last-of-type {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 150px;
        }
}

.card {
    padding: 40px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #EBF1FA;
    height: 100%;
}

.card--shadow {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    border: 0;
}

.card__header {
    text-align: center;
}

@supports (display:flex) {
    .card__header {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
}

.card__title {
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
}

@media screen and (max-width:48em) {
    .card__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.card__title--soft {
    display: block;
    font-weight: normal;
    font-size: 24px;
}

.card__top {
    margin: 0 0 40px;
    text-align: center;
}

.card__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    padding: 20px 0 0;
    text-align: center;
}

@media screen and (max-width:48em) {
    .card__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.card__footer {
    padding: 30px 0 0;
    text-align: center;
}

.card__footer__note {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
}

.card--trial {
    background: #EBF1FA;
    height: auto;
}

@supports (display:flex) {
    .card--trial {
        display: flex;
        flex-flow: column wrap;
    }
}

.card--trial .card__header {
    text-align: left;
}

.card--trial .card__title {
    font-weight: 600;
    color: #00205B;
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width:48em) {
    .card--trial .card__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.card--trial .card__content {
    text-align: left;
    flex: 1;
}

.card--trial .card__description {
    font-size: 16px;
    line-height: 24px;
    color: #00205B;
    font-weight: 400;
    text-align: left;
}

.card--trial .card__footer__button {
    margin-bottom: 20px;
}

.card--contact {
    background: var(--card-background-color);
}

.checkout {
    float: left;
    width: 100%;
}

.checkout__price {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
    display: block;
}

@media screen and (max-width:48em) {
    .checkout__price {
        font-size: 14px;
        line-height: 19px;
    }
}

.checkout__usage {
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

.contact-block {
    float: left;
    width: 100%;
    padding: 40px;
    background: #f0f3f5;
    border-radius: 3px;
}

.contact-block__header {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

.contact-block__title {
    font-weight: 600;
    line-height: 20px;
    padding: 0 0 5px;
}

.contact-block__description, .contact-block__title {
    float: left;
    width: 100%;
    color: #00205B;
    font-size: 16px;
}

.contact-block__description {
    line-height: 24px;
    font-weight: 400;
}

.contact-block__number {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--important-color);
    white-space: nowrap;
}

@media screen and (max-width:48em) {
    .contact-block__number {
        font-size: 20px;
        line-height: 24px;
    }
}

.contact-block__item, .contact-block__listing {
    float: left;
    width: 100%;
}

.contact-block__item {
    padding: 5px 0;
}

.content-block__header {
    padding: 0 0 20px;
}

.content-block__title {
    font-weight: 600;
    color: #00205B;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 10px;
}

@media screen and (max-width:48em) {
    .content-block__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.content-block__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .content-block__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.content-block__listing {
    position: relative;
}

    .content-block__listing:before {
        content: "";
        width: 1px;
        position: absolute;
        left: 20px;
        transform: translateX(-50%);
        top: 5px;
        bottom: 0;
        background: #8a9499;
    }

.content {
    padding: 0 0 20px;
    display: flex;
    flex-flow: row wrap;
}

@supports (display:grid) {
    .content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 19fr 7fr;
        grid-template-columns: 19fr 7fr;
        grid-column-gap: 120px;
    }

    @media screen and (max-width:74.99875em) {
        .content {
            grid-column-gap: 40px;
        }
    }

    @media screen and (max-width:75em) {
        .content {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.content--single {
    padding: 0 160px 20px;
}

@supports (display:grid) {
    .content--single {
        width: auto;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: normal;
    }
}

@media screen and (max-width:75em) {
    .content--single {
        padding: 0 0 20px;
    }
}

.content--single .content__article {
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
}

@supports (display:grid) {
    .content--single .content__article {
        margin: 0;
    }
}

.content__article {
    width: calc(73.07692% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    padding: 0 40px 0 0;
}

@supports (display:grid) {
    .content__article {
        margin: 0;
        padding: 0;
        width: auto;
    }
}

@media screen and (max-width:75em) {
    .content__article {
        padding: 0 0 80px;
    }
}


.content__side {
    width: calc(26.92308% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    padding: 0 0 0 40px;
    z-index: 1;
    float: left;
}

@supports (display:grid) {
    .content__side {
        padding: 0 0 0 40px;
        margin: 0;
        width: auto;
        z-index: 1;
        float: left;
    }
}

.section--flat .content__side, .template-contact .content__side {
    padding-top: 0;
}

.content__side section:not(:last-of-type) {
    margin-bottom: 60px;
}

.content__inner {
    clear: both;
    padding-top: 86px;
}

.content__sub-title {
    font-weight: 600;
    color: #00205B;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}

@media screen and (max-width:48em) {
    .content__sub-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.content__title {
    font-weight: 600;
    color: #00205B;
    font-size: 40px;
    line-height: 56px;
}

@media screen and (max-width:48em) {
    .content__title {
        font-size: 28px;
        line-height: 33px;
    }
}

.content__title__suffix {
    padding: 0 0 0 20px;
    font-weight: 300;
}

.content__heading {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
    margin: 40px 0 5px;
}

@media screen and (max-width:48em) {
    .content__heading {
        font-size: 14px;
        line-height: 19px;
    }
}

.content__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .content__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.content__lead-in {
    font-weight: 400;
    color: #00205B;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0 40px;
}

.content__form {
    padding: 80px 0 0;
}

.content__form__title {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 30px;
}

@media screen and (max-width:48em) {
    .content__form__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.content__form__suffix {
    padding: 50px 0 150px 40px;
    clear: both;
    display: flex;
    align-items: center;
}

.content__form__suffix__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8a9499;
    padding: 0 10px 0 0;
}

@media screen and (max-width:48em) {
    .content__form__suffix__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.editor a {
    color: #306AB2;
    border-bottom: 1px dashed #306AB2;
}

.editor h1 {
    font-weight: 700;
    color: #00205B;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 56px;
}

.editor h2 {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
}

@media screen and (max-width:48em) {
    .editor h2 {
        font-size: 24px;
        line-height: 29px;
    }
}

.editor h3 {
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
}

@media screen and (max-width:48em) {
    .editor h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

.editor h4 {
    font-weight: 600;
    color: #00205B;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media screen and (max-width:48em) {
    .editor h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

.editor h5 {
    font-weight: 600;
    color: #00205B;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}

@media screen and (max-width:48em) {
    .editor h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

.editor h6 {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

@media screen and (max-width:48em) {
    .editor h6 {
        font-size: 14px;
        line-height: 19px;
    }
}

.editor ol, .editor ul {
    margin: 0 0 40px 20px;
}

    .editor ol ol, .editor ol ul, .editor ul ol, .editor ul ul {
        margin: 10px 0 0 20px;
        list-style: inherit;
    }

    .editor ol > li, .editor ul > li {
        padding-left: 5px;
    }

    .editor ol li, .editor ul li {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #00205B;
        list-style: inherit;
        margin-bottom: 5px;
    }

@media screen and (max-width:48em) {
    .editor ol li, .editor ul li {
        font-size: 16px;
        line-height: 24px;
    }
}

.editor p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--paragraph-color);
    margin-bottom: 20px;
}

@media screen and (max-width:48em) {
    .editor p {
        font-size: 16px;
        line-height: 24px;
    }
}

.feature {
    padding: 80px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.feature__content-mobile {
    display: none;
}

@media screen and (max-width:75em) {
    .feature {
        flex-flow: column nowrap;
        align-items: stretch;
    }

        .feature .feature__content-mobile {
            display: block;
            margin-bottom: 20px;
        }

        .feature .feature__content {
            width: 100%;
            padding: 0;
            order: 2 !important;
        }

            .feature .feature__content .feature__header {
                display: none;
            }

        .feature .feature__panels {
            width: 100%;
            order: 1 !important;
        }
}

@media screen and (max-width:48em) {
    .feature {
        padding: 0;
    }

        .feature .draggable {
            position: relative;
        }

            .feature .draggable:after, .feature .draggable:before {
                content: "";
                width: 40px;
                height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                z-index: 2;
            }

            .feature .draggable:before {
                background: linear-gradient(-270deg,#fff,hsla(0,0%,100%,0));
                left: 0;
            }

            .feature .draggable:after {
                background: linear-gradient(-90deg,#fff,hsla(0,0%,100%,0));
                right: 0;
            }
}

.feature .slick-slider .slick-list {
    overflow: visible;
}

@media screen and (max-width:48em) {
    .feature .slick-slider .slick-list {
        overflow: hidden;
    }
}

.feature .slick-vertical .slick-slide {
    border: 0;
}

.feature .slick-slide:focus {
    outline: none;
}

.feature--left .feature__panels {
    order: 2;
}

.feature--left .feature__highlight {
    left: auto;
    right: 80px;
}

.feature--left .feature__content {
    order: 1;
    padding-left: 0;
    padding-right: 80px;
}

@media screen and (max-width:75em) {
    .feature--left .feature__content {
        padding-right: 0;
    }
}

.feature__panels {
    width: 60%;
    border-radius: 3px;
    box-shadow: 0 0 40px 0 hsla(207,5%,66%,.4);
    overflow: hidden;
}

@media screen and (max-width:48em) {
    .feature__panels {
        box-shadow: none;
    }

        .feature__panels .slick-slide {
            margin: 0 10px;
            border: 1px solid hsla(200,7%,57%,.2);
            border-radius: 3px;
            overflow: hidden;
        }
}

.feature__panel {
    position: relative;
}

.feature__highlight {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
    background: #ffed88;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 80px;
    top: 20px;
    z-index: -1;
}

@media screen and (max-width:48em) {
    .feature__highlight {
        font-size: 14px;
        line-height: 19px;
    }
}

.feature__highlight__inner {
    position: relative;
    top: -10px;
}

@media screen and (max-width:75em) {
    .feature__highlight {
        display: none;
    }
}

.feature__image__source {
    display: block;
    max-width: 100%;
    height: auto;
}

.feature__content {
    width: 40%;
    padding-left: 80px;
}

.feature__title {
    font-weight: 600;
    color: #00205B;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 10px;
}

@media screen and (max-width:48em) {
    .feature__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.feature__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width:48em) {
    .feature__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.feature__tabs {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media screen and (max-width:48em) {
    .feature__tabs {
        margin-top: 10px;
    }
}

.feature__tabs .slick-slide:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (max-width:75em) {
    .feature__tabs .slick-slide:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media screen and (max-width:48em) {
    .feature__tabs .slick-slide:not(:last-of-type) {
        margin: 0 10px;
    }
}

.feature__tabs__item {
    padding: 0 0 10px;
}

    .feature__tabs__item:last-of-type {
        padding: 0;
    }

.filter {
    position: relative;
}

.filter__toggle {
    padding: 0 0 40px;
    display: flex;
}

@media screen and (max-width:48em) {
    .filter__toggle {
        flex-flow: column nowrap;
    }
}

.filter__toggle__item:not(:last-of-type) {
    padding: 0 15px 0 0;
}

@media screen and (max-width:48em) {
    .filter__toggle__item:not(:last-of-type) {
        padding: 0 0 10px;
    }
}

.filter__list {
    padding: 0 0 40px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -.625rem -.625rem;
}

    .filter__list > .filter__item {
        width: calc(16.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@media screen and (max-width:74.99875em) {
    .filter__list > .filter__item {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
    }
}

@media screen and (max-width:48em) {
    .filter__list > .filter__item {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }
}

@supports (display:grid) {
    .filter__list {
        margin: 0;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
        grid-auto-rows: 1fr;
        grid-gap: 40px;
    }
}

.filter__item {
    padding: 20px;
    height: 160px;
    margin-bottom: 1.25rem;
    background: #f0f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

@supports (display:grid) {
    .filter__item {
        width: auto !important;
        margin: 0 !important;
    }
}

.filter__logo {
    filter: grayscale(100%);
    opacity: .25;
    width: 100%;
}

.filter__logo__source {
    max-width: 100%;
    display: block;
}

.filter__expand {
    float: left;
    width: 100%;
    padding: 120px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-180deg,hsla(0,0%,100%,.1),#fff 65%);
    z-index: 2;
}

.foot {
    padding: 40px 0;
    border-top: 1px solid rgba(5,85,121,.15);
}

.foot, .foot__listing {
    float: left;
    width: 100%;
}

.foot__listing {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

@media screen and (max-width:48em) {
    .foot__listing {
        flex-flow: column nowrap;
    }
}

.foot__item {
    float: left;
    width: 100%;
    padding: 0 20px;
    width: auto;
}

@media screen and (min-width:40em) {
    .foot__item:first-of-type {
        padding: 0 20px 0 0;
    }

    .foot__item:last-of-type {
        padding: 0 0 0 20px;
        margin-left: auto;
    }
}

@media screen and (max-width:48em) {
    .foot__item {
        padding: 0 0 20px;
    }

        .foot__item:last-of-type {
            padding: 20px 0 0;
        }
}

.foot__copyright, .foot__link {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #00205B;
    font-weight: 400;
}

.form {
    float: left;
    width: 100%;
    padding: 10px;
}

@media screen and (max-width:75em) {
    .form {
        padding: 0 10px 10px;
    }
}

.form--flat {
    padding: 0;
}

    .form--flat .form__item {
        padding: 10px 0;
    }

    .form--flat .form__item--submit {
        padding: 20px 0 0;
    }

.form__item {
    float: left;
    width: 100%;
    padding: 10px;
}

.form__item--small {
    width: 30%;
}

.form__item--med {
    width: 50%;
}

.form__item--xs {
    width: 20%;
}

.form__item--xm {
    width: 40%;
}

@media screen and (max-width:75em) {
    .form__item--small {
        width: 100%;
    }
}

.form__item--large {
    width: 70%;
}

@media screen and (max-width:75em) {
    .form__item--large {
        width: 100%;
    }
}

.form__item--full {
    width: 100%;
}

.image-full-width {
    float: left;
    width: 100%;
}

.image-full-width__figure__source {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\:cover;
    width: 100%;
    display: block;
}

.language-select {
    float: left;
    width: 100%;
    width: 60px;
    height: 44px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}

    .language-select:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%23055579' stroke-width='2' d='M14.485 8.242l-4.272 4.272-4.268-4.268'/%3E%3C/svg%3E");
        background-size: 100% 100%;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

.language-select__listing {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.language-select__item {
    float: left;
    width: 100%;
    order: 1;
}

.language-select__item--active {
    order: 0;
}

.language-select__item:hover {
    background: rgba(5,85,121,.05);
}

.language-select__link {
    padding: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #00205B;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
}

.language-select:hover {
    overflow: visible;
}

    .language-select:hover .language-select__listing {
        background: #fff;
        border-radius: 3px;
        box-shadow: inset 0 0 0 2px rgba(48, 106, 178,.3);
    }

.links-group {
    float: left;
    width: 100%;
    padding: 0 0 40px;
}

    .links-group:last-of-type {
        padding: 0;
    }

.links-group__header {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.links-group__title {
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
    font-weight: 700;
    color: #00205B;
}

.links-group__item, .links-group__listing, .links-group__title {
    float: left;
    width: 100%;
}

.links-group__item {
    padding: 10px 0;
}

.links-group__link__number {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    color: rgba(48, 106, 178,.8);
    font-weight: 700;
}

.links-group__link__note {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
}

.links-group__form {
    float: left;
    width: 100%;
}

.links-group__form__input {
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .links-group__form__input {
        font-size: 16px;
        line-height: 24px;
    }
}

.app-invite-banner {
    background-color: #0082AC;
    color: white;
    padding: 0;
    font-family: Roboto Condensed, Roboto, Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

    .app-invite-banner .logo__source {
        margin: 0;
    }

    .app-invite-banner span {
        display: block;
        font-size: smaller;
    }

    .app-invite-banner button {
        color: #0082AC;
        background-color: white;
        font-weight: bold;
        margin-left: auto;
        margin-right: 15px;
        padding: 8px 15px;
        border-radius: 17px;
        text-transform: uppercase;
    }

    .app-invite {
        padding: 50px 25px 30px 25px;
        overflow: scroll;
        position: fixed;
        z-index: 16;
        background: #fff;
        display: flex;
        flex-flow: column nowrap;
        align-items: stretch;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 40px;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
        justify-content: center;
    }

    .app-invite p {
        margin-bottom: 30px;
    }

.navigation {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex: 1;
}

.app-invite-container:before,
.navigation--touch-visible:before {
    content: "";
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(184,215,238,.8);
    z-index: 14;
}

.navigation--touch-visible .navigation__listing {
    padding: 50px 25px 30px 25px;
    overflow: scroll;
    position: fixed;
    z-index: 15;
    background: #fff;
    flex-flow: column nowrap;
    align-items: stretch;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 40px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    justify-content: flex-start;
}

.navigation--touch-visible .navigation__logo {
    display: none;
}

.navigation--touch-visible .navigation__item {
    padding: 10px 0 10px;
    display: block !important;
}

.navigation--touch-visible .navigation__item--hamburger {
    display: none !important;
}

.navigation--touch-visible .navigation__item--separator {
    border-bottom: 1px dotted rgba(138,148,153,0.4);
}

.navigation--touch-visible .navigation__item--close {
    display: block;
}

.navigation--touch-visible .navigation__link {
    padding: 0;
    font-weight: 300;
    color: #00205B;
    font-size: 28px;
    line-height: 38px;
}

.navigation__listing {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.navigation__item {
    padding: 0 0 0 20px;
}

    .navigation__item a.navigation__button {
        font-weight: normal;
    }

    .navigation__item a.navigation__button:not(:first-child) {
        margin-left: 20px;
    }

.navigation__item--close, .navigation__item--hamburger {
    display: none;
}

.navigation__hamburger {
    position: relative;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .navigation__hamburger:after {
        content: "";
        display: block;
        width: 15px;
        height: 14px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14'%3E%3Cpath d='M0 0h15v2H0zm0 6h15v2H0zm0 6h15v2H0z' fill='%23098fca' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.navigation__close {
    position: absolute;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    top: 23px;
    right: 40px;
    cursor: pointer;
}

    .navigation__close:after {
        content: "";
        display: block;
        width: 15px;
        height: 14px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'%3E%3Cpath d='M14.435 2L1 15.435m13.946-.37L1.51 1.632' fill='none' fill-rule='evenodd' stroke='%23a3cbe2' stroke-width='2'/%3E%3C/svg%3E");
        background-size: 100%;
    }

.navigation__logo {
    width: auto;
    height: auto;
}

.navigation__link {
    font-size: 18px;
    line-height: 24px;
    color: #00205B;
    font-weight: normal;
    padding: 10px;
}

@media screen and (max-width:75em) {
    .navigation__item--hamburger {
        display: block;
    }

    .navigation__item:not(.navigation__item--primary) {
        display: none;
    }
}

@media screen and (max-width:48em) {
    .navigation__item {
        display: none;
    }

    .navigation__item--hamburger, .navigation__item--logo {
        display: block;
    }
}

.newsletter {
    background: #306AB2;
    border-radius: 3px;
    padding: 30px 30px 30px 40px;
    position: relative;
    display: flex;
}

    .newsletter:before {
        content: "";
        background-image: url(/portal/Media/images/curve-newsletter.svg);
        background-repeat: no-repeat;
        width: 69px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 60%;
        z-index: 1;
        opacity: .25;
    }

@media screen and (max-width:75em) {
    .newsletter:before {
        display: none;
    }
}

.newsletter:after {
    content: "";
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: #00205B;
    opacity: .25;
}

@media screen and (max-width:75em) {
    .newsletter:after {
        display: none;
    }
}

@supports (display:grid) {
    .newsletter {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }

    @media screen and (max-width:75em) {
        .newsletter {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.newsletter__header {
    width: 50%;
    position: relative;
    z-index: 2;
}

@supports (display:grid) {
    .newsletter__header {
        width: 100%;
    }
}

.newsletter__title {
    font-weight: 600;
    color: #00205B;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px;
    color: #fff;
}

@media screen and (max-width:48em) {
    .newsletter__title {
        font-size: 16px;
        line-height: 20px;
    }
}

.newsletter__description {
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
    color: #fff;
}

.newsletter__form {
    width: 50%;
    position: relative;
    z-index: 2;
}

@supports (display:grid) {
    .newsletter__form {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr max-content;
        grid-template-columns: 1fr -webkit-max-content;
        grid-template-columns: 1fr max-content;
    }
}

.newsletter__form__input {
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

@media screen and (max-width:48em) {
    .newsletter__form__input {
        font-size: 16px;
        line-height: 24px;
    }
}

.newsletter__form__input::-webkit-input-placeholder {
    color: #8a9499;
    font-style: italic;
}

.newsletter__form__input:-ms-input-placeholder, .newsletter__form__input::-ms-input-placeholder {
    color: #8a9499;
    font-style: italic;
}

.newsletter__form__input::placeholder {
    color: #8a9499;
    font-style: italic;
}

.newsletter__form__button {
    border-radius: 0 3px 3px 0;
}

.norms {
    position: relative;
}

.norms__toggle {
    padding: 0 0 40px;
    display: flex;
}

.norms__toggle__item:not(:last-of-type) {
    padding: 0 15px 0 0;
}

.norms__list {
    padding: 0 0 40px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -.625rem -.625rem;
}

    .norms__list > .norms__item {
        width: calc(16.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@supports (display:grid) {
    .norms__list {
        margin: 0;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(110px,1fr));
        grid-auto-rows: 1fr;
        grid-gap: 20px;
    }
}

@supports (display:grid) {
    .norms__list > .norms__item {
        width: auto;
        margin: 0;
    }
}

.norms__item {
    padding: 20px;
    background: #f0f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-bottom: .625rem;
    width: 100%;
}

@supports (display:grid) {
    .norms__item {
        margin: 0;
    }
}

.norms__logo {
    filter: grayscale(100%);
    opacity: .25;
    width: 100%;
}

.norms__logo__source {
    max-width: 100%;
}

.norms__expand {
    float: left;
    width: 100%;
    padding: 120px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-180deg,hsla(0,0%,100%,.1),#fff 65%);
    z-index: 2;
}

.package {
    transition: .2s;
    padding: 20px 30px;
    background: #EBF1FA;
    border-radius: 3px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

@supports (display:grid) {
    .package {
        margin-right: 0;
    }
}

.package__header {
    padding: 0 0 25px;
    flex: 1;
}

.package__title {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:48em) {
    .package__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.package__footer__count {
    font-weight: 700;
}

.package:before {
    width: 100%;
    right: 0;
    left: 0;
    background: linear-gradient(-90deg,#a3cbe2,rgba(163,203,226,0));
    z-index: 1;
}

.package:after, .package:before {
    transition: .2s;
    content: "";
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
}

.package:after {
    width: 40px;
    right: -40px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23dd7348' d='M2.886 10.937h11.69l-3.97 3.97a.75.75 0 0 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.748.748 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l3.97 3.97H2.885a.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0 3px 3px 0;
    z-index: 2;
}

.package:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    background: #c8e3f5;
}

    .package:hover:after {
        right: 0;
    }

    .package:hover:after, .package:hover:before {
        opacity: 1;
    }

.page-header {
    padding: 0 0 70px;
    background: #EBF1FA;
    position: relative;
}

.page-header--page-sidebar {
    padding: 0 0 10px;
}

    .page-header--page-sidebar:after {
        content: "";
        background-image: url(/portal/Media/images/curve-mirrored.svg);
        width: 339px;
        height: 338px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

.page-header--assortment {
    padding: 0 0 50px;
}

.page-header--home .page-header__text {
    margin-bottom: 40px;
}

.page-header--home .page-header__button {
    margin-bottom: 15px;
}

.page-header--figure {
    padding: 40px 0 0;
    background-image: url(/portal/Media/images/curve-xlarge.svg);
    background-repeat: no-repeat;
    background-position-x: calc(50% - 400px);
}

@media screen and (max-width:75em) {
    .page-header--figure {
        background-position-x: calc(50% - 100px);
    }
}

.page-header--figure .page-header__container {
    display: flex;
    flex-flow: row wrap;
}

@supports (display:grid) {
    .page-header--figure .page-header__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 7fr 19fr;
        grid-template-columns: 7fr 19fr;
        grid-column-gap: 120px;
    }

    @media screen and (max-width:75em) {
        .page-header--figure .page-header__container {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 60px;
        }
    }

    @media screen and (max-width:48em) {
        .page-header--figure .page-header__container {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.page-header--figure .page-header__content {
    min-height: 580px;
    display: flex;
    flex-flow: column nowrap;
    width: 33.33333%;
    margin-right: 8.33333%;
}

@supports (display:grid) {
    .page-header--figure .page-header__content {
        align-items: flex-start;
        width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width:75em) {
    .page-header--figure .page-header__content {
        padding: 40px 0 60px;
        min-height: auto;
    }
}

@media screen and (max-width:48em) {
    .page-header--figure .page-header__content {
        padding: 20px 0 40px;
    }
}

.page-header--figure .page-header__side {
    display: flex;
    width: 58.33333%;
}

@supports (display:grid) {
    .page-header--figure .page-header__side {
        width: auto;
        flex: auto;
    }
}

@media screen and (max-width:48em) {
    .page-header--figure .page-header__side {
        margin-left: -40px;
        margin-right: -40px;
    }
}

.page-header--figure .page-header__video {
    height: 100%;
}

.page-header--figure:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
}

@media screen and (max-width:48em) {
    .page-header--figure:before {
        display: none;
    }
}

.page-header--figure[class*="--home"]:before {
    background: #F5F8FC;
}

.page-header--figure[class*="--form"] {
    padding: 40px 0 60px;
    /*margin-bottom: 80px;*/
}

@media screen and (max-width:75em) {
    .page-header--figure[class*="--form"] {
        padding: 40px 0 0;
    }
}

.page-header--figure[class*="--form"]:before {
    display: none;
}

@supports (display:grid) {
    .page-header--figure[class*="--form"] .page-header__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 16fr 9fr;
        grid-template-columns: 16fr 9fr;
        grid-column-gap: 80px;
    }

    @media screen and (max-width:75em) {
        .page-header--figure[class*="--form"] .page-header__container {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.page-header--figure[class*="--form"] .page-header__text {
    margin-bottom: 25px;
}

.page-header--figure[class*="--form"] .page-header__link {
    display: block;
    margin-bottom: 70px;
}

@media screen and (max-width:75em) {
    .page-header--figure[class*="--form"] .page-header__link {
        margin-bottom: 30px;
    }
}

.page-header--figure[class*="--form"] .page-header__content {
    margin-right: 0;
    margin-left: 8.33333%;
}

@supports (display:grid) {
    .page-header--figure[class*="--form"] .page-header__content {
        margin: 0;
    }
}

@media screen and (max-width:75em) {
    .page-header--figure[class*="--form"] .page-header__content {
        padding: 20px 0 40px;
        order: -1;
    }
}

.page-header--figure[class*="--form"] .page-header__figure {
    position: relative;
    direction: rtl;
}

.page-header--centered:after {
    content: "";
    background-image: url(/portal/Media/images/curve-mirrored.svg);
    width: 339px;
    height: 338px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-header--centered .page-header__content {
    text-align: center;
}

.page-header__content, .page-header__side {
    position: relative;
    z-index: 2;
}

.page-header__title {
    font-weight: 600;
    color: #00205B;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px;
}

@media screen and (max-width:48em) {
    .page-header__title {
        font-size: 28px;
        line-height: 33px;
    }
}

.page-header__subtitle {
    font-weight: 400;
    color: #00205B;
    font-size: 22px;
    line-height: 26px;
}

@media screen and (max-width:48em) {
    .page-header__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

.page-header__text {
    font-weight: 400;
    color: var(--nen-blue);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 90px;
}

.page-header__text__long {
    font-weight: 400;
    color: #00205B;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width:48em) {
    .page-header__text {
        font-size: 20px;
        line-height: 24px;
    }
}

.page-header__suffix {
    font-size: 14px;
    line-height: 20px;
    color: #00205B;
    font-weight: 400;
    margin-top: 40px;
}

.page-header__figure {
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.15);
}

.page-header__figure__source {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit:cover;object-position:center","object-fit:cover; object-position:center";
    width: 100%;
    height: 100%;
}

.product-group {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
}

.product-group, .product-group__header {
    float: left;
    width: 100%;
    padding: 20px 40px 20px 40px;
}

@media screen and (max-width:75em) {
    .product-group__header {
        padding: 0 0 20px;
    }
}

.product-group__title {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 10px;
    margin-left: -40px;
}

@media screen and (max-width:48em) {
    .product-group__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.product-group__description {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .product-group__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.product-group__item, .product-group__listing {
    float: left;
    width: 100%;
}

.product-group__item {
    border-top: 1px dashed #8a9499;
}

.product {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

@supports (display:grid) {
    .product {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr max-content max-content;
        grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
        grid-template-columns: 1fr max-content max-content;
        grid-gap: 20px;
    }

    @media screen and (max-width:48em) {
        .product {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

.product__title {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:48em) {
    .product__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.product__description {
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
    padding: 0 20px 0 0;
    width: auto;
}

.product__link {
    width: auto;
}

@media screen and (min-width:64em) {
    .product__details {
        text-align: right;
    }
}

.product__price {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
    display: block;
}

@media screen and (max-width:48em) {
    .product__price {
        font-size: 14px;
        line-height: 19px;
    }
}

.product__users {
    font-size: 16px;
    line-height: 20px;
    color: #8a9499;
    font-weight: 400;
    display: block;
}

.product__button {
    width: auto;
}

.question {
    padding: 30px 0;
    position: relative;
}

.question__header {
    float: left;
    width: 100%;
    padding: 0 0 0 40px;
    position: relative;
}

    .question__header:hover {
        cursor: pointer;
    }

    .question__header:before {
        content: "";
        width: 10px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20'%3E%3Cpath fill='rgba(9, 143, 202, 0.5)' fill-rule='evenodd' d='M4 9V5h2v4h4v2H6v4H4v-4H0V9h4z'/%3E%3C/svg%3E");
        background-size: 100% 100%;
    }

.question__title {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:48em) {
    .question__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.question__content {
    padding: 0 0 0 40px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.question__answer {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    padding: 10px 0 0;
}

@media screen and (max-width:48em) {
    .question__answer {
        font-size: 16px;
        line-height: 24px;
    }
}

.question.open .question__header:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20'%3E%3Cpath fill='rgba(9, 143, 202, 0.5)' fill-rule='evenodd' d='M0 9h10v2H0z'/%3E%3C/svg%3E");
}

.release-notes__item:not(:last-of-type) {
    padding: 0 0 20px;
}

.roadmap {
    float: left;
    width: 100%;
    position: relative;
}

    .roadmap:before {
        content: "";
        width: 1px;
        position: absolute;
        left: 20px;
        transform: translateX(-50%);
        top: 5px;
        bottom: 0;
        background: #F5F8FC;
    }

.roadmap__item {
    float: left;
    width: 100%;
    padding: 0 0 40px 40px;
    position: relative;
}

    .roadmap__item:last-of-type {
        padding: 0 0 0 40px;
    }

    .roadmap__item:after {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 3px solid #F5F8FC;
    }

    .roadmap__item:after, .roadmap__item:last-of-type:before {
        content: "";
        position: absolute;
        background: #fff;
        left: 20px;
        transform: translateX(-50%);
        top: 5px;
    }

    .roadmap__item:last-of-type:before {
        width: 2px;
        bottom: 0;
    }

.roadmap__item__title {
    font-weight: 600;
    line-height: 20px;
}

.roadmap__item__description, .roadmap__item__title {
    float: left;
    width: 100%;
    color: #00205B;
    font-size: 16px;
}

.roadmap__item__description {
    line-height: 24px;
    font-weight: 400;
}

.side-listing {
    padding: 0 0 0 10px;
}

.side-listing__header {
    padding: 0 0 40px;
}

.side-listing__title {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:48em) {
    .side-listing__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.side-listing__title__prefix {
    font-weight: 300;
    display: block;
}

.side-listing__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .side-listing__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.side-listing__content {
    position: relative;
    z-index: -1;
}

    .side-listing__content:not(:last-of-type) {
        padding: 0 0 30px;
        z-index: -1;
    }

.side-listing__content__title {
    font-weight: 600;
    color: #00205B;
    font-size: 16px;
    line-height: 30px;
}

.side-listing__list {
    font-size: 16px;
    line-height: 24px;
    color: #00205B;
    font-weight: 400;
}

.side-listing__list--expandable {
    padding: 0 0 20px 20px;
    overflow: hidden;
    height: 200px;
}

.side-listing__list--expanded {
    padding: 0 0 20px 20px;
}

.side-listing__list--inline .side-listing__item {
    display: inline-block;
}

    .side-listing__list--inline .side-listing__item:nth-last-of-type(n+3):after {
        padding: 0 2.5px 0 0;
        content: ",";
        display: inline-block;
    }

.side-listing__item {
    list-style: circle;
}

.side-listing__expand {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-180deg,hsla(0,0%,100%,.1),#fff 60%);
    z-index: 2;
}

.side-listing__expanded {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
}

.sitemap {
    padding: 40px 0;
}

.sitemap, .socials {
    float: left;
    width: 100%;
}

.socials {
    padding: 10px 0;
}

.socials__item {
    float: left;
    width: 100%;
    padding: 0 10px 0 0;
    width: auto;
}

    .socials__item:last-of-type {
        padding: 0;
    }

.socials__link {
    float: left;
    width: 100%;
    transition: .2s;
    width: 30px;
    height: 30px;
    display: block;
    color: transparent;
    text-indent: -9999px;
    position: relative;
    border-radius: 3px;
}

    .socials__link:hover {
        background: rgba(5,85,121,.05);
    }

    .socials__link:after {
        content: "";
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

.socials__link--twitter:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath fill='%23098fca' fill-rule='evenodd' d='M25.42 6.333a8.333 8.333 0 0 1-2.737 1.1A4.198 4.198 0 0 0 19.538 6c-2.377 0-4.306 2.035-4.306 4.544 0 .356.037.702.11 1.035-3.58-.19-6.754-1.997-8.88-4.75a4.73 4.73 0 0 0-.583 2.288c0 1.575.76 2.966 1.917 3.781a4.142 4.142 0 0 1-1.953-.566v.055c0 2.203 1.485 4.04 3.458 4.456a4.085 4.085 0 0 1-1.946.08c.548 1.804 2.138 3.118 4.024 3.154-1.475 1.219-3.333 1.945-5.351 1.945-.348 0-.692-.02-1.028-.062A11.756 11.756 0 0 0 11.605 24c7.925 0 12.258-6.923 12.258-12.928 0-.198-.004-.395-.011-.59A8.992 8.992 0 0 0 26 8.132a8.259 8.259 0 0 1-2.474.715 4.519 4.519 0 0 0 1.895-2.513'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.socials__link--facebook:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath fill='%23098fca' fill-rule='evenodd' d='M16.14 25v-9.123h3.243l.486-3.555h-3.73v-2.27c0-1.03.304-1.731 1.867-1.731L20 8.32V5.14A28.246 28.246 0 0 0 17.094 5c-2.874 0-4.843 1.657-4.843 4.7v2.622H9v3.555h3.251V25h3.889z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.step {
    position: relative;
    z-index: 1;
}

.step, .step__header {
    float: left;
    width: 100%;
}

.step__header {
    padding: 60px 40px 20px;
}

@media screen and (max-width:75em) {
    .step__header {
        padding: 40px 40px 10px;
    }
}

.step__title {
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
}

@media screen and (max-width:48em) {
    .step__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.step__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    padding: 10px 0;
}

@media screen and (max-width:48em) {
    .step__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.step__content {
    float: left;
    width: 100%;
    padding: 0 30px 20px;
}

@media screen and (max-width:75em) {
    .step__content {
        padding: 0 20px;
    }
}

.step__footer {
    padding: 30px 40px;
    border-top: 1px solid #f0f3f5;
    width: 100%;
}

.step__button, .step__footer {
    float: left;
    width: 100%;
}

.step__buttonL {
    float: left;
    width: 45%;
}

.step__buttonR {
    float: right;
    width: 45%;
}

.step--current {
    background: #fff;
    box-shadow: 0 2px 50px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    z-index: 2;
}

.step--complete, .step--unattended {
    border-bottom: 1px dashed #979797;
}

    .step--complete .step__header, .step--unattended .step__header {
        padding: 30px 40px;
    }

    .step--complete .step__title, .step--unattended .step__title {
        font-weight: 600;
        color: #00205B;
        font-size: 18px;
        line-height: 22px;
        padding: 0 40px 0 0;
        position: relative;
    }

@media screen and (max-width:48em) {
    .step--complete .step__title, .step--unattended .step__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.step--complete .step__panel, .step--unattended .step__panel {
    display: none;
}

.step--complete {
    background: #e1f1d2;
    border-radius: 3px;
}

    .step--complete .step__title:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%2367bb1f' d='M9 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L9 16.6 20.3 5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-12 12c-.2.2-.4.3-.7.3z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
    }

.step--unattended {
    background: #f0f3f5;
    border-radius: 3px;
}

    .step--unattended:last-of-type {
        border-bottom: 0;
    }

.testimonials__tabs {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.testimonials__tabs__item {
    transition: .2s;
    padding: 0 40px;
    display: inline-block;
    width: 100%;
    font-size: 0;
}

    .testimonials__tabs__item .logo-slider {
        filter: grayscale(100%);
        opacity: .25;
    }

@media screen and (max-width:75em) {
    .testimonials__tabs__item .logo-slider {
        width: 100px;
    }
}

.testimonials__tabs.slick-slider {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.testimonials__tabs .slick-slide {
    display: inline-block;
}

    .testimonials__tabs .slick-slide.slick-current .testimonials__tabs__item .logo-slider {
        filter: none;
        opacity: 1;
    }

.testimonials__tabs .slick-arrow {
    transition: .2s;
    width: 40px;
    height: 40px;
    position: relative;
    color: transparent;
    text-indent: -9999px;
    opacity: .3;
}

    .testimonials__tabs .slick-arrow:hover {
        opacity: .6;
    }

    .testimonials__tabs .slick-arrow:before {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .testimonials__tabs .slick-arrow.slick-prev:before {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h40v40H0z'/%3E%3Cpath fill='%23098fca' d='M26.947 4.357l-14.601 14.8a1.2 1.2 0 0 0 0 1.686l14.601 14.8a1.198 1.198 0 0 0 1.697.011c.47-.466.475-1.225.01-1.697L14.887 20 28.655 6.043A1.201 1.201 0 0 0 27.8 4c-.31 0-.619.119-.854.357z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
    }

    .testimonials__tabs .slick-arrow.slick-next:before {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h40v40H0z'/%3E%3Cpath fill='%23098fca' d='M14.053 35.643l14.601-14.8a1.2 1.2 0 0 0 0-1.686l-14.601-14.8a1.198 1.198 0 0 0-1.697-.01 1.201 1.201 0 0 0-.01 1.696L26.113 20 12.345 33.957A1.201 1.201 0 0 0 13.2 36c.31 0 .619-.119.854-.357z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
    }

.testimonials__tabs .slick-list {
    width: calc(100% - 80px);
    overflow: hidden;
}

.testimonials__tabs .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonials__tabs .draggable {
    position: relative;
}

    .testimonials__tabs .draggable:after, .testimonials__tabs .draggable:before {
        content: "";
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .testimonials__tabs .draggable:before {
        background: linear-gradient(-270deg,#fff,hsla(0,0%,100%,0));
        left: 0;
    }

    .testimonials__tabs .draggable:after {
        background: linear-gradient(-90deg,#fff,hsla(0,0%,100%,0));
        right: 0;
    }

.testimonials__panels {
    padding: 40px 0 0;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width:75em) {
    .testimonials__panels {
        padding: 0;
    }
}

.testimonials__panels__item {
    padding: 0 80px;
    display: inline-block;
    width: 100%;
    font-size: 0;
}

@media screen and (max-width:75em) {
    .testimonials__panels__item {
        padding: 0;
    }
}

.testimonials__panels .slick-slide {
    transition: .2s;
    width: 100%;
    opacity: 0;
    display: inline-block;
}

    .testimonials__panels .slick-slide.slick-current {
        opacity: 1;
    }

.usp {
    padding: 0 0 0 40px;
    /*display: flex;*/
    flex-flow: column wrap;
    height: 100%;
    position: relative;
    justify-content: center;
}

    .usp:before {
        content: "";
        width: 24px;
        height: 24px;
        top: 0;
        left: 0;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%2367bb1f' d='M9 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L9 16.6 20.3 5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-12 12c-.2.2-.4.3-.7.3z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%;
        position: absolute;
    }

.usp--centered:before {
    top: 50%;
    transform: translateY(-50%);
}

.usp__header {
    padding: 0 0 10px;
}

.usp__title {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:48em) {
    .usp__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.usp__description {
    font-size: 16px;
    line-height: 24px;
    color: #00205B;
    font-weight: 400;
}

p.usp__description {
    margin: 0;
}

.usp--compact {
    padding: 5px 0 5px 30px;
    display: flex;
}

    .usp--compact:before {
        top: 50%;
        transform: translateY(-50%);
    }

.usp--circle {
    padding: 0 0 0 50px;
}

    .usp--circle:before {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%2367bb1f' d='M9 19c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L9 16.6 20.3 5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-12 12c-.2.2-.4.3-.7.3z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 24px 24px;
        background-position: 50%;
        background-repeat: no-repeat;
        top: 50%;
        transform: translateY(-50%);
    }

    .usp--circle .usp__content {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

.blocks {
    display: flex;
    flex-flow: row nowrap;
}

    .blocks > .block {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
    }

@supports (display:grid) {
    .blocks > .block {
        width: auto;
        margin: 0;
    }
}

@supports (display:grid) {
    .blocks {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 120px;
    }
}

@media screen and (max-width:75em) {
    .blocks {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}

.card-packages {
    float: left;
    width: 100%;
    padding: 70px 0 80px;
}

.card-packages__title {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 30px;
}

@media screen and (max-width:48em) {
    .card-packages__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.faq__item {
    border-bottom: 1px dashed #8a9499;
}

    .faq__item:last-of-type, .faq__item:nth-last-of-type(2) {
        border-bottom: 0;
    }

.main-content {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}

#changepw_container .main-content {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #EBF1FA;
}

@media screen and (max-width:75em) {
    .main-content {
        padding-top: 64px;
    }
}

@media screen and (max-width:48em) {
    .main-content {
        padding-top: 62px;
    }
}

.main-content--overlay {
    position: relative;
}

    .main-content--overlay:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(184,215,238,.8);
        height: 100%;
        opacity: 1;
    }

    .main-content--overlay .autocomplete, .main-content--overlay .page-header__title {
        position: relative;
        z-index: 1;
    }

    .main-content--overlay .autocomplete__output {
        display: block;
    }

.main-footer {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    background: #fff;
}

.main-header {
    transition: .2s;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.main-header--is-active {
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.05);
}

.main-header__container {
    display: flex;
    align-items: center;
}

.packages {
    padding: 0 0 100px;
}

.packages__title {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 20px;
}

@media screen and (max-width:48em) {
    .packages__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.product-groups {
    float: left;
    width: 100%;
}

.product-groups__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8a9499;
    padding: 0 0 15px;
}

@media screen and (max-width:48em) {
    .product-groups__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.product-groups__listing {
    float: left;
    width: 100%;
}

.product-groups__item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

    .product-groups__item:last-of-type {
        margin-bottom: 80px;
    }

.steps {
    float: left;
    width: 100%;
}

.trial {
    display: flex;
    flex-flow: row wrap;
}

.trial__column:first-of-type {
    width: 320px;
    margin-right: 80px;
}

@supports (display:grid) {
    .trial__column:first-of-type {
        width: auto;
        margin-right: 0;
    }
}

.trial__column:last-of-type {
    flex: 1;
}

@supports (display:grid) {
    .trial__column:last-of-type {
        flex: auto;
    }
}

@supports (display:grid) {
    .trial {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 320px 2fr;
        grid-template-columns: 320px 2fr;
        grid-gap: 80px;
    }

    @media screen and (max-width:48em) {
        .trial {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            grid-gap: 40px;
        }
    }
}

.trial__usps {
    padding: 40px 0 0;
}

.usps--compact .usps__title {
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width:48em) {
    .usps--compact .usps__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.usps__header {
    padding: 0 0 40px;
}

.usps__title {
    font-weight: 300;
    color: #00205B;
    font-size: 32px;
    line-height: 40px;
}

@media screen and (max-width:48em) {
    .usps__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.usps__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
}

@media screen and (max-width:48em) {
    .usps__description {
        font-size: 16px;
        line-height: 24px;
    }
}

.usps--compact .usps__header {
    padding: 0 0 10px;
}

.usps--compact .usps__title {
    font-weight: 600;
    color: #00205B;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:48em) {
    .usps--compact .usps__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.usps__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00205B;
    padding: 10px 0 0;
}

@media screen and (max-width:48em) {
    .usps__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.usps--home {
    display: flex;
    flex-flow: row wrap;
}

@supports (display:grid) {
    .usps--home {
        display: -ms-grid;
        display: grid;
        grid-gap: 40px;
        -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    }
}

.usps--home .usps__header {
    width: calc(33.33333% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    padding: 0;
}

@supports (display:grid) {
    .usps--home .usps__header {
        width: auto;
        margin: 0;
    }
}

.usps--home .usps__listing {
    width: calc(66.66667% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
}

@supports (display:grid) {
    .usps--home .usps__listing {
        width: auto;
        margin: 0;
    }
}

.usps--home .usps__title {
    padding: 0 0 10px;
    font-weight: 600;
    color: #00205B;
    font-size: 28px;
    line-height: 32px;
}

@media screen and (max-width:48em) {
    .usps--home .usps__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width:75em) {
    .usps--home {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:48em) {
    .usps--home {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.usps--content {
    padding: 30px 0;
    margin: 20px 0 90px;
    border-top: 1px dashed #8a9499;
    border-bottom: 1px dashed #8a9499;
}

section.usps.usps--compact {
    margin-bottom: 60px;
    position: relative;
}

.template-core-assortment-packages .banner {
    margin-bottom: 60px;
}

.template-assortment .section--assortment {
    padding-top: 0;
    position: relative;
}

    .template-assortment .section--assortment:before {
        content: "";
        position: absolute;
        height: 40px;
        width: 100%;
        top: 0;
        left: 0;
        background: #EBF1FA;
    }

.template-landingspage .section--faq {
    background: #EBF1FA;
}

@media screen and (min-width:80em) {
    .template-landingspage .section--content + .image-full-width {
        margin-top: -140px;
    }
}

.step--text {
    padding: 20px 40px;
}

.packages__listing .listing__item {
    height: 129px;
}

.whitespace {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 800px;
        background-color: #555;
        color: #fff;
        padding: 5px 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

hr {
    border: 0;
    border-bottom: 1px dashed lightblue;
    display: block;
    margin: 0 0 50px;
    background: white;
    color: white;
}

.center {
    text-align: center;
}

/*  Fixes 2020-03-20 */

/* 
 * IE fixes
 * @id: 2001206
 */
.content__side .section.usps.usps--compact {
    width: 100%;
}

/* 
 * Fix for mobile view
 * @page: all
 * @id: 2000817
 */
@media screen and (max-width: 48em) {
    .img-responsive.center-image {
        margin: 40px 0 0 !important;
        max-width: 100% !important;
    }

    .col-xs-12.col-md-6.content__side {
        margin: 0 !important;
        padding: 0;
    }
}

#layout-navigation {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.usps__listing.listing.listing--grid li {
    padding: 20px 0;
}

.faq__listing.listing.listing--two-columns {
    display: flex;
}

    .faq__listing.listing.listing--two-columns .listing__item {
        flex: 0 0 calc(50% - 20px);
    }

.faq__listing.listing.listing--two-columns .listing__item:nth-of-type(odd) {
    margin-right: 40px;
}

@media screen and (max-width: 48em) {
    .faq__listing.listing.listing--two-columns .listing__item {
        flex-basis: 100%;
        margin-right: 0;
    }
}

.faq__listing {
    grid-gap: 0;
}

.section.section--flat .container .container {
    padding: 0;
}

.content__text.editor iframe {
    max-width: 100%;
}

.listing.listing--two-columns.card-packages__listing {
    display: flex;
}

    .listing.listing--two-columns.card-packages__listing .listing__item {
        flex: 0 0 calc(50% - 20px);
    }

        .listing.listing--two-columns.card-packages__listing
        .listing__item:nth-of-type(odd) {
            margin-right: 40px;
        }

@media screen and (max-width: 48em) {
    .listing.listing--two-columns.card-packages__listing .listing__item {
        flex-basis: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }
}

@media screen and (max-width: 48em) {
    .breadcrumbs {
        padding-top: 0;
    }
}

/* 
 * Fix for packages
* @page: https://connect.nen.nl/portal/abonnementen/standaard
 * @id: 2001200
 */
.packages .listing {
    display: flex;
    margin-bottom: -20px;
}

.packages .listing .listing__item {
    flex: 0 0 calc(50% - 10px);
}

@media screen and (max-width: 48em) {
    .packages .listing .listing__item {
        flex-basis: 100%;
        margin-right: 0;
    }
}

/* 
 * Fix for home page title
 * @page: https://connect.nen.nl/portal/index
 * @id: 2001204
 */
.page-header__title {
    line-height: 1.1;
}

/* 
 * Fix usps listing
 * @page: https://connect.nen.nl/portal/abonnementen/maatwerk
 * @id: 2001576
 */

.usps__listing.listing.listing--grid {
    grid-gap: 0;
}

.smartbanner-android {
    background: #f9f9fa;
    box-shadow: none;
    line-height: 82px;
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: normal;
}

    .smartbanner-android .smartbanner-info {
        text-shadow: none;
        color: #2f2f2f;
    }

    .smartbanner-android .smartbanner-title {
        color: #2f2f2f;
        font-weight: normal;
    }

.smartbanner-android .smartbanner-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right: 7px;
    color: #8b959a;
    background: inherit;
    text-shadow: none;
    box-shadow: none;
}

.smartbanner-button {
    font-weight: normal;
    color: #6a6a6a;
    text-shadow: none;
}

.smartbanner-android .smartbanner-button-text {
    background: inherit;
}

.smartbanner-android .smartbanner-button {
    min-width: 12%;
    color: #0c77e6;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
    background: none;
}
