

.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
#breadcrumbs {
    height: 3rem;
    line-height: 3rem;
    padding-left: 3rem;
}
#breadcrumbs span {
    display: inline-block;
    padding: 0 1rem;
}
#breadcrumbs span:first-child {
    padding-left: 0;
}
#breadcrumbs i {
    display: inline-block;
    width: 20px;
    text-align: center;
}
figure.image-caption {
    text-align: center;
    margin: 1rem;
}

figure.image-caption figcaption {
    opacity: 0.7;
    font-size: 90%;
}

figure.figure-right {
    float: right;
    margin-right: 0;
}

figure.figure-left {
    float: left;
    margin-left: 0;
}

figure.caption-left figcaption {
    text-align: left;
}

figure.caption-right figcaption {
    text-align: right;
}
.langswitcher {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 1rem !important;
    display: inline-block;
}

.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}

.langswitcher .active {
    font-weight: bold;
    text-decoration: underline;
}
#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: #fcfcfc;
    border: 4px solid #eee;
    border-radius: 4px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
}

#grav-login .form-actions {
    text-align: right;
}

#grav-logout {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.alert.info {
    color: #27ae60;
}

.alert.error {
    color: #e74c3c;
}

#grav-login p {
    font-size: small;
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
#grav-login .form-actions p {
    margin-bottom: 0;
}

#grav-login .button {
    vertical-align: middle;
}

#grav-login .delimiter {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 1rem 0;
}

#grav-login .delimiter:after,
#grav-login .delimiter:before {
    background-color: #777777;
    content: "";
    height: 1px;
    position: absolute;
    top: 0.8rem;
    width: 40%;
}
#grav-login .delimiter:before {
    background-image: -moz-linear-gradient(right center , #777777, #ffffff);
    left: 0;
}
#grav-login .delimiter:after {
    background-image: -moz-linear-gradient(left center , #777777, #ffffff);
    right: 0;
}

#grav-login .rememberme {
    display: inline-block;
    float: left;
    padding: 7px 0;
    vertical-align: middle;
}

#grav-login .rememberme label {
    font-weight: inherit;
    display: inline;
}

.login-status {
    white-space: nowrap;
    vertical-align: middle;
}
.teaser .domaincheck{border:1px solid #151e3c;padding:.375rem;display:flex;align-items:center;border-radius:.25rem;position:relative;z-index:1}@media (min-width:62rem){.teaser .domaincheck{margin-right:-90px}}.teaser .domaincheck input{border:0 solid transparent}.teaser .domaincheck input:active,.teaser .domaincheck input:focus{box-shadow:0 0 0 transparent;outline:0}

.pricelist .price-box{background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.11);padding:2.125rem 1.25rem .4375rem;border-radius:.25rem}.pricelist .price-box.favorit{position:relative}.pricelist .price-box.favorit:before{content:"Meest populaire tarief";text-transform:uppercase;position:absolute;top:-2.0625rem;left:0;right:0;height:1.875rem;line-height:1.875rem;background:#eb5d5e;text-align:center;font-size:.75rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem;color:#fff;font-weight:600}.pricelist .p-name{font-size:1.5rem;text-align:center;line-height:2.75rem;font-weight:600}.pricelist .p-prefix{margin-right:4px;color:#4c5369}.pricelist .p-suffix{margin-left:4px;color:#4c5369}.pricelist .p-prices{padding-top:1.875rem;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.875rem}.pricelist .p-euro{font-size:2.375rem;letter-spacing:-1px;line-height:3.0625rem;font-weight:600}.pricelist .p-cent{font-size:1.75rem;letter-spacing:-.44px;font-weight:600;margin:0 0 1.0625rem -.6875rem}.pricelist .p-list{padding-top:1.5625rem}.pricelist .p-list li{font-size:.875rem;padding-bottom:.1875rem;display:flex;justify-content:flex-start;align-items:flex-start}.pricelist .p-list li img{margin-right:.3125rem}.pricelist .vat-text{font-size:12px;opacity:.4}
.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #151e3c;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.625}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #151e3c;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:36rem){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:62rem){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:75rem){.modal-xl{max-width:1140px}}
.feature-table-drawer{padding-left:0;padding-right:0;background:#fff;position:fixed;top:0;right:0;bottom:0;border-top-left-radius:8px;border-bottom-left-radius:8px;transition:transform .6s ease;z-index:1040}.feature-table-drawer>.row{transition:opacity .6s ease .2s;opacity:1}.feature-table-drawer.hide-table{transform:translate3d(100%,0,0)}.feature-table-drawer.hide-table>.row{opacity:0}.feature-table-drawer.hide-table .backdrop{pointer-events:none;opacity:0}.feature-table-drawer.show{transform:translateZ(0)}.feature-table-drawer .backdrop{position:absolute;left:10px;width:100vw;top:0;bottom:0;transform:translate3d(-100vw,0,0);background:rgba(16,33,51,.9);pointer-events:auto;opacity:1;transition:opacity .7s ease}.feature-table-drawer [data-no-drag]{cursor:default}.feature-table-drawer tr:not(.table-headline):hover td,.feature-table-drawer tr:not(.table-headline):hover th{box-shadow:0 -1px 0 #222,0 1px 0 #222;z-index:15;border-bottom-color:transparent!important}.feature-table-drawer tr:not(.table-headline):hover td+td,.feature-table-drawer tr:not(.table-headline):hover td th,.feature-table-drawer tr:not(.table-headline):hover th+td,.feature-table-drawer tr:not(.table-headline):hover th th{z-index:14}.feature-table-drawer tr:not(.table-headline):hover td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td,.feature-table-drawer tr:not(.table-headline):hover td th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td,.feature-table-drawer tr:not(.table-headline):hover th th th{z-index:13}.feature-table-drawer tr:not(.table-headline):hover td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th,.feature-table-drawer tr:not(.table-headline):hover td th th+td,.feature-table-drawer tr:not(.table-headline):hover td th th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th,.feature-table-drawer tr:not(.table-headline):hover th th th+td,.feature-table-drawer tr:not(.table-headline):hover th th th th{z-index:12}.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th th,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td th,.feature-table-drawer tr:not(.table-headline):hover td th th th+td,.feature-table-drawer tr:not(.table-headline):hover td th th th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th th,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td th,.feature-table-drawer tr:not(.table-headline):hover th th th th+td,.feature-table-drawer tr:not(.table-headline):hover th th th th th{z-index:11}.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th th th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th th th,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td th th,.feature-table-drawer tr:not(.table-headline):hover td th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th th+td th,.feature-table-drawer tr:not(.table-headline):hover td th th th th+td,.feature-table-drawer tr:not(.table-headline):hover td th th th th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th th th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th th th,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td th th,.feature-table-drawer tr:not(.table-headline):hover th th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th th+td th,.feature-table-drawer tr:not(.table-headline):hover th th th th th+td,.feature-table-drawer tr:not(.table-headline):hover th th th th th th{z-index:10}.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td+td th th th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td+td th th th th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th+td th th th,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th+td th th,.feature-table-drawer tr:not(.table-headline):hover td+td th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th th+td th,.feature-table-drawer tr:not(.table-headline):hover td+td th th th th+td,.feature-table-drawer tr:not(.table-headline):hover td+td th th th th th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td+td th th th,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th+td th th,.feature-table-drawer tr:not(.table-headline):hover td th+td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th th+td th,.feature-table-drawer tr:not(.table-headline):hover td th+td th th th+td,.feature-table-drawer tr:not(.table-headline):hover td th+td th th th th,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover td th th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover td th th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover td th th+td th th th,.feature-table-drawer tr:not(.table-headline):hover td th th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover td th th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover td th th th+td th th,.feature-table-drawer tr:not(.table-headline):hover td th th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover td th th th th+td th,.feature-table-drawer tr:not(.table-headline):hover td th th th th th+td,.feature-table-drawer tr:not(.table-headline):hover td th th th th th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td+td th th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td+td th th th th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th+td th th th,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th+td th th,.feature-table-drawer tr:not(.table-headline):hover th+td th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th th+td th,.feature-table-drawer tr:not(.table-headline):hover th+td th th th th+td,.feature-table-drawer tr:not(.table-headline):hover th+td th th th th th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td+td th th th,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th+td th th,.feature-table-drawer tr:not(.table-headline):hover th th+td th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th th+td th,.feature-table-drawer tr:not(.table-headline):hover th th+td th th th+td,.feature-table-drawer tr:not(.table-headline):hover th th+td th th th th,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td+td th th,.feature-table-drawer tr:not(.table-headline):hover th th th+td th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td th+td th,.feature-table-drawer tr:not(.table-headline):hover th th th+td th th+td,.feature-table-drawer tr:not(.table-headline):hover th th th+td th th th,.feature-table-drawer tr:not(.table-headline):hover th th th th+td+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th th+td+td th,.feature-table-drawer tr:not(.table-headline):hover th th th th+td th+td,.feature-table-drawer tr:not(.table-headline):hover th th th th+td th th,.feature-table-drawer tr:not(.table-headline):hover th th th th th+td+td,.feature-table-drawer tr:not(.table-headline):hover th th th th th+td th,.feature-table-drawer tr:not(.table-headline):hover th th th th th th+td,.feature-table-drawer tr:not(.table-headline):hover th th th th th th th{z-index:9}.feature-table-drawer thead td,.feature-table-drawer thead th{box-shadow:0 0 0 transparent!important}.feature-table-drawer td,.feature-table-drawer th{position:relative;transition:background .5s ease}.feature-table-drawer .info-icon{width:16px;height:16px;border-radius:50%;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;margin-left:12px}.feature-table-drawer .feature-table-header{height:68px;padding:8px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f4f4f4;background:#fff;border-top-left-radius:.5rem}.feature-table-drawer .table-scroll{position:relative;width:100%;z-index:1;margin:auto;overflow:auto;height:calc(100vh - 68px);color:#000;font-weight:300}.feature-table-drawer .table-scroll table{width:100%;margin:auto;border-collapse:separate;border-spacing:0}.feature-table-drawer .table-wrap{position:relative}.feature-table-drawer .table-scroll td,.feature-table-drawer .table-scroll th{padding:12px;border:1px solid #f4f4f4;vertical-align:middle;text-align:center;border-top:0;border-left:0;font-weight:700}.feature-table-drawer .table-headline,.feature-table-drawer .table-headline td,.feature-table-drawer .table-headline th{background:#151e3c!important;font-size:18px;padding:14px 12px;font-weight:700;border-right:0;border-left:0;color:#fff}.feature-table-drawer .table-scroll thead th{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:16}.feature-table-drawer .table-scroll thead th .table-head-product{padding-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.feature-table-drawer .table-scroll thead th .table-head-product button{margin-top:12px;white-space:nowrap}.feature-table-drawer .table-scroll thead th .table-head-description{max-width:220px;line-height:20px;padding:12px 0;font-weight:300;font-size:12px;color:#222}.feature-table-drawer .table-scroll tfoot,.feature-table-drawer .table-scroll tfoot td,.feature-table-drawer .table-scroll tfoot th{position:-webkit-sticky;position:sticky;bottom:0;background:#666;color:#fff;z-index:40}.feature-table-drawer th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:12;background:#fff;font-weight:300;padding:12px 20px;text-align:left;max-width:210px;border-left:0}.feature-table-drawer th:first-child:not(:last-child):after{position:absolute;content:"";top:0;right:-10px;width:10px;bottom:0;transition:opacity 1s ease;background:linear-gradient(90deg,rgba(0,0,0,.15) 0,transparent);opacity:0}.feature-table-drawer tfoot th:first-child,.feature-table-drawer thead th:first-child{z-index:50!important;border-top:0 solid transparent;border-left:0 solid transparent}@media (max-width:35.99875rem){.feature-table-drawer th:first-child{max-width:200px;width:200px}}.feature-table-drawer .table-scroll.scroll-left-out th:first-child:after{opacity:1;background:linear-gradient(90deg,rgba(0,0,0,.15) 0,transparent)}.feature-table-drawer .table-price{display:flex;justify-content:center}.feature-table-drawer .table-price .preCurrency{font-size:28px;font-weight:900;align-self:flex-end;margin-right:5px}.feature-table-drawer .table-price .euro{font-size:60px;font-weight:500;line-height:60px}.feature-table-drawer .table-price .cent{font-size:24px;font-weight:500;line-height:24px;align-self:start;margin-left:-10px;padding-top:8px}.feature-table-drawer .table-price .monthly{font-size:12px;line-height:12px;align-self:flex-end;margin-left:-20px;padding-bottom:5px}.feature-table-drawer .table-price.small .euro{font-size:48px;line-height:48px}.feature-table-drawer .table-price.small .cent{padding-top:4px}.feature-table-drawer .table-price.small .monthly{padding-bottom:0}.feature-table-drawer .toggleRow th svg{transition:transform .2s ease}.feature-table-drawer .showChildRows svg{transform:rotate(-180deg)}.feature-table-drawer .toggableRow td,.feature-table-drawer .toggableRow th{padding:0!important;margin:0!important}.feature-table-drawer .toggableRow td>div,.feature-table-drawer .toggableRow th>div{max-height:100px;padding:.75rem;overflow:hidden;transition:all .2s ease;transform:scale(1)}.feature-table-drawer .toggableRow.hiderow td>div,.feature-table-drawer .toggableRow.hiderow th>div{max-height:0;padding:0 .75rem;margin:0!important;transform:scale(.9)}.feature-table-drawer .toggableRow.hiderow td,.feature-table-drawer .toggableRow.hiderow th{border-top-width:0!important;border-bottom-width:0!important;margin:0!important}

.faq .collapsed .question{transition:all .3s ease;padding-bottom:0!important}.faq .question-wrapper{border-bottom:1px solid #000;cursor:pointer}.faq .question-wrapper .question{display:flex;justify-content:space-between;padding-bottom:10px}.faq .question-wrapper:first-child{border-top:1px solid #000}.faq .answer{color:#444b63;font-weight:100;padding-right:60px}.faq .vertical-line{transition:all .3s ease;opacity:0}.faq .collapsed .vertical-line{opacity:1}
.contact-us .img-people{max-height:40.625rem}.contact-us .input-wrapper input,.contact-us .input-wrapper textarea{border:1px solid #151e3c;border-radius:.25rem;padding:.875rem 1rem;line-height:18px;margin-bottom:.75rem;width:100%}.contact-us .remove-label .form-label{display:none}.contact-us .remove-label .form-input-wrapper{display:flex}.contact-us .remove-label .form-input-wrapper input{margin-right:.75rem}.contact-us .remove-label label{font-size:.75rem;line-height:1rem;font-weight:500;color:#888}.contact-us .success{background:#b2fbb2;padding:.625rem;margin-bottom:.75rem}.contact-us .success p{margin:0}
